UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.68 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 Svg1f1e71f1f3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2C21.2 2 11.7 7.7 6.4 16.3v19.1H2.2C3.9 50.4 16.6 62 32 62c10.8 0 20.3-5.7 25.6-14.3V28.6h4.2C60.1 13.6 47.4 2 32 2z", fill: "#ffe62e" }), React.createElement("path", { d: "M2.7 25.5l58.6 13c.5-2.1.7-4.3.7-6.5 0-1.1-.1-2.3-.2-3.4L6.4 16.3c-1.7 2.8-3 5.9-3.7 9.2", fill: "#fff" }), React.createElement("path", { d: "M61.3 38.5l-58.6-13C2.3 27.6 2 29.8 2 32c0 1.1.1 2.3.2 3.4l55.4 12.3c1.7-2.8 3-5.9 3.7-9.2", fill: "#3e4347" }), React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M22 33.3c0 5.6 4.4 10.2 9.9 10.2s9.9-4.6 9.9-10.2c0-2.1-.6-4.1-1.7-5.8.6 1.2.9 2.6.9 4.1 0 4.2-2.7 7.8-6.4 8.9l-2-4.9v-7.9c.4.2 1 .4 1.9.7 3.2 1.4 5.7-2.8 5.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2-1.9 1.8-4.1 1.5-4.1 1.5s2.5 4.2 5.7 2.8c.7-.3 1.2-.5 1.7-.7v7.7l-2 4.9c-3.6-1.3-6.2-4.7-6.2-8.9 0-1.5.3-2.8.9-4.1-1.1 1.8-1.8 3.7-1.8 5.9M21.2 40.6v-8C18 30.9 18 28.5 18 28.5h-2.5c0 4.5 2.5 5.1 2.5 5.1v7h3.2M46 28.5s0 2.4-3.2 4.2v8H46v-7s2.5-.6 2.5-5.1c0-.1-2.5-.1-2.5-.1" }), React.createElement("path", { d: "M31.9 45.2c-3.6 0-6.7-1.8-8.7-4.6l-3 4.6s2.7-.2 5.2 1.2 3.2 0 6.5 0 4 1.4 6.5 0 5.2-1.2 5.2-1.2l-3-4.6c-2 2.8-5.1 4.6-8.7 4.6" }))); exports.default = Svg1f1e71f1f3;