replay-viewer
Version:
Rocket League replay viewer React component and tooling
9 lines • 394 B
JavaScript
/* tslint:disable */
import React from "react";
var PlayIcon = 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: "M8 5v14l11-7z", fill: "white" }))));
};
export default PlayIcon;
//# sourceMappingURL=PlayIcon.js.map