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

Commit

Permalink
feat: CheckList icon
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Feb 17, 2021
1 parent 4fb4b6d commit e3d6eaf
Show file tree
Hide file tree
Showing 3 changed files with 15 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.27",
"version": "0.0.28",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions src/Icons/CheckList.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/Icons/iconsMetaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ export const iconsMetaData = [
tags: "Check, Done, V",
category: [BASIC],
},
{
name: "CheckList",
file: "CheckList.svg",
description: "CheckList",
tags: "Check, Done, V, List, CheckList, My Work",
category: [BASIC],
},

{
name: "Close",
Expand Down

0 comments on commit e3d6eaf

Please sign in to comment.