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