init
This commit is contained in:
22
mc_test/node_modules/lucide-react/dist/esm/icons/table-2.js
generated
vendored
Executable file
22
mc_test/node_modules/lucide-react/dist/esm/icons/table-2.js
generated
vendored
Executable file
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide-react v0.545.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const __iconNode = [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
|
||||
key: "gugj83"
|
||||
}
|
||||
]
|
||||
];
|
||||
const Table2 = createLucideIcon("table-2", __iconNode);
|
||||
|
||||
export { __iconNode, Table2 as default };
|
||||
//# sourceMappingURL=table-2.js.map
|
||||
Reference in New Issue
Block a user