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", 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",