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