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