iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 803 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PointerOff = (props) => React.createElement("svg", { className: "lucide lucide-pointer-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M10 4.5V4a2 2 0 00-2.41-1.957M13.9 8.4a2 2 0 00-1.26-1.295M21.7 16.2A8 8 0 0022 14v-3a2 2 0 10-4 0v-1a2 2 0 00-3.63-1.158M7 15l-1.8-1.8a2 2 0 00-2.79 2.86L6 19.7a7.74 7.74 0 006 2.3h2a8 8 0 005.657-2.343M6 6v8M2 2l20 20" }));
exports.default = PointerOff;