@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 673 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 targetArrow = [
["path", { d: "M19 2v3h3", key: "ltc2fn" }],
["path", { d: "M13.4 10.6 22 2", key: "e66hfo" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["path", { d: "M12.3 6H12a6 6 0 1 0 6 6v-.3", key: "8shxky" }],
["path", { d: "M15 2.5A9.93 9.93 0 1 0 21.5 9", key: "xeuvrf" }],
["path", { d: "M5.3 19.4 4 22", key: "e24ahl" }],
["path", { d: "M18.7 19.4 20 22", key: "wiqn5j" }]
];
export { targetArrow as default };
//# sourceMappingURL=target-arrow.js.map