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