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