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