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