@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 649 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 sweater = [
[
"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" }],
["path", { d: "m6 10 2 2 2-2 2 2 2-2 2 2 2-2", key: "fk3thp" }],
["path", { d: "m6 16 2 2 2-2 2 2 2-2 2 2 2-2", key: "13bq4g" }]
];
export { sweater as default };
//# sourceMappingURL=sweater.js.map