@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
27 lines (24 loc) • 735 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 trousers = [
["path", { d: "M4 6h16", key: "1o0s65" }],
[
"path",
{
d: "M6 22a2 2 0 0 1-2-2V3c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v17a2 2 0 0 1-2 2h-3l-3-10-3 10Z",
key: "1rdpth"
}
],
["path", { d: "m6 11-2 1", key: "wg0633" }],
["path", { d: "M9 8.5V6", key: "195be6" }],
["path", { d: "M15 6v2.5", key: "c1bjdm" }],
["path", { d: "m20 12-2-1", key: "1sfjm0" }],
["path", { d: "M4 18h6", key: "1jikk7" }],
["path", { d: "M14 18h6", key: "1m8k6r" }]
];
export { trousers as default };
//# sourceMappingURL=trousers.js.map