@citizenplane/pimp 9.5.10 → 9.5.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "9.5.10",
3
+ "version": "9.5.11",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <svg
3
+ fill="none"
4
+ height="24"
5
+ stroke="currentColor"
6
+ stroke-linejoin="round"
7
+ stroke-width="2"
8
+ viewBox="0 0 24 24"
9
+ width="24"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <path
13
+ d="M14.5206 13.8497L9.74151 17.8296C9.11148 18.3542 8.31716 18.6409 7.49728 18.6395L5.42831 18.636L8.88346 13.9665M15.0999 9.43073L11.6375 6.03652C11.2456 5.65236 10.726 5.42589 10.1778 5.40032L9.21668 5.35547L10.4742 9.00276M21 13.7075V11.7025C21 10.3551 19.9077 9.26279 18.5603 9.26279H5.60297L3 6.75803L3.0001 10.2513C3.0001 12.1601 4.54752 13.7075 6.45635 13.7075H21Z"
14
+ />
15
+ </svg>
16
+ </template>
@@ -57,6 +57,7 @@ import IconOta from '@/components/icons/IconOta.vue'
57
57
  import IconPaid from '@/components/icons/IconPaid.vue'
58
58
  import IconPassport from '@/components/icons/IconPassport.vue'
59
59
  import IconPayout from '@/components/icons/IconPayout.vue'
60
+ import IconPlane2 from '@/components/icons/IconPlane2.vue'
60
61
  import IconPlug from '@/components/icons/IconPlug.vue'
61
62
  import IconPlugOff from '@/components/icons/IconPlugOff.vue'
62
63
  import IconReceipt from '@/components/icons/IconReceipt.vue'
@@ -138,6 +139,7 @@ export const CustomCpIcons = {
138
139
  paid: IconPaid,
139
140
  passport: IconPassport,
140
141
  payout: IconPayout,
142
+ 'plane-2': IconPlane2,
141
143
  plug: IconPlug,
142
144
  'plug-off': IconPlugOff,
143
145
  receipt: IconReceipt,