@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 715 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const OutlinedMehIconConfig: {
name: 'OutlinedMehIcon',
height: 512,
width: 496,
svgPath: 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z',
yOffset: 0,
xOffset: 0,
};
export declare const OutlinedMehIcon: React.ComponentClass<SVGIconProps>;
export default OutlinedMehIcon;