UNPKG

@patternfly/react-icons

Version:
12 lines 705 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const EditAltIconConfig: { name: 'EditAltIcon', height: 1024, width: 1024, svgPath: 'M1024,187.9 C1024,207 1017.3,223.1 1004,236.4 L857.5,386.9 L638.8,168.4 L787.3,20.5 C800.3,6.83333333 816.5,0 835.9,0 C855,0 871.366667,6.83333333 885,20.5 L1004,138.9 C1017.3,152.9 1023.96667,169.233333 1024,187.9 Z M806.2,438.9 L219.4,1024 L0,1024 L0,804.6 L586.6,219.5 L806.2,438.9 Z M219.6,950.9 L292.9,877.8 L146.3,731.4 L73.2,804.5 L73.2,877.6 L146.3,877.6 L146.3,951 L219.6,950.9 Z', yOffset: 0, xOffset: 0, }; export declare const EditAltIcon: React.ComponentClass<SVGIconProps>; export default EditAltIcon;