UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

9 lines 418 B
/* tslint:disable */ import React from "react"; var PausedIcon = function () { return (React.createElement("div", null, React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, React.createElement("path", { d: "M6 19h4V5H6v14zm8-14v14h4V5h-4z", fill: "white" })))); }; export default PausedIcon; //# sourceMappingURL=PausedIcon.js.map