UNPKG
@ima/devtools
Version:
latest (1.0.0)
rc (1.0.0-rc.1)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
0.4.0
0.4.0-rc.3
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
IMA.js debugging panel in the Chrome Developer Tools window.
github.com/seznam/ima
seznam/ima
@ima/devtools
/
src
/
components
/
atom
/
icon
/
icons
/
ArrowDownIcon.jsx
16 lines
(15 loc)
•
309 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
default
function
ArrowDownIcon
(
) {
return
(
<
svg
xmlns
=
'http://www.w3.org/2000/svg'
viewBox
=
'0 0 24 24'
fill
=
'none'
stroke
=
'currentColor'
strokeWidth
=
'2'
strokeLinecap
=
'round'
strokeLinejoin
=
'arcs'
>
<
path
d
=
'M6 9l6 6 6-6'
/>
</
svg
>
); }