iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.06 kB
JavaScript
;
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 Svg1f3a9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M61.3 41.8c-3.2-7.5-15.3-1-29.3-1-14.1 0-26.1-6.5-29.3 1C-1 49 10.5 61.9 32 61.9S65 49 61.3 41.8" }),
React.createElement("path", { d: "M32 1.9C18 2 7.9 8.1 9.3 11.5c3.8 12.5 5.2 23.8 4 36.3 12.6 3 24.9 2.8 37.4-.2-1.2-12.5.2-23.6 4-36.1C56.1 8.1 46.1 2 32 1.9" })),
React.createElement("path", { d: "M13.6 40.5c.2 2.5-1.1 7.3-1.1 7.3 11.6 11.1 27.4 11.1 39 0 0 0-1.1-4.7-1.1-7.3-11.8 10.7-25 10.7-36.8 0", fill: "#ed4c5c" }),
React.createElement("path", { d: "M55 10.4c0 4.7-10.3 8.4-23 8.4S9 15 9 10.4c0-4.7 10.3-8.5 23-8.5s23 3.8 23 8.5", fill: "#656d72" }));
exports.default = Svg1f3a9;