iconista
Version:
Thousands of SVG icons with one React component
22 lines (21 loc) • 2.82 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 Svg1f45c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M60.9 58.6c0 4.6-57.7 4.6-57.7 0 0-27.1-2-35.4 28.9-35.4 30.8 0 28.8 8.3 28.8 35.4", fill: "#7fc6cc" }),
React.createElement("g", { fill: "#695b5b" },
React.createElement("path", { d: "M6.7 30.7C10.3 26.9 18.3 25 32 25s21.7 1.8 25.3 5.7c1 1 1.7 2.2 2.3 3.6-2.4-8.2-9.1-11.9-27.6-11.9-18.4 0-25.2 3.8-27.6 11.9.6-1.3 1.3-2.5 2.3-3.6" }),
React.createElement("path", { d: "M20 27.2v11.1c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2v-8.7L6.1 32v9c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6V27.2H20M54.7 29.6v8.7c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2V27.2h-3.1V41c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6v-9l-3.2-2.4" })),
React.createElement("g", { fill: "#998a91" },
React.createElement("path", { d: "M60.2 60.6c-1 0-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9-3-3.2-10.5-4.7-23.1-4.7-12.6 0-20.1 1.6-23.1 4.7-3.5 3.8-3.5 11-3.5 21.9v4.3c0 .9-.8 1.7-1.7 1.7S2 59.8 2 58.9v-4.3C2 43 1.9 35.2 6.4 30.4c3.7-4 11.8-5.9 25.6-5.9s21.9 1.9 25.6 5.9C62.1 35.2 62 43 62 54.6v4.2c0 1.1-.8 1.8-1.8 1.8" }),
React.createElement("path", { d: "M49.4 26.5c-.8 0-1.5-.5-1.5-1.2 0-16.7-9.1-20-15.9-20s-15.9 3.3-15.9 20c0 .7-.7 1.2-1.5 1.2s-1.5-.5-1.5-1.2C13.2 12.8 19.3 2 32 2s18.8 10.8 18.8 23.3c0 .7-.6 1.2-1.4 1.2" })),
React.createElement("g", { fill: "#c9c9c9" },
React.createElement("path", { d: "M14.4 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6c3.1 0 5.6 2.5 5.6 5.6S17.5 35 14.4 35m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8 3.7-1.7 3.7-3.8-1.6-3.8-3.7-3.8M49.6 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6c3.1 0 5.6 2.5 5.6 5.6S52.7 35 49.6 35m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c2.1 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8" })),
React.createElement("g", { fill: "#695b5b" },
React.createElement("path", { d: "M17.4 26.3c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9v3.3M52.6 26.3c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9v3.3M17.4 35.5c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9v3.3M52.6 35.5c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9v3.3" })),
React.createElement("g", { fill: "#fff" },
React.createElement("circle", { cx: "14.4", cy: "23.3", r: "1.4" }),
React.createElement("circle", { cx: "49.6", cy: "23.3", r: "1.4" })));
exports.default = Svg1f45c;