@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.27 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilterClearMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilterClearMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.77 3.143H4a.857.857 0 0 0-.698 1.355l5.995 8.392V20a.857.857 0 0 0 1.332.713l3.693-2.461a.86.86 0 0 0 .381-.713V12.89l1.46-2.042a6.5 6.5 0 0 1-1.432-.946l-1.582 2.215a.86.86 0 0 0-.16.498v4.465l-1.978 1.318v-5.783a.86.86 0 0 0-.16-.498l-5.185-7.26h6.836a6.5 6.5 0 0 1 .269-1.714", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22.536 8.536a5 5 0 1 0-7.071-7.072 5 5 0 0 0 7.07 7.072m-4.85-5.556a.5.5 0 1 0-.706.707L18.293 5 16.98 6.313a.5.5 0 1 0 .707.707L19 5.707l1.313 1.313a.5.5 0 1 0 .707-.707L19.707 5l1.313-1.313a.5.5 0 1 0-.707-.707L19 4.293z", clipRule: "evenodd" }))); });
exports.FilterClearMIcon.displayName = 'FilterClearMIcon';