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