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