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