Skip to content

Commit

Permalink
[icons] feat: add diagnosis and lab test icons (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstorr authored Feb 19, 2020
1 parent c2a878a commit 845b498
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 0 deletions.
Binary file modified packages/icons/resources/icons/icons-16.eot
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-16.ttf
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-16.woff
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.eot
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.ttf
Binary file not shown.
Binary file modified packages/icons/resources/icons/icons-20.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/icons/resources/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3386,5 +3386,19 @@
"tags": "truck, automobile, vehicle, car, van, drive, ride, distance, navigation, directions",
"group": "interface",
"content": "\\e90b"
},
{
"displayName": "Diagnosis",
"iconName": "diagnosis",
"tags": "doctor, science, heart, stethoscope, medical, examination",
"group": "interface",
"content": "\\e90d"
},
{
"displayName": "Lab test",
"iconName": "lab-test",
"tags": "science, beaker, chemistry, mixing, scientist",
"group": "interface",
"content": "\\e90e"
}
]
9 changes: 9 additions & 0 deletions resources/icons/16px/diagnosis.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: 9 additions & 0 deletions resources/icons/16px/lab-test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions resources/icons/20px/diagnosis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions resources/icons/20px/lab-test.svg
Loading
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 845b498

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

[icons] feat: add diagnosis and lab test icons (#3966)

Previews: documentation | landing | table

Please sign in to comment.