@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 927 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiMenuSwitcherIconConfig: {
name: 'RhUiMenuSwitcherIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M4.75 3.001A1.75 1.75 0 1 1 1.249 3 1.75 1.75 0 0 1 4.75 3ZM3 14.25a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 3 14.25Zm0 12.999a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 3 27.25ZM16 1.251a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 16 1.251Zm0 12.999a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 16 14.25Zm0 12.999a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.5ZM29 4.751a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 29 4.75Zm0 9.499a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 29 14.25Zm0 12.999a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.5Z"},
rhUiIcon: null,
};
export declare const RhUiMenuSwitcherIcon: ComponentClass<SVGIconProps>;
export default RhUiMenuSwitcherIcon;