UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 1.98 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 Svg1f427 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#e08828" }, React.createElement("path", { d: "M26.3 60.5c-.8 0-2.6.7-3.2.1-.8-.8 0-4.6 0-4.6h-2.3s.8 3.8 0 4.6c-.6.5-2.4-.1-3.2-.1-2 0-3.7 1.5-3.7 1.5h16c.1 0-1.5-1.5-3.6-1.5M46.3 60.5c-.8 0-2.6.7-3.2.1-.8-.8 0-4.6 0-4.6h-2.3s.8 3.8 0 4.6c-.6.5-2.4-.1-3.2-.1-2 0-3.7 1.5-3.7 1.5h16c.1 0-1.5-1.5-3.6-1.5" })), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M10.4 27C-.4 33.7 1.7 43 3.3 41.9 20 29.7 24.2 18.5 10.4 27zM53.6 27c-13.8-8.5-9.6 2.7 7.1 14.9 1.6 1.1 3.7-8.2-7.1-14.9" }), React.createElement("path", { d: "M48 17.5C48 8.9 40.8 2 32 2S16 8.9 16 17.5c0 11.6-4 15.5-4 23.2C12 51.3 21 60 32 60s20-8.7 20-19.3c0-7.7-4-11.6-4-23.2" })), React.createElement("path", { d: "M44 18.8c0-12.4-10.1-10-10.1-.7h-3.7C30.1 8.8 20 6.4 20 18.8c0 9.7-4 15.7-4 22.1C16 52.5 23.7 58 32 58s16-5.6 16-17.1c0-6.4-4-12.4-4-22.1", fill: "#fff" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M41 17c0 1.7-.9 3-2 3s-2-1.3-2-3 .9-3 2-3 2 1.3 2 3M27 17c0 1.7-.9 3-2 3s-2-1.3-2-3 .9-3 2-3 2 1.3 2 3" })), React.createElement("path", { d: "M28 22h8c0 2.5-1.8 4.6-4 4.6s-4-2-4-4.6", fill: "#e08828" }), React.createElement("path", { d: "M37 22.3l-5 1.2-5-1.2c0-3.2 2.2-5.7 5-5.7s5 2.6 5 5.7", fill: "#f29a2e" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M33.7 17.8c.3.3.4.7.3.9-.1.2-.5 0-.8-.3-.3-.3-.4-.7-.3-.9.2-.1.6 0 .8.3M30.3 17.8c-.3.3-.4.7-.3.9.1.2.5 0 .8-.3.3-.3.4-.7.3-.9-.2-.1-.6 0-.8.3" }))); exports.default = Svg1f427;