UNPKG

@slashid/docusaurus-theme-slashid

Version:
23 lines (21 loc) 633 B
/* ============================================================================ * 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. * ========================================================================== */ import React from "react"; 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> ); }; export default Checkmark;