From b448b84cab10e1bf4f2d261b2ec6869ad63e0c65 Mon Sep 17 00:00:00 2001 From: wChenonly <37658262+wChenonly@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:21:15 +0800 Subject: [PATCH] add rstack family icon (#236) * add rstack family icon * Fix format --------- Co-authored-by: Miguel Solorio --- src/icons/files/rsbuild.svg | 208 ++++++++++++++++++++++++++++++++++++ src/icons/files/rslib.svg | 67 ++++++++++++ src/icons/files/rspack.svg | 137 ++++++++++++++++++++++++ src/symbol-icon-theme.json | 21 +++- 4 files changed, 432 insertions(+), 1 deletion(-) create mode 100644 src/icons/files/rsbuild.svg create mode 100644 src/icons/files/rslib.svg create mode 100644 src/icons/files/rspack.svg diff --git a/src/icons/files/rsbuild.svg b/src/icons/files/rsbuild.svg new file mode 100644 index 0000000..ba5ad44 --- /dev/null +++ b/src/icons/files/rsbuild.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rslib.svg b/src/icons/files/rslib.svg new file mode 100644 index 0000000..c2d9715 --- /dev/null +++ b/src/icons/files/rslib.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rspack.svg b/src/icons/files/rspack.svg new file mode 100644 index 0000000..45755ef --- /dev/null +++ b/src/icons/files/rspack.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 76e80ea..bf2828c 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -217,6 +217,9 @@ "rescript": { "iconPath": "./icons/files/rescript.svg" }, "robot": { "iconPath": "./icons/files/robot.svg" }, "rome": { "iconPath": "./icons/files/rome.svg" }, + "rsbuild": { "iconPath": "./icons/files/rsbuild.svg" }, + "rspack": { "iconPath": "./icons/files/rspack.svg" }, + "rslib": { "iconPath": "./icons/files/rslib.svg" }, "ruby": { "iconPath": "./icons/files/ruby.svg" }, "rust": { "iconPath": "./icons/files/rust.svg" }, "sanity": { "iconPath": "./icons/files/sanity.svg" }, @@ -1245,7 +1248,23 @@ "webpackfile.mjs": "webpack", "webpackfile.ts": "webpack", "webpackfile.cts": "webpack", - "webpackfile.mts": "webpack" + "webpackfile.mts": "webpack", + "rsbuild.config.mjs": "rsbuild", + "rsbuild.config.ts": "rsbuild", + "rsbuild.config.js": "rsbuild", + "rsbuild.config.cjs": "rsbuild", + "rsbuild.config.mts": "rsbuild", + "rsbuild.config.cts": "rsbuild", + "rspack.config.js": "rspack", + "rspack.config.ts": "rspack", + "rspack.config.cjs": "rspack", + "rspack.config.mjs": "rspack", + "rslib.config.mjs": "rslib", + "rslib.config.ts": "rslib", + "rslib.config.js": "rslib", + "rslib.config.cjs": "rslib", + "rslib.config.mts": "rslib", + "rslib.config.cts": "rslib" }, "languageIds": {