@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 974 B
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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.98 3.16a1 1 0 0 0-1.97-.32L8.15 8H4a1 1 0 1 0 0 2h3.82l-.67 4H3a1 1 0 1 0 0 2h3.82L6 20.84a1 1 0 1 0 1.97.32L8.84 16h4.98l-.8 4.84a1 1 0 1 0 1.97.32l.86-5.17H20a1 1 0 0 0 0-2h-3.82l.67-4H21a1 1 0 0 0 0-2h-3.82l.8-4.83a1 1 0 1 0-1.97-.32l-.86 5.15h-4.97l.8-4.83zM9.85 10h4.97l-.67 4H9.18l.67-4z"
}));
});
NumberSymbol.displayName = 'NumberSymbol';
export var NumberSymbolDimensions = {
height: 24,
width: 24
};