UNPKG
@activelylearn/material-ui
Version:
latest (1.1.0-al-menuitem-fix)
1.1.0-al-menuitem-fix
1.0.0-beta.21al
1.0.0-beta.21
Material-UI's workspace package
material-ui.com
mui-org/material-ui
@activelylearn/material-ui
/
packages
/
material-ui-icons
/
src
/
FormatUnderlined.js
7 lines
(5 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
createSvgIcon
from
'./utils/createSvgIcon'
;
export
default
createSvgIcon
(
<
g
>
<
path
d
=
"M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z"
/>
</
g
>
,
'FormatUnderlined'
);