From b362a88a9fb5227ff06f1c40b3f0ee6a7c7e6e64 Mon Sep 17 00:00:00 2001 From: Arda Karacizmeli Date: Thu, 22 Feb 2024 17:46:03 +0100 Subject: [PATCH 1/5] Adding the ArrowDiagonal icon --- polaris-icons/icons/ArrowDiagonal.svg | 3 +++ polaris-icons/icons/ArrowDiagonal.yml | 38 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 polaris-icons/icons/ArrowDiagonal.svg create mode 100644 polaris-icons/icons/ArrowDiagonal.yml diff --git a/polaris-icons/icons/ArrowDiagonal.svg b/polaris-icons/icons/ArrowDiagonal.svg new file mode 100644 index 00000000000..8f1ffdba260 --- /dev/null +++ b/polaris-icons/icons/ArrowDiagonal.svg @@ -0,0 +1,3 @@ + + + diff --git a/polaris-icons/icons/ArrowDiagonal.yml b/polaris-icons/icons/ArrowDiagonal.yml new file mode 100644 index 00000000000..b66a36c57ba --- /dev/null +++ b/polaris-icons/icons/ArrowDiagonal.yml @@ -0,0 +1,38 @@ +name: Name of the icon +description: + # Icon type | Example description + # ----------- | -------------------------- + # Action | Used to denote . + # Wayfinding | Used to help direct merchants to . + # Concept | Used to represent . + # Education | Used to give merchants more information about . + # + # Full guidelines: https://bit.ly/2GdMpmg + # (delete this comment block) + N/A +keywords: + # - synonym + # - another synonym + # - related shape or symbol + # (delete this comment block) + - N/A +authors: + # - Sasha Oliveira + # - Co-author’s name (optional) + # (delete this comment block) + - N/A +date_added: YYYY-MM-DD +date_modified: YYYY-MM-DD +# Optional: fill exclusive_use if the icon should *only* be used +# in specific areas of the admin (such as “Orders”): + + +name: Arrow diagonal +description: Used to denote that associated text will be inserted +keywords: + - arrow + - diagonal +authors: + - Arda Karacizmeli +date_added: 2024-02-22 +date_modified: 2024-02-22 From 3a0d19ac13d218d02db73b8b0cdf2483183a3e0b Mon Sep 17 00:00:00 2001 From: Arda Karacizmeli Date: Thu, 22 Feb 2024 17:49:22 +0100 Subject: [PATCH 2/5] Changeset --- .changeset/mighty-dragons-agree.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mighty-dragons-agree.md diff --git a/.changeset/mighty-dragons-agree.md b/.changeset/mighty-dragons-agree.md new file mode 100644 index 00000000000..8198ebc629b --- /dev/null +++ b/.changeset/mighty-dragons-agree.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris-icons': minor +--- + +Added a new icon: ArrowDiagonal From 83618e07f8b08f3d3df1b9de1811854de408ca4d Mon Sep 17 00:00:00 2001 From: Arda Karacizmeli Date: Thu, 22 Feb 2024 17:56:58 +0100 Subject: [PATCH 3/5] Fixing yml --- polaris-icons/icons/ArrowDiagonal.yml | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/polaris-icons/icons/ArrowDiagonal.yml b/polaris-icons/icons/ArrowDiagonal.yml index b66a36c57ba..9b7f7a3930f 100644 --- a/polaris-icons/icons/ArrowDiagonal.yml +++ b/polaris-icons/icons/ArrowDiagonal.yml @@ -1,32 +1,3 @@ -name: Name of the icon -description: - # Icon type | Example description - # ----------- | -------------------------- - # Action | Used to denote . - # Wayfinding | Used to help direct merchants to . - # Concept | Used to represent . - # Education | Used to give merchants more information about . - # - # Full guidelines: https://bit.ly/2GdMpmg - # (delete this comment block) - N/A -keywords: - # - synonym - # - another synonym - # - related shape or symbol - # (delete this comment block) - - N/A -authors: - # - Sasha Oliveira - # - Co-author’s name (optional) - # (delete this comment block) - - N/A -date_added: YYYY-MM-DD -date_modified: YYYY-MM-DD -# Optional: fill exclusive_use if the icon should *only* be used -# in specific areas of the admin (such as “Orders”): - - name: Arrow diagonal description: Used to denote that associated text will be inserted keywords: From 22543dffc09c4629b72f68c753023d06a5f34b4e Mon Sep 17 00:00:00 2001 From: kyledurand Date: Thu, 22 Feb 2024 12:09:37 -0500 Subject: [PATCH 4/5] add icon suffix, optmize, remove clip-rule --- polaris-icons/icons/ArrowDiagonal.svg | 3 --- polaris-icons/icons/ArrowDiagonal.yml | 9 --------- 2 files changed, 12 deletions(-) delete mode 100644 polaris-icons/icons/ArrowDiagonal.svg delete mode 100644 polaris-icons/icons/ArrowDiagonal.yml diff --git a/polaris-icons/icons/ArrowDiagonal.svg b/polaris-icons/icons/ArrowDiagonal.svg deleted file mode 100644 index 8f1ffdba260..00000000000 --- a/polaris-icons/icons/ArrowDiagonal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/polaris-icons/icons/ArrowDiagonal.yml b/polaris-icons/icons/ArrowDiagonal.yml deleted file mode 100644 index 9b7f7a3930f..00000000000 --- a/polaris-icons/icons/ArrowDiagonal.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Arrow diagonal -description: Used to denote that associated text will be inserted -keywords: - - arrow - - diagonal -authors: - - Arda Karacizmeli -date_added: 2024-02-22 -date_modified: 2024-02-22 From 7628f8e4f2ee37163ac31afb1d3f3726316f5a14 Mon Sep 17 00:00:00 2001 From: kyledurand Date: Thu, 22 Feb 2024 12:09:53 -0500 Subject: [PATCH 5/5] push up renamed icons --- polaris-icons/icons/ArrowDiagonalIcon.svg | 1 + polaris-icons/icons/ArrowDiagonalIcon.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 polaris-icons/icons/ArrowDiagonalIcon.svg create mode 100644 polaris-icons/icons/ArrowDiagonalIcon.yml diff --git a/polaris-icons/icons/ArrowDiagonalIcon.svg b/polaris-icons/icons/ArrowDiagonalIcon.svg new file mode 100644 index 00000000000..76ddf7c51e0 --- /dev/null +++ b/polaris-icons/icons/ArrowDiagonalIcon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/polaris-icons/icons/ArrowDiagonalIcon.yml b/polaris-icons/icons/ArrowDiagonalIcon.yml new file mode 100644 index 00000000000..9b7f7a3930f --- /dev/null +++ b/polaris-icons/icons/ArrowDiagonalIcon.yml @@ -0,0 +1,9 @@ +name: Arrow diagonal +description: Used to denote that associated text will be inserted +keywords: + - arrow + - diagonal +authors: + - Arda Karacizmeli +date_added: 2024-02-22 +date_modified: 2024-02-22