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