UNPKG
react-native-ico-flags
Version:
latest (6.4.1)
6.4.1
6.3.1
6.2.1
6.1.1
5.1.2
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.0.1
3.4.1
3.3.1
3.1.2
3.1.1
2.5.2
2.5.1
2.3.1
2.2.1
2.1.1
1.5.3
1.5.2
1.2.1
Flags Icons for React Native
ico.simpleness.org/pack/flags
ivanoff/react-native-ico-flags
react-native-ico-flags
/
src
/
index.jsx
13 lines
(10 loc)
•
267 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
SvgMain
from
'react-svg-main'
;
const
iconsSet =
require
(
'./data'
);
const
synonyms =
require
(
'./synonyms'
);
export
default
class
Icon
extends
SvgMain
{
constructor
(
props
) {
super
(props);
this
.
iconsSet
= iconsSet;
this
.
synonyms
= synonyms; } }