diff --git a/src/ebay-icon/__tests__/constants.ts b/src/ebay-icon/__tests__/constants.ts index 1feca070..bb2fcf1c 100644 --- a/src/ebay-icon/__tests__/constants.ts +++ b/src/ebay-icon/__tests__/constants.ts @@ -119,6 +119,9 @@ export const icons: Icon[] = [ 'cb18Colored', 'cb24Colored', 'cb32Colored', + 'ccdChargerIncluded', + 'ccdChargerNotIncluded', + 'ccdTop', 'certifiedRecycled16', 'certifiedRecycled24', 'chair16', @@ -167,6 +170,7 @@ export const icons: Icon[] = [ 'closedCaption16', 'closedCaptionFilled16', 'coin24', + 'coinBattery48', 'collections16', 'collections24', 'condensedGrid24', @@ -256,6 +260,7 @@ export const icons: Icon[] = [ 'escrowCard32Colored', 'euro16', 'euro24', + 'europeanConformity48', 'exclude16', 'exclude24', 'expand16', @@ -297,6 +302,8 @@ export const icons: Icon[] = [ 'flashOff24', 'folder16', 'folder24', + 'folderAdd16', + 'folderAdd24', 'franc16', 'franc24', 'freeWarranty16', @@ -494,6 +501,7 @@ export const icons: Icon[] = [ 'negativeFilled24', 'neutral16', 'neutral24', + 'noChildrenZeroThree48', 'notification16', 'notification20', 'notification24', @@ -501,6 +509,7 @@ export const icons: Icon[] = [ 'notificationFilled24', 'onTheWay16', 'onTheWay24', + 'outOfReach48', 'overflowHorizontal16', 'overflowHorizontal20', 'overflowHorizontal24', @@ -516,9 +525,15 @@ export const icons: Icon[] = [ 'panelClose16', 'panelClose20', 'panelClose24', + 'panelCloseVertical16', + 'panelCloseVertical20', + 'panelCloseVertical24', 'panelOpen16', 'panelOpen20', 'panelOpen24', + 'panelOpenVertical16', + 'panelOpenVertical20', + 'panelOpenVertical24', 'passkey16', 'passkey24', 'passkey64', @@ -574,6 +589,8 @@ export const icons: Icon[] = [ 'progressUpcoming24', 'promotion16', 'promotion24', + 'psaVault16', + 'psaVault16Colored', 'qrCode16', 'qrCode24', 'radioChecked18', @@ -740,6 +757,8 @@ export const icons: Icon[] = [ 'topService24', 'tradingCard16', 'tradingCard24', + 'tradingCardGrade16', + 'tradingCardGrade24', 'transaction24', 'translate16', 'translate20', diff --git a/src/ebay-icon/types.ts b/src/ebay-icon/types.ts index 24c02fa8..ac383bdb 100644 --- a/src/ebay-icon/types.ts +++ b/src/ebay-icon/types.ts @@ -117,6 +117,9 @@ export type Icon = 'cb18Colored' | 'cb24Colored' | 'cb32Colored' | + 'ccdChargerIncluded' | + 'ccdChargerNotIncluded' | + 'ccdTop' | 'certifiedRecycled16' | 'certifiedRecycled24' | 'chair16' | @@ -165,6 +168,7 @@ export type Icon = 'closedCaption16' | 'closedCaptionFilled16' | 'coin24' | + 'coinBattery48' | 'collections16' | 'collections24' | 'condensedGrid24' | @@ -254,6 +258,7 @@ export type Icon = 'escrowCard32Colored' | 'euro16' | 'euro24' | + 'europeanConformity48' | 'exclude16' | 'exclude24' | 'expand16' | @@ -295,6 +300,8 @@ export type Icon = 'flashOff24' | 'folder16' | 'folder24' | + 'folderAdd16' | + 'folderAdd24' | 'franc16' | 'franc24' | 'freeWarranty16' | @@ -492,6 +499,7 @@ export type Icon = 'negativeFilled24' | 'neutral16' | 'neutral24' | + 'noChildrenZeroThree48' | 'notification16' | 'notification20' | 'notification24' | @@ -499,6 +507,7 @@ export type Icon = 'notificationFilled24' | 'onTheWay16' | 'onTheWay24' | + 'outOfReach48' | 'overflowHorizontal16' | 'overflowHorizontal20' | 'overflowHorizontal24' | @@ -514,9 +523,15 @@ export type Icon = 'panelClose16' | 'panelClose20' | 'panelClose24' | + 'panelCloseVertical16' | + 'panelCloseVertical20' | + 'panelCloseVertical24' | 'panelOpen16' | 'panelOpen20' | 'panelOpen24' | + 'panelOpenVertical16' | + 'panelOpenVertical20' | + 'panelOpenVertical24' | 'passkey16' | 'passkey24' | 'passkey64' | @@ -572,6 +587,8 @@ export type Icon = 'progressUpcoming24' | 'promotion16' | 'promotion24' | + 'psaVault16' | + 'psaVault16Colored' | 'qrCode16' | 'qrCode24' | 'radioChecked18' | @@ -738,6 +755,8 @@ export type Icon = 'topService24' | 'tradingCard16' | 'tradingCard24' | + 'tradingCardGrade16' | + 'tradingCardGrade24' | 'transaction24' | 'translate16' | 'translate20' | diff --git a/src/ebay-svg/symbols.tsx b/src/ebay-svg/symbols.tsx index 5335eac9..2c414264 100644 --- a/src/ebay-svg/symbols.tsx +++ b/src/ebay-svg/symbols.tsx @@ -5,7 +5,7 @@ import React from 'react' export const symbols = [ - , + , , , , @@ -122,6 +122,9 @@ export const symbols = [ , , , + , + , + , , , , @@ -170,6 +173,7 @@ export const symbols = [ , , , + , , , , @@ -259,6 +263,7 @@ export const symbols = [ , , , + , , , , @@ -300,6 +305,8 @@ export const symbols = [ , , , + , + , , , , @@ -497,6 +504,7 @@ export const symbols = [ , , , + , , , , @@ -504,6 +512,7 @@ export const symbols = [ , , , + , , , , @@ -519,9 +528,15 @@ export const symbols = [ , , , + , + , + , , , , + , + , + , , , , @@ -577,6 +592,8 @@ export const symbols = [ , , , + , + , , , , @@ -702,7 +719,7 @@ export const symbols = [ , , , - , + , , , , @@ -743,6 +760,8 @@ export const symbols = [ , , , + , + , , , , diff --git a/yarn.lock b/yarn.lock index 78f5fcb0..1e67eab2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1299,9 +1299,9 @@ integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== "@ebay/skin@^18.4.0": - version "18.4.0" - resolved "https://registry.yarnpkg.com/@ebay/skin/-/skin-18.4.0.tgz#20d8f0130d49047bb6b946dd900b1d67fc9d3d40" - integrity sha512-zqrc/eSc0kCe/EitMA8OwkKs4/GKGRtumkm98EcOeOd+4t6eltujagzZuqoujUldkurjFg4isZIncJEV/Lqdow== + version "18.6.0" + resolved "https://registry.yarnpkg.com/@ebay/skin/-/skin-18.6.0.tgz#f3f7990fbe92547afb39f7657bd62863f883796a" + integrity sha512-BV6snxlYH/hZaUlUqTY4JMER3a5rZokk49W30Fi+FfrckPP04Lf+s5EE2WPfskVPchlidrszp8svc+JYKm1VEg== "@emotion/use-insertion-effect-with-fallbacks@^1.0.0": version "1.0.1" @@ -9953,16 +9953,7 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@4.2.3, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2: +"string-width-cjs@npm:string-width@^4.2.0", string-width@4.2.3, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -10042,7 +10033,7 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10056,13 +10047,6 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-ansi@^7.0.1: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -10898,7 +10882,7 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -10916,15 +10900,6 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"