UNPKG

react-ionicons

Version:

A React SVG ionicon component

11 lines (8 loc) 243 B
'use strict'; exports.__esModule = true; exports.default = getComponentName; /* eslint-disable no-undef */ function getComponentName(target) { return target.displayName || target.name || 'Component'; } module.exports = exports['default'];