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