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