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