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