iconista
Version:
Thousands of SVG icons with one React component
25 lines (24 loc) • 2.36 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 Svg1f4e1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M25 48.6l-10.6-10s-4.5 6.2-4.5 11.3h14.6c0-.8.5-1.3.5-1.3", fill: "#94989b" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M26.9 48.5c-4.6 1.4-14.1-8-12.6-12.6l1.2-3.8 15.2 15.2-3.8 1.2" }),
React.createElement("path", { d: "M15.2 7.3c-3 3-4.6 6.9-4.9 11.2-.6 7.7 3 16.7 10.1 23.9 7.2 7.1 16.2 10.6 24 10.1 4.4-.3 8.3-1.9 11.3-4.9L15.2 7.3" })),
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M43.5 8c1.9 1.6 3.9 3.4 6 5.4 2 2 3.9 4 5.5 5.9-.2-2.2-1.7-4.9-4.1-7.3-2.4-2.3-5.2-3.8-7.4-4M61 20.3c-.3-3.5-2.7-7.9-6.6-11.8-3.9-3.8-8.3-6.2-11.8-6.5 3.1 2.6 6.4 5.5 9.6 8.8 3.3 3.2 6.2 6.5 8.8 9.5" })),
React.createElement("path", { d: "M55.5 47.8c-3.1 3.1-14.7-3.4-25.9-14.5C18.4 22.1 11.9 10.6 15.1 7.4 18.2 4.3 29.8 10.8 41 22c11.1 11.1 17.7 22.6 14.5 25.8", fill: "#94989b" }),
React.createElement("path", { fill: "#333", d: "M33.1 32.5l-2.7-2.7 12.1-10.3 1 .9z" }),
React.createElement("path", { d: "M32.5 36c-3-2.7-5.7-5.6-5.7-5.6l4.5-3.1 4.2 4.2-3 4.5", fill: "#da5b52" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M48 20.6c-1.6 1.6-4.1 1.6-5.7 0-1.6-1.6-1.6-4.1 0-5.6 1.6-1.6 4.1-1.6 5.7 0s1.5 4.1 0 5.6M9.9 49.9C7.2 49.9 5 52 5 54.7v5.2h8.6v-10H9.9z" })),
React.createElement("path", { d: "M24.5 49.9H12.7V60h16.6v-5.2c0-2.8-2.1-4.9-4.8-4.9", fill: "#616161" }),
React.createElement("path", { fill: "#333", d: "M3 59.2h8.6V62H3z" }),
React.createElement("g", { fill: "#616161" },
React.createElement("path", { d: "M10.6 59.2h20.8V62H10.6zM12.5 40.2h-2.3v1.5c-.6.9-.9 2.1-.9 3.4 0 1.3.3 2.5.9 3.4V50h2.3c1.8 0 3.2-2.2 3.2-4.9 0-2.8-1.4-4.9-3.2-4.9" })),
React.createElement("ellipse", { cx: "10.1", cy: "45", rx: "3.2", ry: "4.9", fill: "#333" }),
React.createElement("ellipse", { cx: "10.6", cy: "45", rx: "2.3", ry: "4", fill: "#0d0d0d" }));
exports.default = Svg1f4e1;