import type { IconProps } from "@/types/components/icon" export default function MagicWandIcon({ color, ...props }: IconProps) { return ( ) }