@citizenplane/pimp 9.12.3 → 9.13.1
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/dist/pimp.es.js +4037 -3594
- package/dist/pimp.umd.js +25 -25
- package/package.json +1 -1
- package/src/components/icons/IconAerosol.vue +18 -0
- package/src/components/icons/IconBaggageBattery.vue +14 -0
- package/src/components/icons/IconBomb.vue +26 -0
- package/src/components/icons/IconBottle.vue +10 -0
- package/src/components/icons/IconCampingStove.vue +10 -0
- package/src/components/icons/IconCarBattery.vue +14 -0
- package/src/components/icons/IconCorrosive.vue +20 -0
- package/src/components/icons/IconDeviceForbidden.vue +18 -0
- package/src/components/icons/IconECigarette.vue +14 -0
- package/src/components/icons/IconFish.vue +14 -0
- package/src/components/icons/IconGun.vue +10 -0
- package/src/components/icons/IconHammer.vue +10 -0
- package/src/components/icons/IconHandshake.vue +10 -0
- package/src/components/icons/IconKnife.vue +14 -0
- package/src/components/icons/IconLighter.vue +10 -0
- package/src/components/icons/IconMatches.vue +18 -0
- package/src/components/icons/IconPills.vue +10 -0
- package/src/components/icons/IconScooter.vue +14 -0
- package/src/components/icons/IconSkull.vue +22 -0
- package/src/components/icons/IconSyringe.vue +10 -0
- package/src/components/icons/IconToothbrush.vue +10 -0
- package/src/constants/CpCustomIcons.ts +42 -0
package/package.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M11.3278 1.70494C11.7879 1.70502 12.161 2.07818 12.1611 2.53827V5.31985C13.4204 6.04935 14.268 7.41134 14.2681 8.97138V17.4837C14.2679 17.9438 13.8947 18.3169 13.4347 18.3171H6.66634C6.2062 18.3171 5.83316 17.9439 5.83301 17.4837V8.97138C5.83306 7.41124 6.68051 6.04931 7.93994 5.31985V2.53827C7.94005 2.07813 8.31311 1.70494 8.77327 1.70494H11.3278ZM7.49967 16.6504H12.6014V11.1101H7.49967V16.6504ZM10.0501 6.42092C8.64158 6.42106 7.49976 7.56282 7.49967 8.97138V9.44339H12.6014V8.97138C12.6013 7.56273 11.4588 6.42092 10.0501 6.42092ZM9.60661 4.75426H10.4945V3.37161H9.60661V4.75426Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M14.3332 5.0513C14.6586 4.72592 15.1861 4.72603 15.5116 5.0513L15.9941 5.53388C16.3193 5.85934 16.3195 6.38694 15.9941 6.71227C15.6688 7.03751 15.1412 7.03735 14.8158 6.71227L14.3332 6.22968C14.0079 5.90426 14.0079 5.37668 14.3332 5.0513Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M14.8158 1.92711C15.1411 1.60172 15.6687 1.60182 15.9941 1.92711C16.3195 2.25255 16.3196 2.78007 15.9941 3.10549L15.5124 3.58808C15.187 3.91318 14.6594 3.91313 14.334 3.58808C14.0086 3.26266 14.0086 2.73432 14.334 2.40888L14.8158 1.92711Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M9.60514 8.1582C9.83881 7.76197 10.3497 7.63033 10.7461 7.86361C11.1425 8.09739 11.2745 8.60812 11.0407 9.00456L10.2139 10.4067H11.2433C11.5424 10.4067 11.8184 10.567 11.9668 10.8267C12.1151 11.0864 12.1131 11.4057 11.9611 11.6632L10.3913 14.3219C10.1573 14.7182 9.64662 14.8496 9.25033 14.6157C8.85434 14.3817 8.72197 13.8709 8.95573 13.4748L9.78337 12.0734H8.75553C8.45659 12.0733 8.18035 11.9123 8.03206 11.6527C7.88401 11.3931 7.88596 11.0735 8.03776 10.8161L9.60514 8.1582Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M10.9227 1.59814C12.2111 1.59835 13.2558 2.64285 13.2559 3.93131V4.91602H13.9891C15.5077 4.91619 16.7388 6.14725 16.7389 7.66585V14.8151C16.7385 16.2725 15.6044 17.464 14.1706 17.5576V17.5682C14.1705 18.0282 13.7973 18.4014 13.3372 18.4015C12.8771 18.4015 12.504 18.0283 12.5039 17.5682V17.5649H7.50391V17.5682C7.5038 18.0283 7.13063 18.4014 6.67057 18.4015C6.2104 18.4015 5.83735 18.0283 5.83724 17.5682V17.5584C4.3996 17.4689 3.26114 16.2752 3.26074 14.8151V7.66585C3.26083 6.14722 4.49196 4.91614 6.01058 4.91602H6.75358V3.93131C6.75367 2.64281 7.79826 1.59829 9.08675 1.59814H10.9227ZM6.01058 6.58268C5.41244 6.58281 4.9275 7.0677 4.92741 7.66585V14.8151C4.92783 15.413 5.41264 15.8981 6.01058 15.8983H13.9891C14.587 15.8981 15.0718 15.413 15.0723 14.8151V7.66585C15.0722 7.06772 14.5872 6.58285 13.9891 6.58268H6.01058ZM9.08675 3.26481C8.71874 3.26495 8.42034 3.56329 8.42025 3.93131V4.91602H11.5892V3.93131C11.5891 3.56333 11.2907 3.26502 10.9227 3.26481H9.08675Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M4.59441 10.703C4.82457 10.3046 5.3344 10.1678 5.73292 10.3979C6.13134 10.628 6.26736 11.1379 6.03728 11.5364C5.75594 12.0237 5.92356 12.6465 6.41082 12.928C6.80922 13.1581 6.9451 13.668 6.71518 14.0665C6.4851 14.465 5.97601 14.6016 5.57748 14.3717C4.29305 13.6299 3.85279 11.9876 4.59441 10.703Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M12.9904 3.30151C13.9044 3.16505 14.7276 3.52853 15.2983 4.05347C15.637 4.36506 15.6595 4.89236 15.348 5.23104C15.0363 5.56946 14.509 5.59142 14.1704 5.27987C13.8886 5.02058 13.5513 4.90321 13.2362 4.95028C13.0454 4.97891 12.791 5.07946 12.5086 5.35067C13.1491 5.73396 13.3657 6.56068 12.9912 7.20939L12.5607 7.95483C14.1095 9.85567 14.412 12.5892 13.1133 14.8388C11.4337 17.7479 7.71347 18.7449 4.80437 17.0653C1.89551 15.3857 0.899134 11.6654 2.57862 8.75643C3.87719 6.50759 6.39485 5.40338 8.81479 5.79338L9.2461 5.04712C9.60769 4.42092 10.3887 4.18988 11.0291 4.50106C11.598 3.81493 12.2663 3.40975 12.9904 3.30151ZM10.0534 7.97355C7.94153 6.75456 5.2408 7.47804 4.02149 9.58976C2.8022 11.7017 3.52582 14.4031 5.6377 15.6225C7.74965 16.8418 10.4503 16.1174 11.6696 14.0055C12.8889 11.8935 12.1653 9.19289 10.0534 7.97355ZM10.4456 6.30119C10.5942 6.37165 10.7418 6.44704 10.8867 6.53068C11.0311 6.61405 11.1701 6.70372 11.305 6.79679L11.3994 6.63322L10.5409 6.13761L10.4456 6.30119Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M14.8931 6.61613C15.3527 6.63924 15.7071 7.03053 15.6841 7.49015L15.6467 8.22664C15.6234 8.68614 15.2322 9.03987 14.7726 9.01685C14.313 8.99375 13.9594 8.60244 13.9824 8.14282L14.0191 7.40633C14.0423 6.94689 14.4336 6.59315 14.8931 6.61613Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M16.5768 5.90649C16.8821 5.56231 17.4085 5.53057 17.7528 5.83569L18.0531 6.10181C18.3973 6.40715 18.4291 6.93425 18.1239 7.27856C17.8185 7.62282 17.2914 7.65388 16.9471 7.34855L16.6468 7.08244C16.3025 6.77707 16.2715 6.25083 16.5768 5.90649Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M16.895 2.30461C17.218 1.9769 17.7455 1.97282 18.0734 2.29565C18.4008 2.61844 18.4047 3.14537 18.0824 3.47323L17.6128 3.95011C17.2899 4.27783 16.7623 4.2819 16.4344 3.95907C16.1067 3.63622 16.1029 3.10858 16.4255 2.78068L16.895 2.30461Z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M11.8005 1.78369C12.2607 1.78373 12.6338 2.15762 12.6338 2.61784V7.50146C13.3037 8.03496 13.9631 8.8732 14.4762 9.78743C15.1004 10.8996 15.5894 12.2664 15.5895 13.5854V17.3826C15.5893 17.8427 15.2163 18.2159 14.7562 18.216C14.2961 18.2159 13.9231 17.8427 13.9229 17.3826V13.5854C13.9227 12.6464 13.5621 11.5638 13.0228 10.6029C12.4756 9.62787 11.8245 8.91848 11.3716 8.64648C11.1209 8.49591 10.9673 8.2244 10.9671 7.93197V6.07731H9.03353V7.93197C9.03339 8.22444 8.87983 8.49592 8.62907 8.64648C8.17613 8.91844 7.52514 9.62777 6.97786 10.6029C6.43858 11.5638 6.0779 12.6464 6.0778 13.5854V17.3826C6.07758 17.8427 5.70454 18.2159 5.24447 18.216C4.78436 18.216 4.41135 17.8427 4.41113 17.3826V13.5854C4.41123 12.2664 4.90029 10.8996 5.52441 9.78743C6.03753 8.8732 6.69693 8.03496 7.36686 7.50146V2.61784C7.36686 2.15763 7.74 1.78375 8.2002 1.78369H11.8005ZM9.03353 4.41064H10.9671V3.45117H9.03353V4.41064Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M6.44775 2.29883C6.90774 2.29913 7.28109 2.67211 7.28109 3.13216C7.28098 3.59212 6.90767 3.9652 6.44775 3.96549H5.92773L7.74658 6.83822H9.16667V5.77458H8.39925C7.93921 5.77443 7.56603 5.40129 7.56592 4.94124C7.56603 4.48119 7.93921 4.10806 8.39925 4.10791H11.6007C12.0608 4.10799 12.434 4.48115 12.4341 4.94124C12.434 5.40134 12.0608 5.77449 11.6007 5.77458H10.8333V6.83822H12.1606L13.9787 3.96549H13.4595C12.9993 3.96549 12.6262 3.59231 12.6261 3.13216C12.6261 2.67192 12.9992 2.29883 13.4595 2.29883H15.4932C15.7968 2.29899 16.0767 2.46415 16.2231 2.73014C16.3695 2.99622 16.3595 3.32151 16.1971 3.57812L13.9355 7.14909C14.2684 7.29857 14.5796 7.49888 14.8551 7.74723L15.5786 8.3999C16.2048 8.96448 16.5625 9.76869 16.5625 10.6118V15.3563C16.5623 17.0003 15.2297 18.333 13.5856 18.3332H6.4152C4.77097 18.3332 3.43773 17.0005 3.4375 15.3563V10.6045C3.4375 9.76747 3.79003 8.96893 4.40837 8.40479L5.11312 7.76107C5.37568 7.52158 5.671 7.32596 5.98714 7.17676L3.71012 3.57812C3.54767 3.32146 3.53763 2.99625 3.68408 2.73014C3.83062 2.46412 4.11034 2.29883 4.41406 2.29883H6.44775ZM7.49593 8.50488C7.03003 8.50488 6.58038 8.67838 6.23617 8.99235L5.53141 9.63607C5.25931 9.88441 5.10417 10.2361 5.10417 10.6045V15.3563C5.1044 16.08 5.69145 16.6665 6.4152 16.6665H13.5856C14.3092 16.6663 14.8956 16.0799 14.8958 15.3563V10.6118C14.8958 10.2407 14.7384 9.88704 14.4629 9.63851L13.7386 8.98503C13.3954 8.67583 12.9497 8.50492 12.4878 8.50488H7.49593Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M9.99967 9.38729C10.5205 9.38729 10.9428 9.8097 10.9429 10.3305C10.9429 10.8513 10.5205 11.2737 9.99967 11.2737C9.47884 11.2737 9.05648 10.8513 9.05648 10.3305C9.05655 9.80971 9.47889 9.3873 9.99967 9.38729Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M10.7972 1.66919C11.3364 1.66933 11.7737 2.10651 11.7738 2.64575V4.07316C12.2935 4.09535 12.708 4.52294 12.708 5.0481V6.54061H13.11C13.7232 6.54096 14.2208 7.03822 14.2209 7.65145V16.3803C14.2207 17.4576 13.3467 18.3308 12.2694 18.331H7.72998C6.65274 18.3308 5.77945 17.4575 5.7793 16.3803V7.65145C5.7794 7.03804 6.27672 6.54066 6.89014 6.54061H7.29134V5.0481C7.29134 4.52305 7.70605 4.09552 8.22559 4.07316V2.64575C8.22563 2.10653 8.66294 1.66934 9.20215 1.66919H10.7972ZM7.44108 16.3803C7.44124 16.5398 7.57046 16.669 7.72998 16.6692H12.2694C12.4289 16.6691 12.5589 16.5399 12.5591 16.3803V8.20239H7.44108V16.3803ZM8.95313 6.54061H11.0462V5.7325H8.95313V6.54061ZM9.88737 4.07153H10.112V3.33097H9.88737V4.07153Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M16.667 15.0001C17.5875 15.0001 18.3337 15.7463 18.3337 16.6668C18.3336 17.5872 17.5874 18.3334 16.667 18.3334H3.33366C2.41323 18.3334 1.66706 17.5872 1.66699 16.6668C1.66699 15.7536 2.40134 15.0119 3.31169 15.0001C3.6551 16.4286 5.08342 17.5001 6.79313 17.5001C8.50284 17.5001 9.93119 16.4287 10.2746 15.0001H16.667Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M6.26742 10.8001C6.56186 10.5719 6.97412 10.5676 7.27327 10.7895L7.33594 10.8408L7.33838 10.8432L7.34408 10.8481L7.36035 10.8635C7.37444 10.8765 7.39444 10.8949 7.41895 10.9181C7.46814 10.9646 7.53719 11.0312 7.61914 11.1134C7.78207 11.2768 8.0019 11.5074 8.2238 11.7742C8.44317 12.0379 8.67945 12.3547 8.86507 12.6889C9.04164 13.0068 9.22152 13.4279 9.22152 13.8787C9.22138 15.053 8.40133 16.4493 6.77767 16.4495C5.22717 16.4495 4.36475 15.1036 4.36475 13.9104C4.36478 13.4649 4.53848 13.0452 4.71061 12.7255C4.89156 12.3895 5.12254 12.0695 5.33724 11.8019C5.55422 11.5314 5.76938 11.2969 5.92887 11.1305C6.00909 11.0468 6.07687 10.9785 6.125 10.9311C6.14892 10.9075 6.16822 10.889 6.18197 10.8757L6.19824 10.8603L6.20312 10.8554L6.20638 10.853L6.26742 10.8001ZM6.6377 12.8451C6.45756 13.0697 6.29308 13.3018 6.1779 13.5157C6.05401 13.7458 6.03146 13.8738 6.03141 13.9104C6.03141 14.4351 6.38082 14.7828 6.77767 14.7828C7.03308 14.7827 7.20676 14.683 7.33106 14.5346C7.46834 14.3706 7.55478 14.1301 7.55485 13.8787C7.55485 13.8474 7.5337 13.7244 7.40837 13.4986C7.29192 13.289 7.12541 13.0607 6.94206 12.8403C6.89086 12.7787 6.83958 12.719 6.78906 12.662C6.73909 12.7205 6.68836 12.782 6.6377 12.8451Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
clip-rule="evenodd"
|
|
15
|
+
d="M15.1794 1.70176C16.6993 1.46081 18.1267 2.49797 18.3678 4.01784C18.6088 5.53775 17.5724 6.96518 16.0526 7.20631L7.57845 8.54909L7.61589 8.78265C7.68788 9.23717 7.37786 9.66437 6.92334 9.73642C6.46882 9.80841 6.04162 9.49759 5.96956 9.04307L5.01091 2.99245C4.93893 2.53794 5.24894 2.11154 5.70345 2.03948C6.15796 1.96752 6.58436 2.27752 6.65641 2.73203L6.70606 3.04453L15.1794 1.70176ZM16.7223 4.27907C16.6255 3.66817 16.0515 3.25125 15.4406 3.34808L6.96647 4.69085L7.14795 5.83343H14.071L15.7913 5.56081C16.4022 5.46396 16.8191 4.88995 16.7223 4.27907Z"
|
|
16
|
+
fill="currentColor"
|
|
17
|
+
fill-rule="evenodd"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M12.7031 11.2817C14.6273 11.282 16.1877 12.8422 16.1878 14.7664C16.1878 16.6907 14.6274 18.2509 12.7031 18.2511C10.7786 18.2511 9.21847 16.6909 9.21842 14.7664C9.21848 13.8683 9.55794 13.0495 10.116 12.4316C10.1391 12.401 10.1639 12.3708 10.1917 12.3429C10.2137 12.321 10.2363 12.3001 10.2601 12.2811C10.8889 11.663 11.7518 11.2817 12.7031 11.2817ZM10.9559 14.266C10.9104 14.4251 10.8851 14.5927 10.8851 14.7664C10.8851 15.7704 11.6991 16.5845 12.7031 16.5845C12.8766 16.5844 13.0439 16.5583 13.2028 16.5129L10.9559 14.266ZM12.7031 12.9484C12.481 12.9484 12.2684 12.9902 12.0716 13.0632L14.4056 15.3971C14.4785 15.2005 14.5211 14.9884 14.5212 14.7664C14.521 13.7627 13.7069 12.9487 12.7031 12.9484Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M13.2248 1.7627C14.8535 1.76298 16.174 3.08314 16.174 4.71191V9.18945C16.1739 9.64196 15.8069 10.0086 15.3545 10.009C14.9018 10.009 14.5343 9.64215 14.5342 9.18945V4.71191C14.5342 3.98866 13.948 3.40197 13.2248 3.40169H6.77539C6.05196 3.40169 5.46517 3.98849 5.46517 4.71191V15.2881C5.46517 16.0115 6.05196 16.5983 6.77539 16.5983H7.34098C7.79356 16.5984 8.16119 16.9652 8.1613 17.4178C8.1613 17.8705 7.79362 18.238 7.34098 18.2381H6.77539C5.14645 18.2381 3.82617 16.917 3.82617 15.2881V4.71191C3.82617 3.08297 5.14645 1.7627 6.77539 1.7627H13.2248Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M10.234 4.63542C10.6864 4.63569 11.0533 5.00251 11.0535 5.45492C11.0535 5.90751 10.6866 6.27414 10.234 6.27441H9.63184C9.17921 6.27441 8.81256 5.9083 8.81234 5.45573C8.81234 5.00297 9.17908 4.63542 9.63184 4.63542H10.234Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M9.99967 9.38729C10.5205 9.38729 10.9428 9.8097 10.9429 10.3305C10.9429 10.8513 10.5205 11.2737 9.99967 11.2737C9.47884 11.2737 9.05648 10.8513 9.05648 10.3305C9.05655 9.80971 9.47889 9.3873 9.99967 9.38729Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M10.7972 1.66919C11.3364 1.66933 11.7737 2.10651 11.7738 2.64575V4.07316C12.2935 4.09535 12.708 4.52294 12.708 5.0481V6.54061H13.11C13.7232 6.54096 14.2208 7.03822 14.2209 7.65145V16.3803C14.2207 17.4576 13.3467 18.3308 12.2694 18.331H7.72998C6.65274 18.3308 5.77945 17.4575 5.7793 16.3803V7.65145C5.7794 7.03804 6.27672 6.54066 6.89014 6.54061H7.29134V5.0481C7.29134 4.52305 7.70605 4.09552 8.22559 4.07316V2.64575C8.22563 2.10653 8.66294 1.66934 9.20215 1.66919H10.7972ZM7.44108 16.3803C7.44124 16.5398 7.57046 16.669 7.72998 16.6692H12.2694C12.4289 16.6691 12.5589 16.5399 12.5591 16.3803V8.20239H7.44108V16.3803ZM8.95313 6.54061H11.0462V5.7325H8.95313V6.54061ZM9.88737 4.07153H10.112V3.33097H9.88737V4.07153Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M12.9245 9.05273C13.4391 9.05284 13.8563 9.46993 13.8563 9.98454C13.8562 10.4991 13.439 10.9162 12.9245 10.9163C12.4098 10.9163 11.9927 10.4992 11.9927 9.98454C11.9927 9.46986 12.4098 9.05273 12.9245 9.05273Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M10.3659 5.06592C12.2438 5.06604 14.0637 5.55636 15.4391 6.38184C16.7903 7.19282 17.8731 8.43911 17.8732 9.98779C17.8732 11.5364 16.7903 12.783 15.4391 13.5946C14.0637 14.4205 12.2439 14.912 10.3659 14.9121C8.39488 14.9121 6.48904 14.185 5.26009 12.9793L3.54948 14.6899L3.45508 14.7713C3.22265 14.9429 2.9137 14.9833 2.64128 14.8706C2.32988 14.7416 2.12695 14.437 2.12695 14.0999V5.89925C2.12703 5.56226 2.32992 5.25834 2.64128 5.12939C2.95262 5.00062 3.31126 5.07177 3.54948 5.31006L5.25928 7.02067C6.50209 5.80339 8.43062 5.06592 10.3659 5.06592ZM10.3659 6.73258C8.48193 6.73258 6.75737 7.60445 5.99577 8.71826C5.85588 8.9229 5.63222 9.0549 5.38542 9.07796C5.13851 9.10094 4.89423 9.01244 4.71891 8.83708L3.79362 7.91178V12.0882L4.72054 11.1613C4.89609 10.9861 5.1409 10.8979 5.38786 10.9212C5.63501 10.9447 5.85948 11.0772 5.99902 11.2826L6.14958 11.4852C6.95634 12.485 8.54912 13.2454 10.3659 13.2454C11.9744 13.2453 13.4918 12.8199 14.5814 12.1655C15.6952 11.4965 16.2065 10.6976 16.2065 9.98779C16.2064 9.27816 15.6952 8.4794 14.5814 7.81087C13.4918 7.157 11.9745 6.73271 10.3659 6.73258Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M17.3538 2.70093C17.8483 2.701 18.2498 3.10162 18.2498 3.59611V5.93009C18.2498 6.16632 18.1558 6.39312 17.9894 6.56079L16.0542 8.50985L17.541 13.19C18.187 15.2241 16.669 17.2995 14.5348 17.2997H13.1042C12.7002 17.2997 12.346 17.0286 12.2399 16.6389L11.0135 12.1305H9.41927C8.83887 12.1305 8.29205 12.0695 7.80225 11.8456C7.35027 11.6389 7.01572 11.3259 6.74756 10.9431L6.63607 10.7747L6.57585 10.6607L5.91992 9.16008H3.82682C3.58956 9.15997 3.3615 9.06495 3.19368 8.89722L2.01204 7.71558C1.84417 7.5477 1.75006 7.31984 1.75 7.08244V4.73706C1.75 4.4941 1.84864 4.26127 2.02344 4.09253L3.20508 2.95158L3.27018 2.89461C3.42777 2.76947 3.62392 2.70102 3.82682 2.70093H17.3538ZM3.54036 5.11629V6.71053L4.19873 7.3689H10.8898C11.2937 7.36904 11.6472 7.63998 11.7533 8.0297L13.7886 15.5085H14.5348C15.4573 15.5084 16.1136 14.6113 15.8345 13.732L14.1833 8.53589C14.0823 8.21812 14.1665 7.87001 14.4014 7.63338L16.4587 5.56063V4.49129H4.18896L3.54036 5.11629ZM8.18229 9.86483C8.32075 10.0774 8.43224 10.164 8.54688 10.2164C8.69492 10.284 8.94199 10.3401 9.41927 10.3401H10.526L10.2054 9.16008H7.87467L8.18229 9.86483Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M4.88314 1.69531C6.01826 1.6955 6.93924 2.61088 6.94938 3.74365H12.873C15.8313 3.74382 18.2302 6.14181 18.2303 9.1001V9.2124C18.2303 9.48158 18.0994 9.7347 17.8804 9.89111C17.6612 10.0473 17.3796 10.0877 17.1252 10.0002C15.3468 9.38804 14.3503 9.15763 13.1921 9.09196V17.4717C13.1918 17.9316 12.8186 18.3047 12.3587 18.305C11.8986 18.305 11.5256 17.9317 11.5254 17.4717V12.0924H9.47461V17.4717C9.47439 17.9315 9.10109 18.3047 8.64128 18.305C8.18117 18.305 7.80816 17.9317 7.80794 17.4717V9.06673H6.94369C6.88463 10.1553 5.98639 11.0197 4.88314 11.0199H3.83659C2.695 11.0199 1.76953 10.0944 1.76953 8.9528V3.76237C1.76964 2.62088 2.69507 1.69531 3.83659 1.69531H4.88314ZM3.83659 3.36198C3.61555 3.36198 3.43631 3.54135 3.4362 3.76237V8.9528C3.4362 9.17391 3.61548 9.35319 3.83659 9.35319H4.88314C5.10409 9.353 5.28353 9.17379 5.28353 8.9528V8.2334C5.28367 8.01254 5.37147 7.80037 5.52767 7.64421C5.68393 7.48819 5.89604 7.40005 6.11686 7.40007L8.64128 7.40088C9.10111 7.40122 9.47439 7.77438 9.47461 8.23421V10.4258H11.5254V8.23503C11.5255 8.01408 11.6133 7.80205 11.7695 7.64583C11.9258 7.48975 12.1378 7.40165 12.3587 7.40169C13.8072 7.40201 14.8591 7.55035 16.4009 8.01449C15.9373 6.50649 14.533 5.41045 12.873 5.41032H6.11686C5.65674 5.41032 5.28372 5.03706 5.28353 4.57699V3.76237C5.28342 3.54147 5.10402 3.36216 4.88314 3.36198H3.83659Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M17.3555 2.33789C19.4034 2.33819 21.0635 3.9989 21.0635 6.04688C21.0633 7.28742 20.4532 8.38448 19.5176 9.05762C20.7902 9.84241 21.6387 11.2486 21.6387 12.8535V19.3652C21.6387 20.6334 20.6109 21.6619 19.3428 21.6621H16.7822C15.3947 21.6621 14.2695 20.537 14.2695 19.1494V17.3545C14.2695 16.8023 14.7174 16.3546 15.2695 16.3545C15.8217 16.3546 16.2695 16.8023 16.2695 17.3545V19.1494C16.2695 19.4324 16.4992 19.6621 16.7822 19.6621H19.3428C19.5063 19.6619 19.6387 19.5288 19.6387 19.3652V12.8535C19.6387 11.4966 18.5385 10.3966 17.1816 10.3965C16.4488 10.3965 16.0195 10.5862 15.7314 10.8135C15.4225 11.0574 15.1828 11.4177 14.9561 11.9111C14.8433 12.1565 14.7426 12.4148 14.6348 12.6953C14.5308 12.9656 14.4166 13.2675 14.291 13.5508C14.0489 14.0968 13.6849 14.7712 13.0146 15.1875C12.3974 15.5708 11.6037 15.5706 10.9863 15.1875C10.316 14.7713 9.95211 14.0968 9.70996 13.5508C9.58434 13.2675 9.47014 12.9656 9.36621 12.6953C9.25833 12.4147 9.15671 12.1565 9.04395 11.9111C8.81718 11.4177 8.57757 11.0574 8.26855 10.8135C7.98052 10.5862 7.55141 10.3965 6.81836 10.3965C5.46138 10.3965 4.36133 11.4965 4.36133 12.8535V19.3652C4.36133 19.5289 4.49451 19.6621 4.6582 19.6621H7.21777C7.50071 19.662 7.73047 19.4324 7.73047 19.1494V17.3545C7.73047 16.8022 8.17822 16.3545 8.73047 16.3545C9.28267 16.3546 9.73047 16.8023 9.73047 17.3545V19.1494C9.73047 20.5369 8.60528 21.662 7.21777 21.6621H4.6582C3.38995 21.6621 2.36133 20.6335 2.36133 19.3652V12.8535C2.36133 11.249 3.20932 9.84251 4.48145 9.05762C3.54628 8.38444 2.93668 7.28709 2.93652 6.04688C2.93652 3.99872 4.59735 2.33789 6.64551 2.33789C8.69346 2.33813 10.3535 3.99887 10.3535 6.04688C10.3534 7.19987 9.82642 8.22909 9.00098 8.90918C9.1801 9.00791 9.34965 9.11835 9.50781 9.24316C10.1755 9.77012 10.5777 10.4589 10.8613 11.0762C11.0037 11.386 11.1252 11.6986 11.2324 11.9775C11.3436 12.2668 11.4376 12.5136 11.5381 12.7402C11.7266 13.1653 11.8762 13.3636 12 13.459C12.1239 13.3636 12.2742 13.1657 12.4629 12.7402C12.5634 12.5137 12.6564 12.2668 12.7676 11.9775C12.8748 11.6987 12.9963 11.386 13.1387 11.0762C13.4223 10.4589 13.8246 9.77009 14.4922 9.24316C14.6501 9.11857 14.8193 9.00778 14.998 8.90918C14.173 8.22909 13.6466 7.19955 13.6465 6.04688C13.6465 3.99872 15.3073 2.33789 17.3555 2.33789ZM6.64551 4.33789C5.70192 4.33789 4.93652 5.10329 4.93652 6.04688C4.93678 6.99024 5.70208 7.75488 6.64551 7.75488C7.58873 7.75464 8.35326 6.99009 8.35352 6.04688C8.35352 5.10344 7.58889 4.33813 6.64551 4.33789ZM17.3555 4.33789C16.4119 4.33789 15.6465 5.10329 15.6465 6.04688C15.6467 6.99024 16.412 7.75488 17.3555 7.75488C18.2986 7.75458 19.0632 6.99006 19.0635 6.04688C19.0635 5.10347 18.2988 4.33819 17.3555 4.33789Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M5.632 14.4369C6.0541 14.4369 6.39604 14.779 6.39616 15.2011C6.39616 15.6232 6.05417 15.966 5.632 15.966C5.20985 15.966 4.86784 15.6232 4.86784 15.2011C4.86795 14.779 5.20992 14.4369 5.632 14.4369Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M7.50293 1.68787C7.77034 1.62644 8.05112 1.70092 8.25325 1.88644C9.12784 2.68952 10.6157 5.00581 10.6157 8.47335C10.6157 9.61973 10.448 10.8542 10.195 12.0695H15.1453C16.8749 12.0697 18.2767 13.4715 18.2769 15.2011C18.2768 16.9307 16.875 18.3332 15.1453 18.3334H4.854C3.12438 18.3332 1.72171 16.9307 1.72168 15.2011C1.72177 14.2841 2.11572 13.4585 2.74382 12.8858C2.74606 12.7888 2.76497 12.6912 2.80159 12.5985L6.91455 2.19405C7.01537 1.93899 7.23568 1.74943 7.50293 1.68787ZM9.15088 13.7386H4.80436C4.01818 13.7649 3.38851 14.4085 3.38835 15.2011C3.38838 16.0102 4.04485 16.6665 4.854 16.6667H15.1453C15.9545 16.6665 16.6102 16.0102 16.6102 15.2011C16.61 14.392 15.9544 13.7364 15.1453 13.7362H9.17936C9.17 13.7366 9.1603 13.7386 9.15088 13.7386ZM4.80192 12.0704C4.81906 12.0701 4.83679 12.0695 4.854 12.0695H8.49089C8.77044 10.8138 8.94903 9.57468 8.94906 8.47335C8.94906 6.5691 8.42858 5.12339 7.91471 4.19601L4.80192 12.0704Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M6.04815 1.69138C6.49474 1.58024 6.9469 1.85192 7.05808 2.29848L8.75649 9.12221H9.57761V7.00632C9.5778 6.54632 9.95093 6.17311 10.4109 6.17299H13.3317C13.5175 6.17299 13.6887 6.2346 13.8273 6.33737C14.0084 6.24354 14.2139 6.19008 14.4319 6.19008C15.1589 6.19012 15.7479 6.77983 15.7479 7.50681C15.7477 8.23365 15.1588 8.82269 14.4319 8.82273C14.3405 8.82273 14.2512 8.81282 14.165 8.79506V9.12221H15.6502C16.1103 9.12221 16.4834 9.49546 16.4835 9.95554V16.4928C16.4835 17.509 15.6597 18.3328 14.6435 18.3328H9.0991C8.08298 18.3327 7.25913 17.5089 7.25909 16.4928V10.9712L5.56882 11.3927C4.58278 11.6379 3.5836 11.0376 3.33819 10.0516L1.98159 4.59909C1.73634 3.61315 2.3369 2.61484 3.32273 2.36928L6.04815 1.69138ZM8.92576 16.4928C8.92579 16.5885 9.00345 16.6661 9.0991 16.6662H14.6435C14.7393 16.6662 14.8168 16.5885 14.8169 16.4928V15.4039H8.92576V16.4928ZM8.92576 13.7373H14.8169V10.7889H8.92576V13.7373ZM3.72556 3.9863C3.63281 4.00953 3.57634 4.10426 3.59942 4.19708L4.95603 9.64874C4.97913 9.74155 5.07318 9.79862 5.16599 9.77569L7.0825 9.29799L5.64207 3.50941L3.72556 3.9863ZM11.2443 9.12221H12.4983V7.83965H11.2443V9.12221Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M9.81865 8.27093C10.4342 7.55235 11.6303 7.1567 12.5026 7.9039L12.5807 7.9747C13.361 8.72753 13.1477 9.91525 12.5514 10.6114C12.1059 11.1315 11.3569 11.4801 10.6463 11.3512L4.91468 18.0422C4.61528 18.3915 4.08899 18.4326 3.73955 18.1334C3.39012 17.8341 3.34925 17.3078 3.6484 16.9583L9.38082 10.2664C9.14461 9.58407 9.37342 8.79085 9.81865 8.27093ZM11.3649 9.1775C11.2916 9.191 11.1825 9.24115 11.0849 9.35491C10.9873 9.46889 10.9535 9.58481 10.9515 9.65928C10.9509 9.68146 10.955 9.69645 10.9572 9.70648C10.9674 9.70719 10.9827 9.70893 11.0052 9.70485C11.0784 9.69142 11.1882 9.64147 11.2859 9.52744C11.3836 9.41343 11.4165 9.29755 11.4186 9.22308C11.4192 9.1998 11.4152 9.18424 11.4129 9.17425C11.4026 9.17359 11.387 9.17345 11.3649 9.1775Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M11.583 1.89642C11.7949 1.69487 12.0969 1.61926 12.3789 1.69703C12.661 1.77491 12.8815 1.99527 12.9599 2.27728C13.3206 3.57449 13.8284 4.09365 14.345 4.53639C14.8955 5.00815 15.7037 5.54873 16.1915 6.7597C16.5402 7.62539 16.6687 8.62428 16.4251 9.56081C16.1747 10.5229 15.5406 11.3729 14.4695 11.881C14.0538 12.0781 13.5568 11.9004 13.3595 11.4846C13.1623 11.0689 13.3393 10.5719 13.755 10.3746C14.3677 10.084 14.6823 9.64034 14.8121 9.1417C14.9486 8.61734 14.8888 7.98673 14.6453 7.38226C14.3446 6.63597 13.9359 6.38094 13.2602 5.80185C12.8202 5.42468 12.373 4.97823 11.985 4.29225C11.9339 4.42689 11.8873 4.56856 11.8507 4.71705C11.7406 5.1637 11.2891 5.43722 10.8424 5.32741C10.3956 5.21732 10.1221 4.76511 10.2321 4.31829C10.4907 3.26855 11.0473 2.40662 11.583 1.89642Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M8.40508 4.23528C8.61877 4.05063 8.9147 3.98451 9.19039 4.06764C9.50533 4.16261 9.7348 4.43469 9.77633 4.761C9.81894 5.09549 9.89224 5.36896 9.9806 5.59189C10.1501 6.01963 9.94113 6.50457 9.51347 6.67425C9.28225 6.76589 9.03468 6.74527 8.82907 6.64088C8.54087 7.34904 8.44873 8.09941 8.59062 8.74131C8.68986 9.19064 8.406 9.63563 7.95667 9.73496C7.50743 9.8341 7.06239 9.55022 6.96302 9.10101C6.59919 7.45505 7.20623 5.61005 8.31881 4.32155L8.40508 4.23528Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M14.1374 2.3252C14.5974 2.32542 14.9706 2.69852 14.9707 3.15853V5.58366C14.9705 6.0436 14.5973 6.41677 14.1374 6.41699H13.9591V8.11621L15.0098 9.06348C15.5848 9.58189 15.913 10.3205 15.9131 11.0947V15.3005C15.9131 16.8104 14.6886 18.0346 13.1787 18.0348H6.8221C5.31207 18.0348 4.08691 16.8105 4.08691 15.3005V10.8807C4.08697 10.7925 4.10214 10.7074 4.1276 10.6276C4.22945 10.0317 4.52584 9.4808 4.97884 9.06755L6.01807 8.11947V6.41699H5.84066C5.38053 6.41699 5.00751 6.04374 5.00732 5.58366V3.15853C5.00743 2.69838 5.38049 2.3252 5.84066 2.3252H14.1374ZM7.68473 8.48812C7.68465 8.72216 7.58574 8.94554 7.41292 9.10335L6.37858 10.0474H11.2646C11.7245 10.0477 12.0977 10.4209 12.098 10.8807V14.2824C12.098 14.7424 11.7246 15.1154 11.2646 15.1157H5.75439V15.3005C5.75439 15.89 6.23254 16.3682 6.8221 16.3682H13.1787C13.7681 16.3679 14.2464 15.8899 14.2464 15.3005V11.0947C14.2464 10.7927 14.1182 10.5044 13.894 10.3021L12.5684 9.10661C12.3931 8.94866 12.2926 8.72401 12.2925 8.48812V6.41699H7.68473V8.48812ZM5.75439 13.4491H10.4313V11.714H5.75439V13.4491ZM6.67399 4.75033H6.83756C6.84204 4.75021 6.84692 4.74951 6.8514 4.74951H13.1258C13.1302 4.74955 13.1353 4.75026 13.1396 4.75033H13.304V3.99186H6.67399V4.75033Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M17.3558 15.502C17.816 15.5021 18.1891 15.8752 18.1891 16.3354C18.189 16.7954 17.8159 17.1686 17.3558 17.1687H2.49984C2.03981 17.1686 1.66664 16.7954 1.6665 16.3354C1.6665 15.8752 2.03972 15.5022 2.49984 15.502H17.3558Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M14.2853 2.83032C14.7454 2.83051 15.1187 3.20353 15.1187 3.66366C15.1187 4.12378 14.7454 4.4968 14.2853 4.49699H13.7108L14.2731 9.23901C14.6762 8.9965 15.1478 8.85495 15.6525 8.8549C17.1327 8.85512 18.333 10.0553 18.3332 11.5356C18.3332 13.0159 17.1328 14.216 15.6525 14.2162C14.5442 14.2161 13.5924 13.5438 13.1842 12.5846H6.81462C6.40637 13.5438 5.45544 14.2162 4.34717 14.2162C2.8668 14.2161 1.6665 13.016 1.6665 11.5356C1.66666 10.0553 2.8669 8.85507 4.34717 8.8549C5.6149 8.8549 6.67627 9.73542 6.9554 10.9179H12.7944L11.957 3.85653C11.8923 3.31054 12.3187 2.83048 12.8685 2.83032H14.2853ZM4.34717 10.5216C3.78737 10.5217 3.33333 10.9758 3.33317 11.5356C3.33317 12.0955 3.78727 12.5494 4.34717 12.5496C4.90721 12.5496 5.36117 12.0956 5.36117 11.5356C5.361 10.9757 4.90711 10.5216 4.34717 10.5216ZM15.6525 10.5216C15.0927 10.5217 14.6379 10.9758 14.6377 11.5356C14.6377 12.0955 15.0926 12.5494 15.6525 12.5496C16.2124 12.5493 16.6665 12.0955 16.6665 11.5356C16.6663 10.9758 16.2123 10.5218 15.6525 10.5216Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M7.00798 6.93945C8.14863 6.93945 9.0734 7.86423 9.0734 9.00488C9.07306 10.1452 8.14841 11.0703 7.00798 11.0703C5.8677 11.0701 4.94289 10.1451 4.94255 9.00488C4.94255 7.86435 5.86749 6.93965 7.00798 6.93945ZM7.00798 8.5752C6.77075 8.57539 6.57829 8.76761 6.57829 9.00488C6.57864 9.24186 6.77096 9.43438 7.00798 9.43457C7.24515 9.43457 7.43731 9.24198 7.43766 9.00488C7.43766 8.76749 7.24537 8.5752 7.00798 8.5752Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
clip-rule="evenodd"
|
|
11
|
+
d="M12.9902 6.93945C14.1309 6.93946 15.0557 7.86424 15.0557 9.00488C15.0553 10.1452 14.1307 11.0703 12.9902 11.0703C11.8499 11.0701 10.9251 10.1451 10.9248 9.00488C10.9248 7.86435 11.8497 6.93965 12.9902 6.93945ZM12.9902 8.5752C12.753 8.57539 12.5605 8.76761 12.5605 9.00488C12.5609 9.24188 12.7532 9.43438 12.9902 9.43457C13.2274 9.43456 13.4196 9.24199 13.4199 9.00488C13.4199 8.7675 13.2276 8.5752 12.9902 8.5752Z"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
clip-rule="evenodd"
|
|
17
|
+
d="M9.99951 1.82227C14.4742 1.82247 18.1017 5.45133 18.1017 9.92611V11.3633C18.1015 12.8211 16.9196 14.0032 15.4618 14.0033H15.1688V16.2673C15.1685 17.3224 14.3131 18.1779 13.258 18.1781H6.74023C5.68526 18.1777 4.82976 17.3222 4.82943 16.2673V14.0033H4.53646C3.0788 14.003 1.8967 12.821 1.89648 11.3633V9.92611C1.89648 5.45132 5.52477 1.82246 9.99951 1.82227ZM9.99951 3.45882C6.42803 3.45901 3.53223 6.35458 3.53223 9.92611V11.3633C3.53245 11.9177 3.98205 12.3681 4.53646 12.3683H5.6473C6.09874 12.3684 6.46495 12.734 6.46517 13.1854V16.2673C6.4655 16.419 6.58852 16.542 6.74023 16.5423H7.9235V15.7562C7.9235 15.3047 8.28991 14.9385 8.74137 14.9383C9.19292 14.9384 9.55924 15.3046 9.55924 15.7562V16.5423H10.4398V15.7562C10.4398 15.3048 10.8055 14.9387 11.2568 14.9383C11.7085 14.9383 12.0747 15.3046 12.0747 15.7562V16.5423H13.258C13.4099 16.5422 13.5327 16.4191 13.533 16.2673V13.1854C13.5333 12.7341 13.8997 12.3686 14.3509 12.3683H15.4618C16.0163 12.3683 16.4658 11.9178 16.466 11.3633V9.92611C16.466 6.35459 13.571 3.45902 9.99951 3.45882Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
fill-rule="evenodd"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M4.48542 2.42619C4.81085 2.10076 5.33837 2.10079 5.66381 2.42619C5.98923 2.75163 5.98924 3.27914 5.66381 3.60457L5.22273 4.04484L6.0642 4.8855L6.62654 4.32398C6.95189 3.99863 7.47947 3.99881 7.80492 4.32398L15.5141 12.0331C16.2682 12.7873 16.4281 13.9078 15.9991 14.8204L17.5738 16.3951C17.8992 16.7205 17.8992 17.2489 17.5738 17.5743C17.2484 17.8997 16.72 17.8997 16.3946 17.5743L14.8199 15.9996C13.9073 16.4286 12.7868 16.2687 12.0326 15.5146L4.32348 7.80542C3.99831 7.47997 3.99815 6.95238 4.32348 6.62703L4.88581 6.0647L4.04434 5.22323L3.60408 5.66431C3.27864 5.98972 2.75112 5.98972 2.42569 5.66431C2.1003 5.33887 2.10028 4.81135 2.42569 4.48592L4.48542 2.42619ZM6.09106 7.21623L13.211 14.3362C13.5215 14.6467 14.0252 14.6467 14.3357 14.3362C14.6462 14.0256 14.6462 13.522 14.3357 13.2115L7.21573 6.09155L6.09106 7.21623Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M3.53398 3.05598C4.25003 2.34001 5.41064 2.34012 6.12675 3.05598L7.77144 4.69986C8.48744 5.41596 8.48745 6.57735 7.77144 7.29344L6.75175 8.31151L7.26689 8.82665C7.29811 8.85769 7.34086 8.87538 7.38489 8.87547H9.80432C10.2906 8.87552 10.7569 9.06877 11.1007 9.41258L18.0742 16.3861C18.3996 16.7115 18.3996 17.239 18.0742 17.5644C17.7487 17.8895 17.2211 17.8897 16.8958 17.5644L9.92232 10.591C9.89103 10.5597 9.84854 10.5422 9.80432 10.5421H7.38489C6.89865 10.5421 6.4315 10.3489 6.08769 10.005L1.9259 5.84243C1.61201 5.52845 1.60232 5.02706 1.89416 4.69986C1.90663 4.68557 1.91883 4.67035 1.93241 4.65672L3.53398 3.05598ZM4.94836 4.23436C4.88312 4.16938 4.77754 4.16927 4.71236 4.23436L3.70081 5.24592L5.58069 7.1258L6.59224 6.11506C6.65749 6.04981 6.65749 5.94349 6.59224 5.87824L4.94836 4.23436Z"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -2,19 +2,25 @@ import IconAccompaniedMinorEach from '@/components/icons/IconAccompaniedMinorEac
|
|
|
2
2
|
import IconAccompaniedMinorNone from '@/components/icons/IconAccompaniedMinorNone.vue'
|
|
3
3
|
import IconAccompaniedMinorOne from '@/components/icons/IconAccompaniedMinorOne.vue'
|
|
4
4
|
import IconAddReceipt from '@/components/icons/IconAddReceipt.vue'
|
|
5
|
+
import IconAerosol from '@/components/icons/IconAerosol.vue'
|
|
5
6
|
import IconAirline from '@/components/icons/IconAirline.vue'
|
|
6
7
|
import IconAirportTerminal from '@/components/icons/IconAirportTerminal.vue'
|
|
7
8
|
import IconAllFlightAlt from '@/components/icons/IconAllFlightAlt.vue'
|
|
8
9
|
import IconArrival from '@/components/icons/IconArrival.vue'
|
|
10
|
+
import IconBaggageBattery from '@/components/icons/IconBaggageBattery.vue'
|
|
9
11
|
import IconBaggageCabinNone from '@/components/icons/IconBaggageCabinNone.vue'
|
|
10
12
|
import IconBaggageCheckedNone from '@/components/icons/IconBaggageCheckedNone.vue'
|
|
11
13
|
import IconBaggagePersonalNone from '@/components/icons/IconBaggagePersonalNone.vue'
|
|
12
14
|
import IconBaggageSet from '@/components/icons/IconBaggageSet.vue'
|
|
13
15
|
import IconBaggageSetPlus from '@/components/icons/IconBaggageSetPlus.vue'
|
|
16
|
+
import IconBomb from '@/components/icons/IconBomb.vue'
|
|
17
|
+
import IconBottle from '@/components/icons/IconBottle.vue'
|
|
14
18
|
import IconBroadcast from '@/components/icons/IconBroadcast.vue'
|
|
15
19
|
import IconCabinBag from '@/components/icons/IconCabinBag.vue'
|
|
16
20
|
import IconCalendar from '@/components/icons/IconCalendar.vue'
|
|
17
21
|
import IconCalendarDelay from '@/components/icons/IconCalendarDelay.vue'
|
|
22
|
+
import IconCampingStove from '@/components/icons/IconCampingStove.vue'
|
|
23
|
+
import IconCarBattery from '@/components/icons/IconCarBattery.vue'
|
|
18
24
|
import IconCheckedBaggage20 from '@/components/icons/IconCheckedBaggage20.vue'
|
|
19
25
|
import IconCheckedBaggage30 from '@/components/icons/IconCheckedBaggage30.vue'
|
|
20
26
|
import IconCheckList from '@/components/icons/IconCheckList.vue'
|
|
@@ -22,7 +28,9 @@ import IconChild from '@/components/icons/IconChild.vue'
|
|
|
22
28
|
import IconCollapse from '@/components/icons/IconCollapse.vue'
|
|
23
29
|
import IconCollapseAlt from '@/components/icons/IconCollapseAlt.vue'
|
|
24
30
|
import IconContact from '@/components/icons/IconContact.vue'
|
|
31
|
+
import IconCorrosive from '@/components/icons/IconCorrosive.vue'
|
|
25
32
|
import IconDeparture from '@/components/icons/IconDeparture.vue'
|
|
33
|
+
import IconDeviceForbidden from '@/components/icons/IconDeviceForbidden.vue'
|
|
26
34
|
import IconDirectFlightAlt from '@/components/icons/IconDirectFlightAlt.vue'
|
|
27
35
|
import IconDistribution from '@/components/icons/IconDistribution.vue'
|
|
28
36
|
import IconDistributionClosed from '@/components/icons/IconDistributionClosed.vue'
|
|
@@ -30,6 +38,7 @@ import IconDistributionExclusivePair from '@/components/icons/IconDistributionEx
|
|
|
30
38
|
import IconDistributionSided from '@/components/icons/IconDistributionSided.vue'
|
|
31
39
|
import IconDistributionSupplySided from '@/components/icons/IconDistributionSupplySided.vue'
|
|
32
40
|
import IconDynamicContent from '@/components/icons/IconDynamicContent.vue'
|
|
41
|
+
import IconECigarette from '@/components/icons/IconECigarette.vue'
|
|
33
42
|
import IconEndDate from '@/components/icons/IconEndDate.vue'
|
|
34
43
|
import IconExpand from '@/components/icons/IconExpand.vue'
|
|
35
44
|
import IconExpandAlt from '@/components/icons/IconExpandAlt.vue'
|
|
@@ -39,6 +48,7 @@ import IconFee from '@/components/icons/IconFee.vue'
|
|
|
39
48
|
import IconFemale from '@/components/icons/IconFemale.vue'
|
|
40
49
|
import IconFindConversation from '@/components/icons/IconFindConversation.vue'
|
|
41
50
|
import IconFire from '@/components/icons/IconFire.vue'
|
|
51
|
+
import IconFish from '@/components/icons/IconFish.vue'
|
|
42
52
|
import IconFlight from '@/components/icons/IconFlight.vue'
|
|
43
53
|
import IconFlightOutwardRoute from '@/components/icons/IconFlightOutwardRoute.vue'
|
|
44
54
|
import IconFlightReturn from '@/components/icons/IconFlightReturn.vue'
|
|
@@ -46,15 +56,21 @@ import IconFlightReturnRoute from '@/components/icons/IconFlightReturnRoute.vue'
|
|
|
46
56
|
import IconFlightSchedule from '@/components/icons/IconFlightSchedule.vue'
|
|
47
57
|
import IconGroup from '@/components/icons/IconGroup.vue'
|
|
48
58
|
import IconGroupBy from '@/components/icons/IconGroupBy.vue'
|
|
59
|
+
import IconGun from '@/components/icons/IconGun.vue'
|
|
60
|
+
import IconHammer from '@/components/icons/IconHammer.vue'
|
|
49
61
|
import IconHandHeart from '@/components/icons/IconHandHeart.vue'
|
|
62
|
+
import IconHandshake from '@/components/icons/IconHandshake.vue'
|
|
50
63
|
import IconHistory from '@/components/icons/IconHistory.vue'
|
|
51
64
|
import IconHourGlass from '@/components/icons/IconHourGlass.vue'
|
|
52
65
|
import IconIdCard from '@/components/icons/IconIdCard.vue'
|
|
53
66
|
import IconInfant from '@/components/icons/IconInfant.vue'
|
|
54
67
|
import IconItinerary from '@/components/icons/IconItinerary.vue'
|
|
68
|
+
import IconKnife from '@/components/icons/IconKnife.vue'
|
|
55
69
|
import IconLeave from '@/components/icons/IconLeave.vue'
|
|
70
|
+
import IconLighter from '@/components/icons/IconLighter.vue'
|
|
56
71
|
import IconMale from '@/components/icons/IconMale.vue'
|
|
57
72
|
import IconMarkup from '@/components/icons/IconMarkup.vue'
|
|
73
|
+
import IconMatches from '@/components/icons/IconMatches.vue'
|
|
58
74
|
import IconMultiSegments from '@/components/icons/IconMultiSegments.vue'
|
|
59
75
|
import IconNoPassport from '@/components/icons/IconNoPassport.vue'
|
|
60
76
|
import IconNoRefund from '@/components/icons/IconNoRefund.vue'
|
|
@@ -66,6 +82,7 @@ import IconOta from '@/components/icons/IconOta.vue'
|
|
|
66
82
|
import IconPaid from '@/components/icons/IconPaid.vue'
|
|
67
83
|
import IconPassport from '@/components/icons/IconPassport.vue'
|
|
68
84
|
import IconPayout from '@/components/icons/IconPayout.vue'
|
|
85
|
+
import IconPills from '@/components/icons/IconPills.vue'
|
|
69
86
|
import IconPlane from '@/components/icons/IconPlane.vue'
|
|
70
87
|
import IconPlane2 from '@/components/icons/IconPlane2.vue'
|
|
71
88
|
import IconPlaneLanding from '@/components/icons/IconPlaneLanding.vue'
|
|
@@ -79,16 +96,20 @@ import IconRoundTrip from '@/components/icons/IconRoundTrip.vue'
|
|
|
79
96
|
import IconRouteNoStop from '@/components/icons/IconRouteNoStop.vue'
|
|
80
97
|
import IconRouteOneStop from '@/components/icons/IconRouteOneStop.vue'
|
|
81
98
|
import IconScheduleChange from '@/components/icons/IconScheduleChange.vue'
|
|
99
|
+
import IconScooter from '@/components/icons/IconScooter.vue'
|
|
82
100
|
import IconSeatEmpty from '@/components/icons/IconSeatEmpty.vue'
|
|
83
101
|
import IconSeatSold from '@/components/icons/IconSeatSold.vue'
|
|
84
102
|
import IconSeatTotal from '@/components/icons/IconSeatTotal.vue'
|
|
103
|
+
import IconSkull from '@/components/icons/IconSkull.vue'
|
|
85
104
|
import IconStartDate from '@/components/icons/IconStartDate.vue'
|
|
86
105
|
import IconSupplier from '@/components/icons/IconSupplier.vue'
|
|
106
|
+
import IconSyringe from '@/components/icons/IconSyringe.vue'
|
|
87
107
|
import IconTemplate from '@/components/icons/IconTemplate.vue'
|
|
88
108
|
import IconThirdParty from '@/components/icons/IconThirdParty.vue'
|
|
89
109
|
import IconTicket from '@/components/icons/IconTicket.vue'
|
|
90
110
|
import IconTimer from '@/components/icons/IconTimer.vue'
|
|
91
111
|
import IconTooltip from '@/components/icons/IconTooltip.vue'
|
|
112
|
+
import IconToothbrush from '@/components/icons/IconToothbrush.vue'
|
|
92
113
|
import IconTrafficControl from '@/components/icons/IconTrafficControl.vue'
|
|
93
114
|
import IconWindowExpand from '@/components/icons/IconWindowExpand.vue'
|
|
94
115
|
|
|
@@ -97,6 +118,7 @@ export const CustomCpIcons = {
|
|
|
97
118
|
'accompanied-minor-none': IconAccompaniedMinorNone,
|
|
98
119
|
'accompanied-minor-one': IconAccompaniedMinorOne,
|
|
99
120
|
'add-receipt': IconAddReceipt,
|
|
121
|
+
aerosol: IconAerosol,
|
|
100
122
|
airline: IconAirline,
|
|
101
123
|
'airport-terminal': IconAirportTerminal,
|
|
102
124
|
'all-flight-alt': IconAllFlightAlt,
|
|
@@ -105,9 +127,14 @@ export const CustomCpIcons = {
|
|
|
105
127
|
'baggage-checked-none': IconBaggageCheckedNone,
|
|
106
128
|
'baggage-personal-none': IconBaggagePersonalNone,
|
|
107
129
|
'baggage-set': IconBaggageSet,
|
|
130
|
+
'baggage-battery': IconBaggageBattery,
|
|
108
131
|
'baggage-set-plus': IconBaggageSetPlus,
|
|
132
|
+
'car-battery': IconCarBattery,
|
|
133
|
+
bomb: IconBomb,
|
|
134
|
+
bottle: IconBottle,
|
|
109
135
|
broadcast: IconBroadcast,
|
|
110
136
|
'calendar-2': IconCalendar,
|
|
137
|
+
'camping-stove': IconCampingStove,
|
|
111
138
|
'calendar-delay': IconCalendarDelay,
|
|
112
139
|
'cabin-bag': IconCabinBag,
|
|
113
140
|
'check-list': IconCheckList,
|
|
@@ -117,15 +144,20 @@ export const CustomCpIcons = {
|
|
|
117
144
|
'collapse-alt': IconCollapseAlt,
|
|
118
145
|
collapse: IconCollapse,
|
|
119
146
|
contact: IconContact,
|
|
147
|
+
corrosive: IconCorrosive,
|
|
120
148
|
departure: IconDeparture,
|
|
121
149
|
'direct-flight-alt': IconDirectFlightAlt,
|
|
150
|
+
'device-forbidden': IconDeviceForbidden,
|
|
122
151
|
distribution: IconDistribution,
|
|
123
152
|
'distribution-closed': IconDistributionClosed,
|
|
124
153
|
'distribution-exclusive-pair': IconDistributionExclusivePair,
|
|
125
154
|
'distribution-sided': IconDistributionSided,
|
|
126
155
|
'distribution-supply-sided': IconDistributionSupplySided,
|
|
127
156
|
'dynamic-content': IconDynamicContent,
|
|
157
|
+
'e-cigarette': IconECigarette,
|
|
128
158
|
'end-date': IconEndDate,
|
|
159
|
+
fish: IconFish,
|
|
160
|
+
gun: IconGun,
|
|
129
161
|
expand: IconExpand,
|
|
130
162
|
'expand-alt': IconExpandAlt,
|
|
131
163
|
fares: IconFares,
|
|
@@ -134,6 +166,7 @@ export const CustomCpIcons = {
|
|
|
134
166
|
female: IconFemale,
|
|
135
167
|
'find-conversation': IconFindConversation,
|
|
136
168
|
fire: IconFire,
|
|
169
|
+
hammer: IconHammer,
|
|
137
170
|
flight: IconFlight,
|
|
138
171
|
'flight-outward-route': IconFlightOutwardRoute,
|
|
139
172
|
'flight-return': IconFlightReturn,
|
|
@@ -142,14 +175,18 @@ export const CustomCpIcons = {
|
|
|
142
175
|
group: IconGroup,
|
|
143
176
|
'group-by': IconGroupBy,
|
|
144
177
|
'hand-heart': IconHandHeart,
|
|
178
|
+
handshake: IconHandshake,
|
|
145
179
|
history: IconHistory,
|
|
146
180
|
'hour-glass': IconHourGlass,
|
|
147
181
|
'id-card': IconIdCard,
|
|
148
182
|
infant: IconInfant,
|
|
149
183
|
itinerary: IconItinerary,
|
|
184
|
+
knife: IconKnife,
|
|
150
185
|
leave: IconLeave,
|
|
186
|
+
lighter: IconLighter,
|
|
151
187
|
male: IconMale,
|
|
152
188
|
markup: IconMarkup,
|
|
189
|
+
matches: IconMatches,
|
|
153
190
|
'multi-segments': IconMultiSegments,
|
|
154
191
|
'no-passport': IconNoPassport,
|
|
155
192
|
'no-refund': IconNoRefund,
|
|
@@ -161,6 +198,7 @@ export const CustomCpIcons = {
|
|
|
161
198
|
paid: IconPaid,
|
|
162
199
|
passport: IconPassport,
|
|
163
200
|
payout: IconPayout,
|
|
201
|
+
pills: IconPills,
|
|
164
202
|
plane: IconPlane,
|
|
165
203
|
'plane-takeoff': IconPlaneTakeoff,
|
|
166
204
|
'plane-landing': IconPlaneLanding,
|
|
@@ -174,14 +212,18 @@ export const CustomCpIcons = {
|
|
|
174
212
|
'route-no-stop': IconRouteNoStop,
|
|
175
213
|
'route-one-stop': IconRouteOneStop,
|
|
176
214
|
'schedule-change': IconScheduleChange,
|
|
215
|
+
scooter: IconScooter,
|
|
177
216
|
'seat-empty': IconSeatEmpty,
|
|
178
217
|
'seat-sold': IconSeatSold,
|
|
179
218
|
'seat-total': IconSeatTotal,
|
|
219
|
+
skull: IconSkull,
|
|
180
220
|
'start-date': IconStartDate,
|
|
181
221
|
supplier: IconSupplier,
|
|
222
|
+
syringe: IconSyringe,
|
|
182
223
|
template: IconTemplate,
|
|
183
224
|
'third-party': IconThirdParty,
|
|
184
225
|
ticket: IconTicket,
|
|
226
|
+
toothbrush: IconToothbrush,
|
|
185
227
|
timer: IconTimer,
|
|
186
228
|
tooltip: IconTooltip,
|
|
187
229
|
'traffic-control': IconTrafficControl,
|