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
/
AddLocation.js
7 lines
(5 loc)
•
253 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 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"
/>
</
g
>
,
'AddLocation'
);