import styled from '@emotion/styled'; export const Icon = styled.span` display: inline-flex; height: 100%; align-items: center; justify-content: center; `;