@hypothesis/frontend-shared
Version:
Shared components, styles and utilities for Hypothesis projects
43 lines • 1.56 kB
JavaScript
var _jsxFileName = "/home/runner/work/frontend-shared/frontend-shared/src/components/icons/FilterClear.tsx"; // This file was auto-generated using scripts/generate-icons.js
import { jsxDEV as _jsxDEV } from "preact/jsx-dev-runtime";
/**
* Icon generated from filter-clear.svg
*/
export default function FilterClearIcon(props) {
return _jsxDEV("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
"aria-hidden": "true",
viewBox: "0 0 16 16",
"data-component": "FilterClearIcon",
...props,
children: _jsxDEV("g", {
"fill-rule": "evenodd",
children: [_jsxDEV("path", {
fill: "none",
d: "M0 0h16v16H0z"
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 21,
columnNumber: 9
}, this), _jsxDEV("path", {
fill: "currentColor",
d: "m8.4 12 1.428 2H5a1 1 0 0 1-.117-1.993L5 12zM11.172 9H13l.117-.007A1 1 0 0 0 13 7H9.744zM4.828 7l1.428 2H3a1 1 0 0 1-.117-1.993L3 7zM7.6 4H15l.117-.007A1 1 0 0 0 15 2H6.172zM1.268 2q.048.083.105.162L2.685 4H1a1 1 0 0 1-.117-1.993L1 2zM13.581 15.814a1 1 0 0 0 .233-1.395l-10-14A1 1 0 1 0 2.186 1.58l10 14a1 1 0 0 0 1.395.233"
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 22,
columnNumber: 9
}, this)]
}, void 0, true, {
fileName: _jsxFileName,
lineNumber: 20,
columnNumber: 7
}, this)
}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 11,
columnNumber: 5
}, this);
}
//# sourceMappingURL=FilterClear.js.map