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.555.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.556.0
Choose a head ref
  • 16 commits
  • 76 files changed
  • 9 contributors

Commits on Nov 26, 2025

  1. feat(icon): add book-search icon (#3573) (#3580)

    * feat(icon): add book-search icon
    
    * fix(icon): fix vertical alignment of `book-search` icon  .
    
    - Fix the vertical alignment of the icon in the 24x24 grid of pixels 
    - It had 3 columns on the left side and 1 on the right side, now made 2 on both sides
    
    * fix: remove extra tag "book search"
    Muhammad-Aqib-Bashir authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    33bb95e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. chore(dependencies): Update dependencies (#3809)

    * update deps
    
    * Remove ignoredBuiltDependencies
    
    * Fix build errors
    
    * try this
    
    * update config
    
    * add coma
    
    * Try this
    
    * Revert import change
    
    * try this
    
    * add wasm import
    
    * Load wasm
    
    * try this
    
    * Revert nitro version change
    
    * Revert nitro config change
    ericfennis authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    076e0bb View commit details
    Browse the repository at this point in the history
  2. ci(workflows): Enable trusted publishing in release (#3808)

    * Add permissions for trusted publishing to workflows
    
    * update pnpm
    
    * Update workflow deps
    
    * format code
    ericfennis authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f78061b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dffffc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. feat(icons): added scooter icon (#3818)

    * Add scooter icon
    
    * edit tags
    
    * edit icon
    
    * edit icon
    
    * deit icon
    
    * edit icon
    
    * edit contributors
    
    * Update scooter.json
    
    ---------
    
    Co-authored-by: Karsa <[email protected]>
    Co-authored-by: Eric Fennis <[email protected]>
    3 people authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    1f113d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. fix(icons): changed plug icon (#3841)

    * Updated icons/plug.svg
    
    * Updated icons/plug.json
    jamiemlaw authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    de4e8d0 View commit details
    Browse the repository at this point in the history
  2. fix(icons): changed thermometer-sun icon (#3773)

    * Updated icons/thermometer-sun.svg
    
    * Updated icons/thermometer-sun.json
    
    * Modify SVG paths in thermometer-sun icon
    jguddas authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2e4c9a6 View commit details
    Browse the repository at this point in the history
  3. fix(icons): Shrink square-scissors icons to match optical volume (#3603)

    * Update square-scissors to match optical volume
    
    * Update square-bottom-dashed-scissors to match optical volume
    
    ---------
    
    Co-authored-by: Karsa <[email protected]>
    eden881 and karsa-mistmere authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    67e9efb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    f183c3b View commit details
    Browse the repository at this point in the history
  2. feat(icons): added estimated-weight icon (#3822)

    * Added icons/estimated-weight.svg
    
    * Added icons/estimated-weight.json
    
    * Update icons/estimated-weight.json
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * Change name + reshape tilde
    
    * Change name to weight-tilde
    
    * Update weight-tilde.json
    
    removed weight and tilde, since they're part of the name
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Karsa <[email protected]>
    3 people authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    02b35e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e5730 View commit details
    Browse the repository at this point in the history
  4. fix(icons): changed flashlight icons (#3843)

    * Update flashlight.svg
    
    Arcified ends and adjusted the tapering
    
    * Update flashlight-off.svg
    
    Update to match `flashlight.svg`
    
    * Update flashlight.json
    
    Added attribution and tags
    
    * Update flashlight-off.json
    
    * Update flashlight.svg
    
    Correctly round bottom corners
    
    * Update flashlight-off.svg
    jamiemlaw authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    2e7d806 View commit details
    Browse the repository at this point in the history
  5. fix(icons): changed bubbles icon (#3774)

    * Updated icons/bubbles.svg
    
    * Updated icons/bubbles.svg
    
    * Updated icons/bubbles.json
    jguddas authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    9076da5 View commit details
    Browse the repository at this point in the history
  6. feat(site): add brand stop words to icon search (#3824)

    * feat(site): added extended no results placeholder with brand icon stop words
    
    * feat(site): fix grammatical error
    
    * feat: extract brand stopwords & update github action to use these stopwords
    
    * Apply suggestions from code review
    
    Co-authored-by: Jakob Guddas <[email protected]>
    
    * feat: only use icon name section for closing brand request issues
    
    * feat: added mcp brand stopword
    
    ---------
    
    Co-authored-by: Jakob Guddas <[email protected]>
    Co-authored-by: Eric Fennis <[email protected]>
    3 people authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b4405f0 View commit details
    Browse the repository at this point in the history
  7. style(ci): Format ci.yml

    ericfennis committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    d6f9043 View commit details
    Browse the repository at this point in the history
  8. feat(icons): added van icon (#3821)

    * Add van icon
    
    * update tags
    
    * edit icon
    
    * edit contributors
    
    * Update icons/van.json
    
    Co-authored-by: Karsa <[email protected]>
    
    ---------
    
    Co-authored-by: Karsa <[email protected]>
    Co-authored-by: Eric Fennis <[email protected]>
    3 people authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    151c5b1 View commit details
    Browse the repository at this point in the history
Loading