import React from "react";

/**
 * left-panel-close.svg
 */
declare const LeftPanelCloseIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default LeftPanelCloseIcon;
