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
/
StayCurrentLandscape.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
(
<
g
>
<
path
d
=
"M1.01 7L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"
/>
</
g
>
,
'StayCurrentLandscape'
);