UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

8 lines 435 B
/* tslint:disable */ import React from "react"; var FullscreenIcon = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "36", height: "36", viewBox: "0 0 36 36" }, React.createElement("path", { d: "M10 21H7v8h8v-3h-5v-5zm-3-6h3v-5h5V7H7v8zm19 11h-5v3h8v-8h-3v5zM21 7v3h5v5h3V7h-8z", fill: "white" }))); }; export default FullscreenIcon; //# sourceMappingURL=FullscreenIcon.js.map