Skip to content

Commit 35be8a0

Browse files
authored
[Icon] Add Inactive location icons (#7620)
<!-- ☝️How to write a good PR title: - Prefix it with [ComponentName] (if applicable), for example: [Button] - Start with a verb, for example: Add, Delete, Improve, Fix… - Give as much context as necessary and as little as possible - Prefix it with [WIP] while it’s a work in progress --> ### WHY are these changes introduced? Resolves: #7502 Adds `Major` and `Minor` icons for Inactive Location. Web admin is currently using this icon in the Location Settings List, and now adding this so it can be used directly from Polaris. [Slack discussion](https://shopify.slack.com/archives/C4Y8N30KD/p1667240213636509) <!-- Context about the problem that’s being addressed. --> ### WHAT is this pull request doing? <!-- Summary of the changes committed. Before / after screenshots are appreciated for UI changes. Make sure to include alt text that describes the screenshot. If you include an animated gif showing your change, wrapping it in a details tag is recommended. Gifs usually autoplay, which can cause accessibility issues for people reviewing your PR: <details> <summary>Summary of your gif(s)</summary> <img src="..." alt="Description of what the gif shows"> </details> --> Added major and minor version for new `Inactive Location` icon.
1 parent 4c5ccc8 commit 35be8a0

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

.changeset/violet-taxis-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/polaris-icons': minor
3+
---
4+
5+
Added inactive location minor and major icons
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: InactiveLocation
2+
set: major
3+
description: Used to represent an inactive location.
4+
keywords:
5+
- inactive location
6+
- deactivated location
7+
- location
8+
authors:
9+
- Shanique Shields
10+
- James Findlater
11+
version: 1
12+
date_added: 2022-11-02
13+
date_modified: 2022-11-02
14+
exclusive_use:
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: InactiveLocation
2+
set: minor
3+
description: Used to represent an inactive location.
4+
keywords:
5+
- inactive location
6+
- deactivated location
7+
- location
8+
authors:
9+
- Shanique Shields
10+
- James Findlater
11+
version: 1
12+
date_added: 2022-11-02
13+
date_modified: 2022-11-02
14+
exclusive_use:

0 commit comments

Comments
 (0)