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