mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
22 lines
519 B
JavaScript
22 lines
519 B
JavaScript
/**
|
|
* @license lucide-vue-next v0.562.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 Table2 = createLucideIcon("table-2", [
|
|
[
|
|
"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"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { Table2 as default };
|
|
//# sourceMappingURL=table-2.js.map
|