UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 2.04 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 Svg1f488 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#d8e0e0", d: "M19.3 18.9h25.4v38H19.3z" }), React.createElement("path", { d: "M20.9 23.9V18c7.4-1.8 22.2-4.7 22.2-4.7-7.4 1.8-14.8 8.8-22.2 10.6", fill: "#428bc1" }), React.createElement("path", { d: "M20.9 29.5v-5.9c7.4-1.8 14.8-8.8 22.2-10.6v5.9c-7.4 1.8-14.8 8.8-22.2 10.6", fill: "#fff" }), React.createElement("path", { d: "M20.9 35.2v-5.9c7.4-1.8 14.8-8.8 22.2-10.6v5.9c-7.4 1.7-14.8 8.7-22.2 10.6", fill: "#ed4c5c" }), React.createElement("path", { d: "M20.9 40.8v-5.9c7.4-1.8 14.8-8.8 22.2-10.6v5.9C35.7 32 28.3 39 20.9 40.8", fill: "#fff" }), React.createElement("path", { d: "M20.9 46.3v-5.9c7.4-1.8 14.8-8.8 22.2-10.6v5.9c-7.4 1.8-14.8 8.8-22.2 10.6", fill: "#428bc1" }), React.createElement("path", { d: "M20.9 52v-5.9c7.4-1.8 14.8-8.8 22.2-10.6v5.9c-7.4 1.7-14.8 8.7-22.2 10.6", fill: "#fff" }), React.createElement("path", { d: "M20.9 57.6v-5.9c7.4-1.8 14.8-8.8 22.2-10.6V47c-7.4 1.8-14.8 8.8-22.2 10.6", fill: "#ed4c5c" }), React.createElement("path", { d: "M24.1 61.3c0-2-3.2-2-3.2-4 7.4-1.8 14.8-8.8 22.2-10.6v5.9c-7.4 1.8-11.6 6.9-19 8.7", fill: "#fff" }), React.createElement("path", { d: "M29.8 58.9c4.4-2.6 8.9-5.6 13.3-6.6v5.9c-7.4 1.7-16.3 2.4-13.3.7", fill: "#428bc1" }), React.createElement("path", { d: "M45 13.8H19c0-15.7 26-15.7 26 0", fill: "#b0b8b8" }), React.createElement("g", { fill: "#c1c9c9" }, React.createElement("path", { d: "M47 17.6c0 1-.9 1.8-2 1.8H19c-1.1 0-2-.8-2-1.8v-1.9c0-1 .9-1.8 2-1.8h26c1.1 0 2 .8 2 1.8v1.9M47 60.2c0 1-.9 1.8-2 1.8H19c-1.1 0-2-.8-2-1.8v-1.9c0-1 .9-1.8 2-1.8h26c1.1 0 2 .8 2 1.8v1.9" }))); exports.default = Svg1f488;