UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

10 lines 600 B
/* tslint:disable */ import React from "react"; var PencilIcon = 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: "M20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18,2.9 17.4,2.9 17,3.3L15.2,5.1L19,8.9M3,17.2V21H6.8L17.8,9.9L14.1,6.1L3,17.2M7,2V5H10V7H7V10H5V7H2V5H5V2H7Z" })))); }; export default PencilIcon; //# sourceMappingURL=PencilIcon.js.map