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