lucide-react
Version:
A Lucide icon library package for React applications.
33 lines (29 loc) • 1.12 kB
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "lighthouse",
size: 24,
node: [
["path", { d: "M12 3V2", key: "ar7q03" }],
["path", { d: "M16.066 16.865 7 22l2-11V6a3 3 0 016 0v5l2 11", key: "1945zj" }],
["path", { d: "m19.792 4.5.866-.5", key: "nm0czm" }],
["path", { d: "m19.797 13.5.866.5", key: "1ywzlr" }],
["path", { d: "M21 9h1", key: "oh5ys" }],
["path", { d: "M3 9H2", key: "1fr1tj" }],
["path", { d: "m4.203 13.5-.866.5", key: "oyimbp" }],
["path", { d: "M4.208 4.5 3.342 4", key: "lkiptw" }],
["path", { d: "M5.5 22h13", key: "1mvt70" }],
["path", { d: "m7.932 16.875 7.377-4.178", key: "w78ch2" }],
["path", { d: "M8 11h8", key: "vwpz6n" }],
["path", { d: "M8 7h8", key: "i86dvs" }]
]
};
__iconData.node;
const Lighthouse = createLucideIcon(__iconData);
export { __iconData, Lighthouse as default };
//# sourceMappingURL=lighthouse.mjs.map