import type { SVGProps } from "react"; const SvgInformationIcon = (props: SVGProps) => ( ); export default SvgInformationIcon;