UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 935 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 DeviceSsdFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-device-ssd-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M5 8V4h6v4z" }), React.createElement("path", { d: "M4 0a2 2 0 00-2 2v12a2 2 0 002 2h8a2 2 0 002-2V2a2 2 0 00-2-2zm0 1.5a.5.5 0 11-1 0 .5.5 0 011 0m9 0a.5.5 0 11-1 0 .5.5 0 011 0M3.5 11a.5.5 0 100-1 .5.5 0 000 1m9.5-.5a.5.5 0 11-1 0 .5.5 0 011 0M4.75 3h6.5a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-6.5A.75.75 0 014 8.25v-4.5A.75.75 0 014.75 3M5 12h6a1 1 0 011 1v2h-1v-2h-.75v2h-1v-2H8.5v2h-1v-2h-.75v2h-1v-2H5v2H4v-2a1 1 0 011-1" })); exports.default = DeviceSsdFill;