iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.39 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 Svg2602 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2c-.5 0-.9.4-.9.9v4.7H33V2.9c-.1-.5-.5-.9-1-.9", fill: "#3e4347" }),
React.createElement("path", { fill: "#b8c2c4", d: "M31.1 24.5H33v24.4h-1.9z" }),
React.createElement("path", { d: "M32 6.7v24.4c1.8-2.3 4.5-3.8 7.7-3.8 3.1 0 5.9 1.5 7.7 3.8C45.9 17.3 39.7 6.7 32 6.7z", fill: "#ffbe5c" }),
React.createElement("path", { d: "M32 6.7v24.4c-1.8-2.3-4.5-3.8-7.7-3.8s-5.9 1.5-7.7 3.8C18.1 17.3 24.3 6.7 32 6.7z", fill: "#ed77a8" }),
React.createElement("path", { d: "M32 6.7c7.7 0 13.9 10.6 15.4 24.4 1.8-2.3 4.5-3.8 7.7-3.8 2.7 0 5.2 1.1 7 2.9C59 16.8 46.7 6.7 32 6.7z", fill: "#c7e86f" }),
React.createElement("path", { d: "M32 6.7c-7.7 0-13.9 10.6-15.4 24.4-1.8-2.3-4.5-3.8-7.7-3.8-2.7 0-5.2 1.1-7 2.9C5 16.8 17.3 6.7 32 6.7", fill: "#60d4e0" }),
React.createElement("path", { d: "M30.1 48.9v5.6c0 2.1-1.7 3.8-3.8 3.8s-3.8-1.7-3.8-3.8c0-1-.8-1.9-1.9-1.9s-1.9.8-1.9 1.9c0 4.1 3.4 7.5 7.5 7.5s7.5-3.4 7.5-7.5v-5.6h-3.6", fill: "#3e4347" }));
exports.default = Svg2602;