lucide
Version:
A Lucide icon library package for web and javascript applications.
18 lines (15 loc) • 481 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const HardDriveUpload = [
["path", { d: "m16 6-4-4-4 4" }],
["path", { d: "M12 2v8" }],
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }],
["path", { d: "M6 18h.01" }],
["path", { d: "M10 18h.01" }]
];
export { HardDriveUpload as default };
//# sourceMappingURL=hard-drive-upload.js.map