iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 943 B
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 StorageHdd2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.787 15.613a5.375 5.375 0 10-2.103-1.007l-1.348 1.846a1.424 1.424 0 102.452 1.416l.999-2.255zM12 6.5a3.875 3.875 0 11-.59 7.705l.925-2.088a.75.75 0 00-1.292-.746l-1.475 2.021A3.875 3.875 0 0112 6.5z", fill: "#323544" }),
React.createElement("path", { d: "M18 2a2.25 2.25 0 012.25 2.25v15.5A2.25 2.25 0 0118 22H6a2.25 2.25 0 01-2.25-2.25V4.25A2.25 2.25 0 016 2h12zm.75 2.25A.75.75 0 0018 3.5H6a.75.75 0 00-.75.75v15.5c0 .414.336.75.75.75h12a.75.75 0 00.75-.75V4.25z", fill: "#323544" }));
exports.default = StorageHdd2;