Initial commit: expo-popcore-app
This commit is contained in:
7
components/icon/noNews.tsx
Normal file
7
components/icon/noNews.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import Svg, { Path } from 'react-native-svg';
|
||||
|
||||
export const NoNewsIcon = () => (
|
||||
<Svg width="56" height="56" viewBox="0 0 56 56" fill="none">
|
||||
<Path d="M0 56.0001H56V7.77245e-05H0V56.0001Z" fill="white" />
|
||||
</Svg>
|
||||
);
|
||||
Reference in New Issue
Block a user