@icongo/fc
Version:
Flat Color Icons
26 lines • 784 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCClearFilters = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#F57C00",
d: "M29 23H19L7 9h34z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF9800",
d: "m29 38-10 6V23h10zM41.5 9h-35C5.7 9 5 8.3 5 7.5S5.7 6 6.5 6h35c.8 0 1.5.7 1.5 1.5S42.3 9 41.5 9z"
}), /*#__PURE__*/_jsx("circle", {
cx: 38,
cy: 38,
r: 10,
fill: "#F44336"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M32 36h12v4H32z"
})]
}));
export { FCClearFilters };