UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.05 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 Svg1f43d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 37.3c0 17.3-13.4 15.3-30 15.3s-30 2-30-15.3 13.4-25.9 30-25.9S62 20 62 37.3", fill: "#fc97b2" }), React.createElement("path", { d: "M25.9 33.6c0 7.4-3.3 13.4-7.3 13.4-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4.1.1 7.3 6 7.3 13.4", fill: "#a5627a" }), React.createElement("ellipse", { cx: "19.9", cy: "33.6", rx: "6.1", ry: "12.8", fill: "#bf7b90" }), React.createElement("path", { d: "M52.7 33.6c0 7.4-3.3 13.4-7.3 13.4-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4 .1 7.3 6 7.3 13.4", fill: "#a5627a" }), React.createElement("ellipse", { cx: "46.7", cy: "33.6", rx: "6.1", ry: "12.8", fill: "#bf7b90" })); exports.default = Svg1f43d;