iconista
Version:
Thousands of SVG icons with one React component
22 lines (21 loc) • 1.56 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 Svg26d1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 64C16.6 64 4 51.4 4 36v-4h4v4c0 13.2 10.8 24 24 24s24-10.8 24-24v-4h4v4c0 15.4-12.6 28-28 28", fill: "#94989b" }),
React.createElement("path", { d: "M32 4C16.5 4 4 16.5 4 32h56C60 16.5 47.5 4 32 4z", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M50 28h7c-1.2-9.6-8.5-17.5-18-20 5.8 3.3 10.1 10.9 11 20M25 8C15.5 10.5 8.2 18.4 7 28h7c.9-9.1 5.2-16.7 11-20" })),
React.createElement("g", { fill: "#594640" },
React.createElement("path", { d: "M14.7 28c.9-9 4.9-16.5 10.3-20-7.3 3.6-12.7 11.1-14 20h3.7M49.3 28c-1-9-4.9-16.5-10.3-20 7.3 3.6 12.7 11.1 14 20h-3.7" })),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M58 26H6l-6 6h64z" }),
React.createElement("circle", { cx: "32", cy: "5", r: "5" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M30 9h4v16h-4z" }),
React.createElement("path", { d: "M24 15h16v4H24z" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M4 32h4v4H4zM56 32h4v4h-4z" })));
exports.default = Svg26d1;