From 7750bfa4c2c45215935cedcc21746e8fc3dd400e Mon Sep 17 00:00:00 2001 From: Joe Thomas Date: Fri, 5 Apr 2024 09:16:56 -0500 Subject: [PATCH] [Icon] Adds Bullet icon (#11841) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### WHY are these changes introduced? Adds `Bullet` icon to unblock new feature release ### 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 --- .changeset/brown-bears-greet.md | 5 +++++ polaris-icons/icons/BulletIcon.svg | 1 + polaris-icons/icons/BulletIcon.yml | 13 +++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 .changeset/brown-bears-greet.md create mode 100644 polaris-icons/icons/BulletIcon.svg create mode 100644 polaris-icons/icons/BulletIcon.yml diff --git a/.changeset/brown-bears-greet.md b/.changeset/brown-bears-greet.md new file mode 100644 index 00000000000..a59b93ef1ca --- /dev/null +++ b/.changeset/brown-bears-greet.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris-icons': minor +--- + +Adds BulletIcon to repository diff --git a/polaris-icons/icons/BulletIcon.svg b/polaris-icons/icons/BulletIcon.svg new file mode 100644 index 00000000000..4eb8e5aef5a --- /dev/null +++ b/polaris-icons/icons/BulletIcon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/polaris-icons/icons/BulletIcon.yml b/polaris-icons/icons/BulletIcon.yml new file mode 100644 index 00000000000..2fc0276c33a --- /dev/null +++ b/polaris-icons/icons/BulletIcon.yml @@ -0,0 +1,13 @@ +name: Bullet +description: + Used for bulleted lists +keywords: + - Bullet + - List +authors: + - Vihar Kothamasu + - Joe Thoams +date_added: 2024-04-04 +date_modified: 2024-04-04 +# Optional: fill exclusive_use if the icon should *only* be used +# in specific areas of the admin (such as β€œOrders”):