UNPKG

iconista

Version:

Thousands of SVG icons with one React component

24 lines (23 loc) 2.09 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 Svg1f4771f3fe = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#231f20", d: "M6 28h52v12H6z" }), React.createElement("path", { d: "M8 37v-9h48v9s4 0 4 5-4 5-4 5c0 8-18 15-24 15S8 55 8 47c0 0-4 0-4-5s4-5 4-5", fill: "#b47d56" }), React.createElement("path", { d: "M20 35.8c-5 0-7 1.8-7 3.6s0 4.4 6.6 4.4c6.4 0 7.4-.8 7.4-3.5 0-1.8-2-4.5-7-4.5", fill: "#f5f5f5" }), React.createElement("circle", { cx: "20.5", cy: "38.8", r: "4.5", fill: "#664e27" }), React.createElement("path", { d: "M22 38.8c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5", fill: "#231f20" }), React.createElement("path", { d: "M13 39.3c0-7 14-7 14 1-2-6-12-6-14-1", fill: "#664e27" }), React.createElement("path", { d: "M44 35.8c5 0 7 1.8 7 3.6s0 4.4-6.6 4.4c-6.4 0-7.4-.8-7.4-3.5 0-1.8 2-4.5 7-4.5", fill: "#f5f5f5" }), React.createElement("circle", { cx: "43.5", cy: "38.8", r: "4.5", fill: "#664e27" }), React.createElement("path", { d: "M42 38.8c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5-1.5.7-1.5 1.5", fill: "#231f20" }), React.createElement("g", { fill: "#664e27" }, React.createElement("path", { d: "M51 39.3c0-7-14-7-14 1 2-6 12-6 14-1M41 50.9c0 3.4-4.5 5.1-9 5.1s-9-1.7-9-5.1c0 0 0-.9.9-.9h16.2c.9 0 .9.9.9.9" })), React.createElement("path", { d: "M59 31H5C5 16.6 11.8 5.5 32 5.5S59 16.6 59 31z", fill: "#ff9430" }), React.createElement("g", { fill: "#db802b" }, React.createElement("path", { d: "M24.5 31h-4V7.1l4-1.2zM43.5 31h-4V5.9l4 1.2z" }), React.createElement("path", { d: "M62 33.2H2c0-5.1 13.4-9.3 30-9.3s30 4.2 30 9.3" })), React.createElement("path", { d: "M41.5 27.7h-19V6.6c0-6.1 19.1-6.1 19.1 0v21.1z", fill: "#ff9430" })); exports.default = Svg1f4771f3fe;