@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FilterDismiss = /*#__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: "M23 7.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-.7L18.21 7.5l1.64-1.65a.5.5 0 0 0-.7-.7L17.5 6.79l-1.65-1.64ZM8 11h4.02c.52.8 1.2 1.49 2.01 2H8a1 1 0 0 1-.12-2H8ZM5 6h6.17a6.52 6.52 0 0 0-.15 2H5a1 1 0 0 1-.12-2H5ZM9.88 16H14a1 1 0 0 1 .12 2H10a1 1 0 0 1-.12-2Z"
}));
});
FilterDismiss.displayName = 'FilterDismiss';
export var FilterDismissDimensions = {
height: 24,
width: 24
};