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