iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 832 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 CursorArrow = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.292.049a.5.5 0 01.535.077L12.86 7.95a.5.5 0 01-.306.878l-3.334.147 1.931 4.244a.5.5 0 01-.247.662l-2.153.98a.5.5 0 01-.662-.247L6.153 10.37l-2.29 2.416A.5.5 0 013 12.44V.504a.5.5 0 01.292-.455zM4 1.599v9.589l1.938-2.044a.5.5 0 01.818.137l2.035 4.463 1.242-.566-2.031-4.463a.5.5 0 01.433-.707l2.82-.124L4 1.599z", fill: "currentColor" }));
exports.default = CursorArrow;