UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 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 Svg2668 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#ff5a79" }, React.createElement("path", { d: "M51.4 33.3c3.3 2.3 5.3 5.2 5.3 8.4 0 7.5-11.1 13.5-24.7 13.5s-24.7-6-24.7-13.5c0-3.2 2-6.1 5.3-8.4C6.1 36.3 2 40.8 2 45.7 2 54.7 15.4 62 32 62s30-7.3 30-16.3c0-4.9-4.1-9.4-10.6-12.4" }), React.createElement("path", { d: "M20.3 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9 0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C14.8 8.3 20.3 2 20.3 2M33.4 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9 0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C27.8 8.3 33.4 2 33.4 2M46.5 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9 0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C40.9 8.3 46.5 2 46.5 2" }))); exports.default = Svg2668;