UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 717 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 Svg2763 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#ff5a79" }, React.createElement("circle", { cx: "32", cy: "52", r: "10" }), React.createElement("path", { d: "M57.4 11.8C52.9-2.7 34.3 1.2 32 8.9 29.7 1.2 11.1-2.7 6.6 11.8 4.6 18.1 7.7 24 13 27.7c7.1 5 15.5 5 19 14.3 3.5-9.3 11.8-9.3 19-14.3 5.3-3.7 8.4-9.6 6.4-15.9" }))); exports.default = Svg2763;