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

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Jan 6, 2021
1 parent 4c2f297 commit 7b9ec1c
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-style",
"version": "0.0.19",
"version": "0.0.20",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/Icons/API.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/Icons/Broom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Icons/CreditCard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Icons/Graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/Icons/Security.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Icons/Shredder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions src/Icons/iconsMetaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ export const iconsMetaData = [
tags: "Announcement, New, Shout",
category: [PLATFORM],
},
{
name: "API",
file: "API.svg",
description: "API",
tags: "API",
category: [PLATFORM],
},

{
name: "Archive",
Expand Down Expand Up @@ -82,6 +89,13 @@ export const iconsMetaData = [
tags: "Broadcast",
category: [PLATFORM],
},
{
name: "Broom",
file: "Broom.svg",
description: "Broom",
tags: "Broom, Brush, Clean, Spark",
category: [PLATFORM],
},

{
name: "Bookmark",
Expand Down Expand Up @@ -138,6 +152,14 @@ export const iconsMetaData = [
category: [PLATFORM],
},

{
name: "CreditCard",
file: "CreditCard.svg",
description: "CreditCard",
tags: "Credit Card, Pay, Swipe",
category: [PLATFORM],
},

{
name: "Dashboard",
file: "Dashboard.svg",
Expand Down Expand Up @@ -278,6 +300,14 @@ export const iconsMetaData = [
category: [PLATFORM],
},

{
name: "Graph",
file: "Graph.svg",
description: "Graph",
tags: "Graph, Change, Line, XY",
category: [PLATFORM],
},

{
name: "FullscreenClose",
file: "FullscreenClose.svg",
Expand Down Expand Up @@ -593,6 +623,14 @@ export const iconsMetaData = [
category: [PLATFORM],
},

{
name: "Security",
file: "Security.svg",
description: "Security",
tags: "Security, Shield, Protect",
category: [PLATFORM],
},

{
name: "Send",
file: "Send.svg",
Expand Down Expand Up @@ -632,6 +670,15 @@ export const iconsMetaData = [
category: [PLATFORM],
},

{
name: "Shredder",
file: "Shredder.svg",
description: "Shredder",
tags: "Shredder, Paper, Recycle",
category: [PLATFORM],
},


{
name: "Sort",
file: "Sort.svg",
Expand Down

0 comments on commit 7b9ec1c

Please sign in to comment.