UNPKG

@ackplus/react-tanstack-data-table

Version:

A powerful React data table component built with MUI and TanStack Table

9 lines (8 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddIcon = AddIcon; const jsx_runtime_1 = require("react/jsx-runtime"); const material_1 = require("@mui/material"); function AddIcon(props) { return ((0, jsx_runtime_1.jsxs)(material_1.SvgIcon, Object.assign({}, props, { viewBox: "0 0 24 24", children: [(0, jsx_runtime_1.jsx)("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" }), (0, jsx_runtime_1.jsx)("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: "currentColor", strokeWidth: "0.5", opacity: "0.3" })] }))); }