iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 979 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 Recycle = (props) => React.createElement("svg", { className: "lucide lucide-recycle", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M7 19H4.815a1.83 1.83 0 01-1.57-.881 1.785 1.785 0 01-.004-1.784L7.196 9.5M11 19h8.203a1.83 1.83 0 001.556-.89 1.784 1.784 0 000-1.775l-1.226-2.12" }),
React.createElement("path", { d: "M14 16l-3 3 3 3M8.293 13.596L7.196 9.5 3.1 10.598M9.344 5.811l1.093-1.892A1.83 1.83 0 0111.985 3a1.784 1.784 0 011.546.888l3.943 6.843" }),
React.createElement("path", { d: "M13.378 9.633l4.096 1.098 1.097-4.096" }));
exports.default = Recycle;