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