File size: 168 Bytes
87337b1
 
 
 
 
 
1
2
3
4
5
6
7
import { IconProps } from "../types"
import InfoSvg from "@/assets/info.svg"

export const InfoIcon = (props: IconProps) => {
  return <InfoSvg {...props}></InfoSvg>
}