UNPKG

iconista

Version:

Thousands of SVG icons with one React component

32 lines (31 loc) 2.39 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 Svg26e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#b71c3a", d: "M29 9h6v12h-6z" }), React.createElement("path", { fill: "#ed4c5c", d: "M9 9h8v44H9z" }), React.createElement("g", { fill: "#ff6473" }, React.createElement("path", { d: "M10 14h5v4h-5zM10 22h5v28h-5z" })), React.createElement("path", { fill: "#b71c3a", d: "M6.9 9h12v4h-12z" }), React.createElement("path", { fill: "#d82b45", d: "M7.5 8h10v4h-10z" }), React.createElement("path", { d: "M21 16s-2.8 2-8 2-8-2-8-2l.2 4.1s2.2 1.5 6.5 1.9h2.5c4.3-.5 6.5-1.9 6.5-1.9L21 16", fill: "#b71c3a" }), React.createElement("path", { fill: "#474d51", d: "M8 51h10v3H8z" }), React.createElement("path", { fill: "#5c6368", d: "M9 52h7v2H9z" }), React.createElement("path", { fill: "#474d51", d: "M7 54h12v10H7z" }), React.createElement("path", { fill: "#5c6368", d: "M8 55h9v9H8z" }), React.createElement("path", { fill: "#ed4c5c", d: "M47 9h8v44h-8z" }), React.createElement("g", { fill: "#ff6473" }, React.createElement("path", { d: "M48 14h5v4h-5zM48 22h5v28h-5z" })), React.createElement("path", { fill: "#b71c3a", d: "M44.9 9h12v4h-12z" }), React.createElement("path", { fill: "#d82b45", d: "M45.5 8h10v4h-10z" }), React.createElement("path", { d: "M59 16s-2.8 2-8 2-8-2-8-2l.2 4.1s2.2 1.5 6.5 1.9h2.5c4.3-.5 6.5-1.9 6.5-1.9L59 16", fill: "#b71c3a" }), React.createElement("path", { fill: "#474d51", d: "M46 51h10v3H46z" }), React.createElement("path", { fill: "#5c6368", d: "M47 52h7v2h-7z" }), React.createElement("path", { fill: "#474d51", d: "M45 54h12v10H45z" }), React.createElement("path", { fill: "#5c6368", d: "M46 55h9v9h-9z" }), React.createElement("g", { fill: "#d82b45" }, React.createElement("path", { d: "M4 20h56v4H4zM32 7C12.7 7 2 5 2 5l.8 4s10.1 2 29.2 2 29.2-2 29.2-2l.8-4S51.3 7 32 7" })), React.createElement("path", { d: "M32 2.7C11.4 2.7 0 0 0 0l.8 5.3S11.6 8 32 8s31.2-2.7 31.2-2.7L64 0S52.6 2.7 32 2.7z", fill: "#474d51" })); exports.default = Svg26e9;