Skip to content

Commit

Permalink
feat: upgrade @shopify/polaris-icons to v4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 20, 2022
1 parent a4cf72c commit 2719c9c
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 119 deletions.
8 changes: 7 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 408 total icons
> 414 total icons
## Icons

Expand Down Expand Up @@ -33,6 +33,7 @@
- BankMajor
- BarcodeMajor
- BehaviorMajor
- BehaviorMinor
- BillingStatementDollarMajor
- BillingStatementEuroMajor
- BillingStatementPoundMajor
Expand Down Expand Up @@ -120,6 +121,7 @@
- ConfettiMajor
- ConnectMinor
- ConversationMinor
- CreditCardCancelMajor
- CreditCardMajor
- CreditCardPercentMajor
- CreditCardSecureMajor
Expand Down Expand Up @@ -195,6 +197,7 @@
- GlobeMinor
- GrammarMajor
- HashtagMajor
- HashtagMinor
- HeaderMajor
- HeartMajor
- HideKeyboardMajor
Expand Down Expand Up @@ -243,6 +246,7 @@
- MaximizeMajor
- MaximizeMinor
- MentionMajor
- MergeMinor
- MicrophoneMajor
- MinimizeMajor
- MinimizeMinor
Expand Down Expand Up @@ -382,6 +386,7 @@
- TimelineAttachmentMajor
- TipsMajor
- TitleMinor
- ToggleMinor
- ToolsMajor
- TransactionFeeDollarMajor
- TransactionFeeEuroMajor
Expand All @@ -396,6 +401,7 @@
- TransportMajor
- TroubleshootMajor
- TypeMajor
- TypeMinor
- UndoMajor
- UnfulfilledMajor
- UnknownDeviceMajor
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test": "svelte-check --workspace test"
},
"devDependencies": {
"@shopify/polaris-icons": "4.18.3",
"gh-pages": "^3.2.3",
"svelte": "^3.46.6",
"svelte-check": "^2.4.6",
"@shopify/polaris-icons": "4.23.0",
"gh-pages": "^4.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-readme": "^3.6.3",
"svelvg": "^0.10.1"
},
Expand Down
8 changes: 7 additions & 1 deletion test/PolarisIcons.test.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<script>
import { ArrowUpMinor, MobilePlusMajor, StoreMinor } from "../lib";
import {
ArrowUpMinor,
MobilePlusMajor,
BehaviorMinor,
StoreMinor,
} from "../lib";
import AddMajor from "../lib/AddMajor.svelte";
</script>

<AddMajor width={20} fill="red" />
<ArrowUpMinor width={20} />
<BehaviorMinor />
<MobilePlusMajor width={20} />
<StoreMinor width={20} />
Loading

0 comments on commit 2719c9c

Please sign in to comment.