UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.21 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 Svg1f39a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M14 4.5v55c0 3.4 6 3.4 6 0v-55c0-3.3-6-3.3-6 0", fill: "#333" }), React.createElement("path", { d: "M6.6 42h20.8c2.5 0 4.6-2.3 4.6-5s-2.1-5-4.6-5H6.6C4.1 32 2 34.3 2 37s2.1 5 4.6 5", fill: "#6d7275" }), React.createElement("path", { d: "M6.9 39.6h20.2c2.4 0 4.5-1.7 4.5-3.8s-2-3.8-4.5-3.8H6.9c-2.4 0-4.5 1.7-4.5 3.8s2 3.8 4.5 3.8", fill: "#94989b" }), React.createElement("g", { fill: "#5b636b" }, React.createElement("path", { d: "M59 10H39c-4 0-4-6 0-6h20c4 0 4 6 0 6M57 20H39c-4 0-4-6 0-6h18c4 0 4 6 0 6M55 30H39c-4 0-4-6 0-6h16c4 0 4 6 0 6" })), React.createElement("g", { fill: "#c7e755" }, React.createElement("path", { d: "M53 40H39c-4 0-4-6 0-6h14c4 0 4 6 0 6M51 50H39c-4 0-4-6 0-6h12c4 0 4 6 0 6M49 60H39c-4 0-4-6 0-6h10c4 0 4 6 0 6" }))); exports.default = Svg1f39a;