UNPKG

iconista

Version:

Thousands of SVG icons with one React component

31 lines (30 loc) 3.24 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 Svg26f5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#42ade2", d: "M0 48h64v16H0z" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M31.5 2h1v10h-1zM57 59H16l-2-2s16.7-3.2 43 2" })), React.createElement("path", { d: "M33 47c0 .6-.4 1-1 1-.5 0-1-.4-1-1V9c0-.6.5-1 1-1 .6 0 1 .4 1 1v38", fill: "#89664c" }), React.createElement("path", { d: "M54 52s-4.6-1.6-10-3c-3.4-.9-7.7-1.7-9.6-2.2-.5-.1-1.3-.6-1.7-.9l-1.4-1.2c-.4-.4-1.2-.6-1.8-.6h-8.1c-.5 0-1.3.3-1.7.7L18.5 46c-.4.4-1.2.7-1.7.7H12c-.5 0-.9.4-.8 1l2 8c.1.5.7 1 1.2 1H54l1-2.5-1-2.2", fill: "#dae3ea" }), React.createElement("path", { d: "M7 46.5S8.8 51 14 57c0 0 29.6 2 43 2l-2-5s-23-7.5-48-7.5", fill: "#c5d0d8" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M29.5 46.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v1M25.5 46.5c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5v1" })), React.createElement("path", { d: "M12 41.3c-.6.5-1.4 1.2-2.1 2-.8.7-1.5 1.5-2 2.1-.5.6-.8 1-.8 1s.4-.3 1-.8 1.4-1.2 2.1-2c.8-.7 1.5-1.5 2-2.1.5-.6.8-1 .8-1s-.4.3-1 .8", fill: "#89664c" }), React.createElement("path", { d: "M31 9S17 30.8 10 43.5c0 0 9.5-2.5 21-2.5V9z", fill: "#f9f3d9" }), React.createElement("path", { fill: "#ff9d27", d: "M33 9v32l14 3z" }), React.createElement("g", { fill: "#f15744" }, React.createElement("path", { d: "M42.8 54H41c0-2.2 1.8-4 4-4v1.8c-1.2 0-2.2 1-2.2 2.2M45 58v-1.8c1.2 0 2.2-1 2.2-2.2H49c0 2.2-1.8 4-4 4" })), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M45 58c-2.2 0-4-1.8-4-4h1.8c0 1.2 1 2.2 2.2 2.2V58M49 54h-1.8c0-1.2-1-2.2-2.2-2.2V50c2.2 0 4 1.8 4 4" })), React.createElement("g", { fill: "#f15744" }, React.createElement("path", { d: "M32.5 3v3.9c2.7.5 5.3-2.5 8-2-2.7-1.8-5.3-.1-8-1.9M21.1 24.7c-.5.9-1.1 1.7-1.6 2.6 3.6.4 7.9 1.5 11.5 3.7v-3s-3.1-2.2-9.9-3.3" })), React.createElement("path", { d: "M16.7 32C27.9 32 31 35 31 35v-4c-3.6-2.3-7.9-3.3-11.5-3.7-1 1.7-1.8 2.9-2.8 4.7", fill: "#ffce31" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M44.5 49h1v1h-1zM44.5 58h1v1h-1zM49 53.5h1v1h-1zM40 53.5h1v1h-1z" })), React.createElement("g", { fill: "#89664c" }, React.createElement("path", { d: "M40.8 53.5h-.5c0-.1.1-2 1.2-3.1 1.2-1.2 3-1.1 3.1-1.1v.5s-1.7-.1-2.7.9c-1.1 1-1.1 2.8-1.1 2.8M49.2 53.5s-.1-1.8-1-2.8c-1-1-2.7-.9-2.7-.9v-.5c.1 0 1.9-.1 3.1 1.1 1.1 1.1 1.2 3.1 1.2 3.1h-.6M44.4 58.8c-.4 0-1.9-.1-3-1.1-1.1-1.1-1.2-3.1-1.2-3.2h.5s.1 1.8 1 2.8c1 1 2.7 1 2.7.9v.6c.1 0 .1 0 0 0M45.6 58.8c-.1 0-.1 0 0 0l-.1-.5s1.7.1 2.7-.9c1-1 1-2.8 1-2.8h.5c0 .1-.1 2-1.2 3.2-1 .9-2.5 1-2.9 1" })), React.createElement("circle", { cx: "13", cy: "50", r: "1.5", fill: "#3e4347" })); exports.default = Svg26f5;