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