UNPKG

infinity-forge

Version:
9 lines 785 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconFilter = IconFilter; var jsx_runtime_1 = require("react/jsx-runtime"); function IconFilter(_a) { var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M20 3h-16a1 1 0 0 0 -1 1v2.227l.008 .223a3 3 0 0 0 .772 1.795l4.22 4.641v8.114a1 1 0 0 0 1.316 .949l6 -2l.108 -.043a1 1 0 0 0 .576 -.906v-6.586l4.121 -4.12a3 3 0 0 0 .879 -2.123v-2.171a1 1 0 0 0 -1 -1z' })] })); } //# sourceMappingURL=icon-filter.js.map