about summary refs log tree commit diff
path: root/src/view/screens/Storybook/Icons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Storybook/Icons.tsx')
-rw-r--r--src/view/screens/Storybook/Icons.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/view/screens/Storybook/Icons.tsx b/src/view/screens/Storybook/Icons.tsx
index bff1fdc9b..9de126d6b 100644
--- a/src/view/screens/Storybook/Icons.tsx
+++ b/src/view/screens/Storybook/Icons.tsx
@@ -45,6 +45,14 @@ export function Icons() {
         <Loader size="lg" fill={t.atoms.text.color} />
         <Loader size="xl" fill={t.atoms.text.color} />
       </View>
+
+      <View style={[a.flex_row, a.gap_xl]}>
+        <Globe size="xs" gradient="sky" />
+        <Globe size="sm" gradient="sky" />
+        <Globe size="md" gradient="sky" />
+        <Globe size="lg" gradient="sky" />
+        <Globe size="xl" gradient="sky" />
+      </View>
     </View>
   )
 }