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