import type { SVGProps } from "react"; import * as React from "react"; declare const SvgRocket: (props: SVGProps) => React.JSX.Element; export default SvgRocket; //# sourceMappingURL=Rocket.d.ts.map