import * as React from "react"; import { SVGProps } from "react"; const SvgCircleExpand = (props: SVGProps) => ( ); export default SvgCircleExpand;