4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
|
import type { SVGProps } from "react";
|
||
|
declare const DivideCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||
|
export default DivideCircle;
|