iconista
Version:
Thousands of SVG icons with one React component
20 lines (19 loc) • 2.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 Svg1f30c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#3f3261", d: "M0 0h64v46H0z" }),
React.createElement("path", { fill: "#42ade2", d: "M0 46h64v10H0z" }),
React.createElement("path", { fill: "#296d8f", d: "M0 34h64v1H0z" }),
React.createElement("path", { fill: "#3283ab", d: "M0 37h64v2H0z" }),
React.createElement("path", { fill: "#3b9ac9", d: "M0 41h64v3H0z" }),
React.createElement("path", { d: "M0 55s5.8-3.8 8-4c2.8-.3 8.2 3.3 11 3 2.2-.2 5.8-3.7 8-4 1.5-.2 4.5 1.3 6 1 1.8-.4 4.2-4 6-4 2.4 0 5.6 4.9 8 5 2.6.1 6.5-4.5 9-5 2-.4 8 1 8 1v16H0v-9", fill: "#3e4347" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M6.944 23.5l1.485-1.486L9.914 23.5l-1.485 1.485zM11.944 18.5l1.485-1.486 1.485 1.485-1.485 1.485zM17.944 21.5l1.485-1.486 1.485 1.485-1.485 1.485zM20.007 13.574l1.485-1.485 1.485 1.485-1.485 1.484zM23.944 18.5l1.485-1.486 1.485 1.485-1.485 1.485zM27.944 12.5l1.485-1.486 1.484 1.485-1.484 1.485zM29.944 20.5l1.485-1.486 1.484 1.485-1.484 1.485zM34.944 12.5l1.484-1.485 1.485 1.485-1.485 1.484zM40.944 9.5l1.484-1.485L43.913 9.5l-1.485 1.484zM41.943 14.5l1.485-1.485 1.485 1.485-1.485 1.484zM47.943 14.5l1.485-1.485 1.485 1.485-1.485 1.484zM48.943 7.5l1.485-1.485L51.913 7.5l-1.485 1.485zM56.943 3.5l1.485-1.485L59.913 3.5l-1.485 1.485z" })),
React.createElement("g", { fill: "#c79cff" },
React.createElement("path", { d: "M36.51 17.5l.99-.99.99.99-.99.99zM45.595 11.292l.99-.99.99.99-.99.99zM60.188 7.75l.99-.99.99.99-.99.99zM25.689 26.75l.99-.99.99.99-.99.99zM2.69 23.75l.99-.99.99.99-.99.99zM4.01 15.5l.99-.99.99.99-.99.99zM18.69 5.75l.989-.99.99.99-.99.99zM48.189 21.25l.99-.99.99.99-.99.99z" })),
React.createElement("g", { fill: "#ffabed" },
React.createElement("path", { d: "M45.189 6.25l.99-.99.99.99-.99.99zM54.297 7.8l.99-.99.99.99-.99.989zM55.272 12.21l.99-.99.99.99-.99.99zM36.724 8.035l.99-.99.99.99-.99.99zM31.01 15.5l.99-.99.99.99-.99.99zM17.719 17.137l.99-.99.99.99-.99.99zM13.689 27.25l.99-.99.99.99-.99.99zM7.504 18.102l.99-.99.99.99-.99.99zM3.19 28.25l.99-.99.99.99-.99.99zM6.69 6.75l.99-.99.99.99-.99.99zM45.01 29l.99-.99.99.99-.99.99zM58.512 22.799l.99-.99.99.99-.99.99zM30.51 2.5l.99-.99.99.99-.99.99z" })));
exports.default = Svg1f30c;