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