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