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