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