@slashid/docusaurus-theme-slashid
Version:
SlashID theme for Docusaurus.
22 lines (20 loc) • 845 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 Checkmark = () => {
return <svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path d='M2 8L5.69231 12L14 4' stroke='#366EF2' strokeWidth='2' />
</svg>;
};
var _default = Checkmark;
exports.default = _default;