export default function Button ({ type, size = 'small', circle, label, loading, children, handleClick, ...rest }: P) {
  return (
    <Container>
      <StyledButton
        type={type}