@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 503 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 carton = [
[
"path",
{
d: "M16 6V3c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1v3l-3 4v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10Z",
key: "byxp5b"
}
],
["path", { d: "M13 22V10l3-4H8", key: "ybvl3o" }],
["path", { d: "M5 10h8", key: "gs3i43" }]
];
export { carton as default };
//# sourceMappingURL=carton.js.map