UNPKG
@nant-design/nant-icons
Version:
latest (1.0.0)
1.0.0
@nant-design/nant-icons
/
dist
/
react
/
PlaySharp.jsx
8 lines
(6 loc)
•
245 B
JSX
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
const
PlaySharp
= (
{width=
"410"
,height=
"404"
,...other}
) => {
return
<
svg
width
=
'1.33em'
height
=
'1.33em'
fill
=
"currentColor"
viewBox
=
"0 0 512 512"
{
...other
}>
<
path
d
=
"m96 448 320-192L96 64v384z"
/>
</
svg
>
; };