@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlertUrgent = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m10.43 19.92 3.56-1.5a2 2 0 0 1-3.56 1.5ZM15.86 2.1a11.72 11.72 0 0 1 4.68 4.4A11.72 11.72 0 0 1 22 12.72a.75.75 0 0 1-1.5-.04c.05-2.1-.37-3.92-1.26-5.46a10.23 10.23 0 0 0-4.1-3.82.75.75 0 1 1 .72-1.32ZM6.71 6.52a5.82 5.82 0 0 1 7.6 2.74l.1.21 1.29 2.9 1.7 1.46c.09.08.17.18.26.33l.06.11c.28.63 0 1.37-.64 1.65L6.76 20.49A1.25 1.25 0 0 1 5 19.35V17l-1.24-2.79a5.82 5.82 0 0 1 2.95-7.7Zm8.91-.83c.97.53 1.75 1.3 2.32 2.3.57.99.85 2.04.82 3.14a.75.75 0 1 1-1.5-.03c.02-.82-.18-1.6-.62-2.37a4.42 4.42 0 0 0-1.73-1.72.75.75 0 0 1 .71-1.32Z"
}));
});
AlertUrgent.displayName = 'AlertUrgent';
export var AlertUrgentDimensions = {
height: 24,
width: 24
};