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