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