sumwatshade / roost

Supporting small business and services through open-source
https://roost.now.sh
1 stars 1 forks source link

Convert map markers to use icons #1

Closed sumwatshade closed 4 years ago

sumwatshade commented 4 years ago

Material UI React Icons

Font Icons

To save space on the map, let's collapse the view using Icons

Rough vision:

steebe commented 4 years ago

My five:

  1. import LocalCafeIcon from '@material-ui/icons/LocalCafe'; image

  2. import FastfoodIcon from '@material-ui/icons/Fastfood'; image

  3. import LocalDiningIcon from '@material-ui/icons/LocalDining'; image

  4. import LocalBarIcon from '@material-ui/icons/LocalBar'; image

  5. import LocalConvenienceStoreIcon from '@material-ui/icons/LocalConvenienceStore'; image

steebe commented 4 years ago
  1. import StoreIcon from '@material-ui/icons/Store'; image
steebe commented 4 years ago

https://material-ui.com/components/material-icons/ for reference 😄