UNPKG
@expo/styleguide-native
Version:
canary (0.0.1-alpha.9)
latest (9.0.9)
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.0
8.0.0
7.0.2
7.0.1
7.0.0
7.0.0-alpha.2
7.0.0-alpha.1
7.0.0-alpha.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.4.0
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.0
0.4.2-alpha.1
0.4.2-alpha.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.6
0.0.1-alpha.5
Foundational styles for Expo interfaces.
github.com/expo/styleguide
expo/styleguide
@expo/styleguide-native
/
dist
/
src
/
icons
/
SettingsIcon.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
SvgProps
}
from
"react-native-svg"
;
import
{
IconProps
}
from
"../../types"
;
export
default
function
SettingsIcon
(
props: SvgProps & IconProps
):
JSX
.
Element
;