UNPKG

@vector-im/compound-design-tokens

Version:
12 lines (9 loc) 264 B
import React from "react"; /** * left-panel-open.svg */ declare const LeftPanelOpenIcon: React.ForwardRefExoticComponent< Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & React.RefAttributes<SVGSVGElement> >; export default LeftPanelOpenIcon;