diff --git a/widget/ui/src/icons/Affiliate.tsx b/widget/ui/src/icons/Affiliate.tsx
new file mode 100644
index 0000000000..d4d9704818
--- /dev/null
+++ b/widget/ui/src/icons/Affiliate.tsx
@@ -0,0 +1,21 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgAffiliate(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgAffiliate;
diff --git a/widget/ui/src/icons/BugReport.tsx b/widget/ui/src/icons/BugReport.tsx
new file mode 100644
index 0000000000..4b8a2ab61a
--- /dev/null
+++ b/widget/ui/src/icons/BugReport.tsx
@@ -0,0 +1,58 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgBugReport(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgBugReport;
diff --git a/widget/ui/src/icons/CustomerSupport.tsx b/widget/ui/src/icons/CustomerSupport.tsx
new file mode 100644
index 0000000000..e4d6b06636
--- /dev/null
+++ b/widget/ui/src/icons/CustomerSupport.tsx
@@ -0,0 +1,21 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgCustomerSupport(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgCustomerSupport;
diff --git a/widget/ui/src/icons/Documentation.tsx b/widget/ui/src/icons/Documentation.tsx
new file mode 100644
index 0000000000..73f03c7c3f
--- /dev/null
+++ b/widget/ui/src/icons/Documentation.tsx
@@ -0,0 +1,39 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgDocumentation(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgDocumentation;
diff --git a/widget/ui/src/icons/FeatureList.tsx b/widget/ui/src/icons/FeatureList.tsx
new file mode 100644
index 0000000000..7de08b6935
--- /dev/null
+++ b/widget/ui/src/icons/FeatureList.tsx
@@ -0,0 +1,45 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgFeatureList(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgFeatureList;
diff --git a/widget/ui/src/icons/Legacy.tsx b/widget/ui/src/icons/Legacy.tsx
new file mode 100644
index 0000000000..86065b59bb
--- /dev/null
+++ b/widget/ui/src/icons/Legacy.tsx
@@ -0,0 +1,27 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgLegacy(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgLegacy;
diff --git a/widget/ui/src/icons/Profile.tsx b/widget/ui/src/icons/Profile.tsx
new file mode 100644
index 0000000000..a1d728a728
--- /dev/null
+++ b/widget/ui/src/icons/Profile.tsx
@@ -0,0 +1,21 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgProfile(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgProfile;
diff --git a/widget/ui/src/icons/Scanner.tsx b/widget/ui/src/icons/Scanner.tsx
new file mode 100644
index 0000000000..3e1d04cffb
--- /dev/null
+++ b/widget/ui/src/icons/Scanner.tsx
@@ -0,0 +1,27 @@
+import type { SvgIconPropsWithChildren } from '../components/SvgIcon/index.js';
+
+import React, { createElement } from 'react';
+
+import { SvgIcon } from '../components/SvgIcon/index.js';
+
+function SvgScanner(props: SvgIconPropsWithChildren) {
+ return createElement(
+ SvgIcon,
+ props,
+
+ );
+}
+export default SvgScanner;
diff --git a/widget/ui/src/icons/index.ts b/widget/ui/src/icons/index.ts
index 45c09fbeed..baeb4d950a 100644
--- a/widget/ui/src/icons/index.ts
+++ b/widget/ui/src/icons/index.ts
@@ -1,8 +1,10 @@
export { default as AddIcon } from './Add.js';
+export { default as AffiliateIcon } from './Affiliate.js';
export { default as AutoThemeIcon } from './AutoTheme.js';
export { default as AutorenewIcon } from './Autorenew.js';
export { default as BorderRadiusIcon } from './BorderRadius.js';
export { default as BridgesIcon } from './Bridges.js';
+export { default as BugReportIcon } from './BugReport.js';
export { default as CalendarIcon } from './Calendar.js';
export { default as ChevronDownIcon } from './ChevronDown.js';
export { default as ChevronLeftIcon } from './ChevronLeft.js';
@@ -16,11 +18,13 @@ export { default as CreditCardIcon } from './CreditCard.js';
export { default as CustomColorsIcon } from './CustomColors.js';
export { default as CustomTokensZeroStateIcon } from './CustomTokensZeroState.js';
export { default as CustomTokensZeroStateDarkIcon } from './CustomTokensZeroStateDark.js';
+export { default as CustomerSupportIcon } from './CustomerSupport.js';
export { default as DarkModeIcon } from './DarkMode.js';
export { default as DeleteIcon } from './Delete.js';
export { default as DesktopIcon } from './Desktop.js';
export { default as DisconnectIcon } from './Disconnect.js';
export { default as DocumentIcon } from './Document.js';
+export { default as DocumentationIcon } from './Documentation.js';
export { default as DoneIcon } from './Done.js';
export { default as EvmCategoryIcon } from './EvmCategory.js';
export { default as ErrorIcon } from './Error.js';
@@ -28,6 +32,7 @@ export { default as ExchangeIcon } from './Exchange.js';
export { default as ExitIcon } from './Exit.js';
export { default as ExplorerIcon } from './Explorer.js';
export { default as ExternalLinkIcon } from './ExternalLink.js';
+export { default as FeatureListIcon } from './FeatureList.js';
export { default as FilterIcon } from './Filter.js';
export { default as FirstIcon } from './First.js';
export { default as FontIcon } from './Font.js';
@@ -38,6 +43,7 @@ export { default as InfoErrorIcon } from './InfoError.js';
export { default as InfoIcon } from './Info.js';
export { default as LanguageIcon } from './Language.js';
export { default as LastIcon } from './Last.js';
+export { default as LegacyIcon } from './Legacy.js';
export { default as LightModeIcon } from './LightMode.js';
export { default as LinkIcon } from './Link.js';
export { default as LoadingIcon } from './Loading.js';
@@ -54,6 +60,7 @@ export { default as NumberIcon } from './Number.js';
export { default as OtherCategoryIcon } from './OtherCategory.js';
export { default as PasteIcon } from './Paste.js';
export { default as PinIcon } from './Pin.js';
+export { default as ProfileIcon } from './Profile.js';
export { default as RangoExplorerIcon } from './RangoExplorer.js';
export { default as RankIcon } from './Rank.js';
export { default as RefreshIcon } from './Refresh.js';
@@ -61,6 +68,7 @@ export { default as ReportIcon } from './Report.js';
export { default as RequestIcon } from './Request.js';
export { default as ReverseIcon } from './Reverse.js';
export { default as RouteIcon } from './Route.js';
+export { default as ScannerIcon } from './Scanner.js';
export { default as ScoreIcon } from './Score.js';
export { default as SearchIcon } from './Search.js';
export { default as ShareIcon } from './Share.js';
diff --git a/widget/ui/svgs/resources/fill/Affiliate.svg b/widget/ui/svgs/resources/fill/Affiliate.svg
new file mode 100644
index 0000000000..6b1946eda1
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/Affiliate.svg
@@ -0,0 +1,3 @@
+
diff --git a/widget/ui/svgs/resources/fill/BugReport.svg b/widget/ui/svgs/resources/fill/BugReport.svg
new file mode 100644
index 0000000000..4cf785c986
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/BugReport.svg
@@ -0,0 +1,15 @@
+
diff --git a/widget/ui/svgs/resources/fill/CustomerSupport.svg b/widget/ui/svgs/resources/fill/CustomerSupport.svg
new file mode 100644
index 0000000000..5aadcabe9b
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/CustomerSupport.svg
@@ -0,0 +1,3 @@
+
diff --git a/widget/ui/svgs/resources/fill/Documentation.svg b/widget/ui/svgs/resources/fill/Documentation.svg
new file mode 100644
index 0000000000..8bfeaab39a
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/Documentation.svg
@@ -0,0 +1,6 @@
+
diff --git a/widget/ui/svgs/resources/fill/FeatureList.svg b/widget/ui/svgs/resources/fill/FeatureList.svg
new file mode 100644
index 0000000000..89d12bf905
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/FeatureList.svg
@@ -0,0 +1,7 @@
+
diff --git a/widget/ui/svgs/resources/fill/Legacy.svg b/widget/ui/svgs/resources/fill/Legacy.svg
new file mode 100644
index 0000000000..dda0950334
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/Legacy.svg
@@ -0,0 +1,4 @@
+
diff --git a/widget/ui/svgs/resources/fill/Profile.svg b/widget/ui/svgs/resources/fill/Profile.svg
new file mode 100644
index 0000000000..c6fceb2592
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/Profile.svg
@@ -0,0 +1,3 @@
+
diff --git a/widget/ui/svgs/resources/fill/Scanner.svg b/widget/ui/svgs/resources/fill/Scanner.svg
new file mode 100644
index 0000000000..ac48b158bf
--- /dev/null
+++ b/widget/ui/svgs/resources/fill/Scanner.svg
@@ -0,0 +1,4 @@
+