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