@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NumberCircle5 = /*#__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 40Zm4.75-27.5h-6.83l-.33 4.98h.65c1.03-.01 2.33 0 2.95.09a6.75 6.75 0 1 1-6.6 10.37 1.25 1.25 0 1 1 2.1-1.37 4.24 4.24 0 0 0 7.77-1.73 4.25 4.25 0 0 0-3.62-4.8c-.4-.05-1.48-.07-2.59-.07a114.31 114.31 0 0 0-1.81.03h-.16A1.25 1.25 0 0 1 19 22.67l.5-7.5c.04-.66.59-1.17 1.25-1.17h8a1.25 1.25 0 1 1 0 2.5Z"
}));
});
NumberCircle5.displayName = 'NumberCircle5';
export var NumberCircle5Dimensions = {
height: 48,
width: 48
};