iconista
Version:
Thousands of SVG icons with one React component
32 lines (31 loc) • 3.29 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 Svg1f6ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M30.6 26.3c.7 1 .5 2.3-.3 2.8s-2 .1-2.6-.9c-.7-1-.5-2.3.2-2.8.9-.5 2-.1 2.7.9", fill: "#3e4347" }),
React.createElement("path", { d: "M30.7 17.3s-1.4-2.1-2.5-3.9c-1.1-1.7-1-2.9.3-2.5 1.3.3 4 1.7 5.9 3.1.9.6 3.5 2.5 3.5 2.5 1.9 1.4 1.7 2.1-.6 1.6l-6.6-.8", fill: "#42ade2" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M34.5 26.7c.7 1 .5 2.3-.3 2.8s-2 .1-2.6-.9c-.7-1-.5-2.3.3-2.8.7-.5 1.9-.1 2.6.9M55.5 29.2c.7 1 .5 2.3-.3 2.8s-2 .1-2.6-.9c-.7-1-.5-2.3.2-2.8.9-.5 2.1-.1 2.7.9" })),
React.createElement("path", { d: "M54.9 30c-.2-2.2-.3-4.4-.5-6.6-.1-1.1-1.8-.9-1.7.2.2 2.2.3 4.4.5 6.6.1 1.1 1.8 1 1.7-.2", fill: "#94989b" }),
React.createElement("path", { d: "M3.8 12.3s-2.7-1.3-3.4 0c-1.8 3.3.8 11.9 61.1 15.2 3.6.2 3.2-2.3-.2-5-10.2-8.2 4.3-4.9-57.5-10.2", fill: "#dae3ea" }),
React.createElement("path", { d: "M57.5 20.3c-.7.4-4 .8-4 .8s0 .9 1.4 1.3c1.2.4 2.8 0 4-.7l-1.4-1.4", fill: "#3e4347" }),
React.createElement("path", { d: "M16.8 13.4S8.7 4.2 6.1 1C4.5-1 2 .6 2 .6S-.1 12.3.4 12.4L16.3 14c.5.1.7-.2.5-.6", fill: "#42ade2" }),
React.createElement("path", { d: "M38.3 27c.7 1 .5 2.3-.3 2.8s-2 .1-2.6-.9c-.7-1-.5-2.3.3-2.8s2-.1 2.6.9", fill: "#3e4347" }),
React.createElement("path", { d: "M37.2 27.6c-1.9-1.7-3.8-3.5-5.8-5.2-.2-.2-.6-.1-.7.2-.7 1.5-1.3 3-2 4.5v.3c0 .2.1.3.3.3 2.6.2 5.2.5 7.7.7.6 0 .8-.5.5-.8", fill: "#94989b" }),
React.createElement("path", { d: "M25.2 29.5s-8.5-4.4-17.5-2.3c-.5.1-1.7.6-1 1.7 1.6 1.8 5.9 5.1 15.9 6.3l2.6-5.7", fill: "#c5d0d8" }),
React.createElement("path", { d: "M23 35.1c-.8-.2-1.1-1.6-.5-3.2.5-1.6 1.6-2.7 2.4-2.5.8.2 1.1 1.6.5 3.2-.5 1.6-1.6 2.7-2.4 2.5", fill: "#94989b" }),
React.createElement("path", { d: "M23.5 32.8c.4-1.1.4-2.2 0-2.8-.4.5-.8 1.1-1.1 1.9-.4 1.1-.4 2.2 0 2.8.4-.5.8-1.1 1.1-1.9", fill: "#3e4347" }),
React.createElement("path", { d: "M29 20.7c-2.5-.4-3.7-.5-5.9.6l-15.5 7c-2.2 1.1-2 2.5.5 3.1 2.4.6 6.4.5 8.7-.2L39 24.1c2.3-.7 2.2-1.7-.3-2L29 20.7", fill: "#42ade2" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "19.3", cy: "17.4", r: ".9" }),
React.createElement("path", { d: "M23.1 16.9c-.5 0-.9.3-.9.8s.3.9.8.9.9-.3.9-.8-.4-.9-.8-.9" }),
React.createElement("circle", { cx: "26.7", cy: "18", r: ".9" }),
React.createElement("circle", { cx: "30.4", cy: "18.3", r: ".9" }),
React.createElement("circle", { cx: "34.1", cy: "18.6", r: ".9" }),
React.createElement("circle", { cx: "37.8", cy: "18.9", r: ".9" }),
React.createElement("path", { d: "M41.6 18.4c-.5 0-.9.3-.9.8s.3.9.8.9.9-.3.9-.8-.3-.9-.8-.9" }),
React.createElement("circle", { cx: "45.2", cy: "19.5", r: ".9" })),
React.createElement("ellipse", { cx: "31.3", cy: "61.5", rx: "24.6", ry: "2.5", fill: "#94989b" }));
exports.default = Svg1f6ec;