UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
packages
/
material-ui-icons
/
src
/
PlayArrow.js
7 lines
(5 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
createSvgIcon
from
'./utils/createSvgIcon'
;
export
default
createSvgIcon
(
<
React.Fragment
>
<
path
d
=
"M8 5v14l11-7z"
/>
<
path
fill
=
"none"
d
=
"M0 0h24v24H0z"
/>
</
React.Fragment
>
,
'PlayArrow'
);