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