UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.1 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 Svg264d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#83bf4f" }), React.createElement("path", { d: "M44.1 45c-1.4-1.1-2.9-3.1-3.2-5 3.3-4.1 5.7-9.2 4.9-14.5-.1-.6-.8-1.2-1.4-1.1-1.4.1-2.6.5-3.6 1.2v-3.9c0-.2 0-.3-.1-.4-.3-3-2.5-5-5.4-5.2-1.6-.1-3 .7-4 1.9-1-1.1-2.4-1.8-4-1.9-1.6-.1-3 .7-4 1.9-1-1.1-2.4-1.8-4-1.9-1.9-.1-1.9 3 0 3.1 1.4 0 2.5 1 2.5 2.5v21.9c0 2 2.9 2 2.9 0V21.7v-.1c.2-3.3 4.9-3.3 5.1 0v21.9c0 2 2.9 2 2.9 0V21.6c.2-3.3 4.9-3.3 5.1 0v17.3c-1.1 1.3-2.3 2.5-3.6 3.5-1.4 1.3.6 3.4 2 2.2.7-.7 1.5-1.4 2.2-2.1.9 2.1 2.4 3.9 4 5.2 1.8 1.2 3.2-1.5 1.7-2.7zM43 27.8c.8 3.4-1.5 5.8-2.2 7.1v-4.3c.2-1.5 1.1-2.4 2.2-2.8z", fill: "#fff", stroke: "#fff", strokeMiterlimit: "10" })); exports.default = Svg264d;