@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
10 lines • 910 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AngleDoubleSmallRightIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function AngleDoubleSmallRightIcon(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: "m19.1 10.586-5.289-5.293L12.4 6.707 17.689 12 12.4 17.293l1.415 1.414 5.285-5.293a2 2 0 0 0 0-2.828Z" }), (0, jsx_runtime_1.jsx)("path", { d: "m12.811 11.293-6-6L5.4 6.707 10.689 12 5.4 17.293l1.415 1.414 6-6a1 1 0 0 0-.004-1.414Z" })] })) })));
}
exports.AngleDoubleSmallRightIcon = AngleDoubleSmallRightIcon;
//# sourceMappingURL=AngleDoubleSmallRightIcon.js.map