UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 876 B
"use strict"; 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 Tree2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.523 9.5a7.5 7.5 0 1115 0V11a7.501 7.501 0 01-6.75 7.463v2.787a.75.75 0 11-1.5 0v-2.787A7.501 7.501 0 014.523 11V9.5zm8.25 7.454A6.001 6.001 0 0018.023 11V9.5a6 6 0 00-12 0V11c0 3.06 2.29 5.584 5.25 5.954v-2.202a2.241 2.241 0 01-.841-.53l-1.019-1.02a.75.75 0 111.06-1.06l1.02 1.019a.75.75 0 001.06 0l1.02-1.02a.75.75 0 011.06 1.061l-1.019 1.02a2.24 2.24 0 01-.84.53v2.202z", fill: "#323544" })); exports.default = Tree2;