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