@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 860 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Warning = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.4 4.17a2.75 2.75 0 0 0-4.8 0L2.34 20.92A2.75 2.75 0 0 0 4.75 25h18.5c2.08 0 3.41-2.25 2.4-4.08L16.4 4.17ZM15 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1.75-3.25v-6.5a.75.75 0 0 1 1.5 0v6.5a.75.75 0 0 1-1.5 0Z"
}));
});
Warning.displayName = 'Warning';
export var WarningDimensions = {
height: 28,
width: 28
};