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