@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 541 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 shirtLongSleeve = [
[
"path",
{
d: "M6 19H3c-.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 6v12c0 .6-.4 1-1 1h-3",
key: "9k6art"
}
],
["path", { d: "M18 8v13c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V8", key: "2ru6tq" }]
];
export { shirtLongSleeve as default };
//# sourceMappingURL=shirt-long-sleeve.js.map