import * as React from 'react'; export interface Rat24Props extends React.SVGProps { ariaLabel?: string } export default function Rat24({ ariaLabel, ...props }: Rat24Props) { return ( ); }