UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.79 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 Svg1f6aa = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M3 29v32h58V29C61-10 3-9.4 3 29z", fill: "#89664c" }), React.createElement("path", { d: "M7.2 31.2V61h49.5V31.2C56.8-5 7.2-4.5 7.2 31.2z", fill: "#594640" }), React.createElement("path", { d: "M8 31.7V61h48V31.7c0-35.8-48-35.2-48 0z", fill: "#a37d64" }), React.createElement("path", { fill: "#94989b", d: "M0 61h64v3H0z" }), React.createElement("g", { fill: "#594640" }, React.createElement("path", { d: "M35.2 30.5h16.6c-.6-12.1-8.3-18.6-16.6-19.8v19.8M29.7 30.5V10.8c-8.3 1.2-16 7.9-16.6 19.7h16.6M35.2 36.1h16.7V56H35.2zM13 36.1h16.7V56H13z" })), React.createElement("g", { fill: "#89664c" }, React.createElement("path", { d: "M34.8 30.1h16.6c-.6-12.1-8.3-18.6-16.6-19.8v19.8M29.2 30.1V10.4c-8.3 1.2-16 7.9-16.6 19.7h16.6M34.8 35.7h16.7v19.9H34.8zM12.5 35.7h16.7v19.9H12.5z" })), React.createElement("path", { fill: "#ffce31", d: "M47.5 28.9h7v14h-7z" }), React.createElement("path", { fill: "#f2b200", d: "M48 29.4h6v13h-6z" }), React.createElement("path", { d: "M52 41.2l-.4-2.7c.2-.2.4-.5.4-.8 0-.6-.4-1-1-1s-1 .4-1 1c0 .3.2.6.4.8l-.4 2.7h2", fill: "#3e4347" }), React.createElement("circle", { cx: "51", cy: "33", r: "2.9", fill: "#b78300" }), React.createElement("path", { d: "M53.8 32.5c0 1.6-1.3 2.9-2.9 2.9-1.6 0-2.9-1.3-2.9-2.9 0-1.6 1.3-2.9 2.9-2.9 1.6 0 2.9 1.3 2.9 2.9", fill: "#ffd664" })); exports.default = Svg1f6aa;