-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Sort out loader/cursor icons
#1331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@danielbayley is attempting to deploy a commit to the Lucide Team on Vercel. A member of the Team first needs to authorize it. |
Added or changed iconsWorks for: const LoaderPinwheelIcon = createLucideIcon('LoaderPinwheel', [
["path",{"d":"M2 12c0-2.8 2.2-5 5-5s5 2.2 5 5 2.2 5 5 5 5-2.2 5-5"}],
["path",{"d":"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6"}],
["path",{"d":"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6"}],
["circle",{"cx":"12","cy":"12","r":"10"}]
])
const MousePointerBanIcon = createLucideIcon('MousePointerBan', [
["path",{"d":"m2 2 4 11 2-5 5-2Z"}],
["circle",{"cx":"16","cy":"16","r":"6"}],
["path",{"d":"m11.8 11.8 8.4 8.4"}]
])
const LoaderIcon = createLucideIcon('Loader', [
["path",{"d":"M12 2v4"}],
["path",{"d":"m16.2 7.8 2.9-2.9"}],
["path",{"d":"M18 12h4"}],
["path",{"d":"m16.2 16.2 2.9 2.9"}],
["path",{"d":"M12 18v4"}],
["path",{"d":"m4.9 19.1 2.9-2.9"}],
["path",{"d":"M2 12h4"}],
["path",{"d":"m4.9 4.9 2.9 2.9"}]
]) |
|
Not a fan of adding all kinds of states of the loader, we might as well add different rotations of the circle loader, but there are much better ways of animating than changing icons. |
@karsa-mistmere |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No description provided.