iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.27 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 Svg1f947 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#428bc1", d: "M46.1 2L34.8 18.9h5.6L53 2z" }),
React.createElement("path", { fill: "#e8e8e8", d: "M40.4 2L29.2 18.9h5.6L46.1 2z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M34.8 2L23.6 18.9h5.6L40.4 2z" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("circle", { cx: "32", cy: "41.4", r: "20.6" }),
React.createElement("path", { d: "M21.7 15.1c-.5 0-.9.4-.9.9v8.4c0 .5.4.9.9.9h20.6c.5 0 .9-.4.9-.9V16c0-.5-.4-.9-.9-.9H21.7m19.7 6.6c0 .5-.4.9-.9.9H23.6c-.5 0-.9-.4-.9-.9v-3.8c0-.5.4-.9.9-.9h16.9c.5 0 .9.4.9.9v3.8" })),
React.createElement("path", { d: "M14.3 43.8c0-11.2 8.6-20.3 19.6-21.1-.5 0-1.1-.1-1.6-.1-10.5 0-19 8.5-19 19.1 0 3.1.8 6.1 2.1 8.7-.7-2.1-1.1-4.3-1.1-6.6", opacity: ".5", fill: "#89664c" }),
React.createElement("path", { d: "M39.9 57.3C49.2 51.1 52 39 46.6 29.6l.9 1.2c5.8 8.6 3.4 20.3-5.3 26.2-2.6 1.8-5.5 2.8-8.4 3.1 2.2-.6 4.2-1.5 6.1-2.8", opacity: ".33", fill: "#fff" }),
React.createElement("path", { fill: "#ed4c5c", d: "M23.6 18.9h5.6L17.9 2H11z" }),
React.createElement("path", { fill: "#e8e8e8", d: "M29.2 18.9h5.6L23.6 2h-5.7z" }),
React.createElement("path", { opacity: ".5", fill: "#3e4347", d: "M32.9 4.8L30.1 9l6.6 9.9h3.7l1-1.4z" }),
React.createElement("path", { fill: "#428bc1", d: "M34.8 18.9h5.6L29.2 2h-5.6z" }),
React.createElement("g", { fill: "#89664c" },
React.createElement("path", { d: "M26.8 35.2v1c1 0 1.9-.2 2.8-.6v-1.4c-.8.6-1.7.9-2.8 1M33.4 28.7h.9v21.6h-.9zM37.2 51.2V54H26.8v1h11.3v-3.8z", opacity: ".5" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { opacity: ".33", d: "M34.3 50.3h2.8v.9h-2.8zM30.6 28.7h2.8v-.9h-3.8c0 2.1-1.7 3.8-3.8 3.8v3.7c.3 0 .6 0 .9-.1v-2.8c2.2.1 3.9-1.6 3.9-3.7M30.6 51.2v-16c-.3.2-.6.3-.9.5v14.6h-3.8V54h.9v-2.8h3.8" })));
exports.default = Svg1f947;