UNPKG
@tourmalinecore/react-table-responsive
Version:
canary (0.5.1-alpha.5)
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.6.0
0.5.1-alpha.5
0.5.0
0.4.5
0.4.4
0.4.3
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
React Table Responsive
@tourmalinecore/react-table-responsive
/
es
/
components
/
Icons
/
IconArrowRight.js
2 lines
(1 loc)
•
230 B
JavaScript
View Raw
1
2
import{jsx
as
r}
from
"react/jsx-runtime"
;
function
t
(
)
{
return
r
(
"svg"
,{
fill
:
"none"
,
xmlns
:
"http://www.w3.org/2000/svg"
,
viewBox
:
"0 0 9 16"
,
children
:
r
(
"path"
,{
d
:
"M1 1l7 7.26L1 15"
,
stroke
:
"currentColor"
})})}export{t
as
IconArrowRight};