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