UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.87 kB
"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 Svg2614 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 12c-.5 0-.9.4-.9.9v4.7H33v-4.7c-.1-.5-.5-.9-1-.9", fill: "#3e4347" }), React.createElement("path", { fill: "#b8c2c4", d: "M31.1 34.5H33v14.4h-1.9z" }), React.createElement("path", { d: "M32 16.7v24.4c1.8-2.3 4.5-3.8 7.7-3.8s5.9 1.5 7.7 3.8C45.9 27.3 39.7 16.7 32 16.7", fill: "#ffbe5c" }), React.createElement("path", { d: "M32 16.7v24.4c-1.8-2.3-4.5-3.8-7.7-3.8-3.1 0-5.9 1.5-7.7 3.8 1.5-13.8 7.7-24.4 15.4-24.4", fill: "#ed77a8" }), React.createElement("path", { d: "M32 16.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 26.8 46.7 16.7 32 16.7", fill: "#c7e86f" }), React.createElement("path", { d: "M32 16.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 26.8 17.3 16.7 32 16.7", fill: "#60d4e0" }), React.createElement("path", { d: "M30.1 48.9v5.6c0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8 0-1-.8-1.9-1.9-1.9-1 0-1.9.8-1.9 1.9 0 4.1 3.4 7.5 7.5 7.5s7.5-3.4 7.5-7.5v-5.6h-3.6", fill: "#3e4347" }), React.createElement("g", { fill: "#75d6ff" }, React.createElement("path", { d: "M57.1 2c3.1 4.3 4.9 8.2 4.9 11.4 0 2.7-2.2 5-4.9 5s-4.9-2.2-4.9-5c0-3.2 1.8-7.2 4.9-11.4M40.4 12.1c3.1 4.3 4.9 8.2 4.9 11.4 0 2.7-2.2 5-4.9 5s-4.9-2.2-4.9-5c-.1-3.2 1.8-7.2 4.9-11.4M23.6 2c3.1 4.3 4.9 8.2 4.9 11.4 0 2.7-2.2 5-4.9 5s-4.9-2.2-4.9-5c0-3.2 1.9-7.2 4.9-11.4M6.9 12.1c3.1 4.3 4.9 8.2 4.9 11.4 0 2.7-2.2 5-4.9 5S2 26.3 2 23.5c0-3.2 1.8-7.2 4.9-11.4" }))); exports.default = Svg2614;