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