import { ark } from '@ark-ui/react/factory' import type { ComponentProps } from 'react' import { styled } from 'styled-system/jsx' export type IconProps = ComponentProps export const Icon = styled(ark.svg)