UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.76 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 Svg2693 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#b2c1c0" }, React.createElement("path", { d: "M3.8 27S.1 42.2 3.5 44.8c2.2 1.6 3.4-6.3 3.4-6.3s4.2 2.1 5.1-.1c.8-2.3-3.4-2.4-8.2-11.4M60.2 27s3.7 15.2.3 17.8c-2.2 1.6-3.4-6.3-3.4-6.3s-4.2 2.1-5.1-.1c-.8-2.3 3.4-2.4 8.2-11.4" }), React.createElement("path", { d: "M59 35c-23.1 28.1-24.1 6.2-24.1.4-.1-5.4-.5-21.4-.5-21.4h-4.8s-.4 16-.5 21.4c0 5.8-1 27.7-24.1-.4 0 0-.7 9.1 16 20.3C26.6 59 32 62 32 62s5.4-3 11-6.7C59.7 44.1 59 35 59 35" })), React.createElement("path", { d: "M34.5 20c-.1-3.4-.1-6-.1-6h-4.8s-.1 2.6-.1 6h5", opacity: ".5", fill: "#62727a" }), React.createElement("path", { d: "M32 2c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7m0 11c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4", fill: "#b2c1c0" }), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M27 12.5c.2-.2 2 2.1 5 2 2.9.1 4.8-2.2 5-2 .3.1-1.4 3-5 3s-5.3-2.9-5-3M41.3 50c-3.3 0-7.3-2.5-7.4-14.6 0-3-.2-9.4-.3-14.4H32v39.9c1.4-.8 5.9-3.4 10.5-6.4 9.7-6.5 13.4-12.2 14.7-15.7C50.5 46.3 45.3 50 41.3 50", opacity: ".5" })), React.createElement("path", { d: "M41 22c-5.9 1.4-12.1 1.4-18 0v-3.9c5.9-1.4 12.1-1.4 18 0V22", fill: "#b2c1c0" }), React.createElement("path", { d: "M40 21.1c0-.3-3.6 0-8-.1-4.4 0-8-.2-8 .1 0 .3 3.5 1 8 .9 4.5 0 8-.7 8-.9", opacity: ".5", fill: "#62727a" })); exports.default = Svg2693;