@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NumberSymbolDismiss = /*#__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 0 0 0 2h3.82l-.67 4H3a1 1 0 1 0 0 2h3.82L6 20.84a1 1 0 1 0 1.97.32L8.84 16h2.33c.18-.72.47-1.4.85-2H9.18l.67-4h4.97l-.29 1.71a6.46 6.46 0 0 1 2.14-.66l.18-1.06H21a1 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.83ZM23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-7.15-2.35a.5.5 0 0 0-.7.7l1.64 1.65-1.64 1.65a.5.5 0 0 0 .7.7l1.65-1.64 1.65 1.64a.5.5 0 0 0 .7-.7l-1.64-1.65 1.64-1.65a.5.5 0 0 0-.7-.7l-1.65 1.64-1.65-1.64Z"
}));
});
NumberSymbolDismiss.displayName = 'NumberSymbolDismiss';
export var NumberSymbolDismissDimensions = {
height: 24,
width: 24
};