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