Skip to content

Commit

Permalink
Add radiation/biohazard icons (#1153)
Browse files Browse the repository at this point in the history
* Add `radiation` icon

* Refine `radiation` icon

* Refine `radiation` icon

* Fix `radiation` corner radius

* Add `biohazard` icon

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
danielbayley and ericfennis committed Apr 30, 2023
1 parent 8904748 commit 716c5ba
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
14 changes: 14 additions & 0 deletions icons/biohazard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"tags": [
"fallout",
"waste",
"biology",
"chemistry",
"chemical",
"element"
],
"categories": [
"science"
]
}
22 changes: 22 additions & 0 deletions icons/biohazard.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/radiation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"tags": [
"radioactive",
"nuclear",
"fallout",
"waste",
"atomic",
"physics",
"particle",
"element",
"molecule"
],
"categories": [
"science"
]
}
16 changes: 16 additions & 0 deletions icons/radiation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 716c5ba

@vercel
Copy link

@vercel vercel bot commented on 716c5ba Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lucide-docs – ./docs

lucide-docs-lucide.vercel.app
lucide-docs.vercel.app
lucide-docs-git-main-lucide.vercel.app

Please sign in to comment.