UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 666 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 Plantscale = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2 12C2 6.477 6.477 2 12 2c4.06 0 7.556 2.42 9.122 5.897L7.898 21.122a9.997 9.997 0 01-1.613-.915L14.492 12H12l-7.071 7.071A9.97 9.97 0 012 12zm20 .004L12.003 22c5.52-.002 9.995-4.477 9.997-9.996z", fill: "#323544" })); exports.default = Plantscale;