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