From d76206834acb013efcb2ef78a757fd5228d18f1d Mon Sep 17 00:00:00 2001 From: Raghvendra Rao Date: Wed, 3 Jan 2024 14:59:44 +0530 Subject: [PATCH] feat: add Fluent logo --- package.json | 2 +- src/components/Icon/Icons.tsx | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d818c9..7410c5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knit-ui", - "version": "0.7.4", + "version": "0.7.6", "description": "Component library for Clarisights", "main": "lib/index.js", "module": "es/index.js", diff --git a/src/components/Icon/Icons.tsx b/src/components/Icon/Icons.tsx index ba2125a..d65017b 100644 --- a/src/components/Icon/Icons.tsx +++ b/src/components/Icon/Icons.tsx @@ -537,6 +537,24 @@ export const customFillApple = ({ ) +export const customFillFluent = ({ + height = "24px", + width = "24px", + fill = "#000", +}: IconType) => ( + + + + +) + export const customFillBing = ({ height = "24px", width = "24px",