iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 677 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 ChevronLeft = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6 9.959a.524.524 0 0 0 .152.394c.024.024.06.017.086.035l6.618 6.072a.53.53 0 0 0 .748-.749L7.331 9.957l6.274-5.755a.528.528 0 1 0-.748-.747L6.24 9.523c-.028.02-.065.013-.09.038a.522.522 0 0 0-.15.398z", fill: "#000", fillRule: "evenodd" }));
exports.default = ChevronLeft;