iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 kB
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 Trees3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.591 16.438a4.067 4.067 0 003.016 2.47v1.842a.75.75 0 001.5 0v-1.842a4.062 4.062 0 002.463-6.474 4.06 4.06 0 00-6.133-5.305 4.75 4.75 0 10-8.691 2.769 5.108 5.108 0 003.194 8.298v2.554a.75.75 0 001.5 0v-2.554a5.1 5.1 0 003.152-1.758zM5.44 7.25a3.25 3.25 0 115.653 2.188.75.75 0 00.045 1.056 3.608 3.608 0 01-1.698 6.178V14.5a.75.75 0 00-1.5 0v2.172a3.608 3.608 0 01-1.698-6.178.75.75 0 00.045-1.056A3.235 3.235 0 015.44 7.25zm11.668 10.116V15.25a.75.75 0 00-1.5 0v2.116a2.562 2.562 0 01-.943-4.37.75.75 0 000-1.124 2.56 2.56 0 113.387 0 .75.75 0 000 1.124 2.562 2.562 0 01-.944 4.37z", fill: "#323544" }));
exports.default = Trees3;