@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 863 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ArrowLeftIconConfig: {
name: 'ArrowLeftIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 15H4.414l9.293-9.293a.999.999 0 1 0-1.414-1.414L1.646 14.939c-.283.283-.439.66-.439 1.061s.156.777.439 1.061l10.646 10.646a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L4.413 17h25.586a1 1 0 0 0 0-2Z"},
};
export declare const ArrowLeftIcon: ComponentClass<SVGIconProps>;
export default ArrowLeftIcon;