odin-simple-mobile-menu/node_modules/lucide/dist/esm/icons/infinity.js

25 lines
514 B
JavaScript
Raw Permalink Normal View History

2024-02-19 10:37:52 +00:00
/**
* @license lucide v0.331.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const Infinity = [
"svg",
defaultAttributes,
[
[
"path",
{
d: "M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z"
}
]
]
];
export { Infinity as default };
//# sourceMappingURL=infinity.js.map