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.357.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.358.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 14, 2024

  1. fix(icons): optimized chef-hat icon (#1974)

    * Updated icons/chef-hat.svg
    
    * Updated icons/chef-hat.json
    
    * Updated icons/chef-hat.svg
    
    * Updated icons/chef-hat.svg
    
    * Update icons/chef-hat.svg
    
    Co-authored-by: Karsa <contact@karsa.org>
    
    ---------
    
    Co-authored-by: Karsa <contact@karsa.org>
    jguddas and karsa-mistmere authored Mar 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c99d6cb View commit details
  2. Update 02_bug_report.yml

    Fix newly arisen syntax issue
    karsa-mistmere authored Mar 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d000e49 View commit details
  3. feat(icons): add worm icon

    Karsa committed Mar 14, 2024
    Copy the full SHA
    a8c6add View commit details
Showing with 43 additions and 5 deletions.
  1. +2 −2 .github/ISSUE_TEMPLATE/02_bug_report.yml
  2. +2 −1 icons/chef-hat.json
  3. +2 −2 icons/chef-hat.svg
  4. +22 −0 icons/worm.json
  5. +15 −0 icons/worm.svg
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02_bug_report.yml
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ body:
label: Can you reproduce this in the latest version?
description: i.e. after running `npm install lucide-react@latest`
options:
- label: Yes
- label: No
- label: 'Yes'
- label: 'No'
validations:
required: false
- type: checkboxes
3 changes: 2 additions & 1 deletion icons/chef-hat.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis"
"ericfennis",
"jguddas"
],
"tags": [
"cooking",
4 changes: 2 additions & 2 deletions icons/chef-hat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/worm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"invertebrate",
"grub",
"larva",
"snake",
"crawl",
"wiggle",
"slither",
"pest control",
"computer virus",
"malware"
],
"categories": [
"animals",
"security"
]
}
15 changes: 15 additions & 0 deletions icons/worm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.