iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 658 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Filter = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M7 13h10l1-2H6zM3.993 6c-.548 0-.79.405-.546.895L4 8h16l.553-1.105C20.8 6.4 20.555 6 20.007 6H3.993zm6.785 11.556a.87.87 0 0 0 .727.444h.99c.279 0 .605-.2.727-.444L14 16h-4l.778 1.556z", fill: "currentColor", fillRule: "evenodd" }));
exports.default = Filter;