ca-components 2.0.72 → 2.0.73
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/assets/scss/mixins.scss +23 -3
- package/fesm2022/ca-components.mjs +177 -38
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-contacts-card/ca-contacts-card.component.d.ts +2 -1
- package/lib/components/ca-custom-card/ca-custom-card.component.d.ts +2 -1
- package/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.d.ts +2 -2
- package/lib/components/ca-load-status/ca-load-status.component.d.ts +4 -1
- package/lib/components/ca-load-status/enums/load-status-svg-colors.enum.d.ts +2 -1
- package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +3 -1
- package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts +1 -0
- package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.d.ts +4 -1
- package/lib/enums/dispatch-status.enum.d.ts +23 -0
- package/lib/enums/index.d.ts +1 -0
- package/lib/pipes/dispatch-status-colors.pipe.d.ts +7 -0
- package/package.json +1 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_bottom-dump.svg +4 -4
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_carhauler-stinger.svg +4 -5
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_carhauler.svg +5 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_chassis.svg +5 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_conestoga.svg +13 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_container.svg +6 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_dryvan.svg +5 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_end-dump.svg +4 -4
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_flatbed.svg +5 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_hopper.svg +5 -5
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_low-boy.svg +6 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_reefer.svg +5 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_side-kit.svg +6 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_step-deck.svg +7 -1
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_tanker-pneumatic.svg +4 -5
- package/src/assets/ca-components/svg/common/trailers/ic_trailer_tanker.svg +4 -5
- package/src/assets/ca-components/svg/common/trucks/ic_truck_box-truck.svg +7 -1
- package/src/assets/ca-components/svg/common/trucks/ic_truck_car-hauler.svg +7 -1
- package/src/assets/ca-components/svg/common/trucks/ic_truck_cargo-van.svg +5 -1
- package/src/assets/ca-components/svg/common/trucks/ic_truck_cement.svg +7 -7
- package/src/assets/ca-components/svg/common/trucks/ic_truck_dump.svg +7 -7
- package/src/assets/ca-components/svg/common/trucks/ic_truck_garbage.svg +9 -9
- package/src/assets/ca-components/svg/common/trucks/ic_truck_reefer.svg +5 -5
- package/src/assets/ca-components/svg/common/trucks/ic_truck_semi-truck.svg +8 -1
- package/src/assets/ca-components/svg/common/trucks/ic_truck_semi-wSleeper.svg +7 -8
- package/src/assets/ca-components/svg/common/trucks/ic_truck_spotter.svg +6 -1
- package/src/assets/ca-components/svg/common/trucks/ic_truck_tow-truck.svg +8 -1
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class CaContactsCardComponent {
|
|
8
8
|
private clipboard;
|
|
9
9
|
departmentContacts: IContactDepartment[];
|
|
10
|
+
searchText: string;
|
|
10
11
|
onEditClick: EventEmitter<number>;
|
|
11
12
|
onDeleteClick: EventEmitter<number>;
|
|
12
13
|
hoveredContactId: number | null;
|
|
@@ -24,5 +25,5 @@ export declare class CaContactsCardComponent {
|
|
|
24
25
|
onEditEvent(contactId: number): void;
|
|
25
26
|
onDeleteEvent(contactId: number): void;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaContactsCardComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaContactsCardComponent, "app-ca-contacts-card", never, { "departmentContacts": { "alias": "departmentContacts"; "required": false; }; }, { "onEditClick": "onEditClick"; "onDeleteClick": "onDeleteClick"; }, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaContactsCardComponent, "app-ca-contacts-card", never, { "departmentContacts": { "alias": "departmentContacts"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; }, { "onEditClick": "onEditClick"; "onDeleteClick": "onDeleteClick"; }, never, never, true, never>;
|
|
28
29
|
}
|
|
@@ -24,6 +24,7 @@ export declare class CaCustomCardComponent<T> implements OnDestroy {
|
|
|
24
24
|
isDisabledCard: boolean;
|
|
25
25
|
isHeaderHidden?: boolean;
|
|
26
26
|
isTwoRowTitle?: boolean;
|
|
27
|
+
isAlwaysOpen: boolean;
|
|
27
28
|
animationMarginParams: {
|
|
28
29
|
marginTop: string;
|
|
29
30
|
marginBottom: string;
|
|
@@ -55,5 +56,5 @@ export declare class CaCustomCardComponent<T> implements OnDestroy {
|
|
|
55
56
|
onPlusIconClick(event: MouseEvent): void;
|
|
56
57
|
ngOnDestroy(): void;
|
|
57
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaCustomCardComponent<any>, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaCustomCardComponent<any>, "app-ca-custom-card", never, { "headerLeftSideTemplate": { "alias": "headerLeftSideTemplate"; "required": false; }; "headerRightSideTemplate": { "alias": "headerRightSideTemplate"; "required": false; }; "headerLeftSideContext": { "alias": "headerLeftSideContext"; "required": false; }; "headerRightSideClass": { "alias": "headerRightSideClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "isAnimationsDisabled": { "alias": "isAnimationsDisabled"; "required": false; }; "cardName": { "alias": "cardName"; "required": false; }; "cardSubText": { "alias": "cardSubText"; "required": false; }; "hasArrow": { "alias": "hasArrow"; "required": false; }; "hasPlusIcon": { "alias": "hasPlusIcon"; "required": false; }; "isPlusIconDisabled": { "alias": "isPlusIconDisabled"; "required": false; }; "plusIconTooltip": { "alias": "plusIconTooltip"; "required": false; }; "isHeaderSvgEnabled": { "alias": "isHeaderSvgEnabled"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "hasDivider": { "alias": "hasDivider"; "required": false; }; "hasBodyData": { "alias": "hasBodyData"; "required": false; }; "hasScrollBody": { "alias": "hasScrollBody"; "required": false; }; "isStayOpen": { "alias": "isStayOpen"; "required": false; }; "isDisabledCard": { "alias": "isDisabledCard"; "required": false; }; "isHeaderHidden": { "alias": "isHeaderHidden"; "required": false; }; "isTwoRowTitle": { "alias": "isTwoRowTitle"; "required": false; }; "animationMarginParams": { "alias": "animationMarginParams"; "required": false; }; "isCardOpen": { "alias": "isCardOpen"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "customNameClass": { "alias": "customNameClass"; "required": false; }; "customDividerClass": { "alias": "customDividerClass"; "required": false; }; }, { "onActionEvent": "onActionEvent"; "onOpenCard": "onOpenCard"; }, never, ["*"], true, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaCustomCardComponent<any>, "app-ca-custom-card", never, { "headerLeftSideTemplate": { "alias": "headerLeftSideTemplate"; "required": false; }; "headerRightSideTemplate": { "alias": "headerRightSideTemplate"; "required": false; }; "headerLeftSideContext": { "alias": "headerLeftSideContext"; "required": false; }; "headerRightSideClass": { "alias": "headerRightSideClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "isAnimationsDisabled": { "alias": "isAnimationsDisabled"; "required": false; }; "cardName": { "alias": "cardName"; "required": false; }; "cardSubText": { "alias": "cardSubText"; "required": false; }; "hasArrow": { "alias": "hasArrow"; "required": false; }; "hasPlusIcon": { "alias": "hasPlusIcon"; "required": false; }; "isPlusIconDisabled": { "alias": "isPlusIconDisabled"; "required": false; }; "plusIconTooltip": { "alias": "plusIconTooltip"; "required": false; }; "isHeaderSvgEnabled": { "alias": "isHeaderSvgEnabled"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "hasDivider": { "alias": "hasDivider"; "required": false; }; "hasBodyData": { "alias": "hasBodyData"; "required": false; }; "hasScrollBody": { "alias": "hasScrollBody"; "required": false; }; "isStayOpen": { "alias": "isStayOpen"; "required": false; }; "isDisabledCard": { "alias": "isDisabledCard"; "required": false; }; "isHeaderHidden": { "alias": "isHeaderHidden"; "required": false; }; "isTwoRowTitle": { "alias": "isTwoRowTitle"; "required": false; }; "isAlwaysOpen": { "alias": "isAlwaysOpen"; "required": false; }; "animationMarginParams": { "alias": "animationMarginParams"; "required": false; }; "isCardOpen": { "alias": "isCardOpen"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "customNameClass": { "alias": "customNameClass"; "required": false; }; "customDividerClass": { "alias": "customDividerClass"; "required": false; }; }, { "onActionEvent": "onActionEvent"; "onOpenCard": "onOpenCard"; }, never, ["*"], true, never>;
|
|
59
60
|
}
|
|
@@ -9,8 +9,8 @@ export declare enum eDropdownMenu {
|
|
|
9
9
|
SELECT_MENU_TYPE = "select-menu-type",
|
|
10
10
|
EMPTY_STRING_PLACEHOLDER = "",
|
|
11
11
|
BACK_TO_MENU = "Back To Menu",
|
|
12
|
-
CLOSE_MENU = "Close
|
|
13
|
-
OPEN_MENU = "Open
|
|
12
|
+
CLOSE_MENU = "Close Menu",
|
|
13
|
+
OPEN_MENU = "Open Menu",
|
|
14
14
|
MORE = "More",
|
|
15
15
|
RESET_TABLE_TITLE = "Reset Table"
|
|
16
16
|
}
|
|
@@ -21,6 +21,9 @@ export declare class CaLoadStatusComponent implements OnInit {
|
|
|
21
21
|
isDisabledClick: boolean;
|
|
22
22
|
isSelectedItem: boolean;
|
|
23
23
|
isFilter: boolean;
|
|
24
|
+
isDispatchStatus: boolean;
|
|
25
|
+
dispatchTime: string;
|
|
26
|
+
isDispatchShowTimeAlways: boolean;
|
|
24
27
|
_status: SelectedStatus;
|
|
25
28
|
displayString: string[];
|
|
26
29
|
isStatusFocused: boolean;
|
|
@@ -32,5 +35,5 @@ export declare class CaLoadStatusComponent implements OnInit {
|
|
|
32
35
|
onStatusBlur(): void;
|
|
33
36
|
private onRowHover;
|
|
34
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaLoadStatusComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaLoadStatusComponent, "app-ca-load-status", never, { "status": { "alias": "status"; "required": false; }; "isRowHover": { "alias": "isRowHover"; "required": false; }; "time": { "alias": "time"; "required": false; }; "isNoStyle": { "alias": "isNoStyle"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isTitleCardDropdown": { "alias": "isTitleCardDropdown"; "required": false; }; "isDark": { "alias": "isDark"; "required": false; }; "isMarked": { "alias": "isMarked"; "required": false; }; "isDropdownStatusChange": { "alias": "isDropdownStatusChange"; "required": false; }; "isDefaultHoverFocus": { "alias": "isDefaultHoverFocus"; "required": false; }; "isNoStatesColor": { "alias": "isNoStatesColor"; "required": false; }; "isStatusCard": { "alias": "isStatusCard"; "required": false; }; "isTableBigStatus": { "alias": "isTableBigStatus"; "required": false; }; "isDisabledClick": { "alias": "isDisabledClick"; "required": false; }; "isSelectedItem": { "alias": "isSelectedItem"; "required": false; }; "isFilter": { "alias": "isFilter"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaLoadStatusComponent, "app-ca-load-status", never, { "status": { "alias": "status"; "required": false; }; "isRowHover": { "alias": "isRowHover"; "required": false; }; "time": { "alias": "time"; "required": false; }; "isNoStyle": { "alias": "isNoStyle"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isTitleCardDropdown": { "alias": "isTitleCardDropdown"; "required": false; }; "isDark": { "alias": "isDark"; "required": false; }; "isMarked": { "alias": "isMarked"; "required": false; }; "isDropdownStatusChange": { "alias": "isDropdownStatusChange"; "required": false; }; "isDefaultHoverFocus": { "alias": "isDefaultHoverFocus"; "required": false; }; "isNoStatesColor": { "alias": "isNoStatesColor"; "required": false; }; "isStatusCard": { "alias": "isStatusCard"; "required": false; }; "isTableBigStatus": { "alias": "isTableBigStatus"; "required": false; }; "isDisabledClick": { "alias": "isDisabledClick"; "required": false; }; "isSelectedItem": { "alias": "isSelectedItem"; "required": false; }; "isFilter": { "alias": "isFilter"; "required": false; }; "isDispatchStatus": { "alias": "isDispatchStatus"; "required": false; }; "dispatchTime": { "alias": "dispatchTime"; "required": false; }; "isDispatchShowTimeAlways": { "alias": "isDispatchShowTimeAlways"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
39
|
}
|
|
@@ -8,5 +8,6 @@ export declare enum eLoadStatusSvgColors {
|
|
|
8
8
|
RED_BOLD = "color-background-red-bold",
|
|
9
9
|
BROWN_BOLD = "color-background-brown-bold",
|
|
10
10
|
BLACK_200 = "color-background-black-200",
|
|
11
|
-
YELLOW_BOLD = "color-background-yellow-bold"
|
|
11
|
+
YELLOW_BOLD = "color-background-yellow-bold",
|
|
12
|
+
PURPLE_BOLD = "color-background-purple-bold"
|
|
12
13
|
}
|
|
@@ -5,6 +5,8 @@ import { ChipsModel, ITabData } from './models';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaSearchMultipleStatesComponent implements OnInit, OnDestroy {
|
|
7
7
|
private searchMultipleStatesService;
|
|
8
|
+
private elementRef;
|
|
9
|
+
onDocumentClick(event: MouseEvent): void;
|
|
8
10
|
tableSearchInput: ElementRef;
|
|
9
11
|
toolbarSearch?: boolean;
|
|
10
12
|
selectedTabData: ITabData;
|
|
@@ -23,7 +25,7 @@ export declare class CaSearchMultipleStatesComponent implements OnInit, OnDestro
|
|
|
23
25
|
private chipsForHighlightSearch;
|
|
24
26
|
private typingTimeout;
|
|
25
27
|
private destroy$;
|
|
26
|
-
constructor(searchMultipleStatesService: CaSearchMultipleStatesService);
|
|
28
|
+
constructor(searchMultipleStatesService: CaSearchMultipleStatesService, elementRef: ElementRef);
|
|
27
29
|
ngOnInit(): void;
|
|
28
30
|
initDeleteAllChipsListener(): void;
|
|
29
31
|
toggleSearch(): void;
|
package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare class CaSearchMultipleStates2Component implements OnInit {
|
|
|
31
31
|
private focusSearchInput;
|
|
32
32
|
addSearchItem(): void;
|
|
33
33
|
clearAll(): void;
|
|
34
|
+
onClearValuesAction(): void;
|
|
34
35
|
deleteSearchQueryItem(index: number): void;
|
|
35
36
|
removeSearchItem(searchItem: string): void;
|
|
36
37
|
toggleSearch(): void;
|
|
@@ -6,6 +6,9 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class CaStatusChangeDropdownComponent {
|
|
7
7
|
statuses?: LoadPossibleStatusesResponse;
|
|
8
8
|
width?: number;
|
|
9
|
+
isDispatchStatus: boolean;
|
|
10
|
+
currentStatus?: LoadStatusResponse;
|
|
11
|
+
currentStatusTime: string;
|
|
9
12
|
onNextStatus: EventEmitter<LoadStatusResponse>;
|
|
10
13
|
onPreviousStatus: EventEmitter<LoadStatusResponse>;
|
|
11
14
|
sharedSvgRoutes: typeof SharedSvgRoutes;
|
|
@@ -13,5 +16,5 @@ export declare class CaStatusChangeDropdownComponent {
|
|
|
13
16
|
onNextStatusEvent(status: LoadStatusResponse): void;
|
|
14
17
|
onPreviousStatusEvent(status?: LoadStatusResponse): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaStatusChangeDropdownComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaStatusChangeDropdownComponent, "app-ca-status-change-dropdown", never, { "statuses": { "alias": "statuses"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "onNextStatus": "onNextStatus"; "onPreviousStatus": "onPreviousStatus"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaStatusChangeDropdownComponent, "app-ca-status-change-dropdown", never, { "statuses": { "alias": "statuses"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDispatchStatus": { "alias": "isDispatchStatus"; "required": false; }; "currentStatus": { "alias": "currentStatus"; "required": false; }; "currentStatusTime": { "alias": "currentStatusTime"; "required": false; }; }, { "onNextStatus": "onNextStatus"; "onPreviousStatus": "onPreviousStatus"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare enum eDispatchStatus {
|
|
2
|
+
Off = 1,
|
|
3
|
+
Available = 2,
|
|
4
|
+
Dispatched = 3,
|
|
5
|
+
DeadHeading = 4,
|
|
6
|
+
Canceled = 5,
|
|
7
|
+
Repair = 6,
|
|
8
|
+
DispatchedRepair = 7,
|
|
9
|
+
LoadedRepair = 8,
|
|
10
|
+
Towing = 9,
|
|
11
|
+
CheckedIn = 10,
|
|
12
|
+
Loaded = 11,
|
|
13
|
+
Empty = 12,
|
|
14
|
+
Offloaded = 13,
|
|
15
|
+
Loading = 14,
|
|
16
|
+
Offloading = 15,
|
|
17
|
+
Break = 16,
|
|
18
|
+
ArrivedPickup = 17,
|
|
19
|
+
ArrivedDelivery = 18,
|
|
20
|
+
CheckedInPickup = 19,
|
|
21
|
+
CheckedInDelivery = 20,
|
|
22
|
+
Split = 21
|
|
23
|
+
}
|
package/lib/enums/index.d.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DispatchStatusColorsPipe implements PipeTransform {
|
|
4
|
+
transform(statusId?: number): string | undefined;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DispatchStatusColorsPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DispatchStatusColorsPipe, "dispatchStatusColors", true>;
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="40" height="14" viewBox="0 0 40 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 14C33.8954 14 33 13.1046 33 12C33 10.8954 33.8954 10 35 10C36.1046 10 37 10.8954 37 12C37 13.1046 36.1046 14 35 14Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 14C28.8954 14 28 13.1046 28 12C28 10.8954 28.8954 10 30 10C31.1046 10 32 10.8954 32 12C32 13.1046 31.1046 14 30 14Z" fill="#919191"/>
|
|
4
|
+
<path d="M6 0H34L40 8.5V12C40 12.552 39.552 13 39 13V11L38.5 10H38V11H37.291C36.904 10.118 36.023 9.5 35 9.5C33.977 9.5 33.096 10.118 32.709 11H32.29C31.903 10.118 31.022 9.5 29.999 9.5C28.976 9.5 28.095 10.118 27.708 11H26.999V9.5H25.499L24.499 10.5V12H15.499V10.5L14.499 9.5H12.999V13.5C13.275 13.5 13.499 13.724 13.499 14H11.499C11.499 13.724 11.723 13.5 11.999 13.5V10.501L8.999 9.501H0.998999C0.447 9.501 0 9.052 0 8.5L5.999 0.00100002L6 0ZM38.776 8.5L37.385 6.529L35.414 8.5H38.776ZM34 8.5L36.8 5.7L33.697 1.304L30.251 4.75L34.001 8.5H34ZM32.585 8.5L29.542 5.457L26.999 8H12.999L10.456 5.457L7.413 8.5H32.585ZM6.304 1.304L3.201 5.701L6.001 8.501L9.751 4.751L6.304 1.304ZM4.586 8.5L2.615 6.529L1.224 8.5H4.586Z" fill="#919191"/>
|
|
5
5
|
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</g>
|
|
1
|
+
<svg width="41" height="16" viewBox="0 0 41 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 11H6.021L2.021 7H1C0.448001 7 0 6.552 0 6H12.33L13 4.84V3C12.448 3 12 2.552 12 2H13V0H14V2H24V0H25V2H35V0H36V2H37C37 2.552 36.552 3 36 3V8H41C41 8.552 40.552 9 40 9H39L36 12L37.5 13.5H41V14C41 14.552 40.552 15 40 15H36V14.25C36 13.472 35.603 12.784 35 12.38V9H29.479L31.5 12.5H32.338C31.888 12.863 31.581 13.396 31.514 14H30.486C30.419 13.396 30.112 12.863 29.662 12.5H30.345L28.325 9H25V13.5L26 12.5H26.838C26.327 12.913 26 13.544 26 14.25V15H14V15.5C14.276 15.5 14.5 15.724 14.5 16H12.5C12.5 15.724 12.724 15.5 13 15.5V15H1.5C0.672 15 0 14.329 0 13.5H8L8.866 12H1C0.448001 12 0 11.552 0 11ZM36 10.586L37.586 9H36V10.586ZM28.902 8H35V3H26.015L28.902 8ZM25 8H27.747L25 3.242V8ZM14 13.5H24V9.414L21.414 12H14V13.5ZM14 11H21L24 8V3H14V11ZM13 6.84L10.598 11H13V6.84ZM13 13.5V12H10.021L9.155 13.5H13ZM9.443 11L11.753 7H3.436L7.436 11H9.443Z" fill="#919191"/>
|
|
3
|
+
<path d="M33.75 16C32.7835 16 32 15.2165 32 14.25C32 13.2835 32.7835 12.5 33.75 12.5C34.7165 12.5 35.5 13.2835 35.5 14.25C35.5 15.2165 34.7165 16 33.75 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M28.25 16C27.2835 16 26.5 15.2165 26.5 14.25C26.5 13.2835 27.2835 12.5 28.25 12.5C29.2165 12.5 30 13.2835 30 14.25C30 15.2165 29.2165 16 28.25 16Z" fill="#919191"/>
|
|
6
5
|
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="41" height="16" viewBox="0 0 41 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36.25 16C35.2835 16 34.5 15.2165 34.5 14.25C34.5 13.2835 35.2835 12.5 36.25 12.5C37.2165 12.5 38 13.2835 38 14.25C38 15.2165 37.2165 16 36.25 16Z" fill="#919191"/>
|
|
3
|
+
<path d="M30.75 16C29.7835 16 29 15.2165 29 14.25C29 13.2835 29.7835 12.5 30.75 12.5C31.7165 12.5 32.5 13.2835 32.5 14.25C32.5 15.2165 31.7165 16 30.75 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M22 4L26 0L40.489 3.882C40.346 4.415 39.798 4.732 39.264 4.589L38.5 4.384V12L40 13.499H41V13.999C41 14.551 40.552 14.999 40 14.999H38.5V14.249C38.5 13.471 38.103 12.783 37.5 12.379V4.117L36.363 3.812L34.035 12.5H34.838C34.388 12.863 34.081 13.396 34.014 14H32.986C32.919 13.396 32.612 12.863 32.162 12.5H33L35.397 3.553L30.634 2.277L28.179 6.528L29.499 7V12.38C28.896 12.784 28.499 13.471 28.499 14.25V15H13.999V15.5C14.275 15.5 14.499 15.724 14.499 16H12.499C12.499 15.724 12.723 15.5 12.999 15.5V13L11.499 11.5H0.998999C0.447 11.5 0 11.052 0 10.5V7.25L12.999 4H22ZM29.634 2.009L26.299 1.115L22.805 4.609L27.222 6.187L29.634 2.01V2.009ZM27 13.5L28.5 12V7.705L27.671 7.409L24.154 13.5H27ZM22.5 13.5H23L26.714 7.067L22.5 5.562V13.5ZM21.5 13.5V5H14V13.5H21.5ZM13 11.586V5.031L7.756 6.342L13 11.586ZM1 10.5H10.5L6.625 6.625L1 8.031V10.5Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 0C0 0.552 0.448 1 1 1H10L11.5 2.5H12V5C11.724 5 11.5 5.224 11.5 5.5H13.5C13.5 5.224 13.276 5 13 5V2.5H13.5L15 1H26V2.5H26.71C27.095 1.618 27.976 1 29 1C30.024 1 30.905 1.618 31.29 2.5H31.71C32.095 1.618 32.976 1 34 1C35.024 1 35.905 1.618 36.29 2.5H37V1.5H38.5L39 2.5V4.5C39.552 4.5 40 4.052 40 3.5V1C40 0.448 39.552 0 39 0H0Z" fill="#919191"/>
|
|
3
|
+
<path d="M34 5.5C32.8954 5.5 32 4.60457 32 3.5C32 2.39543 32.8954 1.5 34 1.5C35.1046 1.5 36 2.39543 36 3.5C36 4.60457 35.1046 5.5 34 5.5Z" fill="#919191"/>
|
|
4
|
+
<path d="M29 5.5C27.8954 5.5 27 4.60457 27 3.5C27 2.39543 27.8954 1.5 29 1.5C30.1046 1.5 31 2.39543 31 3.5C31 4.60457 30.1046 5.5 29 5.5Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="15" viewBox="0 0 40 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 9.5C0 10.052 0.448 10.5 1 10.5H9L12 11.5V14.5C11.724 14.5 11.5 14.724 11.5 15H13.5C13.5 14.724 13.276 14.5 13 14.5V11.5H27.001C27.457 10.893 28.184 10.5 29 10.5C29.816 10.5 30.543 10.893 30.999 11.5H34.001C34.457 10.893 35.184 10.5 36 10.5C36.816 10.5 37.543 10.893 37.999 11.5H38.75L39 12V14C39.552 14 40 13.552 40 13V9.5H0Z" fill="#919191"/>
|
|
3
|
+
<path d="M36 15C34.8954 15 34 14.1046 34 13C34 11.8954 34.8954 11 36 11C37.1046 11 38 11.8954 38 13C38 14.1046 37.1046 15 36 15Z" fill="#919191"/>
|
|
4
|
+
<path d="M29 15C27.8954 15 27 14.1046 27 13C27 11.8954 27.8954 11 29 11C30.1046 11 31 11.8954 31 13C31 14.1046 30.1046 15 29 15Z" fill="#919191"/>
|
|
5
|
+
<path d="M39 1H35.5C35.224 1 35 1.224 35 1.5V9H40V2C40 1.448 39.552 1 39 1Z" fill="#919191"/>
|
|
6
|
+
<path d="M34 1H30.5C30.224 1 30 1.224 30 1.5V9H34.5V1.5C34.5 1.224 34.276 1 34 1Z" fill="#919191"/>
|
|
7
|
+
<path d="M29 1H25.5C25.224 1 25 1.224 25 1.5V9H29.5V1.5C29.5 1.224 29.276 1 29 1Z" fill="#919191"/>
|
|
8
|
+
<path d="M24 1H20.5C20.224 1 20 1.224 20 1.5V9H24.5V1.5C24.5 1.224 24.276 1 24 1Z" fill="#919191"/>
|
|
9
|
+
<path d="M9.5 0C9.224 0 9 0.224 9 0.5V9H10V0.5C10 0.224 9.776 0 9.5 0Z" fill="#919191"/>
|
|
10
|
+
<path d="M11.625 0H11.375C10.892 0 10.5 0.392 10.5 0.875V9H12.5V0.875C12.5 0.392 12.108 0 11.625 0Z" fill="#919191"/>
|
|
11
|
+
<path d="M14.125 0.5H13.875C13.392 0.5 13 0.892 13 1.375V9H15V1.375C15 0.892 14.608 0.5 14.125 0.5Z" fill="#919191"/>
|
|
12
|
+
<path d="M18.5 0.5H16.5C15.948 0.5 15.5 0.948 15.5 1.5V9H19.5V1.5C19.5 0.948 19.052 0.5 18.5 0.5Z" fill="#919191"/>
|
|
13
|
+
</svg>
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="16" viewBox="0 0 40 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M40 10.5V14C40 14.552 39.552 15 39 15V13L38.5 12H37V13H36.291C35.904 12.118 35.023 11.5 34 11.5C32.977 11.5 32.096 12.118 31.709 13H31.29C30.903 12.118 30.022 11.5 28.999 11.5C27.976 11.5 27.095 12.118 26.708 13H25.999V11.5H14.999L13.499 13H12.999V15.5C13.275 15.5 13.499 15.724 13.499 16H11.499C11.499 15.724 11.723 15.5 11.999 15.5V13H11.499L9.999 11.5H0.998999C0.446999 11.5 0 11.052 0 10.5H40Z" fill="#919191"/>
|
|
3
|
+
<path d="M34 16C32.8954 16 32 15.1046 32 14C32 12.8954 32.8954 12 34 12C35.1046 12 36 12.8954 36 14C36 15.1046 35.1046 16 34 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M29 16C27.8954 16 27 15.1046 27 14C27 12.8954 27.8954 12 29 12C30.1046 12 31 12.8954 31 14C31 15.1046 30.1046 16 29 16Z" fill="#919191"/>
|
|
5
|
+
<path d="M1 0H39C39.552 0 40 0.448 40 1V10H0V1C0 0.448 0.448 0 1 0ZM34.75 9H35V1H34.75V9ZM28.75 9H29V1H28.75V9ZM22.75 9H23V1H22.75V9ZM16.75 9H17V1H16.75V9ZM10.75 9H11V1H10.75V9ZM4.75 9H5V1H4.75V9Z" fill="#919191"/>
|
|
6
|
+
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="16" viewBox="0 0 40 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M34 16C32.8954 16 32 15.1046 32 14C32 12.8954 32.8954 12 34 12C35.1046 12 36 12.8954 36 14C36 15.1046 35.1046 16 34 16Z" fill="#919191"/>
|
|
3
|
+
<path d="M29 16C27.8954 16 27 15.1046 27 14C27 12.8954 27.8954 12 29 12C30.1046 12 31 12.8954 31 14C31 15.1046 30.1046 16 29 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M39 0C39.552 0 40 0.448 40 1V14C40 14.552 39.552 15 39 15V13L38.5 12H37V13H36.291C35.904 12.118 35.023 11.5 34 11.5C32.977 11.5 32.096 12.118 31.709 13H31.29C30.903 12.118 30.022 11.5 28.999 11.5C27.976 11.5 27.095 12.118 26.708 13H25.999V11.5H14.999L13.499 13H12.999V15.5C13.275 15.5 13.499 15.724 13.499 16H11.499C11.499 15.724 11.723 15.5 11.999 15.5V13H11.499L9.999 11.5H1C0.448 11.5 0 11.052 0 10.5V1C0 0.448 0.448 0 1 0H39ZM5 1H4.75V2H5V1ZM5 3H4.75V4H5V3ZM5 5H4.75V6H5V5ZM5 7H4.75V8H5V7ZM5 9H4.75V10H5V9ZM11 1H10.75V2H11V1ZM11 3H10.75V4H11V3ZM11 5H10.75V6H11V5ZM11 7H10.75V8H11V7ZM11 9H10.75V10H11V9ZM17 1H16.75V2H17V1ZM17 3H16.75V4H17V3ZM17 5H16.75V6H17V5ZM17 7H16.75V8H17V7ZM17 9H16.75V10H17V9ZM23 1H22.75V2H23V1ZM23 3H22.75V4H23V3ZM23 5H22.75V6H23V5ZM23 7H22.75V8H23V7ZM23 9H22.75V10H23V9ZM29 1H28.75V2H29V1ZM29 3H28.75V4H29V3ZM29 5H28.75V6H29V5ZM29 7H28.75V8H29V7ZM29 9H28.75V10H29V9ZM35 1H34.75V2H35V1ZM35 3H34.75V4H35V3ZM35 5H34.75V6H35V5ZM35 7H34.75V8H35V7ZM35 9H34.75V10H35V9Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M35
|
|
3
|
-
<path d="M30
|
|
4
|
-
<path d="M3.5
|
|
1
|
+
<svg width="41" height="16" viewBox="0 0 41 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 16C33.8954 16 33 15.1046 33 14C33 12.8954 33.8954 12 35 12C36.1046 12 37 12.8954 37 14C37 15.1046 36.1046 16 35 16Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 16C28.8954 16 28 15.1046 28 14C28 12.8954 28.8954 12 30 12C31.1046 12 32 12.8954 32 14C32 15.1046 31.1046 16 30 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M3.5 0L4.167 2H40C40.552 2 41 2.448 41 3V10H12V10.5H41V14C41 14.552 40.552 15 40 15V13L39.5 12H38V13H37.291C36.904 12.118 36.023 11.5 35 11.5C33.977 11.5 33.096 12.118 32.709 13H32.29C31.903 12.118 31.022 11.5 29.999 11.5C28.976 11.5 28.095 12.118 27.708 13H23.999L22.999 14H17.999L16.999 13H13.999V15.5C14.275 15.5 14.499 15.724 14.499 16H12.499C12.499 15.724 12.723 15.5 12.999 15.5V13H12.499L11.009 11.51L1.999 11.5C1.447 11.5 0.998999 11.052 0.998999 10.5H8.999V10H4.999L1.999 1H0.998999C0.447 1 0 0.552 0 0H3.5Z" fill="#919191"/>
|
|
5
5
|
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 0C0 0.552 0.448 1 1 1H9L12 2V5C11.724 5 11.5 5.224 11.5 5.5H13.5C13.5 5.224 13.276 5 13 5V2H27.001C27.457 1.393 28.184 1 29 1C29.816 1 30.543 1.393 30.999 2H34.001C34.457 1.393 35.184 1 36 1C36.816 1 37.543 1.393 37.999 2H38.75L39 2.5V4.5C39.552 4.5 40 4.052 40 3.5V1C40 0.448 39.552 0 39 0H0Z" fill="#919191"/>
|
|
3
|
+
<path d="M36 5.5C34.8954 5.5 34 4.60457 34 3.5C34 2.39543 34.8954 1.5 36 1.5C37.1046 1.5 38 2.39543 38 3.5C38 4.60457 37.1046 5.5 36 5.5Z" fill="#919191"/>
|
|
4
|
+
<path d="M29 5.5C27.8954 5.5 27 4.60457 27 3.5C27 2.39543 27.8954 1.5 29 1.5C30.1046 1.5 31 2.39543 31 3.5C31 4.60457 30.1046 5.5 29 5.5Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
1
|
+
<svg width="40" height="14" viewBox="0 0 40 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 14C33.8954 14 33 13.1046 33 12C33 10.8954 33.8954 10 35 10C36.1046 10 37 10.8954 37 12C37 13.1046 36.1046 14 35 14Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 14C28.8954 14 28 13.1046 28 12C28 10.8954 28.8954 10 30 10C31.1046 10 32 10.8954 32 12C32 13.1046 31.1046 14 30 14Z" fill="#919191"/>
|
|
4
|
+
<path d="M0 1H40C40 0.448 39.552 0 39 0H1C0.448 0 0 0.448 0 1Z" fill="#919191"/>
|
|
5
|
+
<path d="M0 1.5H4.5V2.5C4.5 2.776 4.724 3 5 3V1.5H10.5V2.5C10.5 2.776 10.724 3 11 3V1.5H16.5V2.5C16.5 2.776 16.724 3 17 3V1.5H22.5V2.5C22.5 2.776 22.724 3 23 3V1.5H28.5V2.5C28.5 2.776 28.724 3 29 3V1.5H34.5V2.5C34.5 2.776 34.724 3 35 3V1.5H40V6L37 8.5H39C39.552 8.5 40 8.948 40 9.5V12C40 12.552 39.552 13 39 13V11L38.5 10H38V11H37.291C36.904 10.118 36.023 9.5 35 9.5C33.977 9.5 33.096 10.118 32.709 11H32.29C31.903 10.118 31.022 9.5 29.999 9.5C28.976 9.5 28.095 10.118 27.708 11H26.999V10L25.499 11.5V12.5H21.499C20.947 12.5 20.499 12.052 20.499 11.5H21.499L19.499 9.5H18.499L16.499 11.5H17.499C17.499 12.052 17.051 12.5 16.499 12.5H12.999V13.5C13.275 13.5 13.499 13.724 13.499 14H11.499C11.499 13.724 11.723 13.5 11.999 13.5V10.501L8.999 9.501H0.998999C0.446999 9.501 0 9.053 0 8.501H2.999L0 6.001V1.5Z" fill="#919191"/>
|
|
6
6
|
</svg>
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36.75 6C35.7835 6 35 5.2165 35 4.25C35 3.2835 35.7835 2.5 36.75 2.5C37.7165 2.5 38.5 3.2835 38.5 4.25C38.5 5.2165 37.7165 6 36.75 6Z" fill="#919191"/>
|
|
3
|
+
<path d="M32.25 6C31.2835 6 30.5 5.2165 30.5 4.25C30.5 3.2835 31.2835 2.5 32.25 2.5C33.2165 2.5 34 3.2835 34 4.25C34 5.2165 33.2165 6 32.25 6Z" fill="#919191"/>
|
|
4
|
+
<path d="M13.5 3.5H23.5L25.5 1.5H39C39.552 1.5 40 1.948 40 2.5V4C40 4.552 39.552 5 39 5V4.25C39 3.009 37.991 2 36.75 2C35.772 2 34.939 2.627 34.629 3.5H34.371C34.061 2.627 33.228 2 32.25 2C31.272 2 30.439 2.627 30.129 3.5H29.871C29.561 2.627 28.728 2 27.75 2C26.509 2 25.5 3.009 25.5 4.25V5H13V5.5C13.276 5.5 13.5 5.724 13.5 6H11.5C11.5 5.724 11.724 5.5 12 5.5V3.5L10 1.5H1.001C0.449001 1.5 0 1.052 0 0.5L13 0L13.5 3.5Z" fill="#919191"/>
|
|
5
|
+
<path d="M27.75 6C26.7835 6 26 5.2165 26 4.25C26 3.2835 26.7835 2.5 27.75 2.5C28.7165 2.5 29.5 3.2835 29.5 4.25C29.5 5.2165 28.7165 6 27.75 6Z" fill="#919191"/>
|
|
6
|
+
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="41" height="16" viewBox="0 0 41 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 16C33.8954 16 33 15.1046 33 14C33 12.8954 33.8954 12 35 12C36.1046 12 37 12.8954 37 14C37 15.1046 36.1046 16 35 16Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 16C28.8954 16 28 15.1046 28 14C28 12.8954 28.8954 12 30 12C31.1046 12 32 12.8954 32 14C32 15.1046 31.1046 16 30 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M1 1H2C2 0.448 2.448 0 3 0H40C40.552 0 41 0.448 41 1V14C41 14.552 40.552 15 40 15V13L39.5 12H38V13H37.291C36.904 12.118 36.023 11.5 35 11.5C33.977 11.5 33.096 12.118 32.709 13H32.291C31.904 12.118 31.023 11.5 30 11.5C28.977 11.5 28.096 12.118 27.709 13H27V12H21V11.5H16L14.5 13H14V15.5C14.276 15.5 14.5 15.724 14.5 16H12.5C12.5 15.724 12.724 15.5 13 15.5V13H12.5L11 11.5H3C2.448 11.5 2 11.052 2 10.5V9H1C0.448 9 0 8.552 0 8V2C0 1.448 0.448 1 1 1ZM38 9.25H39V9H38V9.25ZM38 6H39V5.75H38V6ZM38 2.75H39V2.5H38V2.75ZM35 9.25H36V9H35V9.25ZM35 6H36V5.75H35V6ZM35 2.75H36V2.5H35V2.75ZM32 9.25H33V9H32V9.25ZM32 6H33V5.75H32V6ZM32 2.75H33V2.5H32V2.75ZM29 9.25H30V9H29V9.25ZM29 6H30V5.75H29V6ZM29 2.75H30V2.5H29V2.75ZM26 9.25H27V9H26V9.25ZM26 6H27V5.75H26V6ZM26 2.75H27V2.5H26V2.75ZM23 9.25H24V9H23V9.25ZM23 6H24V5.75H23V6ZM23 2.75H24V2.5H23V2.75ZM20 9.25H21V9H20V9.25ZM20 6H21V5.75H20V6ZM20 2.75H21V2.5H20V2.75ZM17 9.25H18V9H17V9.25ZM17 6H18V5.75H17V6ZM17 2.75H18V2.5H17V2.75ZM14 9.25H15V9H14V9.25ZM14 6H15V5.75H14V6ZM14 2.75H15V2.5H14V2.75ZM11 9.25H12V9H11V9.25ZM11 6H12V5.75H11V6ZM11 2.75H12V2.5H11V2.75ZM8 9.25H9V9H8V9.25ZM8 6H9V5.75H8V6ZM8 2.75H9V2.5H8V2.75ZM5 9.25H6V9H5V9.25ZM5 6H6V5.75H5V6ZM5 2.75H6V2.5H5V2.75ZM1 5H2V4C1.448 4 1 4.448 1 5ZM1 3H2V2C1.448 2 1 2.448 1 3Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="15" viewBox="0 0 40 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36 15C34.8954 15 34 14.1046 34 13C34 11.8954 34.8954 11 36 11C37.1046 11 38 11.8954 38 13C38 14.1046 37.1046 15 36 15Z" fill="#919191"/>
|
|
3
|
+
<path d="M40 9.5V13C40 13.552 39.552 14 39 14V12L38.75 11.5H37.999C37.542 10.893 36.816 10.5 36 10.5C35.184 10.5 34.458 10.893 34.001 11.5H30.999C30.542 10.893 29.816 10.5 29 10.5C28.184 10.5 27.458 10.893 27.001 11.5H13V14.5C13.276 14.5 13.5 14.724 13.5 15H11.5C11.5 14.724 11.724 14.5 12 14.5V11.5L9 10.5H1C0.448 10.5 0 10.052 0 9.5H40Z" fill="#919191"/>
|
|
4
|
+
<path d="M29 15C27.8954 15 27 14.1046 27 13C27 11.8954 27.8954 11 29 11C30.1046 11 31 11.8954 31 13C31 14.1046 30.1046 15 29 15Z" fill="#919191"/>
|
|
5
|
+
<path d="M0.445001 2.703L4.5 0H5.01C5.862 0.322 6.785 0.5 7.75 0.5C8.715 0.5 9.638 0.322 10.49 0H11.01C11.862 0.322 12.785 0.5 13.75 0.5C14.715 0.5 15.638 0.322 16.49 0H17.01C17.862 0.322 18.785 0.5 19.75 0.5C20.715 0.5 21.638 0.322 22.49 0H23.01C23.862 0.322 24.785 0.5 25.75 0.5C26.715 0.5 27.638 0.322 28.49 0H29.01C29.862 0.322 30.785 0.5 31.75 0.5C32.715 0.5 33.638 0.322 34.49 0H35.01C35.862 0.322 36.785 0.5 37.75 0.5C38.413 0.5 39.056 0.416 39.671 0.26C39.873 0.443 40 0.706 40 1V9H35V4C34.724 4 34.5 4.224 34.5 4.5V9H29V4C28.724 4 28.5 4.224 28.5 4.5V9H23V4C22.724 4 22.5 4.224 22.5 4.5V9H17V4C16.724 4 16.5 4.224 16.5 4.5V9H11V4C10.724 4 10.5 4.224 10.5 4.5V9H5V4C4.724 4 4.5 4.224 4.5 4.5V9H0V3.535C0 3.201 0.167001 2.888 0.445001 2.703Z" fill="#919191"/>
|
|
6
|
+
</svg>
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36.25 6C35.2835 6 34.5 5.2165 34.5 4.25C34.5 3.2835 35.2835 2.5 36.25 2.5C37.2165 2.5 38 3.2835 38 4.25C38 5.2165 37.2165 6 36.25 6Z" fill="#919191"/>
|
|
3
|
+
<path d="M37.662 2.5H39C39.552 2.5 40 2.948 40 3.5V4C40 4.552 39.552 5 39 5V4L38.75 3.5H38.371C38.231 3.104 37.983 2.759 37.662 2.5Z" fill="#919191"/>
|
|
4
|
+
<path d="M31.162 2.5H34.838C34.388 2.863 34.081 3.396 34.014 4H31.986C31.919 3.396 31.612 2.863 31.162 2.5Z" fill="#919191"/>
|
|
5
|
+
<path d="M15 0V2.5H28.338C27.889 2.863 27.582 3.396 27.515 4H13.001V5.5C13.276 5.5 13.5 5.724 13.5 6H11.5C11.5 5.724 11.724 5.5 12 5.5V2.501L9.001 1.501H1.001C0.449001 1.501 0 1.052 0 0.5V0L15.001 0.00100021L15 0Z" fill="#919191"/>
|
|
6
|
+
<path d="M29.75 6C28.7835 6 28 5.2165 28 4.25C28 3.2835 28.7835 2.5 29.75 2.5C30.7165 2.5 31.5 3.2835 31.5 4.25C31.5 5.2165 30.7165 6 29.75 6Z" fill="#919191"/>
|
|
7
|
+
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</g>
|
|
1
|
+
<svg width="40" height="15" viewBox="0 0 40 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 15C33.8954 15 33 14.1046 33 13C33 11.8954 33.8954 11 35 11C36.1046 11 37 11.8954 37 13C37 14.1046 36.1046 15 35 15Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 15C28.8954 15 28 14.1046 28 13C28 11.8954 28.8954 11 30 11C31.1046 11 32 11.8954 32 13C32 14.1046 31.1046 15 30 15Z" fill="#919191"/>
|
|
4
|
+
<path d="M1.5 9.5L3.75 6.5L6 9.5H29.5L31.812 6.417L31.5 6L29.25 9H22.5L21.75 8L21 9H14.5L13.75 8L13 9H6.25L3.25 5V3C3.25 1.895 4.145 1 5.25 1H7.25V0.5H5.25C5.25 0.224 5.474 0 5.75 0H33.75C34.026 0 34.25 0.224 34.25 0.5H32.25V1C33.355 1 34.25 1.895 34.25 3V3.167L34.65 3.7C34.871 3.534 35.184 3.579 35.35 3.8L35.65 4.2L35.25 4.5L36.15 5.7C36.371 5.534 36.684 5.579 36.85 5.8L37.15 6.2L36.75 6.5L37.65 7.7C37.871 7.534 38.184 7.579 38.35 7.8L38.65 8.2L38.25 8.5L39 9.5C39.552 9.5 40 9.948 40 10.5V13C40 13.552 39.552 14 39 14V12L38.5 11H38V12H37.291C36.904 11.118 36.023 10.5 35 10.5C33.977 10.5 33.096 11.118 32.709 12H32.29C31.903 11.118 31.022 10.5 29.999 10.5C28.976 10.5 28.095 11.118 27.708 12H26.999L26.249 13H26.999C26.999 13.276 26.775 13.5 26.499 13.5H12.999V14.5C13.275 14.5 13.499 14.724 13.499 15H11.499C11.499 14.724 11.723 14.5 11.999 14.5V13.5H8.999C8.723 13.5 8.499 13.276 8.499 13H9.249L7.374 10.5H0.998999C0.446999 10.5 0 10.052 0 9.5H1.5ZM13.25 0.5H8.25V1H13.25V0.5ZM19.25 0.5H14.25V1H19.25V0.5ZM25.25 0.5H20.25V1H25.25V0.5ZM31.25 0.5H26.25V1H31.25V0.5ZM37.75 9.5H38.375L34.25 4V4.833L37.75 9.5ZM25.25 13L23.375 10.5H20.125L18.25 13H25.25ZM13 13H17.25L15.375 10.5H13V13ZM12 13V11.5L11.5 11.333L10.25 12.999H12V13Z" fill="#919191"/>
|
|
6
5
|
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</g>
|
|
1
|
+
<svg width="41" height="15" viewBox="0 0 41 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M35 15C33.8954 15 33 14.1046 33 13C33 11.8954 33.8954 11 35 11C36.1046 11 37 11.8954 37 13C37 14.1046 36.1046 15 35 15Z" fill="#919191"/>
|
|
3
|
+
<path d="M30 15C28.8954 15 28 14.1046 28 13C28 11.8954 28.8954 11 30 11C31.1046 11 32 11.8954 32 13C32 14.1046 31.1046 15 30 15Z" fill="#919191"/>
|
|
4
|
+
<path d="M37.5 0C39.433 0 41 1.567 41 3.5V7C41 7.98 40.597 8.865 39.949 9.5H40C40.552 9.5 41 9.948 41 10.5V13C41 13.552 40.552 14 40 14V12L39.5 11H38V12H37.291C36.904 11.118 36.023 10.5 35 10.5C33.977 10.5 33.096 11.118 32.709 12H32.29C31.903 11.118 31.022 10.5 29.999 10.5C28.976 10.5 28.095 11.118 27.708 12H26.999V10.5H25.999L24.499 12H20.499L18.999 10.5H15.999L14.499 12H13.999V14.5C14.275 14.5 14.499 14.724 14.499 15H12.499C12.499 14.724 12.723 14.5 12.999 14.5V12H12.499L10.999 10.5H3.5C1.567 10.5 0 8.933 0 7V3.5C0 1.567 1.567 0 3.5 0H37.5Z" fill="#919191"/>
|
|
6
5
|
</svg>
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M29.662 10.5H33V12C33 12.552 32.552 13 32 13V12H30.486C30.419 11.396 30.112 10.863 29.662 10.5Z" fill="#919191"/>
|
|
3
|
+
<path d="M28.25 14C27.2835 14 26.5 13.2165 26.5 12.25C26.5 11.2835 27.2835 10.5 28.25 10.5C29.2165 10.5 30 11.2835 30 12.25C30 13.2165 29.2165 14 28.25 14Z" fill="#919191"/>
|
|
4
|
+
<path d="M2.507 7.332L4.5 7L5.947 4.106C6.286 3.428 6.978 3 7.736 3H9.5C10.052 3 10.5 3.448 10.5 4V10.5H26.838C26.388 10.863 26.081 11.396 26.014 12H16C16 12.552 15.552 13 15 13H7V12H6.986C6.861 10.877 5.906 10 4.75 10C3.594 10 2.639 10.877 2.514 12H2.5V13H1C0.448 13 -4.91738e-07 12.552 -4.91738e-07 12V10.291C-4.91738e-07 8.824 1.06 7.573 2.507 7.332ZM8.449 6.381C9.05 6.306 9.5 5.795 9.5 5.19V3.999H7.394C7.002 3.999 6.646 4.228 6.484 4.585L5.5 6.749L8.449 6.38V6.381ZM1.413 11.195C1.673 10.375 2.226 9.686 2.95 9.25H2.282C1.823 9.25 1.423 9.562 1.312 10.007L1.157 10.628C1.098 10.863 1.216 11.093 1.414 11.195H1.413Z" fill="#919191"/>
|
|
5
|
+
<path d="M11 1C11 0.448 11.448 0 12 0H32C32.552 0 33 0.448 33 1V10H11V1Z" fill="#919191"/>
|
|
6
|
+
<path d="M4.75 14C3.7835 14 3 13.2165 3 12.25C3 11.2835 3.7835 10.5 4.75 10.5C5.7165 10.5 6.5 11.2835 6.5 12.25C6.5 13.2165 5.7165 14 4.75 14Z" fill="#919191"/>
|
|
7
|
+
</svg>
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="40" height="16" viewBox="0 0 40 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.00003 16C4.89546 16 4.00003 15.1046 4.00003 14C4.00003 12.8954 4.89546 12 6.00003 12C7.1046 12 8.00003 12.8954 8.00003 14C8.00003 15.1046 7.1046 16 6.00003 16Z" fill="#919191"/>
|
|
3
|
+
<path d="M31.5 16C30.3955 16 29.5 15.1046 29.5 14C29.5 12.8954 30.3955 12 31.5 12C32.6046 12 33.5 12.8954 33.5 14C33.5 15.1046 32.6046 16 31.5 16Z" fill="#919191"/>
|
|
4
|
+
<path d="M37.998 12H39C39.552 12 40 12.448 40 13V14C40 14.552 39.552 15 39 15V14C39 13.183 38.606 12.456 37.998 12Z" fill="#919191"/>
|
|
5
|
+
<path d="M36.5 16C35.3955 16 34.5 15.1046 34.5 14C34.5 12.8954 35.3955 12 36.5 12C37.6046 12 38.5 12.8954 38.5 14C38.5 15.1046 37.6046 16 36.5 16Z" fill="#919191"/>
|
|
6
|
+
<path d="M8 1C8 0.448 8.448 0 9 0V0.5H21V0C21.552 0 22 0.448 22 1V1.5H26.75L39.918 4.8C39.784 5.336 39.241 5.661 38.705 5.527L36.423 4.955L34.535 12H35.001C34.658 12.258 34.383 12.602 34.209 13H33.79C33.616 12.602 33.341 12.258 32.998 12H33.5L35.453 4.712L31.055 3.61L26.084 8.581L27 12.001H30.002C29.394 12.457 29 13.184 29 14.001V15.001C28.448 15.001 28 14.553 28 14.001H26L25 15.001H21L20 14.001H18C18 14.553 17.552 15.001 17 15.001H8.5V14.001C8.5 12.622 7.379 11.501 6 11.501C4.621 11.501 3.5 12.622 3.5 14.001V15.001H2C1.448 15.001 1 14.553 1 14.001V10.575C1 9.094 2.08 7.835 3.544 7.61L5.241 7.349L3.942 2.501H1C0.448 2.501 0 2.053 0 1.501H8V1ZM3.281 11.25C2.822 11.25 2.422 11.562 2.311 12.007L2.156 12.628C2.082 12.925 2.288 13.212 2.583 13.246C2.76 12.442 3.214 11.742 3.839 11.249H3.281V11.25ZM21 1H9V1.5H21V1ZM29.924 3.326L26.627 2.5H24.455L25.785 7.465L29.924 3.326ZM11.449 6.381C12.05 6.306 12.5 5.795 12.5 5.19V3.999H10.394C10.002 3.999 9.646 4.228 9.484 4.585L8.5 6.749L11.449 6.38V6.381ZM6.235 7.195L7.5 7L8.947 4.106C9.286 3.428 9.978 3 10.736 3H21C21.552 3 22 3.448 22 4V12H25.965L23.419 2.5H4.977L6.235 7.195Z" fill="#919191"/>
|
|
7
|
+
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="27" height="11" viewBox="0 0 27 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.25 11C21.2835 11 20.5 10.2165 20.5 9.25C20.5 8.2835 21.2835 7.5 22.25 7.5C23.2165 7.5 24 8.2835 24 9.25C24 10.2165 23.2165 11 22.25 11Z" fill="#919191"/>
|
|
3
|
+
<path d="M25.5 0C26.052 0 26.5 0.448 26.5 1V7.5H27V9C27 9.552 26.552 10 26 10H24.5V9.25C24.5 8.009 23.491 7 22.25 7C21.094 7 20.139 7.877 20.014 9H16C16 9.552 15.552 10 15 10H6.5V9.25C6.5 8.009 5.491 7 4.25 7C3.009 7 2 8.009 2 9.25V10H1C0.448 10 0 9.552 0 9V8H0.5L0.689001 6.674C0.874001 5.38 1.876 4.354 3.166 4.139L4 4L5.447 1.106C5.786 0.428 6.478 0 7.236 0H25.5ZM7.949 3.381C8.55 3.306 9 2.795 9 2.19V0.999H6.894C6.502 0.999 6.146 1.228 5.984 1.585L5 3.749L7.949 3.38V3.381ZM2.366 6.301C3.059 5.858 3.876 5.683 4.666 5.777L4.272 5.383C3.947 5.059 3.444 4.997 3.05 5.233L2.501 5.562C2.239 5.719 2.181 6.069 2.366 6.301Z" fill="#919191"/>
|
|
4
|
+
<path d="M4.25 11C3.2835 11 2.5 10.2165 2.5 9.25C2.5 8.2835 3.2835 7.5 4.25 7.5C5.2165 7.5 6 8.2835 6 9.25C6 10.2165 5.2165 11 4.25 11Z" fill="#919191"/>
|
|
5
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
1
|
+
<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.75 14C3.7835 14 3 13.2165 3 12.25C3 11.2835 3.7835 10.5 4.75 10.5C5.7165 10.5 6.5 11.2835 6.5 12.25C6.5 13.2165 5.7165 14 4.75 14Z" fill="#919191"/>
|
|
3
|
+
<path d="M2.507 7.332L4.5 7L5.947 4.106C6.286 3.428 6.978 3 7.736 3H9.5C10.052 3 10.5 3.448 10.5 4V10.5H11V9H12L13.5 10.5H20.838C20.388 10.863 20.081 11.396 20.014 12H16C16 12.552 15.552 13 15 13H7V12.25C7 11.009 5.991 10 4.75 10C3.509 10 2.5 11.009 2.5 12.25V13H1C0.448 13 0 12.552 0 12V10.291C0 8.824 1.06 7.573 2.507 7.332ZM8.449 6.381C9.05 6.306 9.5 5.795 9.5 5.19V3.999H7.394C7.002 3.999 6.646 4.228 6.484 4.585L5.5 6.749L8.449 6.38V6.381ZM1.413 11.195C1.673 10.375 2.226 9.686 2.95 9.25H2.282C1.823 9.25 1.423 9.562 1.312 10.007L1.157 10.628C1.098 10.863 1.216 11.093 1.414 11.195H1.413Z" fill="#919191"/>
|
|
4
|
+
<path d="M28.75 14C27.7835 14 27 13.2165 27 12.25C27 11.2835 27.7835 10.5 28.75 10.5C29.7165 10.5 30.5 11.2835 30.5 12.25C30.5 13.2165 29.7165 14 28.75 14Z" fill="#919191"/>
|
|
5
|
+
<path d="M23.662 10.5H25L25.536 8.5H24L30 5.5L32 7.5V10.5C32.552 10.5 33 10.948 33 11.5V12C33 12.552 32.552 13 32 13V12H30.986C30.919 11.396 30.612 10.863 30.162 10.5H31V8.5H26.571L26.035 10.5H27.338C26.888 10.863 26.581 11.396 26.514 12H24.486C24.419 11.396 24.112 10.863 23.662 10.5Z" fill="#919191"/>
|
|
6
|
+
<path d="M22.25 14C21.2835 14 20.5 13.2165 20.5 12.25C20.5 11.2835 21.2835 10.5 22.25 10.5C23.2165 10.5 24 11.2835 24 12.25C24 13.2165 23.2165 14 22.25 14Z" fill="#919191"/>
|
|
7
|
+
<path d="M11.765 4.487C12.066 3.497 12.748 2.668 13.661 2.181L14 2L22 0H28.676C29.447 0 30.115 0.534 30.285 1.285L33 4V6.5L30.661 4.161C30.521 4.549 30.237 4.882 29.848 5.076L24 8L16 10H15.68C14.608 10 13.568 9.586 12.819 8.819C12.278 8.264 11.894 7.576 11.706 6.824C11.514 6.054 11.534 5.247 11.765 4.487Z" fill="#919191"/>
|
|
8
8
|
</svg>
|