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.356.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.357.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. fix(packages/lucide): exports aliases from lucide package (#1976)

    Co-authored-by: Karsa <karsa@sztaki.hu>
    karsa-mistmere and Karsa authored Mar 13, 2024
    Copy the full SHA
    dcde43e View commit details
  2. feat(icons): added beer-off icon (#1971)

    * Added icons/beer-off.svg
    
    * Added icons/beer-off.json
    jguddas authored Mar 13, 2024
    Copy the full SHA
    0b1fb8f View commit details
Showing with 39 additions and 0 deletions.
  1. +18 −0 icons/beer-off.json
  2. +20 −0 icons/beer-off.svg
  3. +1 −0 packages/lucide/src/lucide.ts
18 changes: 18 additions & 0 deletions icons/beer-off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis",
"jguddas"
],
"tags": [
"alcohol",
"bar",
"beverage",
"brewery",
"drink"
],
"categories": [
"food-beverage"
]
}
20 changes: 20 additions & 0 deletions icons/beer-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/lucide/src/lucide.ts
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ export { default as createElement } from './createElement';
*/
export { iconAndAliases as icons };
export * from './icons';
export * from './aliases';

/*
Types exports.