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