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