diff --git a/components/icons/StellarIcon.tsx b/components/icons/StellarIcon.tsx
index fb5f56c..0e45f56 100644
--- a/components/icons/StellarIcon.tsx
+++ b/components/icons/StellarIcon.tsx
@@ -1,11 +1,17 @@
+import React from 'react';
+
type Props = {
- className?: string
+ className?: string;
+ style?: React.CSSProperties;
}
const StellarIcon = (props: Props) => {
return (
-
-