-
-
Notifications
You must be signed in to change notification settings - Fork 548
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
Sort out sliders
/settings
/cog
/gear
icons
#1300
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 iconsIcons as codeWorks for: const SlidersBigVerticalIcon = createLucideIcon('SlidersBigVertical', [
["circle",{"cx":"7","cy":"7","r":"3"}],
["path",{"d":"M7 10v10"}],
["circle",{"cx":"17","cy":"17","r":"3"}],
["path",{"d":"M17 4v10"}]
])
const SlidersHorizontalIcon = createLucideIcon('SlidersHorizontal', [
["path",{"d":"M10 4H3"}],
["path",{"d":"M14 2v4"}],
["path",{"d":"M21 4h-7"}],
["path",{"d":"M8 12H3"}],
["path",{"d":"M8 10v4"}],
["path",{"d":"M21 12h-9"}],
["path",{"d":"M12 20H3"}],
["path",{"d":"M16 18v4"}],
["path",{"d":"M21 20h-5"}]
])
const SlidersVerticalIcon = createLucideIcon('SlidersVertical', [
["path",{"d":"M4 10V3"}],
["path",{"d":"M2 14h4"}],
["path",{"d":"M4 21v-7"}],
["path",{"d":"M12 8V3"}],
["path",{"d":"M10 8h4"}],
["path",{"d":"M12 21v-9"}],
["path",{"d":"M20 12V3"}],
["path",{"d":"M18 16h4"}],
["path",{"d":"M20 21v-5"}]
])
const CogwheelIcon = createLucideIcon('Cogwheel', [
["path",{"d":"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"}],
["circle",{"cx":"12","cy":"12","r":"3"}]
])
const GearIcon = createLucideIcon('Gear', [
["circle",{"cx":"12","cy":"12","r":"8"}],
["circle",{"cx":"12","cy":"12","r":"2"}],
["path",{"d":"M12 2v2"}],
["path",{"d":"M12 22v-2"}],
["path",{"d":"m17 20.66-1-1.73"}],
["path",{"d":"M11 10.27 7 3.34"}],
["path",{"d":"m20.66 17-1.73-1"}],
["path",{"d":"m3.34 7 1.73 1"}],
["path",{"d":"M14 12h8"}],
["path",{"d":"M2 12h2"}],
["path",{"d":"m20.66 7-1.73 1"}],
["path",{"d":"m3.34 17 1.73-1"}],
["path",{"d":"m17 3.34-1 1.73"}],
["path",{"d":"m11 13.73-4 6.93"}]
])
const SlidersBigHorizontalIcon = createLucideIcon('SlidersBigHorizontal', [
["path",{"d":"M20 7H10"}],
["path",{"d":"M14 17H5"}],
["circle",{"cx":"17","cy":"17","r":"3"}],
["circle",{"cx":"7","cy":"7","r":"3"}]
]) |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@karsa-mistmere This should be good to go now… @ericfennis |
sliders
/settings
/cog
/gear
iconssliders
/settings
/cog
/gear
icons
@karsa-mistmere Ha well I now prefer the simplicity of the original 😅 …and have since noticed it all over the place! Maybe we should put it to a vote (need that bot again…) cc: @ericfennis @jguddas |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Following on from #231 and #987 (comment) …
Also related to #1225.