@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 627 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 lingerie = [
[
"path",
{
d: "M5 2v2a2 2 0 0 0-2 2v2c0 1.7 1.3 3 3 3h2a2 2 0 0 0 2-2h4a2 2 0 0 0 2 2h2c1.7 0 3-1.3 3-3V6a2 2 0 0 0-2-2",
key: "1hhdpn"
}
],
["path", { d: "M10 9c0-2.8-2.2-5-5-5", key: "1u1kcp" }],
["path", { d: "M19 2v2c-2.8 0-5 2.2-5 5", key: "17dbq1" }],
["path", { d: "M3 15a7 7 0 0 1 7 7h4a7 7 0 0 1 7-7Z", key: "1uqftu" }]
];
export { lingerie as default };
//# sourceMappingURL=lingerie.js.map