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