@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 475 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const MouseIconConfig: {
name: 'MouseIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export declare const MouseIcon: ComponentClass<SVGIconProps>;
export default MouseIcon;