@slashid/docusaurus-theme-slashid
Version:
SlashID theme for Docusaurus.
22 lines (20 loc) • 859 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/* ============================================================================
* Copyright (c) SlashID
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* ========================================================================== */
const ChevronUp = () => {
return <svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path d='M8 14.0526L12 10.0526L16 14.0526' stroke='#67677F' strokeWidth='1.6' />
</svg>;
};
var _default = ChevronUp;
exports.default = _default;