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