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