iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.84 kB
JavaScript
;
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 Svg26d3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M19.2 64v-5.3c0-2.7-2.1-4.9-4.7-4.9S9.8 56 9.8 58.7V64H5v-5.3c0-5.4 4.2-9.7 9.5-9.7 5.2 0 9.5 4.4 9.5 9.7V64h-4.8M23.9 27.1v9.7c0 5.4-4.2 9.7-9.5 9.7-5.2 0-9.5-4.4-9.5-9.7v-9.7c0-5.4 4.2-9.7 9.5-9.7s9.5 4.4 9.5 9.7M9.7 36.9c0 2.7 2.1 4.9 4.7 4.9s4.7-2.2 4.7-4.9v-9.7c0-2.7-2.1-4.9-4.7-4.9s-4.7 2.2-4.7 4.9v9.7M23.9 0v5.3c0 5.4-4.2 9.7-9.5 9.7C9.2 15 5 10.6 5 5.3V0h4.7v5.3c0 2.7 2.1 4.9 4.7 4.9s4.7-2.2 4.7-4.9V0h4.8" })),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M16.8 53.9V41.8c0-3.1-4.7-3.1-4.7 0v12.1c0 3.1 4.7 3.1 4.7 0M16.8 22.3V10.2c0-3.1-4.7-3.1-4.7 0v12.1c0 3.1 4.7 3.1 4.7 0" })),
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M59 43v9.8c0 5.4-4.2 9.8-9.5 9.8-5.2 0-9.5-4.4-9.5-9.8V43c0-5.4 4.2-9.8 9.5-9.8S59 37.6 59 43m-14.2 9.8c0 2.7 2.1 4.9 4.7 4.9s4.7-2.2 4.7-4.9V43c0-2.7-2.1-4.9-4.7-4.9s-4.7 2.2-4.7 4.9v9.8M59 11.2V21c0 5.4-4.2 9.8-9.5 9.8-5.2 0-9.5-4.4-9.5-9.8v-9.8c0-5.4 4.2-9.8 9.5-9.8S59 5.8 59 11.2M44.8 21c0 2.7 2.1 4.9 4.7 4.9s4.7-2.2 4.7-4.9v-9.8c0-2.7-2.1-4.9-4.7-4.9s-4.7 2.2-4.7 4.9V21" })),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M51.9 38.1V25.9c0-3.2-4.7-3.2-4.7 0v12.2c0 3.2 4.7 3.2 4.7 0M51.9 64v-6.6c0-3.2-4.7-3.2-4.7 0V64h4.7M47.2 0v6.6c0 3.2 4.7 3.2 4.7 0V0h-4.7" })));
exports.default = Svg26d3;