@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NumberCircle3 = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24 44a20 20 0 1 0 0-40 20 20 0 0 0 0 40Zm-2-20c0-.69.56-1.25 1.25-1.25h1.25c2.3 0 4-1.7 4-3.63 0-1.91-1.7-3.62-4-3.62-1.32 0-2.4.49-3.16 1a6.43 6.43 0 0 0-1.12.98 1.25 1.25 0 0 1-1.94-1.58l.01-.02.02-.01.01-.02a4.86 4.86 0 0 1 .42-.44A8.12 8.12 0 0 1 24.5 13c3.5-.01 6.5 2.65 6.5 6.12A5.97 5.97 0 0 1 28.43 24 5.97 5.97 0 0 1 31 28.88c0 3.46-3 6.12-6.5 6.12a8.12 8.12 0 0 1-4.56-1.43 8.92 8.92 0 0 1-1.65-1.45v-.01l-.01-.01a1.25 1.25 0 0 1 1.94-1.58l.05.06.2.22c.2.18.5.44.87.7.77.51 1.84 1 3.16 1 2.3 0 4-1.7 4-3.63 0-1.91-1.7-3.62-4-3.62h-1.25c-.69 0-1.25-.56-1.25-1.25Zm-3.7-8.12v-.01l.02-.02"
}));
});
NumberCircle3.displayName = 'NumberCircle3';
export var NumberCircle3Dimensions = {
height: 48,
width: 48
};