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