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