iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.16 kB
JavaScript
;
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 Svg1f6c5 = (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("path", { d: "M48.6 52H15.4c-1.9 0-3.4-1.5-3.4-3.3V25.3c0-1.8 1.5-3.3 3.4-3.3h33.2c1.9 0 3.4 1.5 3.4 3.3v23.3c0 1.9-1.5 3.4-3.4 3.4M15.4 24c-.8 0-1.4.6-1.4 1.3v23.3c0 .7.6 1.3 1.4 1.3h33.2c.8 0 1.4-.6 1.4-1.3V25.3c0-.7-.6-1.3-1.4-1.3H15.4" }),
React.createElement("path", { d: "M47 32h-3v16h3c.6 0 1-.4 1-1V33c0-.6-.4-1-1-1M38 32v-4c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v4h-4v16h20V32h-4m-2 0h-8v-4h8v4M17 32c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h3V32h-3M42 14H27.4c-.7-1.2-2-2-3.4-2-2.2 0-4 1.8-4 4s1.8 4 4 4c1.5 0 2.8-.8 3.4-2H30l2-2 2 2h2l2-2 2 2h2l2-2-2-2m-19 4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2" })));
exports.default = Svg1f6c5;