UNPKG
react-native-ico-default
Version:
latest (5.1.2)
5.1.2
4.1.5
4.1.4
4.1.3
3.3.1
3.1.2
3.1.1
2.5.2
Default Icons for React Native
ico.simpleness.org/pack/default
ivanoff/react-native-ico-default
react-native-ico-default
/
src
/
index.jsx
11 lines
(8 loc)
•
197 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
SvgMain
from
'react-svg-main'
;
const
iconsSet =
require
(
'./data'
);
export
default
class
Icon
extends
SvgMain
{
constructor
(
props
) {
super
(props);
this
.
iconsSet
= iconsSet; } }