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