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