Files
report/frontend/node_modules/lucide-vue-next/dist/esm/icons/loader-2.js
T
2026-07-19 03:44:35 +09:00

16 lines
420 B
JavaScript

/**
* @license lucide-vue-next v0.322.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 Loader2 = createLucideIcon("Loader2Icon", [
["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
]);
export { Loader2 as default };
//# sourceMappingURL=loader-2.js.map