From a2b1a8984b8e1711c79b4306fcf8e5ac67f32b07 Mon Sep 17 00:00:00 2001 From: Aleksander Nicacio da Silva Date: Mon, 12 Aug 2024 10:37:17 -0300 Subject: [PATCH 1/4] feat(icons): Added icon pause-shape-unfilled --- packages/icons/glyphsMapping.json | 3 +++ packages/icons/src/pause-shape-unfilled.svg | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 packages/icons/src/pause-shape-unfilled.svg diff --git a/packages/icons/glyphsMapping.json b/packages/icons/glyphsMapping.json index 3af5fef2df..691851b433 100644 --- a/packages/icons/glyphsMapping.json +++ b/packages/icons/glyphsMapping.json @@ -979,5 +979,8 @@ }, "ai": { "start": "\ue159" + }, + "pause-shape-unfilled": { + "start": "\ue14b" } } diff --git a/packages/icons/src/pause-shape-unfilled.svg b/packages/icons/src/pause-shape-unfilled.svg new file mode 100644 index 0000000000..42e855958c --- /dev/null +++ b/packages/icons/src/pause-shape-unfilled.svg @@ -0,0 +1,3 @@ + + + From 6052496bfa3d31380043ad6bed2ba8b2f8cd0b24 Mon Sep 17 00:00:00 2001 From: Aleksander Nicacio da Silva Date: Mon, 12 Aug 2024 10:45:31 -0300 Subject: [PATCH 2/4] Create long-pants-mate.md --- .changeset/long-pants-mate.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/long-pants-mate.md diff --git a/.changeset/long-pants-mate.md b/.changeset/long-pants-mate.md new file mode 100644 index 0000000000..5982055967 --- /dev/null +++ b/.changeset/long-pants-mate.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/icons": minor +--- + +feat(icons): Add icon pause-shape-unfilled From a7b2bf7ac8d72bdff000ff4cd80cd35a36b4e44b Mon Sep 17 00:00:00 2001 From: Aleksander Nicacio da Silva Date: Mon, 12 Aug 2024 10:50:37 -0300 Subject: [PATCH 3/4] chore: adjusted code style --- packages/icons/src/pause-shape-unfilled.svg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/icons/src/pause-shape-unfilled.svg b/packages/icons/src/pause-shape-unfilled.svg index 42e855958c..f69902ce5f 100644 --- a/packages/icons/src/pause-shape-unfilled.svg +++ b/packages/icons/src/pause-shape-unfilled.svg @@ -1,3 +1,7 @@ - + From 19306e331a0177508c22ce26cb3f5b97799edc8b Mon Sep 17 00:00:00 2001 From: Aleksander Nicacio da Silva Date: Tue, 13 Aug 2024 10:36:10 -0300 Subject: [PATCH 4/4] chore: adjusted svg and glyphsMapping --- packages/icons/glyphsMapping.json | 2 +- packages/icons/src/pause-shape-unfilled.svg | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/icons/glyphsMapping.json b/packages/icons/glyphsMapping.json index 691851b433..19e21bd5e0 100644 --- a/packages/icons/glyphsMapping.json +++ b/packages/icons/glyphsMapping.json @@ -981,6 +981,6 @@ "start": "\ue159" }, "pause-shape-unfilled": { - "start": "\ue14b" + "start": "\ue15b" } } diff --git a/packages/icons/src/pause-shape-unfilled.svg b/packages/icons/src/pause-shape-unfilled.svg index f69902ce5f..d9c5b7e4d3 100644 --- a/packages/icons/src/pause-shape-unfilled.svg +++ b/packages/icons/src/pause-shape-unfilled.svg @@ -1,7 +1,12 @@ - + +