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