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