@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 464 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const floppyDisk = [
["path", { d: "M7 3v5h8", key: "1wwh2v" }],
["path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2Z", key: "1d6ny7" }],
["path", { d: "M17 21v-8H7v8", key: "cdvmhs" }]
];
export { floppyDisk as default };
//# sourceMappingURL=floppy-disk.js.map