@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NumberSymbol = /*#__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: "M22.22 5.53a1.5 1.5 0 1 0-2.94-.55L17.4 15H7.25a1.5 1.5 0 1 0 0 3h9.6L14.6 30H5.25a1.5 1.5 0 1 0 0 3h8.8l-1.77 9.48a1.5 1.5 0 1 0 2.94.55L17.1 33h10.94l-1.76 9.48a1.5 1.5 0 1 0 2.94.55L31.1 33h9.65a1.5 1.5 0 0 0 0-3h-9.1l2.25-12h8.85a1.5 1.5 0 0 0 0-3h-8.3l1.77-9.47a1.5 1.5 0 1 0-2.94-.55L31.4 15H20.46l1.76-9.47ZM28.6 30H17.66l2.24-12h10.94L28.6 30Z"
}));
});
NumberSymbol.displayName = 'NumberSymbol';
export var NumberSymbolDimensions = {
height: 48,
width: 48
};