From 2fc696ee70ef57f4c700bd4dfb156262cdca53a6 Mon Sep 17 00:00:00 2001 From: Mfon Eti-mfon Date: Mon, 4 Dec 2023 18:59:46 +0100 Subject: [PATCH] Add 'No' icon to examples --- component-catalog/src/Examples/UiIcon.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/component-catalog/src/Examples/UiIcon.elm b/component-catalog/src/Examples/UiIcon.elm index f3fa3259..85291f8a 100644 --- a/component-catalog/src/Examples/UiIcon.elm +++ b/component-catalog/src/Examples/UiIcon.elm @@ -197,6 +197,7 @@ all = , ( "star", UiIcon.star, [] ) , ( "starFilled", UiIcon.starFilled, [] ) , ( "starOutline", UiIcon.starOutline, [] ) + , ( "no", UiIcon.no, []) ] ) , ( "Badges & Celebration"