diff --git a/src/components/icons/index.ts b/src/components/icons/index.ts
index af85622..5d1fa97 100644
--- a/src/components/icons/index.ts
+++ b/src/components/icons/index.ts
@@ -29,6 +29,7 @@ export const warning = 'Warning'
export const wine = 'Wine'
export const diamond = 'Diamond'
export const settings = 'Settings'
+export const star = 'Star'
// Brand icons
export const discord = 'Discord'
@@ -59,6 +60,7 @@ export const IconNames = {
Wine: wine,
Diamond: diamond,
Settings: settings,
+ Star: star,
// Brand icons
Discord: discord,
diff --git a/src/components/icons/ui/solid/index.ts b/src/components/icons/ui/solid/index.ts
index 9b5944f..33410ef 100644
--- a/src/components/icons/ui/solid/index.ts
+++ b/src/components/icons/ui/solid/index.ts
@@ -13,6 +13,7 @@ export { ReactComponent as Layers } from './layers.svg'
export { ReactComponent as Refresh } from './refresh.svg'
export { ReactComponent as Search } from './search.svg'
export { ReactComponent as Settings } from './settings.svg'
+export { ReactComponent as Star } from './star.svg'
export { ReactComponent as Trash } from './trash.svg'
export { ReactComponent as Warning } from './warning.svg'
export { ReactComponent as Wine } from './wine.svg'
\ No newline at end of file
diff --git a/src/components/icons/ui/solid/star.svg b/src/components/icons/ui/solid/star.svg
new file mode 100644
index 0000000..cbbc5a8
--- /dev/null
+++ b/src/components/icons/ui/solid/star.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/components/icons/ui/stroke/index.ts b/src/components/icons/ui/stroke/index.ts
index b4f6546..7d8f2fa 100644
--- a/src/components/icons/ui/stroke/index.ts
+++ b/src/components/icons/ui/stroke/index.ts
@@ -13,6 +13,7 @@ export { ReactComponent as Layers } from './layers.svg'
export { ReactComponent as Refresh } from './refresh.svg'
export { ReactComponent as Search } from './search.svg'
export { ReactComponent as Settings } from './settings.svg'
+export { ReactComponent as Star } from './star.svg'
export { ReactComponent as Trash } from './trash.svg'
export { ReactComponent as Warning } from './warning.svg'
export { ReactComponent as Wine } from './wine.svg'
\ No newline at end of file
diff --git a/src/components/icons/ui/stroke/star.svg b/src/components/icons/ui/stroke/star.svg
new file mode 100644
index 0000000..982aef2
--- /dev/null
+++ b/src/components/icons/ui/stroke/star.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file