iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.71 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 Svg1f687 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#3e4347" }),
React.createElement("path", { d: "M20.2 46.3l-6.5 9.4c.8.6 1.7 1.2 2.5 1.8l7.3-11.1c0-.1-3.3-.1-3.3-.1", fill: "#94989b" }),
React.createElement("path", { d: "M20.2 46.3h-3.3l-5.6 7.3c.8.7 1.5 1.4 2.4 2l6.5-9.3", fill: "#e6e6e6" }),
React.createElement("path", { d: "M43.8 46.3h-3.3l7.3 11.1c.9-.5 1.7-1.1 2.5-1.8l-6.5-9.3", fill: "#94989b" }),
React.createElement("path", { d: "M43.8 46.3l6.5 9.4c.8-.6 1.6-1.3 2.4-2l-5.6-7.3h-3.3z", fill: "#e6e6e6" }),
React.createElement("path", { d: "M49.3 44.2c0 1.8-1.4 3.2-3.2 3.2H17.9c-1.8 0-3.2-1.4-3.2-3.2V20.7c0-12.6 34.5-12.6 34.5 0l.1 23.5", fill: "#c7e755" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M47.2 40.5c0 1.1-.9 1.9-2 1.9h-4.7c-1.1 0-2-.9-2-1.9 0-1.1.9-1.9 2-1.9h4.7c1.2 0 2 .9 2 1.9M16.8 40.5c0-1.1.9-1.9 2-1.9h4.7c1.1 0 2 .9 2 1.9 0 1.1-.9 1.9-2 1.9h-4.7c-1.2.1-2-.8-2-1.9M47.2 30.4c0 1.5-1.2 2.7-2.7 2.7h-25c-1.5 0-2.7-1.2-2.7-2.7v-8.6c0-1.5 1.2-2.7 2.7-2.7h25.1c1.5 0 2.7 1.2 2.7 2.7v8.6z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("circle", { cx: "21.1", cy: "40.5", r: "1.7" }),
React.createElement("circle", { cx: "42.9", cy: "40.5", r: "1.7" })));
exports.default = Svg1f687;