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