From 3db268193e7d29558efd923c54bdb4fbc0a5f57f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 11:01:04 +0000 Subject: [PATCH] deploy: c22d2578fd82fa350636dfc99d8df56d01a1bee1 --- _state.json | 20 +++++++++++++++++++- _tokens/_all/design/icons.html | 22 ++++++++++++++++++++++ _tokens/dark/design/icons.html | 22 ++++++++++++++++++++++ _tokens/light/design/icons.html | 22 ++++++++++++++++++++++ index.html | 2 +- svg/icons.svg | 2 ++ svg/icons/keypad-clear.svg | 1 + svg/icons/keypad-plus.svg | 1 + 8 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 svg/icons/keypad-clear.svg create mode 100644 svg/icons/keypad-plus.svg diff --git a/_state.json b/_state.json index 5ac74de..ecc529b 100644 --- a/_state.json +++ b/_state.json @@ -2,7 +2,7 @@ "config": { "name": "BTCPay Server Design System", "version": "0.1.0", - "update": 1730099287193, + "update": 1730113259839, "logo": "/resources/design-files/btcpay-logo.svg", "source": { "components": [ @@ -1909,6 +1909,24 @@ } ] }, + { + "type": "category", + "name": "keypad", + "tokens": [ + { + "type": "icon", + "name": "keypad-clear", + "variable": "keypad-clear", + "value": "" + }, + { + "type": "icon", + "name": "keypad-plus", + "variable": "keypad-plus", + "value": "" + } + ] + }, { "type": "category", "name": "logo", diff --git a/_tokens/_all/design/icons.html b/_tokens/_all/design/icons.html index 1c02779..84de85f 100644 --- a/_tokens/_all/design/icons.html +++ b/_tokens/_all/design/icons.html @@ -497,6 +497,28 @@

forms

+
+

keypad

+ +
+
+
+ +
+
+ keypad-clear +
+
+
+
+ +
+
+ keypad-plus +
+
+
+
+
+

keypad

+ +
+
+
+ +
+
+ keypad-clear +
+
+
+
+ +
+
+ keypad-plus +
+
+
+
+
+

keypad

+ +
+
+
+ +
+
+ keypad-clear +
+
+
+
+ +
+
+ keypad-plus +
+
+
+