@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 512 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 shirtT = [
[
"path",
{
d: "M6 11H3c-.6 0-1-.4-1-1V6c0-1.1.8-2.3 1.9-2.6L8 2a4 4 0 0 0 8 0l4.1 1.4C21.2 3.7 22 4.9 22 6v4c0 .6-.4 1-1 1h-3",
key: "132w49"
}
],
["path", { d: "M18 8v13c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V8", key: "2ru6tq" }]
];
export { shirtT as default };
//# sourceMappingURL=shirt-t.js.map