@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 629 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const FastBackwardIconConfig: {
name: 'FastBackwardIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z"},
rhUiIcon: null,
};
export declare const FastBackwardIcon: ComponentClass<SVGIconProps>;
export default FastBackwardIcon;