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