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