UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

16 lines (13 loc) 488 B
/** * @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 floppyDiskRear = [ ["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" }], ["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }], ["path", { d: "M12 21v-3", key: "1c51lr" }] ]; export { floppyDiskRear as default }; //# sourceMappingURL=floppy-disk-rear.js.map