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