UNPKG

@slashid/docusaurus-theme-slashid

Version:
22 lines (20 loc) 863 B
"use strict"; 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 ChevronLeft = () => { return <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M14 8L10 12L14 16' stroke='hsla(240, 10%, 45%, 1)' strokeWidth='1.6' /> </svg>; }; var _default = ChevronLeft; exports.default = _default;