diff --git a/package.json b/package.json index 9160516e..8bc3a76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.0.46", + "version": "0.0.47", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": { diff --git a/src/Icons/Gif.svg b/src/Icons/Gif.svg new file mode 100644 index 00000000..949db35d --- /dev/null +++ b/src/Icons/Gif.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/Icons/iconsMetaData.js b/src/Icons/iconsMetaData.js index 942c0a37..7556c160 100644 --- a/src/Icons/iconsMetaData.js +++ b/src/Icons/iconsMetaData.js @@ -425,6 +425,13 @@ export const iconsMetaData = [ tags: "Fullscreen, Close", category: [PLATFORM], }, + { + name: "GIF", + file: "Gif.svg", + description: "Gif", + tags: "Gif", + category: [PLATFORM], + }, { name: "Group", file: "Group.svg",