import { html } from 'lit'; export const faLocationCrosshairs = html` `; export const faArrowPointer = html` `; export const faMagnifyingGlassLocation = html` `; export const faMapLocationDot = html` `; export const faLocationDot = html` `; export const faStreetView = html` `; export const faBorderTopLeft = html` `; export const faBorderBottomRight = html` `; export const faMagnifyingGlassPlus = html` `; export const faMagnifyingGlassMinus = html` `; export const faCompress = html` `; export const faBan = html` `; export const faEye = html` `; export const faEyeSlashed = html` `; export const faDrawPolygon = html` `; export const faVectorSquare = html` `; export const faCircle = html` `; export const faSlash = html` `; export const faSquarePlus = html` `; export const faSquareMinus = html` `; export const faTrash = html` `; export const faExpand = html` `;