From b9c760c82d5a8b510b8e78cf17872ddd97f956d4 Mon Sep 17 00:00:00 2001 From: Anthony Menecola Date: Thu, 27 Oct 2022 10:50:34 -0400 Subject: [PATCH 1/4] Added files for cancel major --- polaris-icons/icons/CancelMajor.svg | 1 + polaris-icons/icons/CancelMajor.yml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 polaris-icons/icons/CancelMajor.svg create mode 100644 polaris-icons/icons/CancelMajor.yml diff --git a/polaris-icons/icons/CancelMajor.svg b/polaris-icons/icons/CancelMajor.svg new file mode 100644 index 00000000000..c373e179e28 --- /dev/null +++ b/polaris-icons/icons/CancelMajor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/polaris-icons/icons/CancelMajor.yml b/polaris-icons/icons/CancelMajor.yml new file mode 100644 index 00000000000..96a58fe777c --- /dev/null +++ b/polaris-icons/icons/CancelMajor.yml @@ -0,0 +1,17 @@ +name: Cancel +set: major +description: Used to denote the action of cancelling a task or action and to close an overlay modal or bottom sheet. +keywords: + - cancel + - delete + - stop + - remove + - undo + - x + - close +authors: + - Anthony Menecola +version: 1 +date_added: 2022-10-27 +date_modified: 2022-10-27 +exclusive_use: From 48257901a3ed6daa44603dd209079a0035a66382 Mon Sep 17 00:00:00 2001 From: Anthony Menecola Date: Thu, 27 Oct 2022 11:35:20 -0400 Subject: [PATCH 2/4] changeset bump --- .changeset/cyan-jars-punch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cyan-jars-punch.md diff --git a/.changeset/cyan-jars-punch.md b/.changeset/cyan-jars-punch.md new file mode 100644 index 00000000000..692e609ada9 --- /dev/null +++ b/.changeset/cyan-jars-punch.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris-icons': major +--- + +add cancel major icon From 26a417df80db96cd6d966b1c4c1ecf3bc70ecbd0 Mon Sep 17 00:00:00 2001 From: Anthony Menecola Date: Fri, 28 Oct 2022 11:13:38 -0400 Subject: [PATCH 3/4] added duplicate CancelMinor in prep for deprecating cancel small --- polaris-icons/icons/CancelMinor.svg | 1 + polaris-icons/icons/CancelMinor.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 polaris-icons/icons/CancelMinor.svg create mode 100644 polaris-icons/icons/CancelMinor.yml diff --git a/polaris-icons/icons/CancelMinor.svg b/polaris-icons/icons/CancelMinor.svg new file mode 100644 index 00000000000..96c069d3451 --- /dev/null +++ b/polaris-icons/icons/CancelMinor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/polaris-icons/icons/CancelMinor.yml b/polaris-icons/icons/CancelMinor.yml new file mode 100644 index 00000000000..8d3e99a1ca1 --- /dev/null +++ b/polaris-icons/icons/CancelMinor.yml @@ -0,0 +1,15 @@ +name: Cancel +set: minor +description: Used to denote the action of cancelling a task or action and to close an overlay or view. +keywords: + - cancel + - stop + - undo + - remove + - x +authors: + - Adam Whitcroft +version: 1 +date_added: 2022-10-28 +date_modified: 2022-10-28 +exclusive_use: From 0ea5e0d136b7b08938f78b3a8dc54b03ae657b02 Mon Sep 17 00:00:00 2001 From: Anthony Menecola Date: Fri, 28 Oct 2022 11:14:29 -0400 Subject: [PATCH 4/4] Update .changeset/cyan-jars-punch.md Co-authored-by: Alex Page --- .changeset/cyan-jars-punch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/cyan-jars-punch.md b/.changeset/cyan-jars-punch.md index 692e609ada9..e7a18abf74a 100644 --- a/.changeset/cyan-jars-punch.md +++ b/.changeset/cyan-jars-punch.md @@ -1,5 +1,5 @@ --- -'@shopify/polaris-icons': major +'@shopify/polaris-icons': minor --- add cancel major icon