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