@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.51 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilterClearSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilterClearSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FilterClearSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 3.5C9 1.566 10.566 0 12.5 0S16 1.566 16 3.5 14.434 7 12.5 7A3.5 3.5 0 0 1 9 3.5m2.147-1.354a.5.5 0 0 1 .707 0l.647.647.646-.647a.5.5 0 1 1 .707.708l-.646.646.646.646a.5.5 0 1 1-.707.708l-.646-.647-.647.647a.5.5 0 1 1-.707-.708l.646-.646-.646-.646a.5.5 0 0 1 0-.708m-1.599 5.66.131-.176c.419.286.883.51 1.38.66l-.309.413v6.101a1 1 0 0 1-1.353.936l-3.176-1.198a1.5 1.5 0 0 1-.971-1.404V8.703L1.29 3.397C.55 2.408 1.257 1 2.492 1h5.676c-.265.459-.46.964-.568 1.5H2.492l3.96 5.305q.053.072.097.148h2.902q.045-.076.097-.148M9.25 9.452h-2.5v3.685l2.5.943z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FilterClearSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.FilterClearSIcon.displayName = 'FilterClearSIcon';