From fc8c342821d0c728257237ab4f3717e3f61cab10 Mon Sep 17 00:00:00 2001 From: Joe Thomas Date: Fri, 22 Mar 2024 16:03:53 -0500 Subject: [PATCH] [Icon] Add PersonSegment (#11778) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### WHY are these changes introduced? Adds `PersonSegment` icon for Customer Segments ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog) ### 🎩 checklist - [ ] Tested a [snapshot](https://github.com/Shopify/polaris/blob/main/documentation/Releasing.md#-snapshot-releases) - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [ ] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [ ] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide --------- Co-authored-by: Sam Rose <11774595+sam-b-rose@users.noreply.github.com> --- .changeset/sixty-sheep-double.md | 5 +++++ polaris-icons/icons/PersonSegmentIcon.svg | 1 + polaris-icons/icons/PersonSegmentIcon.yml | 12 ++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .changeset/sixty-sheep-double.md create mode 100644 polaris-icons/icons/PersonSegmentIcon.svg create mode 100644 polaris-icons/icons/PersonSegmentIcon.yml diff --git a/.changeset/sixty-sheep-double.md b/.changeset/sixty-sheep-double.md new file mode 100644 index 00000000000..491c2b2e6a8 --- /dev/null +++ b/.changeset/sixty-sheep-double.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris-icons': minor +--- + +Added `PersonSegment` icon diff --git a/polaris-icons/icons/PersonSegmentIcon.svg b/polaris-icons/icons/PersonSegmentIcon.svg new file mode 100644 index 00000000000..d6f7fc8981a --- /dev/null +++ b/polaris-icons/icons/PersonSegmentIcon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/polaris-icons/icons/PersonSegmentIcon.yml b/polaris-icons/icons/PersonSegmentIcon.yml new file mode 100644 index 00000000000..0c503f8f572 --- /dev/null +++ b/polaris-icons/icons/PersonSegmentIcon.yml @@ -0,0 +1,12 @@ +name: Person segment +description: Used for customer segments +keywords: + - Person + - Customer + - Segments + - Customer Segment +authors: + - Salma Amzil + - Joe Thomas +date_added: 2024-04-22 +date_modified: 2024-04-22