iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 874 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 ArrowLeft = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.126 9.77a.512.512 0 0 0-.116.28c0 .012-.008.02-.008.032L2 10.089l.002.009c0 .007.003.012.004.019.006.131.058.249.14.34.008.008.005.02.012.028.008.007.02.004.027.01.007.007.02.006.027.012l6.066 5.513a.54.54 0 1 0 .765-.764l-5.076-4.614h12.988a.553.553 0 0 0 0-1.106H3.967l5.076-4.613a.54.54 0 1 0-.765-.765L2.243 9.644c-.01.006-.014.017-.022.024-.019.014-.045.009-.063.026-.021.021-.015.052-.032.076z", fill: "#000", fillRule: "evenodd" }));
exports.default = ArrowLeft;