import type { LogoAndIllustrationProps } from '../icon' export default function MagicWandIcon({ color, ...props }: LogoAndIllustrationProps) { return ( ) }