/// import type { SVGProps } from "../global"; declare const RocketIcon: ({ size, ...props }: SVGProps) => JSX.Element; export default RocketIcon; //# sourceMappingURL=RocketIcon.d.ts.map