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