import React from "react"; import type { Props } from "./types"; export const TargetIcon: React.FC = ({ width = "24", height = "24", className, color = "rgb(var(--color-text-200))", }) => ( );