iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 812 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 CursorLeft = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.576 11.881H11.02v3.788c0 .6-.416.82-.925.486l-8.714-5.893C1.128 10.095 1 9.875 1 9.656c0-.22.128-.44.382-.606l8.714-5.894c.51-.334.925-.115.925.486v3.804h5.555c1.228 0 2.224.993 2.224 2.218a2.221 2.221 0 0 1-2.224 2.217zm0-3.326H9.909V4.59L2.461 9.656 9.91 14.72v-3.948h6.667c.614 0 1.112-.497 1.112-1.108 0-.612-.498-1.11-1.112-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = CursorLeft;