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.481.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.482.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 5 contributors

Commits on Mar 14, 2025

  1. fix(deps): CVE-2024-21538 (#2871)

    * fix: CVE-2024-21538 - Update package dependencies
    
    * Update lockfile
    
    * Format
    
    ---------
    
    Co-authored-by: Security Bot <security-bot@github.com>
    Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
    3 people authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14fec0e View commit details
  2. feat(icons): add saudi-riyal Symbol (#2827)

    * add saudi riyal sign
    
    * update name from sign to symbol
    
    * fix stroke and fill issue
    
    Co-authored-by: Jakob Guddas <github@jguddas.de>
    
    * removed symbol from the name
    
    ---------
    
    Co-authored-by: Jakob Guddas <github@jguddas.de>
    Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
    3 people authored Mar 14, 2025
    Copy the full SHA
    fccfaa3 View commit details
Showing with 47 additions and 10 deletions.
  1. +15 −0 icons/saudi-riyal.json
  2. +16 −0 icons/saudi-riyal.svg
  3. +3 −0 package.json
  4. +13 −10 pnpm-lock.yaml
15 changes: 15 additions & 0 deletions icons/saudi-riyal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"null78",
"jguddas"
],
"tags": [
"currency",
"money",
"payment"
],
"categories": [
"finance"
]
}
16 changes: 16 additions & 0 deletions icons/saudi-riyal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -78,6 +78,9 @@
"vue": "2.7.14"
}
}
},
"overrides": {
"cross-spawn": "7.0.5"
}
}
}
23 changes: 13 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.