import { IconProps } from "../types" import InfoSvg from "@/assets/info.svg" export const InfoIcon = (props: IconProps) => { return }