package.dist.js.icons.exclamation-circle-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ExclamationCircleIconConfig: {
name: 'ExclamationCircleIcon',
height: 512,
width: 512,
svgPath: 'M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z',
yOffset: 0,
xOffset: 0,
};
export declare const ExclamationCircleIcon: React.ComponentClass;
export default ExclamationCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy