iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.61 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 Svg1f3d3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M55.3 8.7c-6.2-6.2-20.5-11.9-34.1 1.6-9 8.9-12.2 20.2 0 32.4 12.2 12.1 23.5 8.9 32.5 0 13.6-13.6 7.8-27.8 1.6-34", fill: "#ed4c5c" }),
React.createElement("path", { d: "M30.8 49.3L14.6 33.1S18 41 12.2 46.9c0 0-4.9 4.9-10.1 9.4.6 1.2.4 1.3 2.5 3.5 1.8 1.8 1.9 1.6 2.9 2.2C12 56.7 17 51.7 17 51.7c5.9-5.8 13.8-2.4 13.8-2.4", fill: "#fed0ac" }),
React.createElement("g", { fill: "#d3976e" },
React.createElement("path", { d: "M7.6 61.8c3.3-3.8 6.9-7.5 8.5-9.1l8.7-9.4-4.2-4.2-9.4 8.7C9.5 49.4 5.8 53 2 56.3c.6 1.2.4 1.3 2.5 3.5 1.8 1.8 1.9 1.6 2.9 2.2l.2-.2", opacity: ".5" }),
React.createElement("path", { d: "M5.9 61.1c.6.5.9.6 1.5.9.1-.1.1-.1.2-.1 3.3-3.8 6.9-7.5 8.5-9.1l8.7-9.4-2.4 1.4L5.9 61.1" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M30.8 49.3l-6-6-8.1 8.7c1.6-1.6 6.5-5.3 14.1-2.7M14.6 33.1l6 6-8.7 8.1c1.6-1.7 5.3-6.5 2.7-14.1" })),
React.createElement("g", { fill: "#ff8736" },
React.createElement("circle", { cx: "54.1", cy: "54.1", r: "7.9" }),
React.createElement("path", { d: "M59.6 51.1c-.4.8-2 .8-3.5 0S53.6 49 54 48.3c.4-.8 2-.8 3.5 0 1.6.8 2.5 2 2.1 2.8" })));
exports.default = Svg1f3d3;