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