UNPKG

@patternfly/react-icons

Version:
12 lines 447 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const MouseIconConfig: { name: 'MouseIcon', height: 512, width: 384, svgPath: 'M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z', yOffset: 0, xOffset: 0, }; export declare const MouseIcon: React.ComponentClass<SVGIconProps>; export default MouseIcon;