package.dist.js.icons.long-arrow-alt-left-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const LongArrowAltLeftIconConfig: {
name: 'LongArrowAltLeftIcon',
height: 512,
width: 448,
svgPath: 'M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z',
yOffset: 0,
xOffset: 0,
};
export declare const LongArrowAltLeftIcon: React.ComponentClass;
export default LongArrowAltLeftIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy