UNPKG
@lnanhkhoa/react-native-iconly
Version:
latest (2.2.4)
2.2.4
1.0.1
React native component for Iconly icons
react-iconly.jrgarciadev.com
lnanhkhoa/react-native-iconly
@lnanhkhoa/react-native-iconly
/
src
/
lib
/
constants.ts
13 lines
(11 loc)
•
176 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
sizes = {
small
:
'16px'
,
medium
:
'24px'
,
large
:
'32px'
,
xlarge
:
'48px'
, };
export
const
strokes = {
light
:
'1px'
,
regular
:
'1.5px'
,
bold
:
'2px'
, };