UNPKG

@patternfly/react-icons

Version:
12 lines 534 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const AutoprefixerIconConfig: { name: 'AutoprefixerIcon', height: 512, width: 640, svgPath: 'M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z', yOffset: 0, xOffset: 0, }; export declare const AutoprefixerIcon: React.ComponentClass<SVGIconProps>; export default AutoprefixerIcon;