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