iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.31 kB
JavaScript
"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 Svg1f38c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32.2 23.6c6 9.8 17.6 1.5 23.6 11.4 2-6.7 4.2-13.5 6.2-20.2C56 5 44.4 13.3 38.4 3.4c-2.1 6.7-4.2 13.4-6.2 20.2", fill: "#e6eff4" }),
React.createElement("path", { d: "M51.4 21.3c-.8 2.8-3.5 4.1-5.9 3-2.4-1.2-3.7-4.4-2.8-7.1.8-2.8 3.5-4.1 5.9-3 2.4 1.1 3.7 4.3 2.8 7.1", fill: "#ff2449" }),
React.createElement("path", { d: "M39.4 3.3c.2-.5-.1-1.1-.7-1.3-.5-.2-1.1.1-1.3.7L19.3 62h2.2L39.4 3.3", fill: "#3e4347" }),
React.createElement("path", { d: "M31.8 23.6c-6 9.8-17.6 1.5-23.6 11.4C6.2 28.2 4 21.5 2 14.7c6-9.8 17.6-1.5 23.6-11.4 2.1 6.8 4.2 13.5 6.2 20.3", fill: "#e6eff4" }),
React.createElement("path", { d: "M12.6 21.3c.8 2.8 3.5 4.1 5.9 3 2.4-1.2 3.7-4.4 2.8-7.1-.8-2.8-3.5-4.1-5.9-3-2.4 1.1-3.7 4.3-2.8 7.1", fill: "#ff2449" }),
React.createElement("path", { d: "M26.6 2.7c-.2-.5-.8-.9-1.3-.7s-.9.8-.7 1.3l18 58.7h2.2L26.6 2.7", fill: "#4c5256" }));
exports.default = Svg1f38c;