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
/
Functions.js
7 lines
(5 loc)
•
260 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
fill
=
"none"
d
=
"M0 0h24v24H0z"
/>
<
path
d
=
"M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7z"
/>
</
React.Fragment
>
,
'Functions'
);