@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 524 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgFilterIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M2 2h12a1 1 0 0 1 0 2H2a1 1 0 1 1 0-2m2 5h8a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2m3 5h2a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2" }) }));
exports.default = SvgFilterIcon;
//# sourceMappingURL=FilterIcon.js.map