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