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