@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 573 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 cartonOff = [
["path", { d: "M14.1 8.5 16 6V3c0-.6-.4-1-1-1H9", key: "6g1v9i" }],
["path", { d: "M11.7 6H16l3 4v3.3", key: "1yga5t" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M19 19v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10l2.1-2.9", key: "1ybudx" }],
["path", { d: "M13 13v9", key: "10i1hi" }]
];
export { cartonOff as default };
//# sourceMappingURL=carton-off.js.map