@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.09 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FilterClearMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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.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" }))); });
FilterClearMIcon.displayName = 'FilterClearMIcon';