@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 628 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const FastForwardIconConfig: {
name: 'FastForwardIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z"},
rhUiIcon: null,
};
export declare const FastForwardIcon: ComponentClass<SVGIconProps>;
export default FastForwardIcon;