lucide-react
Version:
A Lucide icon library package for React applications.
21 lines (17 loc) • 548 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "loader-circle",
size: 24,
node: [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]],
aliases: ["loader-2"]
};
__iconData.node;
const LoaderCircle = createLucideIcon(__iconData);
export { __iconData, LoaderCircle as default };
//# sourceMappingURL=loader-circle.mjs.map