@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 429 B
JavaScript
import { createIconBase } from '../createIcon.js';
export 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 const MouseIcon = createIconBase(MouseIconConfig);
export default MouseIcon;