@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 696 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const MizuniIconConfig: {
name: 'MizuniIcon',
icon: {"xOffset":0,"yOffset":0,"width":496,"height":512,"svgPathData":"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"},
rhUiIcon: null,
};
export declare const MizuniIcon: ComponentClass<SVGIconProps>;
export default MizuniIcon;