From 15d19f84c9e189ff856c0c124ca2026c82269c14 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Thu, 30 May 2024 13:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5F1.0.0):=20=E8=A1=A5=E5=85=85=E7=A6=BB?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/iconify/cbi.json | 14 ++++++++++++++ public/iconify/fluent.json | 12 ++++++++++++ public/iconify/oui.json | 12 ++++++++++++ public/iconify/streamline.json | 17 +++++++++++++++++ public/iconify/tabler.json | 12 ++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 public/iconify/cbi.json create mode 100644 public/iconify/fluent.json create mode 100644 public/iconify/oui.json create mode 100644 public/iconify/streamline.json create mode 100644 public/iconify/tabler.json diff --git a/public/iconify/cbi.json b/public/iconify/cbi.json new file mode 100644 index 0000000..54d4521 --- /dev/null +++ b/public/iconify/cbi.json @@ -0,0 +1,14 @@ +{ + "prefix": "cbi", + "lastModified": 1715922185, + "aliases": {}, + "width": 24, + "height": 24, + "icons": { + "scene-dynamic": { + "body": "", + "width": 32, + "height": 32 + } + } +} diff --git a/public/iconify/fluent.json b/public/iconify/fluent.json new file mode 100644 index 0000000..ac1b6e4 --- /dev/null +++ b/public/iconify/fluent.json @@ -0,0 +1,12 @@ +{ + "prefix": "fluent", + "lastModified": 1716181326, + "aliases": {}, + "width": 20, + "height": 20, + "icons": { + "people-call-20-filled": { + "body": "" + } + } +} diff --git a/public/iconify/oui.json b/public/iconify/oui.json new file mode 100644 index 0000000..f0f1e7e --- /dev/null +++ b/public/iconify/oui.json @@ -0,0 +1,12 @@ +{ + "prefix": "oui", + "lastModified": 1714628006, + "aliases": {}, + "icons": { + "app-spaces": { + "body": "", + "width": 32, + "height": 32 + } + } +} diff --git a/public/iconify/streamline.json b/public/iconify/streamline.json new file mode 100644 index 0000000..0aeb1c0 --- /dev/null +++ b/public/iconify/streamline.json @@ -0,0 +1,17 @@ +{ + "prefix": "streamline", + "lastModified": 1702314084, + "aliases": {}, + "width": 14, + "height": 14, + "icons": { + "interface-arrows-synchronize-warning-arrow-fail-notification-sync-warning-failure-synchronize-error": { + "body": "", + "hidden": true + }, + "interface-user-multiple-close-geometric-human-multiple-person-up-user": { + "body": "", + "hidden": true + } + } +} diff --git a/public/iconify/tabler.json b/public/iconify/tabler.json new file mode 100644 index 0000000..5a4f022 --- /dev/null +++ b/public/iconify/tabler.json @@ -0,0 +1,12 @@ +{ + "prefix": "tabler", + "lastModified": 1716442914, + "aliases": {}, + "width": 24, + "height": 24, + "icons": { + "logs": { + "body": "" + } + } +}