UNPKG

@patternfly/react-icons

Version:
12 lines 543 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const DesktopIconConfig: { name: 'DesktopIcon', height: 512, width: 576, svgPath: 'M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z', yOffset: 0, xOffset: 0, }; export declare const DesktopIcon: React.ComponentClass<SVGIconProps>; export default DesktopIcon;