replay-viewer
Version:
Rocket League replay viewer React component and tooling
9 lines • 415 B
JavaScript
/* tslint:disable */
import React from "react";
var DropDownIcon = 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: "M7,10L12,15L17,10H7Z", fill: "#000000" }))));
};
export default DropDownIcon;
//# sourceMappingURL=DropDownIcon.js.map