@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 518 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 crosshairPlusDot = [
["path", { d: "M12 16v5", key: "zza2cw" }],
["path", { d: "M12 3v5", key: "weuidg" }],
["path", { d: "M16 12h5", key: "rsdlri" }],
["path", { d: "M3 12h5", key: "p77gmy" }],
["path", { d: "M12 12h.01", key: "1mp3jc" }]
];
export { crosshairPlusDot as default };
//# sourceMappingURL=crosshair-plus-dot.js.map