Initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @license lucide-react 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 createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const MousePointerBan = createLucideIcon("MousePointerBan", [
|
||||
["path", { d: "m2 2 4 11 2-5 5-2Z", key: "i586l5" }],
|
||||
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }],
|
||||
["path", { d: "m11.8 11.8 8.4 8.4", key: "oogvdj" }]
|
||||
]);
|
||||
|
||||
export { MousePointerBan as default };
|
||||
//# sourceMappingURL=mouse-pointer-ban.js.map
|
||||
Reference in New Issue
Block a user