@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 862 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Important = /*#__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: "M12 2a3.88 3.88 0 0 0-3.88 3.88c0 2.92 1.21 6.55 1.82 8.2A2.19 2.19 0 0 0 12 15.5c.9 0 1.74-.54 2.06-1.42.61-1.64 1.82-5.25 1.82-8.2A3.88 3.88 0 0 0 12 2zM12 17a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5z"
}));
});
Important.displayName = 'Important';
export var ImportantDimensions = {
height: 24,
width: 24
};