pds-dev-kit-web-test 2.5.17 → 2.5.19
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/src/common/assets/icons/image/index.d.ts +202 -0
- package/dist/src/common/assets/icons/image/index.js +205 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero40.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +8 -0
- package/dist/src/common/assets/icons/line/index.js +17 -1
- package/dist/src/common/index.d.ts +1 -1
- package/dist/src/common/styles/ui-colors.js +13 -5
- package/dist/src/common/types/components.d.ts +4 -4
- package/dist/src/common/types/icon.d.ts +8 -3
- package/dist/src/common/types/icon.js +10 -0
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +16 -2
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/desktop/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/desktop/components/Chip/Chip.d.ts +2 -2
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +2 -2
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +2 -2
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +8 -4
- package/dist/src/desktop/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +2 -2
- package/dist/src/desktop/components/TextField/TextField.d.ts +3 -3
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +58 -7
- package/dist/src/hybrid/components/Icon/Icon.d.ts +4 -3
- package/dist/src/hybrid/components/Icon/Icon.js +14 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/mobile/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/mobile/components/Chip/Chip.d.ts +2 -2
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +3 -3
- package/dist/src/mobile/components/TextField/TextField.d.ts +3 -3
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +14 -1
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +7 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +996 -1
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30934 -1
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +72 -59
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
- package/package.json +1 -1
- package/release-note.md +2 -2
- package/pipeline_output.log +0 -6466
@@ -0,0 +1,202 @@
|
|
1
|
+
export declare const imageIconSrcSet: {
|
2
|
+
ic_brandedpoint_3d_point_01: string;
|
3
|
+
ic_brandedpoint_flat_point_01: string;
|
4
|
+
ic_brandedpoint_flat_point_02: string;
|
5
|
+
ic_brandedpoint_line_point_01: string;
|
6
|
+
ic_brandedpoint_3d_coin_01: string;
|
7
|
+
ic_brandedpoint_3d_coin_02: string;
|
8
|
+
ic_brandedpoint_3d_coin_03: string;
|
9
|
+
ic_brandedpoint_flat_coin_01: string;
|
10
|
+
ic_brandedpoint_flat_coin_02: string;
|
11
|
+
ic_brandedpoint_flat_coin_03: string;
|
12
|
+
ic_brandedpoint_line_coin_01: string;
|
13
|
+
ic_brandedpoint_line_coin_02: string;
|
14
|
+
ic_brandedpoint_line_coin_03: string;
|
15
|
+
ic_brandedpoint_3d_gem_01: string;
|
16
|
+
ic_brandedpoint_3d_gem_02: string;
|
17
|
+
ic_brandedpoint_3d_gem_03: string;
|
18
|
+
ic_brandedpoint_3d_gem_04: string;
|
19
|
+
ic_brandedpoint_3d_gem_05: string;
|
20
|
+
ic_brandedpoint_3d_gem_06: string;
|
21
|
+
ic_brandedpoint_flat_gem_01: string;
|
22
|
+
ic_brandedpoint_flat_gem_02: string;
|
23
|
+
ic_brandedpoint_flat_gem_03: string;
|
24
|
+
ic_brandedpoint_flat_gem_04: string;
|
25
|
+
ic_brandedpoint_flat_gem_05: string;
|
26
|
+
ic_brandedpoint_flat_gem_06: string;
|
27
|
+
ic_brandedpoint_flat_gem_07: string;
|
28
|
+
ic_brandedpoint_flat_gem_08: string;
|
29
|
+
ic_brandedpoint_flat_gem_09: string;
|
30
|
+
ic_brandedpoint_flat_gem_10: string;
|
31
|
+
ic_brandedpoint_flat_gem_11: string;
|
32
|
+
ic_brandedpoint_flat_gem_12: string;
|
33
|
+
ic_brandedpoint_flat_gem_13: string;
|
34
|
+
ic_brandedpoint_flat_gem_14: string;
|
35
|
+
ic_brandedpoint_flat_gem_15: string;
|
36
|
+
ic_brandedpoint_flat_gem_16: string;
|
37
|
+
ic_brandedpoint_flat_gem_17: string;
|
38
|
+
ic_brandedpoint_flat_gem_18: string;
|
39
|
+
ic_brandedpoint_flat_gem_19: string;
|
40
|
+
ic_brandedpoint_flat_gem_20: string;
|
41
|
+
ic_brandedpoint_flat_gem_21: string;
|
42
|
+
ic_brandedpoint_flat_gem_22: string;
|
43
|
+
ic_brandedpoint_flat_gem_23: string;
|
44
|
+
ic_brandedpoint_flat_gem_24: string;
|
45
|
+
ic_brandedpoint_flat_gem_25: string;
|
46
|
+
ic_brandedpoint_flat_gem_26: string;
|
47
|
+
ic_brandedpoint_flat_gem_27: string;
|
48
|
+
ic_brandedpoint_flat_gem_28: string;
|
49
|
+
ic_brandedpoint_flat_gem_29: string;
|
50
|
+
ic_brandedpoint_flat_gem_30: string;
|
51
|
+
ic_brandedpoint_flat_gem_31: string;
|
52
|
+
ic_brandedpoint_flat_gem_32: string;
|
53
|
+
ic_brandedpoint_flat_gem_33: string;
|
54
|
+
ic_brandedpoint_flat_gem_34: string;
|
55
|
+
ic_brandedpoint_flat_gem_35: string;
|
56
|
+
ic_brandedpoint_line_gem_01: string;
|
57
|
+
ic_brandedpoint_line_gem_02: string;
|
58
|
+
ic_brandedpoint_line_gem_03: string;
|
59
|
+
ic_brandedpoint_line_gem_04: string;
|
60
|
+
ic_brandedpoint_line_gem_05: string;
|
61
|
+
ic_brandedpoint_3d_jelly_01: string;
|
62
|
+
ic_brandedpoint_3d_jelly_02: string;
|
63
|
+
ic_brandedpoint_3d_jelly_03: string;
|
64
|
+
ic_brandedpoint_flat_jelly_01: string;
|
65
|
+
ic_brandedpoint_flat_jelly_02: string;
|
66
|
+
ic_brandedpoint_flat_jelly_03: string;
|
67
|
+
ic_brandedpoint_flat_jelly_04: string;
|
68
|
+
ic_brandedpoint_flat_jelly_05: string;
|
69
|
+
ic_brandedpoint_flat_jelly_06: string;
|
70
|
+
ic_brandedpoint_flat_jelly_07: string;
|
71
|
+
ic_brandedpoint_line_jelly_01: string;
|
72
|
+
ic_brandedpoint_3d_gold_01: string;
|
73
|
+
ic_brandedpoint_3d_gold_02: string;
|
74
|
+
ic_brandedpoint_3d_gold_03: string;
|
75
|
+
ic_brandedpoint_flat_gold_01: string;
|
76
|
+
ic_brandedpoint_flat_gold_02: string;
|
77
|
+
ic_brandedpoint_flat_gold_03: string;
|
78
|
+
ic_brandedpoint_flat_gold_04: string;
|
79
|
+
ic_brandedpoint_line_gold_01: string;
|
80
|
+
ic_brandedpoint_line_gold_02: string;
|
81
|
+
ic_brandedpoint_3d_silver_01: string;
|
82
|
+
ic_brandedpoint_3d_silver_02: string;
|
83
|
+
ic_brandedpoint_flat_silver_01: string;
|
84
|
+
ic_brandedpoint_flat_silver_02: string;
|
85
|
+
ic_brandedpoint_3d_star_01: string;
|
86
|
+
ic_brandedpoint_3d_star_02: string;
|
87
|
+
ic_brandedpoint_3d_star_03: string;
|
88
|
+
ic_brandedpoint_3d_star_04: string;
|
89
|
+
ic_brandedpoint_flat_star_01: string;
|
90
|
+
ic_brandedpoint_flat_star_02: string;
|
91
|
+
ic_brandedpoint_flat_star_03: string;
|
92
|
+
ic_brandedpoint_flat_star_04: string;
|
93
|
+
ic_brandedpoint_flat_star_05: string;
|
94
|
+
ic_brandedpoint_flat_star_06: string;
|
95
|
+
ic_brandedpoint_flat_star_07: string;
|
96
|
+
ic_brandedpoint_line_star_01: string;
|
97
|
+
ic_brandedpoint_3d_cash_01: string;
|
98
|
+
ic_brandedpoint_3d_cash_02: string;
|
99
|
+
ic_brandedpoint_3d_credit_01: string;
|
100
|
+
ic_brandedpoint_3d_credit_02: string;
|
101
|
+
ic_brandedpoint_3d_heart_01: string;
|
102
|
+
ic_brandedpoint_3d_heart_02: string;
|
103
|
+
ic_brandedpoint_3d_heart_03: string;
|
104
|
+
ic_brandedpoint_3d_heart_04: string;
|
105
|
+
ic_brandedpoint_3d_heart_05: string;
|
106
|
+
ic_brandedpoint_3d_heart_06: string;
|
107
|
+
ic_brandedpoint_3d_heart_07: string;
|
108
|
+
ic_brandedpoint_3d_heart_08: string;
|
109
|
+
ic_brandedpoint_flat_heart_01: string;
|
110
|
+
ic_brandedpoint_flat_heart_02: string;
|
111
|
+
ic_brandedpoint_flat_heart_03: string;
|
112
|
+
ic_brandedpoint_flat_heart_04: string;
|
113
|
+
ic_brandedpoint_flat_heart_05: string;
|
114
|
+
ic_brandedpoint_flat_heart_06: string;
|
115
|
+
ic_brandedpoint_flat_heart_07: string;
|
116
|
+
ic_brandedpoint_line_heart_01: string;
|
117
|
+
ic_brandedpoint_3d_ring_01: string;
|
118
|
+
ic_brandedpoint_flat_ring_01: string;
|
119
|
+
ic_brandedpoint_flat_ring_02: string;
|
120
|
+
ic_brandedpoint_flat_ring_03: string;
|
121
|
+
ic_brandedpoint_flat_ring_04: string;
|
122
|
+
ic_brandedpoint_flat_ring_05: string;
|
123
|
+
ic_brandedpoint_flat_ring_06: string;
|
124
|
+
ic_brandedpoint_flat_ring_07: string;
|
125
|
+
ic_brandedpoint_line_ring_01: string;
|
126
|
+
ic_brandedpoint_3d_clover_01: string;
|
127
|
+
ic_brandedpoint_3d_clover_02: string;
|
128
|
+
ic_brandedpoint_flat_clover_01: string;
|
129
|
+
ic_brandedpoint_flat_clover_02: string;
|
130
|
+
ic_brandedpoint_flat_clover_03: string;
|
131
|
+
ic_brandedpoint_flat_clover_04: string;
|
132
|
+
ic_brandedpoint_flat_clover_05: string;
|
133
|
+
ic_brandedpoint_flat_clover_06: string;
|
134
|
+
ic_brandedpoint_flat_clover_07: string;
|
135
|
+
ic_brandedpoint_flat_clover_08: string;
|
136
|
+
ic_brandedpoint_line_clover_01: string;
|
137
|
+
ic_brandedpoint_3d_cookie_01: string;
|
138
|
+
ic_brandedpoint_flat_cookie_01: string;
|
139
|
+
ic_brandedpoint_flat_cookie_02: string;
|
140
|
+
ic_brandedpoint_flat_cookie_03: string;
|
141
|
+
ic_brandedpoint_line_cookie_01: string;
|
142
|
+
ic_brandedpoint_3d_crown_01: string;
|
143
|
+
ic_brandedpoint_3d_crown_02: string;
|
144
|
+
ic_brandedpoint_flat_crown_01: string;
|
145
|
+
ic_brandedpoint_flat_crown_02: string;
|
146
|
+
ic_brandedpoint_flat_crown_03: string;
|
147
|
+
ic_brandedpoint_flat_crown_04: string;
|
148
|
+
ic_brandedpoint_flat_crown_05: string;
|
149
|
+
ic_brandedpoint_flat_crown_06: string;
|
150
|
+
ic_brandedpoint_flat_crown_07: string;
|
151
|
+
ic_brandedpoint_line_crown_01: string;
|
152
|
+
ic_brandedpoint_3d_planet_01: string;
|
153
|
+
ic_brandedpoint_flat_planet_01: string;
|
154
|
+
ic_brandedpoint_flat_planet_02: string;
|
155
|
+
ic_brandedpoint_flat_planet_03: string;
|
156
|
+
ic_brandedpoint_flat_planet_04: string;
|
157
|
+
ic_brandedpoint_flat_planet_05: string;
|
158
|
+
ic_brandedpoint_flat_planet_06: string;
|
159
|
+
ic_brandedpoint_flat_planet_07: string;
|
160
|
+
ic_brandedpoint_line_planet_01: string;
|
161
|
+
ic_brandedpoint_3d_ticket_01: string;
|
162
|
+
ic_brandedpoint_3d_ticket_02: string;
|
163
|
+
ic_brandedpoint_flat_ticket_01: string;
|
164
|
+
ic_brandedpoint_flat_ticket_02: string;
|
165
|
+
ic_brandedpoint_flat_ticket_03: string;
|
166
|
+
ic_brandedpoint_flat_ticket_04: string;
|
167
|
+
ic_brandedpoint_flat_ticket_05: string;
|
168
|
+
ic_brandedpoint_flat_ticket_06: string;
|
169
|
+
ic_brandedpoint_flat_ticket_07: string;
|
170
|
+
ic_brandedpoint_line_ticket_01: string;
|
171
|
+
ic_brandedpoint_3d_medal_01: string;
|
172
|
+
ic_brandedpoint_flat_medal_01: string;
|
173
|
+
ic_brandedpoint_flat_medal_02: string;
|
174
|
+
ic_brandedpoint_line_medal_01: string;
|
175
|
+
ic_brandedpoint_3d_stone_01: string;
|
176
|
+
ic_brandedpoint_3d_bubble_01: string;
|
177
|
+
ic_brandedpoint_3d_pop_01: string;
|
178
|
+
ic_brandedpoint_3d_ball_01: string;
|
179
|
+
ic_brandedpoint_3d_ball_02: string;
|
180
|
+
ic_brandedpoint_3d_egg_01: string;
|
181
|
+
ic_brandedpoint_3d_plant_01: string;
|
182
|
+
ic_brandedpoint_3d_plant_02: string;
|
183
|
+
ic_brandedpoint_3d_plant_03: string;
|
184
|
+
ic_brandedpoint_3d_pot_01: string;
|
185
|
+
ic_brandedpoint_3d_bean_01: string;
|
186
|
+
ic_brandedpoint_3d_fruit_01: string;
|
187
|
+
ic_brandedpoint_3d_fruit_02: string;
|
188
|
+
ic_brandedpoint_3d_fruit_03: string;
|
189
|
+
ic_brandedpoint_3d_fruit_04: string;
|
190
|
+
ic_brandedpoint_3d_macaron_01: string;
|
191
|
+
ic_brandedpoint_3d_macaron_02: string;
|
192
|
+
ic_brandedpoint_3d_cake_01: string;
|
193
|
+
ic_brandedpoint_3d_cake_02: string;
|
194
|
+
ic_brandedpoint_3d_doughnut_01: string;
|
195
|
+
ic_brandedpoint_3d_cheese_01: string;
|
196
|
+
ic_brandedpoint_3d_candy_01: string;
|
197
|
+
ic_brandedpoint_3d_choco_01: string;
|
198
|
+
ic_brandedpoint_3d_beverage_01: string;
|
199
|
+
ic_brandedpoint_3d_beverage_02: string;
|
200
|
+
ic_brandedpoint_3d_beverage_03: string;
|
201
|
+
ic_brandedpoint_3d_coffee_01: string;
|
202
|
+
};
|
@@ -0,0 +1,205 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.imageIconSrcSet = void 0;
|
4
|
+
exports.imageIconSrcSet = {
|
5
|
+
ic_brandedpoint_3d_point_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_point_01.png',
|
6
|
+
ic_brandedpoint_flat_point_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_point_01.png',
|
7
|
+
ic_brandedpoint_flat_point_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_point_02.png',
|
8
|
+
ic_brandedpoint_line_point_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_point_01.png',
|
9
|
+
ic_brandedpoint_3d_coin_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_coin_01.png',
|
10
|
+
ic_brandedpoint_3d_coin_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_coin_02.png',
|
11
|
+
ic_brandedpoint_3d_coin_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_coin_03.png',
|
12
|
+
ic_brandedpoint_flat_coin_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_coin_01.png',
|
13
|
+
ic_brandedpoint_flat_coin_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_coin_02.png',
|
14
|
+
ic_brandedpoint_flat_coin_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_coin_03.png',
|
15
|
+
ic_brandedpoint_line_coin_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_coin_01.png',
|
16
|
+
ic_brandedpoint_line_coin_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_coin_02.png',
|
17
|
+
ic_brandedpoint_line_coin_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_coin_03.png',
|
18
|
+
ic_brandedpoint_3d_gem_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_01.png',
|
19
|
+
ic_brandedpoint_3d_gem_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_02.png',
|
20
|
+
ic_brandedpoint_3d_gem_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_03.png',
|
21
|
+
ic_brandedpoint_3d_gem_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_04.png',
|
22
|
+
ic_brandedpoint_3d_gem_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_05.png',
|
23
|
+
ic_brandedpoint_3d_gem_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gem_06.png',
|
24
|
+
ic_brandedpoint_flat_gem_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_01.png',
|
25
|
+
ic_brandedpoint_flat_gem_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_02.png',
|
26
|
+
ic_brandedpoint_flat_gem_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_03.png',
|
27
|
+
ic_brandedpoint_flat_gem_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_04.png',
|
28
|
+
ic_brandedpoint_flat_gem_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_05.png',
|
29
|
+
ic_brandedpoint_flat_gem_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_06.png',
|
30
|
+
ic_brandedpoint_flat_gem_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_07.png',
|
31
|
+
ic_brandedpoint_flat_gem_08: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_08.png',
|
32
|
+
ic_brandedpoint_flat_gem_09: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_09.png',
|
33
|
+
ic_brandedpoint_flat_gem_10: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_10.png',
|
34
|
+
ic_brandedpoint_flat_gem_11: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_11.png',
|
35
|
+
ic_brandedpoint_flat_gem_12: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_12.png',
|
36
|
+
ic_brandedpoint_flat_gem_13: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_13.png',
|
37
|
+
ic_brandedpoint_flat_gem_14: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_14.png',
|
38
|
+
ic_brandedpoint_flat_gem_15: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_15.png',
|
39
|
+
ic_brandedpoint_flat_gem_16: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_16.png',
|
40
|
+
ic_brandedpoint_flat_gem_17: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_17.png',
|
41
|
+
ic_brandedpoint_flat_gem_18: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_18.png',
|
42
|
+
ic_brandedpoint_flat_gem_19: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_19.png',
|
43
|
+
ic_brandedpoint_flat_gem_20: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_20.png',
|
44
|
+
ic_brandedpoint_flat_gem_21: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_21.png',
|
45
|
+
ic_brandedpoint_flat_gem_22: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_22.png',
|
46
|
+
ic_brandedpoint_flat_gem_23: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_23.png',
|
47
|
+
ic_brandedpoint_flat_gem_24: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_24.png',
|
48
|
+
ic_brandedpoint_flat_gem_25: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_25.png',
|
49
|
+
ic_brandedpoint_flat_gem_26: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_26.png',
|
50
|
+
ic_brandedpoint_flat_gem_27: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_27.png',
|
51
|
+
ic_brandedpoint_flat_gem_28: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_28.png',
|
52
|
+
ic_brandedpoint_flat_gem_29: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_29.png',
|
53
|
+
ic_brandedpoint_flat_gem_30: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_30.png',
|
54
|
+
ic_brandedpoint_flat_gem_31: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_31.png',
|
55
|
+
ic_brandedpoint_flat_gem_32: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_32.png',
|
56
|
+
ic_brandedpoint_flat_gem_33: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_33.png',
|
57
|
+
ic_brandedpoint_flat_gem_34: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_34.png',
|
58
|
+
ic_brandedpoint_flat_gem_35: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gem_35.png',
|
59
|
+
ic_brandedpoint_line_gem_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gem_01.png',
|
60
|
+
ic_brandedpoint_line_gem_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gem_02.png',
|
61
|
+
ic_brandedpoint_line_gem_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gem_03.png',
|
62
|
+
ic_brandedpoint_line_gem_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gem_04.png',
|
63
|
+
ic_brandedpoint_line_gem_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gem_05.png',
|
64
|
+
ic_brandedpoint_3d_jelly_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_jelly_01.png',
|
65
|
+
ic_brandedpoint_3d_jelly_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_jelly_02.png',
|
66
|
+
ic_brandedpoint_3d_jelly_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_jelly_03.png',
|
67
|
+
ic_brandedpoint_flat_jelly_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_01.png',
|
68
|
+
ic_brandedpoint_flat_jelly_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_02.png',
|
69
|
+
ic_brandedpoint_flat_jelly_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_03.png',
|
70
|
+
ic_brandedpoint_flat_jelly_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_04.png',
|
71
|
+
ic_brandedpoint_flat_jelly_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_05.png',
|
72
|
+
ic_brandedpoint_flat_jelly_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_06.png',
|
73
|
+
ic_brandedpoint_flat_jelly_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_jelly_07.png',
|
74
|
+
ic_brandedpoint_line_jelly_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_jelly_01.png',
|
75
|
+
ic_brandedpoint_3d_gold_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gold_01.png',
|
76
|
+
ic_brandedpoint_3d_gold_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gold_02.png',
|
77
|
+
ic_brandedpoint_3d_gold_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_gold_03.png',
|
78
|
+
ic_brandedpoint_flat_gold_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gold_01.png',
|
79
|
+
ic_brandedpoint_flat_gold_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gold_02.png',
|
80
|
+
ic_brandedpoint_flat_gold_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gold_03.png',
|
81
|
+
ic_brandedpoint_flat_gold_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_gold_04.png',
|
82
|
+
ic_brandedpoint_line_gold_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gold_01.png',
|
83
|
+
ic_brandedpoint_line_gold_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_gold_02.png',
|
84
|
+
ic_brandedpoint_3d_silver_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_silver_01.png',
|
85
|
+
ic_brandedpoint_3d_silver_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_silver_02.png',
|
86
|
+
ic_brandedpoint_flat_silver_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_silver_01.png',
|
87
|
+
ic_brandedpoint_flat_silver_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_silver_02.png',
|
88
|
+
ic_brandedpoint_3d_star_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_star_01.png',
|
89
|
+
ic_brandedpoint_3d_star_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_star_02.png',
|
90
|
+
ic_brandedpoint_3d_star_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_star_03.png',
|
91
|
+
ic_brandedpoint_3d_star_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_star_04.png',
|
92
|
+
ic_brandedpoint_flat_star_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_01.png',
|
93
|
+
ic_brandedpoint_flat_star_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_02.png',
|
94
|
+
ic_brandedpoint_flat_star_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_03.png',
|
95
|
+
ic_brandedpoint_flat_star_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_04.png',
|
96
|
+
ic_brandedpoint_flat_star_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_05.png',
|
97
|
+
ic_brandedpoint_flat_star_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_06.png',
|
98
|
+
ic_brandedpoint_flat_star_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_star_07.png',
|
99
|
+
ic_brandedpoint_line_star_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_star_01.png',
|
100
|
+
ic_brandedpoint_3d_cash_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cash_01.png',
|
101
|
+
ic_brandedpoint_3d_cash_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cash_02.png',
|
102
|
+
ic_brandedpoint_3d_credit_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_credit_01.png',
|
103
|
+
ic_brandedpoint_3d_credit_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_credit_02.png',
|
104
|
+
ic_brandedpoint_3d_heart_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_01.png',
|
105
|
+
ic_brandedpoint_3d_heart_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_02.png',
|
106
|
+
ic_brandedpoint_3d_heart_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_03.png',
|
107
|
+
ic_brandedpoint_3d_heart_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_04.png',
|
108
|
+
ic_brandedpoint_3d_heart_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_05.png',
|
109
|
+
ic_brandedpoint_3d_heart_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_06.png',
|
110
|
+
ic_brandedpoint_3d_heart_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_07.png',
|
111
|
+
ic_brandedpoint_3d_heart_08: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_heart_08.png',
|
112
|
+
ic_brandedpoint_flat_heart_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_01.png',
|
113
|
+
ic_brandedpoint_flat_heart_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_02.png',
|
114
|
+
ic_brandedpoint_flat_heart_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_03.png',
|
115
|
+
ic_brandedpoint_flat_heart_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_04.png',
|
116
|
+
ic_brandedpoint_flat_heart_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_05.png',
|
117
|
+
ic_brandedpoint_flat_heart_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_06.png',
|
118
|
+
ic_brandedpoint_flat_heart_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_heart_07.png',
|
119
|
+
ic_brandedpoint_line_heart_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_heart_01.png',
|
120
|
+
ic_brandedpoint_3d_ring_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_ring_01.png',
|
121
|
+
ic_brandedpoint_flat_ring_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_01.png',
|
122
|
+
ic_brandedpoint_flat_ring_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_02.png',
|
123
|
+
ic_brandedpoint_flat_ring_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_03.png',
|
124
|
+
ic_brandedpoint_flat_ring_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_04.png',
|
125
|
+
ic_brandedpoint_flat_ring_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_05.png',
|
126
|
+
ic_brandedpoint_flat_ring_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_06.png',
|
127
|
+
ic_brandedpoint_flat_ring_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ring_07.png',
|
128
|
+
ic_brandedpoint_line_ring_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_ring_01.png',
|
129
|
+
ic_brandedpoint_3d_clover_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_clover_01.png',
|
130
|
+
ic_brandedpoint_3d_clover_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_clover_02.png',
|
131
|
+
ic_brandedpoint_flat_clover_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_01.png',
|
132
|
+
ic_brandedpoint_flat_clover_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_02.png',
|
133
|
+
ic_brandedpoint_flat_clover_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_03.png',
|
134
|
+
ic_brandedpoint_flat_clover_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_04.png',
|
135
|
+
ic_brandedpoint_flat_clover_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_05.png',
|
136
|
+
ic_brandedpoint_flat_clover_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_06.png',
|
137
|
+
ic_brandedpoint_flat_clover_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_07.png',
|
138
|
+
ic_brandedpoint_flat_clover_08: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_clover_08.png',
|
139
|
+
ic_brandedpoint_line_clover_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_clover_01.png',
|
140
|
+
ic_brandedpoint_3d_cookie_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cookie_01.png',
|
141
|
+
ic_brandedpoint_flat_cookie_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_cookie_01.png',
|
142
|
+
ic_brandedpoint_flat_cookie_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_cookie_02.png',
|
143
|
+
ic_brandedpoint_flat_cookie_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_cookie_03.png',
|
144
|
+
ic_brandedpoint_line_cookie_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_cookie_01.png',
|
145
|
+
ic_brandedpoint_3d_crown_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_crown_01.png',
|
146
|
+
ic_brandedpoint_3d_crown_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_crown_02.png',
|
147
|
+
ic_brandedpoint_flat_crown_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_01.png',
|
148
|
+
ic_brandedpoint_flat_crown_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_02.png',
|
149
|
+
ic_brandedpoint_flat_crown_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_03.png',
|
150
|
+
ic_brandedpoint_flat_crown_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_04.png',
|
151
|
+
ic_brandedpoint_flat_crown_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_05.png',
|
152
|
+
ic_brandedpoint_flat_crown_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_06.png',
|
153
|
+
ic_brandedpoint_flat_crown_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_crown_07.png',
|
154
|
+
ic_brandedpoint_line_crown_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_crown_01.png',
|
155
|
+
ic_brandedpoint_3d_planet_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_planet_01.png',
|
156
|
+
ic_brandedpoint_flat_planet_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_01.png',
|
157
|
+
ic_brandedpoint_flat_planet_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_02.png',
|
158
|
+
ic_brandedpoint_flat_planet_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_03.png',
|
159
|
+
ic_brandedpoint_flat_planet_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_04.png',
|
160
|
+
ic_brandedpoint_flat_planet_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_05.png',
|
161
|
+
ic_brandedpoint_flat_planet_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_06.png',
|
162
|
+
ic_brandedpoint_flat_planet_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_planet_07.png',
|
163
|
+
ic_brandedpoint_line_planet_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_planet_01.png',
|
164
|
+
ic_brandedpoint_3d_ticket_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_ticket_01.png',
|
165
|
+
ic_brandedpoint_3d_ticket_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_ticket_02.png',
|
166
|
+
ic_brandedpoint_flat_ticket_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_01.png',
|
167
|
+
ic_brandedpoint_flat_ticket_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_02.png',
|
168
|
+
ic_brandedpoint_flat_ticket_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_03.png',
|
169
|
+
ic_brandedpoint_flat_ticket_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_04.png',
|
170
|
+
ic_brandedpoint_flat_ticket_05: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_05.png',
|
171
|
+
ic_brandedpoint_flat_ticket_06: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_06.png',
|
172
|
+
ic_brandedpoint_flat_ticket_07: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_ticket_07.png',
|
173
|
+
ic_brandedpoint_line_ticket_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_ticket_01.png',
|
174
|
+
ic_brandedpoint_3d_medal_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_medal_01.png',
|
175
|
+
ic_brandedpoint_flat_medal_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_medal_01.png',
|
176
|
+
ic_brandedpoint_flat_medal_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_flat_medal_02.png',
|
177
|
+
ic_brandedpoint_line_medal_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_line_medal_01.png',
|
178
|
+
ic_brandedpoint_3d_stone_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_stone_01.png',
|
179
|
+
ic_brandedpoint_3d_bubble_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_bubble_01.png',
|
180
|
+
ic_brandedpoint_3d_pop_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_pop_01.png',
|
181
|
+
ic_brandedpoint_3d_ball_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_ball_01.png',
|
182
|
+
ic_brandedpoint_3d_ball_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_ball_02.png',
|
183
|
+
ic_brandedpoint_3d_egg_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_egg_01.png',
|
184
|
+
ic_brandedpoint_3d_plant_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_plant_01.png',
|
185
|
+
ic_brandedpoint_3d_plant_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_plant_02.png',
|
186
|
+
ic_brandedpoint_3d_plant_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_plant_03.png',
|
187
|
+
ic_brandedpoint_3d_pot_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_pot_01.png',
|
188
|
+
ic_brandedpoint_3d_bean_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_bean_01.png',
|
189
|
+
ic_brandedpoint_3d_fruit_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_01.png',
|
190
|
+
ic_brandedpoint_3d_fruit_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_02.png',
|
191
|
+
ic_brandedpoint_3d_fruit_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_03.png',
|
192
|
+
ic_brandedpoint_3d_fruit_04: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_fruit_04.png',
|
193
|
+
ic_brandedpoint_3d_macaron_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_macaron_01.png',
|
194
|
+
ic_brandedpoint_3d_macaron_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_macaron_02.png',
|
195
|
+
ic_brandedpoint_3d_cake_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cake_01.png',
|
196
|
+
ic_brandedpoint_3d_cake_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cake_02.png',
|
197
|
+
ic_brandedpoint_3d_doughnut_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_doughnut_01.png',
|
198
|
+
ic_brandedpoint_3d_cheese_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_cheese_01.png',
|
199
|
+
ic_brandedpoint_3d_candy_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_candy_01.png',
|
200
|
+
ic_brandedpoint_3d_choco_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_choco_01.png',
|
201
|
+
ic_brandedpoint_3d_beverage_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_beverage_01.png',
|
202
|
+
ic_brandedpoint_3d_beverage_02: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_beverage_02.png',
|
203
|
+
ic_brandedpoint_3d_beverage_03: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_beverage_03.png',
|
204
|
+
ic_brandedpoint_3d_coffee_01: 'https://static.publ.site/brandedpoint_icon/ic_brandedpoint_3d_coffee_01.png'
|
205
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var SectionBanner32 = function (_a) {
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M50.5128,2 L3.4868,2 C2.6668,2 1.9998,2.667 1.9998,3.487 L1.9998,28.513 C1.9998,29.333 2.6668,30 3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,3.487 C51.9998,2.667 51.3328,2 50.5128,2 Z M34.0279,9.8989 C34.6909,9.8989 35.2279,10.4359 35.2279,11.0989 L35.2279,23.6989 C35.2279,24.3619 34.6909,24.8989 34.0279,24.8989 L28.4279,24.8989 C27.7649,24.8989 27.2279,24.3619 27.2279,23.6989 L27.2279,11.0989 C27.2279,10.4359 27.7649,9.8989 28.4279,9.8989 L34.0279,9.8989 Z M24.8279,7.1013 C25.4909,7.1013 26.0279,7.6383 26.0279,8.3013 L26.0279,20.9013 C26.0279,21.5643 25.4909,22.1013 24.8279,22.1013 L19.2279,22.1013 C18.5649,22.1013 18.0279,21.5643 18.0279,20.9013 L18.0279,8.3013 C18.0279,7.6383 18.5649,7.1013 19.2279,7.1013 L24.8279,7.1013 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionBanner32;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var SectionBanner40 = function (_a) {
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M64.5129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,3.487 C65.9999,2.667 65.3329,2 64.5129,2 Z M43.124,12.2485 C43.787,12.2485 44.324,12.7855 44.324,13.4485 L44.324,30.0485 C44.324,30.7115 43.787,31.2485 43.124,31.2485 L35.524,31.2485 C34.861,31.2485 34.324,30.7115 34.324,30.0485 L34.324,13.4485 C34.324,12.7855 34.861,12.2485 35.524,12.2485 L43.124,12.2485 Z M31.5388,8.7514 C32.2018,8.7514 32.7388,9.2884 32.7388,9.9514 L32.7388,26.5514 C32.7388,27.2144 32.2018,27.7514 31.5388,27.7514 L23.9388,27.7514 C23.2758,27.7514 22.7388,27.2144 22.7388,26.5514 L22.7388,9.9514 C22.7388,9.2884 23.2758,8.7514 23.9388,8.7514 L31.5388,8.7514 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionBanner40;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var SectionContentsOperator32 = function (_a) {
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M6.9529283,14 L5,15.9764826 L7,18 M47.0470717,14 L49,15.9764826 L47,18" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 0,30.439 0,28.513 L0,3.487 C0,1.561 1.561,0 3.487,0 L50.513,0 Z M50.513,2 L3.487,2 C2.667,2 2,2.667 2,3.487 L2,28.513 C2,29.333 2.667,30 3.487,30 L50.513,30 C51.333,30 52,29.333 52,28.513 L52,3.487 C52,2.667 51.333,2 50.513,2 Z M18.998,11 C19.552,11 20,11.449 20,12.002 L20,19.998 C20,20.551 19.552,21 18.998,21 L11.002,21 C10.449,21 10,20.551 10,19.998 L10,12.002 C10,11.449 10.449,11 11.002,11 L18.998,11 Z M30.998,11 C31.552,11 32,11.449 32,12.002 L32,19.998 C32,20.551 31.552,21 30.998,21 L23.002,21 C22.449,21 22,20.551 22,19.998 L22,12.002 C22,11.449 22.449,11 23.002,11 L30.998,11 Z M42.998,11 C43.552,11 44,11.449 44,12.002 L44,19.998 C44,20.551 43.552,21 42.998,21 L35.002,21 C34.449,21 34,20.551 34,19.998 L34,12.002 C34,11.449 34.449,11 35.002,11 L42.998,11 Z" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionContentsOperator32;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var SectionContentsOperator40 = function (_a) {
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8.899,17.5551 L6.669,19.9711 L8.953,22.4451 M58.601,17.5451 L60.831,19.9611 L58.547,22.4351" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M64.0129,0 C65.9389,0 67.4999,1.561 67.4999,3.487 L67.4999,36.513 C67.4999,38.439 65.9389,40 64.0129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 L64.0129,0 Z M64.0129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.0129,38 C64.8329,38 65.4999,37.333 65.4999,36.513 L65.4999,3.487 C65.4999,2.667 64.8329,2 64.0129,2 Z M23.7905,14.0438 C24.3445,14.0438 24.7925,14.4928 24.7925,15.0458 L24.7925,24.9538 C24.7925,25.5068 24.3445,25.9558 23.7905,25.9558 L13.8835,25.9558 C13.3295,25.9558 12.8805,25.5068 12.8805,24.9538 L12.8805,15.0458 C12.8805,14.4928 13.3295,14.0438 13.8835,14.0438 L23.7905,14.0438 Z M38.6802,14.0438 C39.2342,14.0438 39.6822,14.4928 39.6822,15.0458 L39.6822,24.9538 C39.6822,25.5068 39.2342,25.9558 38.6802,25.9558 L28.7732,25.9558 C28.2192,25.9558 27.7702,25.5068 27.7702,24.9538 L27.7702,15.0458 C27.7702,14.4928 28.2192,14.0438 28.7732,14.0438 L38.6802,14.0438 Z M53.5699,14.0438 C54.1239,14.0438 54.5719,14.4928 54.5719,15.0458 L54.5719,24.9538 C54.5719,25.5068 54.1239,25.9558 53.5699,25.9558 L43.6629,25.9558 C43.1089,25.9558 42.6599,25.5068 42.6599,24.9538 L42.6599,15.0458 C42.6599,14.4928 43.1089,14.0438 43.6629,14.0438 L53.5699,14.0438 Z" })] })) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionContentsOperator40;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var SectionFeed32 = function (_a) {
|
27
|
+
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M50.5128,2 L3.4868,2 C2.6668,2 1.9998,2.667 1.9998,3.487 L1.9998,28.513 C1.9998,29.333 2.6668,30 3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,3.487 C51.9998,2.667 51.3328,2 50.5128,2 Z M43.0252,20.3664 C43.6882,20.3664 44.2252,20.9044 44.2252,21.5664 L44.2252,25.8654 C44.2252,26.5284 43.6882,27.0654 43.0252,27.0654 L24.3722,27.0654 C23.7092,27.0654 23.1722,26.5284 23.1722,25.8654 L23.1722,21.5664 C23.1722,20.9044 23.7092,20.3664 24.3722,20.3664 L43.0252,20.3664 Z M43.0252,5.5215 C43.6882,5.5215 44.2252,6.0585 44.2252,6.7215 L44.2252,17.7185 C44.2252,18.3815 43.6882,18.9185 43.0252,18.9185 L24.3722,18.9185 C23.7092,18.9185 23.1722,18.3815 23.1722,17.7185 L23.1722,6.7215 C23.1722,6.0585 23.7092,5.5215 24.3722,5.5215 L43.0252,5.5215 Z M20.0583,14.3789 C20.7213,14.3789 21.2583,14.9159 21.2583,15.5789 L21.2583,16.0499 C21.2583,16.7129 20.7213,17.2499 20.0583,17.2499 L10.9753,17.2499 C10.3123,17.2499 9.7753,16.7129 9.7753,16.0499 L9.7753,15.5789 C9.7753,14.9159 10.3123,14.3789 10.9753,14.3789 L20.0583,14.3789 Z M20.0583,10.0726 C20.7213,10.0726 21.2583,10.6096 21.2583,11.2726 L21.2583,11.7436 C21.2583,12.4066 20.7213,12.9436 20.0583,12.9436 L10.9753,12.9436 C10.3123,12.9436 9.7753,12.4066 9.7753,11.7436 L9.7753,11.2726 C9.7753,10.6096 10.3123,10.0726 10.9753,10.0726 L20.0583,10.0726 Z M20.0583,5.7663 C20.7213,5.7663 21.2583,6.3033 21.2583,6.9663 L21.2583,7.4373 C21.2583,8.1003 20.7213,8.6373 20.0583,8.6373 L10.9753,8.6373 C10.3123,8.6373 9.7753,8.1003 9.7753,7.4373 L9.7753,6.9663 C9.7753,6.3033 10.3123,5.7663 10.9753,5.7663 L20.0583,5.7663 Z" }) })));
|
29
|
+
};
|
30
|
+
exports.default = SectionFeed32;
|