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