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