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