Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 0368a16

Browse files
authored
Merge pull request #17 from etaylib/feature/etay/icons/adding-gif
added gif icon
2 parents 8492d1f + aca7fbb commit 0368a16

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monday-ui-style",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"description": "Monday UI CSS Foundations",
55
"main": "dist/index.css",
66
"scripts": {

src/Icons/Gif.svg

Lines changed: 5 additions & 0 deletions
Loading

src/Icons/iconsMetaData.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,13 @@ export const iconsMetaData = [
425425
tags: "Fullscreen, Close",
426426
category: [PLATFORM],
427427
},
428+
{
429+
name: "GIF",
430+
file: "Gif.svg",
431+
description: "Gif",
432+
tags: "Gif",
433+
category: [PLATFORM],
434+
},
428435
{
429436
name: "Group",
430437
file: "Group.svg",

0 commit comments

Comments
 (0)