UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

19 lines (16 loc) 572 B
/** * @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 crosshair2Dot = [ ["circle", { cx: "12", cy: "12", r: "8", key: "46899m" }], ["path", { d: "M12 6V2", key: "1pj48d" }], ["path", { d: "M22 12h-4", key: "pliqo5" }], ["path", { d: "M6 12H2", key: "17rm5b" }], ["path", { d: "M12 22v-4", key: "1utk9m" }], ["path", { d: "M12 12h.01", key: "1mp3jc" }] ]; export { crosshair2Dot as default }; //# sourceMappingURL=crosshair-2-dot.js.map