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