Skip to content

Commit

Permalink
feat(icons): right panel icons (#15783)
Browse files Browse the repository at this point in the history
* feat(icons): right panel icons

Submitting new panel action icons
additions approved by BXD and Carbon

4 net new icons
updated icons.yml with additions
updated categories.yml with additions

* chore: update snapshots

* chore: update snapshots

---------

Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
3 people committed Feb 23, 2024
1 parent e277b2b commit 582901c
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Expand Up @@ -1550,6 +1550,10 @@ Array [
"Rewind_10",
"Rewind_30",
"Rewind_5",
"RightPanelClose",
"RightPanelCloseFilled",
"RightPanelOpen",
"RightPanelOpenFilled",
"Road",
"RoadWeather",
"Roadmap",
Expand Down
16 changes: 16 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Expand Up @@ -6176,6 +6176,22 @@ Array [
"Rewind_520",
"Rewind_524",
"Rewind_532",
"RightPanelClose16",
"RightPanelClose20",
"RightPanelClose24",
"RightPanelClose32",
"RightPanelCloseFilled16",
"RightPanelCloseFilled20",
"RightPanelCloseFilled24",
"RightPanelCloseFilled32",
"RightPanelOpen16",
"RightPanelOpen20",
"RightPanelOpen24",
"RightPanelOpen32",
"RightPanelOpenFilled16",
"RightPanelOpenFilled20",
"RightPanelOpenFilled24",
"RightPanelOpenFilled32",
"Road16",
"Road20",
"Road24",
Expand Down
16 changes: 16 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Expand Up @@ -6175,6 +6175,22 @@ Array [
"Rewind_520",
"Rewind_524",
"Rewind_532",
"RightPanelClose16",
"RightPanelClose20",
"RightPanelClose24",
"RightPanelClose32",
"RightPanelCloseFilled16",
"RightPanelCloseFilled20",
"RightPanelCloseFilled24",
"RightPanelCloseFilled32",
"RightPanelOpen16",
"RightPanelOpen20",
"RightPanelOpen24",
"RightPanelOpen32",
"RightPanelOpenFilled16",
"RightPanelOpenFilled20",
"RightPanelOpenFilled24",
"RightPanelOpenFilled32",
"Road16",
"Road20",
"Road24",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/categories.yml
Expand Up @@ -42,6 +42,10 @@ categories:
- rewind--10
- rewind--30
- rewind--5
- right-panel--close
- right-panel--close--filled
- right-panel--open
- right-panel--open--filled
- settings
- settings--adjust
- settings--check
Expand Down
66 changes: 66 additions & 0 deletions packages/icons/icons.yml
Expand Up @@ -17188,6 +17188,72 @@
- previous
- past
- reverse
- name: right-panel--close
friendly_name: Right panel close
sizes:
- 32
aliases:
- controls
- side panel
- side bar
- close
- arrow right
- open
- panel
- navigation
- side nav
- ui
- nav
- name: right-panel--close--filled
friendly_name: Right panel close filled
sizes:
- 32
aliases:
- controls
- side panel
- side bar
- close
- arrow right
- open
- panel
- navigation
- side nav
- ui
- nav
- filled
- name: right-panel--open
friendly_name: Right panel open
sizes:
- 32
aliases:
- controls
- side panel
- side bar
- open
- arrow right
- open
- panel
- navigation
- side nav
- ui
- nav
- name: right-panel--open--filled
friendly_name: Right panel open filled
sizes:
- 32
aliases:
- controls
- side panel
- side bar
- close
- arrow right
- open
- panel
- navigation
- side nav
- ui
- nav
- filled
- name: road
friendly_name: Road
aliases:
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/right-panel--close--filled.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/right-panel--close.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/right-panel--open--filled.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/right-panel--open.svg
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 582901c

Please sign in to comment.