UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 929 B
"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 Memory = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-memory", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M1 3a1 1 0 00-1 1v8a1 1 0 001 1h4.586a1 1 0 00.707-.293l.353-.353a.5.5 0 01.708 0l.353.353a1 1 0 00.707.293H15a1 1 0 001-1V4a1 1 0 00-1-1zm.5 1h3a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5m5 0h3a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5m4.5.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5zM2 10v2H1v-2zm2 0v2H3v-2zm2 0v2H5v-2zm3 0v2H8v-2zm2 0v2h-1v-2zm2 0v2h-1v-2zm2 0v2h-1v-2z" })); exports.default = Memory;