From 6ce0bb88ce65f71a67eb7adf3845df1bc914750c Mon Sep 17 00:00:00 2001 From: NotNite Date: Tue, 28 Jan 2025 18:51:19 -0500 Subject: [PATCH] 1.1.12 --- package.json | 2 +- src/mappings/discord/components/common/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c59c2b1..1d82ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moonlight-mod/mappings", - "version": "1.1.11", + "version": "1.1.12", "license": "MIT", "repository": { "type": "git", diff --git a/src/mappings/discord/components/common/index.ts b/src/mappings/discord/components/common/index.ts index f69434a..162c0ea 100644 --- a/src/mappings/discord/components/common/index.ts +++ b/src/mappings/discord/components/common/index.ts @@ -1569,7 +1569,7 @@ register((moonmap) => { }); moonmap.addExport(name, "CircleWarningIcon", { type: ModuleExportType.Function, - find: "M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0" + find: "M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm1.44-15.94L13.06" }); moonmap.addExport(name, "AngleBracketsIcon", { type: ModuleExportType.Function,