iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.89 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 Svg1f37c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M12.9 8.4c-.6-.1-1.5-1.8-3.9-4.1-2.8-2.9-4.8-2.7-6.1-1.4C1.6 4.2 1.4 6.2 4.3 9c2.4 2.4 4 3.2 4.1 3.9.5 3.7-1.9 7.1-.4 8.5L21.4 8c-1.4-1.5-4.8.9-8.5.4", fill: "#ffe62e" }),
React.createElement("path", { d: "M61 39.6c1.4 1.4 1.4 3.5 0 4.9L44.5 61c-1.4 1.4-3.5 1.4-4.9 0L12.8 34.2c-1.4-1.4-1.4-3.5 0-4.9l16.5-16.5c1.4-1.4 3.5-1.4 4.9 0L61 39.6z", fill: "#b4d7ee" }),
React.createElement("path", { d: "M56.5 40.1c1 1 1 2.7 0 3.7L43.9 56.5c-1 1-2.7 1-3.7 0L21.8 38.2h32.8l1.9 1.9", fill: "#fff" }),
React.createElement("g", { fill: "#2090bc" },
React.createElement("path", { d: "M16.444 32.819l6.364-6.364 1.697 1.697-6.364 6.364zM20.943 37.319l6.364-6.364 1.697 1.697-6.364 6.364zM25.444 41.82l6.363-6.366 1.697 1.697-6.363 6.365zM29.944 46.318l6.365-6.363 1.697 1.697-6.365 6.363zM34.449 50.823l6.364-6.364 1.697 1.697-6.364 6.364zM38.95 55.323l6.364-6.364 1.697 1.697-6.365 6.364zM6.7 25.4c-1.5-1.5-.4-2.9 1.1-4.4L20.9 7.8c1.5-1.5 2.9-2.6 4.4-1.1l3.4 3.4c1.5 1.5.4 2.9-1.1 4.4L14.5 27.6c-1.5 1.5-2.9 2.6-4.4 1.1l-3.4-3.3" })),
React.createElement("g", { fill: "#095972" },
React.createElement("path", { d: "M6.752 23.452l.778-.778 5.236 5.23-.778.778zM22.948 7.247l.778-.778 5.232 5.232-.778.778zM20.25 9.947l.777-.777 5.233 5.232-.778.778zM17.553 12.646l.778-.778 5.23 5.236-.779.778zM14.85 15.347l.778-.778 5.233 5.233-.778.778zM12.154 18.048l.779-.778 5.23 5.236-.779.778zM9.451 20.747l.778-.778 5.232 5.233-.777.778z" })));
exports.default = Svg1f37c;