replay-viewer
Version:
Rocket League replay viewer React component and tooling
10 lines • 531 B
JavaScript
/* tslint:disable */
import React from "react";
var DeleteIcon = function (_a) {
var _b = _a.color, color = _b === void 0 ? "#000000" : _b;
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", { fill: color, d: "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z" }))));
};
export default DeleteIcon;
//# sourceMappingURL=DeleteIcon.js.map