infinity-forge
Version:
9 lines • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconLeftArrowBar = IconLeftArrowBar;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconLeftArrowBar(_a) {
var color = _a.color;
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", { d: 'm9 6-6 6 6 6' }), (0, jsx_runtime_1.jsx)("path", { d: 'M3 12h14' }), (0, jsx_runtime_1.jsx)("path", { d: 'M21 19V5' })] }));
}
//# sourceMappingURL=icon-left-arrow-bar.js.map