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