@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 606 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 shirtFoldedButtons = [
[
"path",
{
d: "M19 21H5a2 2 0 0 1-2-2V4c0-.6.4-1 1-1h12c.6 0 1 .4 1 1v15a2 2 0 1 0 4 0V7c0-.6-.4-1-1-1h-3",
key: "1kyhei"
}
],
["path", { d: "M7 3v1a3 3 0 1 0 6 0V3", key: "v0j97r" }],
["path", { d: "M10 11h.01", key: "d2at3l" }],
["path", { d: "M10 15h.01", key: "44in9x" }]
];
export { shirtFoldedButtons as default };
//# sourceMappingURL=shirt-folded-buttons.js.map