infinity-forge
Version:
9 lines • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconNavigationRightTop = IconNavigationRightTop;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconNavigationRightTop(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M14.25 3.60007C13.935 3.60007 13.725 3.70507 13.515 3.91507L3.01501 14.4151C2.59501 14.8351 2.59501 15.4651 3.01501 15.8851C3.43501 16.3051 4.06501 16.3051 4.48501 15.8851L14.985 5.38507C15.405 4.96507 15.405 4.33507 14.985 3.91507C14.775 3.70507 14.565 3.60007 14.25 3.60007Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.2502 3.60039H4.80018C4.17018 3.60039 3.75018 4.02039 3.75018 4.65039C3.75018 5.28039 4.17018 5.70039 4.80018 5.70039H13.2002V14.1004C13.2002 14.7304 13.6202 15.1504 14.2502 15.1504C14.8802 15.1504 15.3002 14.7304 15.3002 14.1004V4.65039C15.3002 4.02039 14.8802 3.60039 14.2502 3.60039Z', fill: color })] }));
}
//# sourceMappingURL=icon-navigation-right-top.js.map