@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
14 lines (11 loc) • 483 B
JavaScript
import { createIcon } from '../createIcon';
export const MehBlankIconConfig = {
name: 'MehBlankIcon',
height: 512,
width: 496,
svgPath: 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z',
yOffset: 0,
xOffset: 0,
};
export const MehBlankIcon = createIcon(MehBlankIconConfig);
export default MehBlankIcon;