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