UNPKG

react-ionicons

Version:

A React SVG ionicon component

11 lines (9 loc) 192 B
// @flow /* eslint-disable no-undef */ export default function getComponentName(target: ReactClass<*>): string { return ( target.displayName || target.name || 'Component' ) }