Skip to content

Commit

Permalink
core(skin): Update skin icons
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas committed Dec 24, 2024
1 parent 89d3baf commit b4df6ee
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 33 deletions.
19 changes: 19 additions & 0 deletions src/ebay-icon/__tests__/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ export const icons: Icon[] = [
'cb18Colored',
'cb24Colored',
'cb32Colored',
'ccdChargerIncluded',
'ccdChargerNotIncluded',
'ccdTop',
'certifiedRecycled16',
'certifiedRecycled24',
'chair16',
Expand Down Expand Up @@ -167,6 +170,7 @@ export const icons: Icon[] = [
'closedCaption16',
'closedCaptionFilled16',
'coin24',
'coinBattery48',
'collections16',
'collections24',
'condensedGrid24',
Expand Down Expand Up @@ -256,6 +260,7 @@ export const icons: Icon[] = [
'escrowCard32Colored',
'euro16',
'euro24',
'europeanConformity48',
'exclude16',
'exclude24',
'expand16',
Expand Down Expand Up @@ -297,6 +302,8 @@ export const icons: Icon[] = [
'flashOff24',
'folder16',
'folder24',
'folderAdd16',
'folderAdd24',
'franc16',
'franc24',
'freeWarranty16',
Expand Down Expand Up @@ -494,13 +501,15 @@ export const icons: Icon[] = [
'negativeFilled24',
'neutral16',
'neutral24',
'noChildrenZeroThree48',
'notification16',
'notification20',
'notification24',
'notification64',
'notificationFilled24',
'onTheWay16',
'onTheWay24',
'outOfReach48',
'overflowHorizontal16',
'overflowHorizontal20',
'overflowHorizontal24',
Expand All @@ -516,9 +525,15 @@ export const icons: Icon[] = [
'panelClose16',
'panelClose20',
'panelClose24',
'panelCloseVertical16',
'panelCloseVertical20',
'panelCloseVertical24',
'panelOpen16',
'panelOpen20',
'panelOpen24',
'panelOpenVertical16',
'panelOpenVertical20',
'panelOpenVertical24',
'passkey16',
'passkey24',
'passkey64',
Expand Down Expand Up @@ -574,6 +589,8 @@ export const icons: Icon[] = [
'progressUpcoming24',
'promotion16',
'promotion24',
'psaVault16',
'psaVault16Colored',
'qrCode16',
'qrCode24',
'radioChecked18',
Expand Down Expand Up @@ -740,6 +757,8 @@ export const icons: Icon[] = [
'topService24',
'tradingCard16',
'tradingCard24',
'tradingCardGrade16',
'tradingCardGrade24',
'transaction24',
'translate16',
'translate20',
Expand Down
19 changes: 19 additions & 0 deletions src/ebay-icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ export type Icon =
'cb18Colored' |
'cb24Colored' |
'cb32Colored' |
'ccdChargerIncluded' |
'ccdChargerNotIncluded' |
'ccdTop' |
'certifiedRecycled16' |
'certifiedRecycled24' |
'chair16' |
Expand Down Expand Up @@ -165,6 +168,7 @@ export type Icon =
'closedCaption16' |
'closedCaptionFilled16' |
'coin24' |
'coinBattery48' |
'collections16' |
'collections24' |
'condensedGrid24' |
Expand Down Expand Up @@ -254,6 +258,7 @@ export type Icon =
'escrowCard32Colored' |
'euro16' |
'euro24' |
'europeanConformity48' |
'exclude16' |
'exclude24' |
'expand16' |
Expand Down Expand Up @@ -295,6 +300,8 @@ export type Icon =
'flashOff24' |
'folder16' |
'folder24' |
'folderAdd16' |
'folderAdd24' |
'franc16' |
'franc24' |
'freeWarranty16' |
Expand Down Expand Up @@ -492,13 +499,15 @@ export type Icon =
'negativeFilled24' |
'neutral16' |
'neutral24' |
'noChildrenZeroThree48' |
'notification16' |
'notification20' |
'notification24' |
'notification64' |
'notificationFilled24' |
'onTheWay16' |
'onTheWay24' |
'outOfReach48' |
'overflowHorizontal16' |
'overflowHorizontal20' |
'overflowHorizontal24' |
Expand All @@ -514,9 +523,15 @@ export type Icon =
'panelClose16' |
'panelClose20' |
'panelClose24' |
'panelCloseVertical16' |
'panelCloseVertical20' |
'panelCloseVertical24' |
'panelOpen16' |
'panelOpen20' |
'panelOpen24' |
'panelOpenVertical16' |
'panelOpenVertical20' |
'panelOpenVertical24' |
'passkey16' |
'passkey24' |
'passkey64' |
Expand Down Expand Up @@ -572,6 +587,8 @@ export type Icon =
'progressUpcoming24' |
'promotion16' |
'promotion24' |
'psaVault16' |
'psaVault16Colored' |
'qrCode16' |
'qrCode24' |
'radioChecked18' |
Expand Down Expand Up @@ -738,6 +755,8 @@ export type Icon =
'topService24' |
'tradingCard16' |
'tradingCard24' |
'tradingCardGrade16' |
'tradingCardGrade24' |
'transaction24' |
'translate16' |
'translate20' |
Expand Down
Loading

0 comments on commit b4df6ee

Please sign in to comment.