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