import { SVGProps } from 'react'; export function RocketIcon({ className, ...props }: SVGProps) { return ( ); }