iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 2.1 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 Svg1f4e2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M54.2 15.2c2.2 5.4 2.8 11.2 2.9 16.8-.1 5.6-.7 11.4-2.9 16.8-.5-5.6-.2-11.3-.2-16.9 0-5.5-.2-11.2.2-16.7M58.4 6.8C61.1 15 61.9 23.5 62 32c-.1 8.4-.9 16.9-3.6 25.2 0-8.2.5-16.5.5-24.7.1-8.6-.4-17.2-.5-25.7" })),
React.createElement("path", { fill: "#333", d: "M18.2 52.4h-8.1l14.5-13.6h8.1z" }),
React.createElement("path", { d: "M8.3 25.1c-1.6.1-3 .2-4.3.2 0 0-2.1 3.2-2.1 6.6 0 3.4 2.1 6.6 2.1 6.6 1.2 0 2.7.1 4.3.2-.6-1.2-1.7-4-1.7-6.9 0-2.7 1.1-5.5 1.7-6.7", fill: "#b0bdc6" }),
React.createElement("path", { d: "M42.2 4.9s-16 18-29.6 19.7c-.7 1.7-1.6 4.5-1.6 7.4 0 2.9 1 5.7 1.7 7.3C26.3 41 42.2 59 42.2 59V4.9", fill: "#ed4c5c" }),
React.createElement("path", { d: "M12.7 24.6c-1.5.2-3 .3-4.3.5-.6 1.2-1.7 4-1.7 6.9 0 2.9 1.2 5.7 1.7 6.9 1.4.1 2.8.3 4.3.5C12 37.6 11 34.8 11 32c0-2.9.9-5.7 1.7-7.4", fill: "#333" }),
React.createElement("ellipse", { cx: "43.9", cy: "31.9", rx: "6.3", ry: "28", fill: "#aa1d39" }),
React.createElement("path", { d: "M43.9 59.9c-3.5 0-6.3-12.5-6.3-28 5.3-4 12.4 4.9 12.4 4.9-11 6-6.1 23.1-6.1 23.1", fill: "#5b0617" }),
React.createElement("path", { d: "M37.8 24.4s-.2 2.6-.2 7.5.2 7.5.2 7.5l12.3-2.6v-9.7l-12.3-2.7", fill: "#333" }),
React.createElement("path", { d: "M37.7 26.8s-.1 1.8-.1 5.1c0 3.4.1 5.1.1 5.1l12.5-1.8v-6.6l-12.5-1.8", fill: "#4b4d4f" }),
React.createElement("ellipse", { cx: "50.2", cy: "31.9", rx: "1.6", ry: "4.9", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#898a90", d: "M10.1 28.2h8.1v24.2h-8.1z" }),
React.createElement("ellipse", { cx: "14.2", cy: "32.5", rx: "1.7", ry: "2", fill: "#fff" }));
exports.default = Svg1f4e2;