From 8434fc941473812b7bbbd9a171c6b56b3156e667 Mon Sep 17 00:00:00 2001 From: Anant Prasad Date: Tue, 12 Dec 2023 15:35:01 +0530 Subject: [PATCH 1/2] Adds pinterest logo --- src/components/Icon/Icons.tsx | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/components/Icon/Icons.tsx b/src/components/Icon/Icons.tsx index ba2125a..ccf922a 100644 --- a/src/components/Icon/Icons.tsx +++ b/src/components/Icon/Icons.tsx @@ -537,6 +537,49 @@ export const customFillApple = ({ ) +export const customFillPinterest = ({ + height = "24px", + width = "24px", + fill = "#000", + }: IconType) => + ( + + + + + + + + ) + export const customFillBing = ({ height = "24px", width = "24px", From 06c5618a5744f474075bc6335d10ba9422012ff3 Mon Sep 17 00:00:00 2001 From: Anant Prasad Date: Tue, 12 Dec 2023 20:01:21 +0530 Subject: [PATCH 2/2] Bump Knit UI version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d818c9..970eea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knit-ui", - "version": "0.7.4", + "version": "0.7.5", "description": "Component library for Clarisights", "main": "lib/index.js", "module": "es/index.js",