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