UNPKG

@vector-im/compound-design-tokens

Version:
12 lines (9 loc) 267 B
import React from "react"; /** * exit-full-screen.svg */ declare const ExitFullScreenIcon: React.ForwardRefExoticComponent< Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & React.RefAttributes<SVGSVGElement> >; export default ExitFullScreenIcon;