diff --git a/package.json b/package.json index 83caba3..4f563f1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.6", + "version": "1.3.7", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 50819b2..9c517df 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1183,6 +1183,17 @@ export const FireOutline = () => ( ); +export const FolderFilled = () => ( + + + + + + + + +); + export const FolderOutline = () => (