@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 823 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 jacket = [
["path", { d: "M8 4c0 1.1 1.8 2 4 2s4-.9 4-2V3c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1Z", key: "52eoml" }],
["path", { d: "M8 4c0 2 4 5 4 10v8", key: "ddivog" }],
["path", { d: "M12 14c0-5 4-8 4-10", key: "1hkkb4" }],
["path", { d: "M6 19H3c-.6 0-1-.4-1-1V7c0-1.1.8-2.3 1.9-2.6L8 3", key: "1v55fg" }],
["path", { d: "M18 9v12c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9", key: "1erupy" }],
["path", { d: "m16 3 4.1 1.4C21.2 4.7 22 5.9 22 7v11c0 .6-.4 1-1 1h-3", key: "cyu0sn" }],
["path", { d: "m6 15 2-2", key: "hgibns" }],
["path", { d: "m18 15-2-2", key: "60u0ii" }]
];
export { jacket as default };
//# sourceMappingURL=jacket.js.map