@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 594 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 glassesSun = [
["path", { d: "m2.16 14.2 3.1-7.4C5.7 5.8 6.8 5 8 5", key: "5gjrv1" }],
[
"path",
{
d: "M4 13a2 2 0 0 0-2 2v1c0 1.7 1.3 3 3 3h1c3.3 0 6-2.7 6-6 0 3.3 2.7 6 6 6h1c1.7 0 3-1.3 3-3v-1a2 2 0 0 0-2-2Z",
key: "1d2b14"
}
],
["path", { d: "m21.83 14.2-3.1-7.4C18.3 5.8 17.2 5 16 5", key: "wlqo5c" }]
];
export { glassesSun as default };
//# sourceMappingURL=glasses-sun.js.map