iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.23 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 Svg1f6c4 = (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: "#4fd1d9" }),
React.createElement("g", { fill: "#fff" },
React.createElement("circle", { cx: "14.5", cy: "48", r: "2" }),
React.createElement("circle", { cx: "21.5", cy: "48", r: "2" }),
React.createElement("circle", { cx: "28.5", cy: "48", r: "2" }),
React.createElement("circle", { cx: "35.5", cy: "48", r: "2" }),
React.createElement("circle", { cx: "42.5", cy: "48", r: "2" }),
React.createElement("circle", { cx: "49.5", cy: "48", r: "2" }),
React.createElement("path", { d: "M41 19h-2v-3.9c0-.6-.4-1-1-1H26c-.6 0-1 .5-1 1V19h-2v-3.9c0-1.7 1.3-3.1 3-3.1h12c1.7 0 3 1.4 3 3.1V19M50 19h-3.5v24H50c1.1 0 2-.9 2-2V21c0-1.1-.9-2-2-2M19.5 19h25v24h-25zM17.5 19H14c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h3.5V19" })));
exports.default = Svg1f6c4;