iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 2.49 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 Svg1f6471f3ff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M45.3 36.7C37 32.4 32 36.3 32 36.3s-5-3.9-13.3.5C11.4 40.6 1.8 49.5 2.5 53.5c0 0 21.9 6.9 29.5 6.9 7.6 0 29.5-6.9 29.5-6.9.7-4-8.9-12.9-16.2-16.8", fill: "#428bc1" }),
React.createElement("path", { d: "M33.3 58.9c7.8-5.3 10.9-5.2 11.1-5.3.7 1.2 1.7 4.8 2 6.6-.7 1.7-11.6 2.6-13.5.8-.5-.4-.6-1.4.4-2.1", fill: "#8a6859" }),
React.createElement("path", { d: "M55 46.7c2.9-.6 8.9 2.8 6.5 8-2.1 4.6-14.8 5.5-15.1 5.5-.3-1.7-1.3-5.4-2-6.6 2.1-.8 8.2-6.4 10.6-6.9", fill: "#428bc1" }),
React.createElement("path", { d: "M30.7 58.9c-7.8-5.3-10.9-5.2-11.1-5.3-.7 1.2-1.7 4.8-2 6.6.7 1.7 11.6 2.6 13.5.8.5-.4.6-1.4-.4-2.1", fill: "#8a6859" }),
React.createElement("path", { d: "M9 46.7c-2.9-.6-8.9 2.8-6.5 8 2.1 4.6 14.8 5.5 15.1 5.5.3-1.7 1.3-5.4 2-6.6-2.1-.8-8.2-6.4-10.6-6.9", fill: "#428bc1" }),
React.createElement("g", { fill: "#2e6c93" },
React.createElement("path", { d: "M43 53.3s2.5 4.2 3.3 6.9c.1-3.4-.4-5.2-.8-6.1 1.7-2 8.5-6.9 9.5-7.4-4.3 1.3-12 6.6-12 6.6M21 53.3s-2.5 4.2-3.3 6.9c-.1-3.4.4-5.2.8-6.1-1.7-2-8.5-6.9-9.5-7.4 4.3 1.3 12 6.6 12 6.6" })),
React.createElement("path", { d: "M32 14c11.8 0 19.1 6.6 19.1 14.9V37c0 6.5-5.1 6.5-5.1 6.5H17.3s-4.4 0-4.4-6.5v-8.2C12.9 20.6 20.6 14 32 14", fill: "#231f20" }),
React.createElement("path", { d: "M49.3 38.5s-.6-3.5-.7-4.7c-.3-4.3-5.2 2.5-16.6 2.5-11.4 0-16.3-6.8-16.6-2.5-.1 1.2-.7 4.7-.7 4.7-3.8 0-3.8 5.3 0 5.3 0 6.6 10.3 9.5 17.3 9.5s17.3-3 17.3-9.5c3.8 0 3.8-5.3 0-5.3", fill: "#8a6859" }),
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M36 2l3.5 10.5 5-8.9zM53.2 8.2l-4.7 9 9.9-1.3zM28.4 2l-3.6 10.5-5.3-8.9zM10.8 8.2l4.7 9-9.9-1.3z" })),
React.createElement("g", { fill: "#574137" },
React.createElement("path", { d: "M34.8 49.8c-1.8 1.4-3.8 1.4-5.6 0-.2-.2-.4.1-.3.4.5 1 1.6 1.9 3 1.9s2.5-.9 3-1.9c.3-.3.1-.6-.1-.4M34.2 43.3c2.4 4.5 7.3 4.5 9.7 0 .1-.2-.2-.3-.6-.6-2.4 1.9-6.4 1.7-8.6 0-.3.2-.6.3-.5.6M20 43.3c2.4 4.5 7.3 4.5 9.7 0 .1-.2-.2-.3-.6-.6-2.4 1.9-6.4 1.7-8.6 0-.3.2-.6.3-.5.6" })));
exports.default = Svg1f6471f3ff;