@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
10 lines • 878 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AngleDoubleSmallLeftIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function AngleDoubleSmallLeftIcon(props) {
return ((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.jsxs)("g", Object.assign({ "data-name": "01 align center" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.189 6.707 9.775 5.293l-5.293 5.293a2 2 0 0 0 0 2.828l5.293 5.293 1.414-1.414L5.9 12Z" }), (0, jsx_runtime_1.jsx)("path", { d: "m18.189 6.707-1.414-1.414-6 6a1 1 0 0 0 0 1.414l6 6 1.414-1.414L12.9 12Z" })] })) })));
}
exports.AngleDoubleSmallLeftIcon = AngleDoubleSmallLeftIcon;
//# sourceMappingURL=AngleDoubleSmallLeftIcon.js.map