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