@citizenplane/pimp 9.12.2 → 9.12.3
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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M12 1C13.3807 1 14.5 2.11929 14.5 3.5C14.5 4.61933 13.7642 5.56613 12.75 5.88477V9.09766C13.8036 9.36913 14.6309 10.1964 14.9023 11.25H18.1152C18.4339 10.2358 19.3807 9.5 20.5 9.5C21.8807 9.5 23 10.6193 23 12C23 13.3807 21.8807 14.5 20.5 14.5C19.3807 14.5 18.4339 13.7642 18.1152 12.75H14.9023C14.6309 13.8035 13.8035 14.6298 12.75 14.9014V18.1143C13.7643 18.4328 14.5 19.3806 14.5 20.5C14.5 21.8807 13.3807 23 12 23C10.6193 23 9.5 21.8807 9.5 20.5C9.5 19.3806 10.2357 18.4328 11.25 18.1143V14.9014C10.1965 14.6298 9.36911 13.8035 9.09766 12.75H5.88477C5.56613 13.7642 4.61933 14.5 3.5 14.5C2.11929 14.5 1 13.3807 1 12C1 10.6193 2.11929 9.5 3.5 9.5C4.61933 9.5 5.56613 10.2358 5.88477 11.25H9.09766C9.36913 10.1964 10.1964 9.36913 11.25 9.09766V5.88477C10.2358 5.56613 9.5 4.61933 9.5 3.5C9.5 2.11929 10.6193 1 12 1Z"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M18 3C19.6569 3 21 4.34315 21 6C21 7.65685 19.6569 9 18 9C17.5371 9 17.1005 8.89135 16.709 8.7041L8.7041 16.709C8.89135 17.1005 9 17.5371 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15C6.46245 15 6.89885 15.108 7.29004 15.2949L15.2949 7.29004C15.108 6.89885 15 6.46245 15 6C15 4.34315 16.3431 3 18 3Z"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -4,6 +4,7 @@ import IconAccompaniedMinorOne from '@/components/icons/IconAccompaniedMinorOne.
|
|
|
4
4
|
import IconAddReceipt from '@/components/icons/IconAddReceipt.vue'
|
|
5
5
|
import IconAirline from '@/components/icons/IconAirline.vue'
|
|
6
6
|
import IconAirportTerminal from '@/components/icons/IconAirportTerminal.vue'
|
|
7
|
+
import IconAllFlightAlt from '@/components/icons/IconAllFlightAlt.vue'
|
|
7
8
|
import IconArrival from '@/components/icons/IconArrival.vue'
|
|
8
9
|
import IconBaggageCabinNone from '@/components/icons/IconBaggageCabinNone.vue'
|
|
9
10
|
import IconBaggageCheckedNone from '@/components/icons/IconBaggageCheckedNone.vue'
|
|
@@ -22,6 +23,7 @@ import IconCollapse from '@/components/icons/IconCollapse.vue'
|
|
|
22
23
|
import IconCollapseAlt from '@/components/icons/IconCollapseAlt.vue'
|
|
23
24
|
import IconContact from '@/components/icons/IconContact.vue'
|
|
24
25
|
import IconDeparture from '@/components/icons/IconDeparture.vue'
|
|
26
|
+
import IconDirectFlightAlt from '@/components/icons/IconDirectFlightAlt.vue'
|
|
25
27
|
import IconDistribution from '@/components/icons/IconDistribution.vue'
|
|
26
28
|
import IconDistributionClosed from '@/components/icons/IconDistributionClosed.vue'
|
|
27
29
|
import IconDistributionExclusivePair from '@/components/icons/IconDistributionExclusivePair.vue'
|
|
@@ -97,6 +99,7 @@ export const CustomCpIcons = {
|
|
|
97
99
|
'add-receipt': IconAddReceipt,
|
|
98
100
|
airline: IconAirline,
|
|
99
101
|
'airport-terminal': IconAirportTerminal,
|
|
102
|
+
'all-flight-alt': IconAllFlightAlt,
|
|
100
103
|
arrival: IconArrival,
|
|
101
104
|
'baggage-cabin-none': IconBaggageCabinNone,
|
|
102
105
|
'baggage-checked-none': IconBaggageCheckedNone,
|
|
@@ -115,6 +118,7 @@ export const CustomCpIcons = {
|
|
|
115
118
|
collapse: IconCollapse,
|
|
116
119
|
contact: IconContact,
|
|
117
120
|
departure: IconDeparture,
|
|
121
|
+
'direct-flight-alt': IconDirectFlightAlt,
|
|
118
122
|
distribution: IconDistribution,
|
|
119
123
|
'distribution-closed': IconDistributionClosed,
|
|
120
124
|
'distribution-exclusive-pair': IconDistributionExclusivePair,
|