iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.99 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 Svg1f3d6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#d6eef0", d: "M0 0h64v64H0z" }),
React.createElement("circle", { cx: "52", cy: "12", r: "7", fill: "#ffe62e" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M22 7c0 1.1-.9 2-2 2H10c-1.1 0-2-.9-2-2s.9-2 2-2h10c1.1 0 2 .9 2 2" }),
React.createElement("path", { d: "M26 9c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M40 12c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M19 19c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2" })),
React.createElement("path", { fill: "#6adbc6", d: "M0 32h64v32H0z" }),
React.createElement("path", { d: "M64 40s-78.4-.9-46.3 24H64V40z", fill: "#ffdd7d" }),
React.createElement("path", { d: "M39.1 53.2c-.1.5-.6.9-1.2.8-.5-.1-.9-.6-.8-1.2L41.8 29c.1-.5.6-.9 1.2-.8.5.1.9.6.8 1.2l-4.7 23.8", fill: "#94989b" }),
React.createElement("path", { d: "M41.6 35.2c3.7.7 3.2 3.6 6.2 4.2 2.9.6 3.6-2.3 7.3-1.6l.8.1c.5 1.4 1.3 1 1.8-.9l.2-.8c1.7-8.6-10.3-12.9-10.3-12.9-1.7-.9-4.8-1.5-6.8-1.3 0 0-12.8-.4-14.5 8.2l-.2.8c-.3 1.9.3 2.6 1.4 1.5l.8.1c3.7.7 3.2 3.6 6.2 4.2 2.7.6 3.4-2.3 7.1-1.6", fill: "#f27a52" }),
React.createElement("path", { d: "M46.4 25.1l-.3-.1c-.4-.2-.8-.4-1.3-.5.5 2.9 1.3 7.6 1.8 12.2.3.4.6.6 1 .6.6.1.9-.1 1.7-.6 1.1-.7 2.7-1.6 5.3-1.2l.3.1c1.3-6.8-8.4-10.5-8.5-10.5", fill: "#f9f3d9" }),
React.createElement("path", { d: "M41 24h-.3c-.1 0-10.1-.1-11.5 6.7l.3.1c2.5.5 3.5 1.9 4.2 3 .5.8.8 1 1.3 1.1.5.1.9-.1 1.6-.6.1 0 .1-.1.2-.1 2.1-3.9 4.4-7.8 5.9-10.2-.6 0-1.2-.1-1.7 0", fill: "#c94747" }));
exports.default = Svg1f3d6;