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