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