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