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