import { css } from 'emotion'; export const buildingStyle = css` line { stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 2px; } `;