@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 766 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 palmtreeIslandSun = [
["circle", { cx: "6", cy: "7", r: "3", key: "y75ew0" }],
["path", { d: "M16 14s1-3 1-8V4s-1-2-3-2c-1 0-2 .5-2 .5", key: "1kv3wi" }],
["path", { d: "M13 8a4 4 0 0 1 8 0", key: "lrfcfp" }],
["path", { d: "M17 4s1-2 3-2c1 0 2 .5 2 .5", key: "8sabee" }],
["path", { d: "M19.75 19A8 8 0 0 0 4 21", key: "1ax8zw" }],
[
"path",
{
d: "M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
key: "17ivm9"
}
]
];
export { palmtreeIslandSun as default };
//# sourceMappingURL=palmtree-island-sun.js.map