@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 895 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Status = /*#__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 3c1.25 0 2.44.25 3.52.71l-1.16 1.17a7.5 7.5 0 1 0 4.78 4.82l1.17-1.17A9 9 0 1 1 12 3Zm9.16-.43.14.13a2.4 2.4 0 0 1 0 3.4l-6.75 6.81a1 1 0 0 1-.4.25L9.8 14.53a.2.2 0 0 1-.25-.25l1.37-4.35a1 1 0 0 1 .24-.4l6.76-6.82c.88-.9 2.3-.94 3.24-.14Z"
}));
});
Status.displayName = 'Status';
export var StatusDimensions = {
height: 24,
width: 24
};