@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
8 lines • 654 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AngleSmallLeftIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
const AngleSmallLeftIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 512, height: 512 }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m13.775 18.707-5.293-5.293a2 2 0 0 1 0-2.828l5.293-5.293 1.414 1.414L9.9 12l5.293 5.293Z", "data-name": "01 align center" }) })));
exports.AngleSmallLeftIcon = AngleSmallLeftIcon;
//# sourceMappingURL=AngleSmallLeftIcon.js.map