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