From d4976890e5644fe73ed58a9fc49c043fe4f08b3d Mon Sep 17 00:00:00 2001 From: Pedro Henrique Windisch Date: Wed, 2 Oct 2024 09:49:53 -0300 Subject: [PATCH] fix: missing deprecation warning for LinkedIn logo (#2466) Co-authored-by: Karsa --- icons/linkedin.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icons/linkedin.json b/icons/linkedin.json index 727a639cfd..d51c83a95b 100644 --- a/icons/linkedin.json +++ b/icons/linkedin.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "deprecated": true, + "deprecationReason": "icon.brand", + "toBeRemovedInVersion": "v1.0", "contributors": [ "okcoker", "csandman",