From 8de262a93710f4e91af1f066620442ffbafadc70 Mon Sep 17 00:00:00 2001 From: Cooper Date: Sat, 13 Jul 2024 03:26:36 +0000 Subject: [PATCH] Update settings icon --- pnpm-lock.yaml | 21 +++++++++++++-------- src/components/Icon.tsx | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cfad41be..a2832410 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1556,8 +1556,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.16.0: - resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} @@ -2242,6 +2242,9 @@ packages: fast-shallow-equal@1.0.0: resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + fastest-stable-stringify@2.0.2: resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} @@ -4245,9 +4248,9 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@apideck/better-ajv-errors@0.3.6(ajv@8.16.0)': + '@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)': dependencies: - ajv: 8.16.0 + ajv: 8.17.1 json-schema: 0.4.0 jsonpointer: 5.0.1 leven: 3.1.0 @@ -5682,12 +5685,12 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.16.0: + ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - uri-js: 4.4.1 ansi-escapes@4.3.2: dependencies: @@ -6581,6 +6584,8 @@ snapshots: fast-shallow-equal@1.0.0: {} + fast-uri@3.0.1: {} + fastest-stable-stringify@2.0.2: {} fastq@1.17.1: @@ -8432,7 +8437,7 @@ snapshots: workbox-build@7.1.1(@types/babel__core@7.20.5): dependencies: - '@apideck/better-ajv-errors': 0.3.6(ajv@8.16.0) + '@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1) '@babel/core': 7.24.8 '@babel/preset-env': 7.24.8(@babel/core@7.24.8) '@babel/runtime': 7.24.8 @@ -8441,7 +8446,7 @@ snapshots: '@rollup/plugin-replace': 2.4.2(@rollup/wasm-node@4.18.1) '@rollup/plugin-terser': 0.4.4(@rollup/wasm-node@4.18.1) '@surma/rollup-plugin-off-main-thread': 2.2.3 - ajv: 8.16.0 + ajv: 8.17.1 common-tags: 1.8.2 fast-json-stable-stringify: 2.1.0 fs-extra: 9.1.0 diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index 4ff1d34c..dda27f5f 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -116,7 +116,7 @@ const iconList: Record = { circle_exclamation: ``, casting: "", download: ``, - gear: ``, + gear: ``, watch_party: ``, pictureInPicture: ``, checkmark: ``,