import styled from 'styled-components'; export const SVG = styled.svg` position: absolute; cursor: pointer; z-index: 10; touch-action: none; `; export const Circle = styled.circle` cursor: all-scroll; `;