package.dist.esm.icons.meh-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const MehIconConfig: {
name: 'MehIcon',
height: 512,
width: 496,
svgPath: 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-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 declare const MehIcon: React.ComponentClass;
export default MehIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy