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

Commit

Permalink
Merge pull request #20 from mondaycom/feature/ronen/addDocIcon
Browse files Browse the repository at this point in the history
Add doc icon
  • Loading branch information
orrgottlieb authored Apr 28, 2021
2 parents 758f658 + 4559f8b commit c92af53
Show file tree
Hide file tree
Showing 3 changed files with 14 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.49",
"version": "0.0.50",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/Icons/Doc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/Icons/iconsMetaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ export const iconsMetaData = [
category: [BASIC],
},

{
name: "Doc",
file: "Doc.svg",
description: "Doc icon",
tags: "Doc, Document",
category: [PLATFORM],
},

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

0 comments on commit c92af53

Please sign in to comment.