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
/
CallMissedOutgoingSharp.js
7 lines
(5 loc)
•
250 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
=
"M3 8.41l9 9 7-7V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41z"
/>
</
React.Fragment
>
,
'CallMissedOutgoingSharp'
);