From 8f26c71707c420d6eeaf0cf2b0eb651e5e9eecd9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 12 Jul 2024 15:59:52 +0000 Subject: [PATCH] Use clipboard icon --- clipboard-svg.js | 6 ++++++ index.html | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 clipboard-svg.js diff --git a/clipboard-svg.js b/clipboard-svg.js new file mode 100644 index 0000000..c2be7c6 --- /dev/null +++ b/clipboard-svg.js @@ -0,0 +1,6 @@ +// SVG from Bootstrap Icons +// Copyright (c) 2019-2024 The Bootstrap Authors +// Licensed under the MIT license, see https://github.com/twbs/icons/blob/main/LICENSE + +export const CLIPBOARD_SVG = ''; +export const CLIPBOARD_CHECK_SVG =''; diff --git a/index.html b/index.html index 6da4430..e29102d 100644 --- a/index.html +++ b/index.html @@ -70,9 +70,11 @@ + -- 2.39.5