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