UNPKG

next

Version:

The React Framework

37 lines (35 loc) 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "LeftArrow", { enumerable: true, get: function() { return LeftArrow; } }); const _jsxruntime = require("react/jsx-runtime"); function LeftArrow(param) { let { title, className } = param; return /*#__PURE__*/ (0, _jsxruntime.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-label": title, className: className, children: /*#__PURE__*/ (0, _jsxruntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.24996 12.0608L8.71963 11.5304L5.89641 8.70722C5.50588 8.3167 5.50588 7.68353 5.89641 7.29301L8.71963 4.46978L9.24996 3.93945L10.3106 5.00011L9.78029 5.53044L7.31062 8.00011L9.78029 10.4698L10.3106 11.0001L9.24996 12.0608Z", fill: "currentColor" }) }); } if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') { Object.defineProperty(exports.default, '__esModule', { value: true }); Object.assign(exports.default, exports); module.exports = exports.default; } //# sourceMappingURL=left-arrow.js.map