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