UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.36 kB
"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 Leaf6 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.024 2.738l.347-.664a.75.75 0 00-.695 0l.348.664z", fill: "#323544" }), React.createElement("path", { d: "M12.773 19.463A7.5 7.5 0 0019.523 12c0-3.167-1.861-5.667-3.608-7.323a18.252 18.252 0 00-3.223-2.423 11.02 11.02 0 00-.294-.166l-.018-.01-.006-.003h-.001s-.002-.001-.35.663l-.347-.664h-.002l-.001.001-.006.003-.018.01a6.871 6.871 0 00-.294.166 18.25 18.25 0 00-3.223 2.423c-1.747 1.656-3.609 4.156-3.609 7.324a7.501 7.501 0 006.75 7.463v1.785a.75.75 0 001.5 0v-1.785zm0-1.509v-2.172l2.897-1.997a.75.75 0 00-.852-1.235l-2.045 1.41v-2.899l2.284-1.709a.75.75 0 00-.899-1.2l-1.385 1.036V6.984a.75.75 0 10-1.5 0v2.204L9.89 8.152a.75.75 0 00-.899 1.2l2.283 1.71v2.899l-2.045-1.41a.75.75 0 00-.851 1.234l2.896 1.998v2.171A6.001 6.001 0 016.023 12c0-2.56 1.513-4.691 3.141-6.234a16.756 16.756 0 012.86-2.165 16.758 16.758 0 012.86 2.165c1.627 1.543 3.14 3.674 3.14 6.235 0 3.06-2.29 5.584-5.25 5.953z", fill: "#323544" })); exports.default = Leaf6;