UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 1.93 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 Svg1f6cc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M6 55c0 .5-.4 1-1 1H3c-.5 0-1-.5-1-1V13c0-.6.5-1 1-1h2c.6 0 1 .4 1 1v42" }), React.createElement("path", { d: "M5 55.3h4V62H5zM55 55.3h4V62h-4z" }), React.createElement("path", { d: "M62 49c0-.5-.4-1-1-1H3c-.5 0-1 .5-1 1v8c0 .5.5 1 1 1h58c.6 0 1-.5 1-1v-8" })), React.createElement("path", { fill: "#b0bdc6", d: "M6 40h20v8H6z" }), React.createElement("path", { d: "M23.5 39.9s-6.3 3.1-14.3.8c-2.5-.7-5.3.9-4.8-.3 1.7-3.6 2.2-11-.1-13.9-1.6-2.1 3.6-.6 4.5 2.7 2.7 9.8 14.7 6 14.7 10.7", fill: "#dae3ea" }), React.createElement("path", { fill: "#ffdd67", d: "M16.8 35l-.7 1.4 5.3 2.6 2.2-4.6z" }), React.createElement("path", { d: "M17.1 34c2.4 1.2 5.2-1.6 5.2-1.6-.2 2 1.3 2 1.3 2-1 2-4.3 2.5-7.1 1.2l.6-1.6", fill: "#eba352" }), React.createElement("path", { d: "M8 32.2l6.4-6.9c3.7.5 10.4 4.6 7.3 8.9-.8 1.2-2.8 2.5-5.2 1.4L15 37.7l-7-5.5", fill: "#ffdd67" }), React.createElement("path", { d: "M7.3 28c-2.9 6 1.8 9.2 5.6 10.1 2.1.5 3.8 0 4.8-.9l-1.3-1.7s-4.8-.6-4.8-4.9c0-1.8 2.6-3.9 2.6-5.4-.8-.9-5.2-.8-6.9 2.8", fill: "#ffbc00" }), React.createElement("path", { d: "M60 38c-.5-.5-27.8-13.7-34.9-8.1l-2 18.1H61s.7-8.1-1-10", fill: "#ed4c5c" }), React.createElement("path", { d: "M30 27.7c-1-1.4-2.6.6-2.6.6s-.7-1-1.6-.6c-.8.4-1.2 1.8-1.2 1.8s-1-1.1-1.5-.3c-8 12.4.9 30.4.9 30.4s-.7-8.1 1.5-10.1c2-1.8 3.4 3.5 3.4 3.5s-.2-7.8.5-8.4c1.6-1.2 2.9 5 2.9 5s2.5-15.4-2.3-21.9", fill: "#a53838" })); exports.default = Svg1f6cc;