react-native-eva-icons
Version:
Eva Icons for React Native
5 lines (4 loc) • 358 B
TypeScript
import * as React from 'react';
import * as Svg from 'react-native-svg';
declare const _default: (props?: Svg.SvgProps) => React.ReactElement<Svg.SvgProps, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)>) | (new (props: any) => React.Component<any, any, any>)>;
export default _default;