@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 NumberCircle2 = /*#__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-4-26.5a1.25 1.25 0 0 1-2-1.5l.02-.02a2.7 2.7 0 0 1 .11-.14l.31-.34c.27-.28.65-.65 1.15-1.01 1-.73 2.5-1.49 4.4-1.49 3.46 0 6.26 2.8 6.26 6.25a5.8 5.8 0 0 1-1.96 4.43c-.89.83-2.03 1.5-3.06 2.1l-.59.35a11 11 0 0 0-3.1 2.47 5.87 5.87 0 0 0-1.2 2.9H29a1.25 1.25 0 1 1 0 2.5H19c-.69 0-1.25-.56-1.25-1.25 0-2.45.71-4.28 1.83-5.7A13.4 13.4 0 0 1 23.36 24l.67-.4c1.03-.6 1.88-1.11 2.55-1.74a3.3 3.3 0 0 0 1.17-2.6A3.75 3.75 0 0 0 24 15.5c-1.22 0-2.21.49-2.93 1.01a6.17 6.17 0 0 0-1.06.99Zm0 0Z"
}));
});
NumberCircle2.displayName = 'NumberCircle2';
export var NumberCircle2Dimensions = {
height: 48,
width: 48
};