export default function Example() {
  return (
    <>
      <Icon label="" size="100" fill={theme.colors.primary}>
        <ChevronRight />
      </Icon>
      <Icon label="" size="150" fill={theme.colors.primary}>
        <ChevronRight />
      </Icon>
      <Icon label="" size="200" fill={theme.colors.primary}>
        <ChevronRight />
      </Icon>
    </>
  );
}