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