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