Skip to content

Commit

Permalink
[Icon] Adds ProductUnavailable icon (#12297)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Icon is needed to resolve [#132049](132049) <!-- link to issue if one
exists -->

<!--
  Context about the problem that’s being addressed.
-->


### 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
  • Loading branch information
heyjoethomas committed Jun 21, 2024
1 parent 2b512c3 commit d445b83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-months-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-icons': minor
---

Adds ProdcutUnavailable icon
1 change: 1 addition & 0 deletions polaris-icons/icons/ProductUnavailableIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions polaris-icons/icons/ProductUnavailableIcon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Product unavailable
description: When a product has been deleted and is no longer available
keywords:
- Product
authors:
- Joe Thomas
date_added: 2024-06-21
date_modified: 2024-06-21
# Optional: fill exclusive_use if the icon should *only* be used
# in specific areas of the admin (such as “Orders”):

0 comments on commit d445b83

Please sign in to comment.