UNPKG

@slashid/docusaurus-theme-slashid

Version:
27 lines (25 loc) 677 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 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> ); }; export default ChevronUp;