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