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