import * as React from "react"; import { SVGProps } from "react"; const SvgPineTreeBox = (props: SVGProps) => ( ); export default SvgPineTreeBox;