Skip to content

Commit

Permalink
feat(UI icons): new icon misc additions (#8071)
Browse files Browse the repository at this point in the history
* icons-misc-additions

Adding 2 new icons as a rush job for teams that need their icons in the repo.

* test(snapshot): update snapshot tests

* test(snapshot): update snapshot tests

Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: Lauren Rice <[email protected]>
  • Loading branch information
3 people authored Mar 12, 2021
1 parent 6441afd commit 12f2573
Show file tree
Hide file tree
Showing 9 changed files with 11,673 additions and 11,608 deletions.
8 changes: 8 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ categories:
- run
- save--model
- scan
- scan--disabled
- search
- send
- send--alt
Expand Down Expand Up @@ -1189,6 +1190,7 @@ categories:
- sight
- transgender
- user
- user--access
- user--activity
- user--admin
- user--avatar
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12224,6 +12224,11 @@
- qr
sizes:
- 32
- name: scan--disabled
friendly_name: scan--disabled
aliases: []
sizes:
- 32
- name: scatter-matrix
friendly_name: Scatter matrix
aliases:
Expand Down Expand Up @@ -14763,6 +14768,11 @@
sizes:
- 16
- 32
- name: user--access
friendly_name: user--access
aliases: []
sizes:
- 32
- name: user--activity
friendly_name: User activity
sizes:
Expand Down
23,200 changes: 11,593 additions & 11,607 deletions packages/icons/master/ui-icon-master.ai

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/scan--disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/icons/src/svg/32/user--access.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion packages/icons/src/svg/32/watson-health/iCA-2D.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12f2573

Please sign in to comment.