Files
hyper-theme/assets/vendor/lucide/esm/icons/mouse-pointer-ban.js
2025-11-20 23:10:06 -06:00

22 lines
512 B
JavaScript

/**
* @license lucide v0.424.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const MousePointerBan = [
"svg",
defaultAttributes,
[
["path", { d: "m2 2 4 11 2-5 5-2Z" }],
["circle", { cx: "16", cy: "16", r: "6" }],
["path", { d: "m11.8 11.8 8.4 8.4" }]
]
];
export { MousePointerBan as default };
//# sourceMappingURL=mouse-pointer-ban.js.map