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