iconista
Version:
Thousands of SVG icons with one React component
30 lines (29 loc) • 3.01 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 Svg1f6cd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ed4c5c", d: "M1.1 39.1L2.2 0 29 2.5l-1.8 37.7z" }),
React.createElement("path", { fill: "#fcbe10", d: "M28.5 18l.2-5-9.6-.8.5-11.1-6.3-.6-.4 8.5-.1 2.7-11.4-.9-.1 5.7 11.4.7-.7 22.9 6.2.3.7-22.9z" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M10.6 13.3s-.4 6.3-5.1 9.9l4.1.4-.5 5s4.8-5.6 5.6-14.9l-4.1-.4M21.1 14.3s-.8 6.3 3.2 10.7l-4.1-.4-.5 5s-3.7-6.4-2.8-15.7l4.2.4" })),
React.createElement("path", { d: "M15.4 14.1c-.1 1.6-2.1 3-4.3 3.1l-1.8.1c-2.2.1-3.6-.7-3.1-1.9s.7-3 .4-4.2C6.3 10 7.8 9.4 10 9.9l1.7.4c2.2.5 3.8 2.2 3.7 3.8", fill: "#ffe62e" }),
React.createElement("path", { d: "M6.8 15.6c-.2.1 0 .3 0 .4.2.2.7.5 1.6.6h.9l1.8-.1c1.2-.1 2.4-.6 3.1-1.3 0 .1-5.2-1.4-7.4.4", fill: "#ffce31" }),
React.createElement("path", { d: "M16.2 14.1c-.1 1.6 1.5 3.3 3.6 3.8l1.7.4c2.1.5 3.7-.1 3.4-1.3-.3-1.2-.1-3.1.4-4.2s-.9-2-3.1-1.9l-1.8.1c-2.1.2-4 1.5-4.2 3.1", fill: "#ffe62e" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M24.4 17.2c.2.2-.1.3-.1.4-.2.2-.8.4-1.7.3-.3 0-.6-.1-.9-.1l-1.7-.4c-1.2-.3-2.2-1-2.8-1.8 0-.1 5.4-.5 7.2 1.6M15.6 13.6s-.6.4-1.7-.8c-1.3-1.4-3.7.1-.9 1.1 1.5.5 2.6-.3 2.6-.3M16.1 13.7s.5.5 1.9-.5c1.6-1.1 3.6.7.7 1.2-1.6.2-2.6-.7-2.6-.7" }),
React.createElement("path", { d: "M15.6 16.3c-1.2-.1-1.5.7-1.3-2.3.3-3 .5-2.1 1.7-2 1.2.1 1.5-.7 1.3 2.3s-.5 2.1-1.7 2" })),
React.createElement("path", { d: "M15.6 16.3c-.9-.1-1.3.8-1-2.3.3-3.1.4-2.2 1.4-2.1.9.1 1.3-.8 1 2.3-.3 3.1-.4 2.2-1.4 2.1", fill: "#ffe62e" }),
React.createElement("path", { fill: "#c28fef", d: "M38.8 12.3L43.6 0l18.1 5.6-2.8 10z" }),
React.createElement("path", { fill: "#ffe62e", d: "M45.5 13.4l6.3 1 3.5-10.9-6-1.9z" }),
React.createElement("path", { fill: "#42ade2", d: "M32.4 11.2v19.5l31.6-.3V11.2z" }),
React.createElement("path", { fill: "#0071bc", d: "M32.4 11.2l-5.3 2.1v17.4h5.3z" }),
React.createElement("path", { fill: "#3e4347", d: "M16 64l-8-4V26h8z" }),
React.createElement("g", { fill: "#62727a" },
React.createElement("path", { d: "M8 60l-8 4V26h8zM16 26h48v38H16z" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "32", cy: "35", r: "3" }),
React.createElement("circle", { cx: "52", cy: "35", r: "3" })),
React.createElement("path", { d: "M31 35v10.5c0 6.7 3.9 12.2 11 12.5 3.7.1 7-2 9.2-4.9 1.6-2.2 1.8-4.9 1.8-7.6V35c0-1.3-2-1.3-2 0V47.7c-.2 4.8-4.5 8.2-9 8.3-4.4.1-7.9-3.2-8.8-7.3-.4-1.7-.2-3.7-.2-5.4V35c0-1.3-2-1.3-2 0", fill: "#d0d0d0" }));
exports.default = Svg1f6cd;