Skip to content

Commit 5f787f9

Browse files
feat(icons): added sticky note variants (#4348)
* feat(icons): added `sticky-note` variants * feat(icons): added `sticky-notes` * applied requested changes from @karsa-mistmere Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
1 parent 437c370 commit 5f787f9

12 files changed

Lines changed: 301 additions & 0 deletions

icons/sticky-note-check.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere",
5+
"ericfennis",
6+
"danielbayley",
7+
"Barakudum"
8+
],
9+
"tags": [
10+
"post-it",
11+
"comment",
12+
"annotation",
13+
"reaction",
14+
"memo",
15+
"reminder",
16+
"todo",
17+
"task",
18+
"idea",
19+
"brainstorm",
20+
"document",
21+
"page",
22+
"paper",
23+
"sheet",
24+
"stationary",
25+
"office",
26+
"done",
27+
"complete",
28+
"success",
29+
"check",
30+
"verified"
31+
],
32+
"categories": [
33+
"text",
34+
"social"
35+
]
36+
}

icons/sticky-note-check.svg

Lines changed: 15 additions & 0 deletions
Loading

icons/sticky-note-minus.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere",
5+
"ericfennis",
6+
"danielbayley",
7+
"Barakudum"
8+
],
9+
"tags": [
10+
"post-it",
11+
"comment",
12+
"annotation",
13+
"reaction",
14+
"memo",
15+
"reminder",
16+
"todo",
17+
"task",
18+
"idea",
19+
"brainstorm",
20+
"document",
21+
"page",
22+
"paper",
23+
"sheet",
24+
"stationary",
25+
"office",
26+
"remove",
27+
"delete",
28+
"minus"
29+
],
30+
"categories": [
31+
"text",
32+
"social"
33+
]
34+
}

icons/sticky-note-minus.svg

Lines changed: 15 additions & 0 deletions
Loading

icons/sticky-note-off.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere",
5+
"ericfennis",
6+
"danielbayley",
7+
"Barakudum"
8+
],
9+
"tags": [
10+
"post-it",
11+
"comment",
12+
"annotation",
13+
"reaction",
14+
"memo",
15+
"reminder",
16+
"todo",
17+
"task",
18+
"idea",
19+
"brainstorm",
20+
"document",
21+
"page",
22+
"paper",
23+
"sheet",
24+
"stationary",
25+
"office",
26+
"disabled",
27+
"hidden",
28+
"mute",
29+
"inactive"
30+
],
31+
"categories": [
32+
"text",
33+
"social"
34+
]
35+
}

icons/sticky-note-off.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/sticky-note-plus.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere",
5+
"ericfennis",
6+
"danielbayley",
7+
"Barakudum"
8+
],
9+
"tags": [
10+
"post-it",
11+
"comment",
12+
"annotation",
13+
"reaction",
14+
"memo",
15+
"reminder",
16+
"todo",
17+
"task",
18+
"idea",
19+
"brainstorm",
20+
"document",
21+
"page",
22+
"paper",
23+
"sheet",
24+
"stationary",
25+
"office",
26+
"add",
27+
"create",
28+
"new",
29+
"plus"
30+
],
31+
"categories": [
32+
"text",
33+
"social"
34+
]
35+
}

icons/sticky-note-plus.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/sticky-note-x.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere",
5+
"ericfennis",
6+
"danielbayley",
7+
"Barakudum"
8+
],
9+
"tags": [
10+
"post-it",
11+
"comment",
12+
"annotation",
13+
"reaction",
14+
"memo",
15+
"reminder",
16+
"todo",
17+
"task",
18+
"idea",
19+
"brainstorm",
20+
"document",
21+
"page",
22+
"paper",
23+
"sheet",
24+
"stationary",
25+
"office",
26+
"close",
27+
"cancel",
28+
"delete",
29+
"remove"
30+
],
31+
"categories": [
32+
"text",
33+
"social"
34+
]
35+
}

icons/sticky-note-x.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)