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