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.387.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.390.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 6, 2024

  1. feat(icons): added tv-minimal-play (#2128)

    * feat(icons): add tv-minimal-play icon, rename tv-2 to tv-minimal
    
    * feat(icons/tv-minimal-play): add more tags
    
    * feat(icons): add deprecation reason to tv-2 alias
    
    ---------
    
    Co-authored-by: Karsa <karsa@sztaki.hu>
    Co-authored-by: Jakob Guddas <github@jguddas.de>
    3 people authored Jun 6, 2024
    Copy the full SHA
    b227cae View commit details
  2. meta(icons): Added "liquid" tag to Droplet icon (#2152)

    Co-authored-by: Karsa <contact@karsa.org>
    vBohu and karsa-mistmere authored Jun 6, 2024
    Copy the full SHA
    0a578c8 View commit details
  3. fix(icons): fix mismatched lines in dna & dna-off (#2187)

    Co-authored-by: Karsa <karsa@sztaki.hu>
    karsa-mistmere and Karsa authored Jun 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e7df30 View commit details
  4. fix(icons): fixes duplicate tv-2 alias (#2188)

    Co-authored-by: Karsa <karsa@sztaki.hu>
    karsa-mistmere and Karsa authored Jun 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    541add9 View commit details
  5. feat(icons): added calendar-cog icon (#2176)

    * feat(icons): added calendar-cog icon
    
    * feat(icons): cleanup calendar-cog icon
    
    * feat(icons): fix indentation of calendar-cog icon
    
    ---------
    
    Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
    AlexandrePhilibert and ericfennis authored Jun 6, 2024
    Copy the full SHA
    864fdec View commit details
21 changes: 21 additions & 0 deletions icons/calendar-cog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis",
"AlexandrePhilibert"
],
"tags": [
"date",
"day",
"month",
"year",
"events",
"settings",
"gear",
"cog"
],
"categories": [
"time"
]
}
25 changes: 25 additions & 0 deletions icons/calendar-cog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions icons/dna-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions icons/dna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion icons/droplet.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,14 @@
],
"tags": [
"water",
"weather"
"weather",
"liquid",
"fluid",
"wet",
"moisture",
"damp",
"bead",
"globule"
],
"categories": [
"weather",
10 changes: 8 additions & 2 deletions icons/droplets.json
Original file line number Diff line number Diff line change
@@ -6,8 +6,14 @@
],
"tags": [
"water",
"humidity",
"weather"
"weather",
"liquid",
"fluid",
"wet",
"moisture",
"damp",
"bead",
"globule"
],
"categories": [
"weather"
8 changes: 8 additions & 0 deletions icons/tv-2.json → icons/tv-minimal-play.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas",
"ericfennis"
],
"tags": [
@@ -17,6 +19,12 @@
"smart",
"digital",
"video",
"movie",
"live",
"ott",
"running",
"start",
"film",
"home cinema",
"entertainment",
"showtime",
15 changes: 15 additions & 0 deletions icons/tv-minimal-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions icons/tv-minimal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"flatscreen",
"television",
"stream",
"display",
"widescreen",
"high-definition",
"hd",
"1080p",
"4k",
"8k",
"smart",
"digital",
"video",
"home cinema",
"entertainment",
"showtime",
"channels",
"catchup"
],
"categories": [
"devices",
"multimedia"
],
"aliases": [
{
"name": "tv-2",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
}
]
}
File renamed without changes