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