/** * @license lucide v0.331.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import defaultAttributes from '../defaultAttributes.js'; const HardDriveDownload = [ "svg", defaultAttributes, [ ["path", { d: "M12 2v8" }], ["path", { d: "m16 6-4 4-4-4" }], ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }], ["path", { d: "M6 18h.01" }], ["path", { d: "M10 18h.01" }] ] ]; export { HardDriveDownload as default }; //# sourceMappingURL=hard-drive-download.js.map