replay-viewer
Version:
Rocket League replay viewer React component and tooling
9 lines • 491 B
JavaScript
/* tslint:disable */
import React from "react";
var FullscreenExitIcon = function () {
return (React.createElement("div", null,
React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "36", height: "36", viewBox: "0 0 36 36" },
React.createElement("path", { d: "M7 24h5v5h3v-8H7v3zm5-12H7v3h8V7h-3v5zm9 17h3v-5h5v-3h-8v8zm3-17V7h-3v8h8v-3h-5z", fill: "white" }))));
};
export default FullscreenExitIcon;
//# sourceMappingURL=FullscreenExitIcon.js.map