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