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