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