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

Commit dbd0f74

Browse files
committed
feat: bullets and block quote icons
1 parent de95f2b commit dbd0f74

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-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.32",
3+
"version": "0.0.33",
44
"description": "Monday UI CSS Foundations",
55
"main": "dist/index.css",
66
"scripts": {

src/Icons/BlockQuote.svg

Lines changed: 8 additions & 0 deletions
Loading

src/Icons/Bulllet.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Icons/iconsMetaData.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ export const iconsMetaData = [
6666
category: [PLATFORM],
6767
},
6868

69+
{
70+
name: "BlockQuote",
71+
file: "BlockQuote.svg",
72+
description: "BlockQuote",
73+
tags: "Blockquote, Block, Quote, Text, Design",
74+
category: [PLATFORM],
75+
},
76+
6977
{
7078
name: "Board",
7179
file: "Board.svg",
@@ -110,6 +118,14 @@ export const iconsMetaData = [
110118
category: [PLATFORM],
111119
},
112120

121+
{
122+
name: "Bullet",
123+
file: "Bullet.svg",
124+
description: "Bullet",
125+
tags: "Bullet, List, Text, Design, Bullets",
126+
category: [PLATFORM],
127+
},
128+
113129

114130
{
115131
name: "Bookmark",

0 commit comments

Comments
 (0)