iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 745 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 CursorRight = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.384 10.262l-8.697 5.893c-.508.334-.924.114-.924-.486v-3.788H3.22a2.219 2.219 0 1 1 0-4.435h5.543V3.642c0-.6.416-.82.924-.486l8.697 5.894c.254.166.38.385.38.606 0 .22-.126.439-.38.606zM9.873 4.59v3.965H3.22a1.11 1.11 0 1 0 0 2.218h6.653v3.947l7.433-5.064L9.873 4.59z", fill: "#000", fillRule: "evenodd" }));
exports.default = CursorRight;