Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucide-icons/lucide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.377.0
Choose a base ref
...
head repository: lucide-icons/lucide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.378.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 4 contributors

Commits on May 3, 2024

  1. fix(docs): fix uppercase import in lucide-static docs (#2118)

    karsa-mistmere authored May 3, 2024
    Copy the full SHA
    747446f View commit details
  2. fix(icons): add more Lucide-ish rounding to sparkle icons (#1937)

    * fix(icons): add more Lucide-ish rounding to sparkle icons
    
    * chore(icons): sharpen points ever so slightly for better visual weight
    
    * chore(icons): linting fix
    
    * chore(icons): update sparkles & moon-star icon as per Discord
    
    ---------
    
    Co-authored-by: Karsa <karsa@sztaki.hu>
    karsa-mistmere and Karsa authored May 3, 2024
    Copy the full SHA
    48dc937 View commit details
  3. Sort out loader/cursor icons (#1331)

    * Add `loader-pinwheel` icon
    
    * Optimise `loader` icon
    
    * Improve `loader` metadata
    
    * Add `loader-circle-big` variant
    
    * Rename `loader-2` to `loader-circle`
    
    * Improve `more-horizontal` metadata
    
    * Add `mouse-pointer-ban` icon
    
    * Improve `mouse-pointer` icons metadata
    
    * Improve metadata
    
    * Revert rename of `loader-2` to `loader-circle`
    
    * Revert "Improve `more-horizontal` metadata"
    
    This reverts commit 41fa676.
    
    * Formatting
    
    * Format pinwheel and remove loader-circle-big
    
    ---------
    
    Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
    danielbayley and ericfennis authored May 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5fead67 View commit details
2 changes: 1 addition & 1 deletion docs/guide/packages/lucide-static.md
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ and update the SVG as follows
### Icon Font

```css
@import ('~lucide-static/font/Lucide.css');
@import ('~lucide-static/font/lucide.css');
```

```html
10 changes: 9 additions & 1 deletion icons/loader-circle.json
Original file line number Diff line number Diff line change
@@ -7,9 +7,17 @@
"ericfennis"
],
"tags": [
"load"
"loading",
"wait",
"busy",
"progress",
"spinner",
"spinning",
"throbber",
"circle"
],
"categories": [
"cursors",
"multimedia",
"layout"
],
22 changes: 22 additions & 0 deletions icons/loader-pinwheel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"loading",
"wait",
"busy",
"progress",
"throbber",
"spinner",
"spinning",
"beach ball",
"frozen",
"freeze"
],
"categories": [
"cursors",
"design"
]
}
16 changes: 16 additions & 0 deletions icons/loader-pinwheel.svg

Unable to render rich display

Invalid image source.

16 changes: 12 additions & 4 deletions icons/loader.json
Original file line number Diff line number Diff line change
@@ -2,14 +2,22 @@
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
"ericfennis",
"danielbayley"
],
"tags": [
"load",
"wait"
"loading",
"wait",
"busy",
"progress",
"spinner",
"spinning",
"throbber"
],
"categories": [
"cursors",
"multimedia",
"layout"
"layout",
"design"
]
}
16 changes: 8 additions & 8 deletions icons/loader.svg

Unable to render rich display

Invalid image source.

6 changes: 3 additions & 3 deletions icons/moon-star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions icons/mouse-pointer-2.json
Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@
"csandman"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
18 changes: 18 additions & 0 deletions icons/mouse-pointer-ban.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"wait",
"busy",
"loading",
"blocked",
"frozen",
"freeze"
],
"categories": [
"arrows",
"cursors"
]
}
15 changes: 15 additions & 0 deletions icons/mouse-pointer-ban.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions icons/mouse-pointer-click.json
Original file line number Diff line number Diff line change
@@ -6,9 +6,8 @@
"jguddas"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
5 changes: 2 additions & 3 deletions icons/mouse-pointer.json
Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@
"ericfennis"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
4 changes: 2 additions & 2 deletions icons/sparkle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions icons/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.