infinity-forge
Version:
9 lines • 702 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconLeftChevron = IconLeftChevron;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconLeftChevron(_a) {
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15 6l-6 6l6 6' })] }));
}
//# sourceMappingURL=icon-left-chevron.js.map