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