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