UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.06 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 Svg2697 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M60.5 26.9l1.5-2.7S42.2 12.1 35.2 10.5c-1.5-.4-3-.6-4.6-.6-10.4 0-18.8 8.6-18.8 19.2s8.4 19.2 18.8 19.2 18.8-8.6 18.8-19.2c0-2.1-.3-4.1-1-6l12.1 3.8", opacity: ".5", fill: "#a1d8f2" }), React.createElement("path", { d: "M14.6 29c0 9.1 7.2 16.6 16.2 16.6S46.9 38.1 46.9 29H14.6z", fill: "#bd80ff" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M15.5 34.6h-3.6L2 62h1.8zM46 34.6h3.6L59.4 62h-1.8zM31.6 62h-1.8l-.9-27.4h3.6z" })), React.createElement("path", { d: "M9.2 36.5c0 1 .8 1.8 1.8 1.8h39.5c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8H11c-1-.1-1.8.8-1.8 1.8", fill: "#c5ccd6" })); exports.default = Svg2697;