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