@vtx/modals2 4.0.9 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/style/index.css +52 -3
- package/lib/style/themes/dark.css +52 -3
- package/lib/style/themes/dark.less +47 -1
- package/lib/style/themes/default.css +5 -2
- package/lib/style/themes/default.less +6 -2
- package/lib/style/themes/index.css +52 -3
- package/lib/typings.d.ts +2 -0
- package/lib/util/index.js +267 -3
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/index.css +3 -0
- package/lib/vm-alarm-info/Components/index.less +3 -0
- package/lib/vm-alarm-situation/index.js +1 -1
- package/lib/vm-alarm-situation/index.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +26 -8
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +22 -6
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +6 -4
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +4 -3
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.css +9 -1
- package/lib/vm-appraisal-info/style/index.less +15 -1
- package/lib/vm-base-list/OpenArrow.js +2 -8
- package/lib/vm-base-list/OpenArrow.js.map +1 -1
- package/lib/vm-charts/Line.js +1 -3
- package/lib/vm-charts/Line.js.map +1 -1
- package/lib/vm-charts/Line1.js +19 -1
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-container/style/index.css +1 -0
- package/lib/vm-container/style/index.less +2 -0
- package/lib/vm-filter/index.js +0 -3
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/index.css +109 -2
- package/lib/vm-filter/style/index.less +128 -1
- package/lib/vm-hooks/useSettings.js +1 -0
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/style/index.css +2 -1
- package/lib/vm-iframe-modal/style/index.less +2 -1
- package/lib/vm-image-text/index.js +2 -1
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -0
- package/lib/vm-image-text/style/index.less +2 -0
- package/lib/vm-info-collection/index.js +110 -8
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +19 -23
- package/lib/vm-info-collection/style/index.less +13 -23
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +71 -27
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/style/css.js +4 -0
- package/lib/vm-map/style/css.js.map +1 -0
- package/lib/vm-map/style/index.css +3 -0
- package/lib/vm-map/style/index.js +4 -0
- package/lib/vm-map/style/index.js.map +1 -0
- package/lib/vm-map/style/index.less +3 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js +12 -10
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +4 -6
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +6 -4
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.css +4 -0
- package/lib/vm-repair-maintain/style/index.less +7 -0
- package/lib/vm-sub-tabs/style/index.css +46 -0
- package/lib/vm-sub-tabs/style/index.less +61 -1
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/index.js +18 -2
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +44 -1
- package/lib/vm-sub-title/style/index.less +46 -1
- package/lib/vm-table/index.js +1 -7
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/index.css +89 -10
- package/lib/vm-table/style/index.less +101 -10
- package/lib/vm-video/index.css +76 -3
- package/lib/vm-video/index.js +6 -4
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vm-video/index.less +26 -0
- package/lib/vtx-base-info/index.js +11 -2
- package/lib/vtx-base-info/index.js.map +1 -1
- package/lib/vtx-base-info/style/index.css +4 -0
- package/lib/vtx-base-info/style/index.less +4 -0
- package/lib/vtx-base-modal/api.js +8 -1
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/config.js +307 -0
- package/lib/vtx-base-modal/config.js.map +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_light.png +0 -0
- package/lib/vtx-base-modal/index.js +163 -36
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +731 -4
- package/lib/vtx-base-modal/style/index.less +508 -5
- package/lib/vtx-car-modal/api.js +296 -172
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +27 -11
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +3 -6
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +2 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +6 -5
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +2 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +37 -8
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +5 -3
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +5 -5
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +18 -9
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +25 -7
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +19 -4
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +6 -5
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +20 -9
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +29 -18
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +70 -5
- package/lib/vtx-car-modal/components/BaseInfo/index.js +100 -41
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +57 -6
- package/lib/vtx-car-modal/components/{PowerConsumption → Collection}/index.css +14 -15
- package/lib/vtx-car-modal/components/Collection/index.js +193 -0
- package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
- package/lib/vtx-car-modal/components/Collection/index.less +18 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
- package/lib/vtx-car-modal/components/Maintenance/index.css +1 -0
- package/lib/vtx-car-modal/components/Maintenance/index.less +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/List.js +3 -6
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +25 -6
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +3 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +17 -3
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +10 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js +24 -11
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +11 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +2 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -30
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +120 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +100 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +88 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +17 -7
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +39 -47
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +52 -12
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +197 -2
- package/lib/vtx-car-modal/components/WorkInfo/index.less +226 -2
- package/lib/vtx-car-modal/components/index.js +12 -12
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/imgs/ccc.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/dash.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal/index.js +107 -68
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +58 -3
- package/lib/vtx-car-modal/style/index.less +2 -0
- package/lib/vtx-cc-cp-modal/api.js +150 -51
- package/lib/vtx-cc-cp-modal/api.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +25 -6
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +5 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +7 -1
- package/lib/vtx-cc-cp-modal/index.js +14 -2
- package/lib/vtx-cc-cp-modal/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/style/index.css +52 -3
- package/lib/vtx-cp-modal/api.js +81 -51
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +2 -4
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +16 -34
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +75 -152
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +11 -4
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +45 -203
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +4 -41
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +40 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +20 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +14 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +7 -7
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.less +10 -1
- package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
- package/lib/vtx-cp-modal/index.js +57 -15
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +52 -3
- package/lib/vtx-default-modal/api.js +248 -23
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +12 -2
- package/lib/vtx-default-modal/components/BaseInfo/index.js +39 -11
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +16 -3
- package/lib/vtx-default-modal/index.js +67 -22
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +52 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +5 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
- package/lib/vtx-device-modal/config.js +8 -12
- package/lib/vtx-device-modal/config.js.map +1 -1
- package/lib/vtx-device-modal/index.js +4 -2
- package/lib/vtx-device-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/api.js +97 -63
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +48 -20
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +30 -18
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +31 -23
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +39 -174
- package/lib/vtx-df-modal/components/BaseInfo/index.js +74 -68
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +45 -63
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +12 -9
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +19 -13
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +18 -17
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +11 -4
- package/lib/vtx-df-modal/components/Metering/index.js +3 -2
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +14 -6
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -3
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +18 -2
- package/lib/vtx-df-modal/components/WorkCondition/index.less +24 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-df-modal/index.js +66 -41
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +52 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js +7 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +3 -0
- package/lib/vtx-facility-modal/components/OverView/index.js +41 -16
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +4 -0
- package/lib/vtx-facility-modal/config.js +7 -10
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/index.js +9 -5
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +52 -40
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +19 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +5 -3
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +37 -10
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +5 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +8 -3
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +10 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +3 -3
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-housing-estate-modal/config.js +2 -2
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/index.js +9 -2
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +4 -0
- package/lib/vtx-kh-modal/index.js +3 -1
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +52 -3
- package/lib/vtx-pump-modal/api.js +71 -38
- package/lib/vtx-pump-modal/api.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +22 -5
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +22 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +10 -9
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +4 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +16 -11
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +14 -16
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +5 -6
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +4 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +6 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +7 -7
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +10 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js +5 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +16 -17
- package/lib/vtx-pump-modal/components/Sjfx/index.css +3 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.js +29 -29
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +8 -6
- package/lib/vtx-pump-modal/components/Sxyx/index.css +7 -5
- package/lib/vtx-pump-modal/components/Sxyx/index.js +7 -4
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +16 -11
- package/lib/vtx-pump-modal/config.js +3 -3
- package/lib/vtx-pump-modal/config.js.map +1 -1
- package/lib/vtx-pump-modal/index.js +21 -4
- package/lib/vtx-pump-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/api.js +52 -34
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +6 -5
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +3 -3
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -3
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +4 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +154 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.css +12 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +44 -19
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +6 -0
- package/lib/vtx-restaurant-modal/index.js +9 -3
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/api.js +90 -31
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +3 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +16 -6
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +19 -10
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +16 -9
- package/lib/vtx-road-modal/components/BaseInfo/index.js +22 -15
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +18 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +20 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +13 -4
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +4 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +2 -0
- package/lib/vtx-road-modal/index.js +87 -14
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +52 -3
- package/lib/vtx-staff-modal/api.js +59 -35
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +24 -9
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +5 -4
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +1 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +11 -4
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +21 -36
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +7 -6
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +3 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +3 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +16 -5
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +12 -4
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +6 -2
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +8 -2
- package/lib/vtx-staff-modal/components/Equipment/index.css +1 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +1 -0
- package/lib/vtx-staff-modal/index.js +28 -14
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +52 -3
- package/lib/vtx-theme-provider/index.js +1 -0
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +102 -47
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +2 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +6 -5
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +18 -9
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +6 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +8 -3
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +11 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +1 -2
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-throw-point-modal/index.js +66 -30
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +89 -51
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +6 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +3 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +24 -8
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +8 -4
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +17 -8
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +8 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +3 -3
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +10 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +9 -13
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +53 -23
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +2 -2
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +28 -12
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +119 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +286 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +54 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +364 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +159 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +220 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +319 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +112 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +320 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.css +3 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.less +3 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +6 -5
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +34 -31
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +2 -0
- package/lib/vtx-wr-modal/components/Monitor/index.less +4 -0
- package/lib/vtx-wr-modal/components/Score/index.css +11 -0
- package/lib/vtx-wr-modal/components/Score/index.js +3 -2
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.less +33 -16
- package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/index.js +14 -0
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
- package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/index.js +163 -39
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +52 -3
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-zg-modal/index.js +6 -2
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +52 -3
- package/package.json +5 -4
- package/lib/vtx-car-modal/components/CanData/index.css +0 -41
- package/lib/vtx-car-modal/components/CanData/index.js +0 -181
- package/lib/vtx-car-modal/components/CanData/index.js.map +0 -1
- package/lib/vtx-car-modal/components/CanData/index.less +0 -36
- package/lib/vtx-car-modal/components/PowerConsumption/index.js +0 -134
- package/lib/vtx-car-modal/components/PowerConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/PowerConsumption/index.less +0 -22
- package/lib/vtx-car-modal/imgs/gx.png +0 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +0 -180
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +0 -1
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00488"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00488)"><g><path d="M13.03828125,0.435058695929C15.51078125,0.43454922975,17.76238125,1.85827859375,18.82208125,4.09219859375L22.18118125,4.09219859375C24.20088125,4.09219859375,25.83828125,5.72955859375,25.83828125,7.74934859375L25.83828125,22.37795859375C25.83828125,24.39765859375,24.20088125,26.03505859375,22.18118125,26.03505859375L3.89542125,26.03505859375C1.87564125,26.03505859375,0.238281147821,24.39765859375,0.23828125,22.37795859375L0.23828125,7.74934859375C0.238280943462,5.72955859375,1.87564125,4.09219859375,3.89542125,4.09219859375L7.25634125,4.09219859375C8.31601125,1.85867859375,10.56678125,0.435059309006,13.03828125,0.435058695929ZM19.43828125,6.83505859375C19.43898125,10.55065859375,16.28608125,13.48595859375,12.57998125,13.21995859375C8.87386125,12.95385859375,6.17256125,9.59818859375,6.70411125,5.92076859375L3.89542125,5.92076859375C2.96776125,5.92100859375,2.1872612499999997,6.61582859375,2.07965125,7.53722859375L2.06685125,7.74934859375L2.06685125,22.37795859375C2.06708125,23.30555859375,2.76191125,24.08605859375,3.68331125,24.19365859375L3.89542125,24.20645859375L22.18118125,24.20645859375C23.10888125,24.20725859375,23.89018125,23.51325859375,23.99878125,22.59185859375L24.00968125,22.37795859375L24.00968125,7.74934859375C24.00958125,6.82230859375,23.31578125,6.04203859375,22.39508125,5.93356859375L22.18118125,5.92076859375L19.37608125,5.92076859375C19.41818125,6.21882859375,19.44008125,6.52419859375,19.44008125,6.83505859375L19.43828125,6.83505859375ZM13.03828125,2.26362859375C10.51358125,2.26362859375,8.46685125,4.31032859375,8.46685125,6.83505859375C8.46685125,9.35978859375,10.51358125,11.40645859375,13.03828125,11.40645859375C15.56298125,11.40645859375,17.60968125,9.35978859375,17.60968125,6.83505859375C17.60968125,4.31032859375,15.56298125,2.26362859375,13.03828125,2.26362859375ZM15.26918125,4.35734859375C15.62608125,4.71436859375,15.62608125,5.29311859375,15.26918125,5.65014859375L14.04948125,6.86796859375L14.05498125,6.94111859375C14.05588125,7.62713859375,13.54968125,8.20827859375,12.87008125,8.30156859375L12.68358125,8.31436859375C11.91358125,8.31084859375,11.29738125,7.67424859375,11.31888125,6.90454859375C11.34048125,6.13484859375,11.99138125,5.53374859375,12.76038125,5.57334859375L13.97638125,4.35734859375C14.33358125,3.99920859375,14.91368125,3.99920859375,15.27098125,4.35734859375L15.26918125,4.35734859375Z" fill="#84b3de" fill-opacity="1"/></g><g><rect x="6" y="20" width="14" height="2" rx="1" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00488"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00488)"><g><path d="M13.03828125,0.435058695929C15.51078125,0.43454922975,17.76238125,1.85827859375,18.82208125,4.09219859375L22.18118125,4.09219859375C24.20088125,4.09219859375,25.83828125,5.72955859375,25.83828125,7.74934859375L25.83828125,22.37795859375C25.83828125,24.39765859375,24.20088125,26.03505859375,22.18118125,26.03505859375L3.89542125,26.03505859375C1.87564125,26.03505859375,0.238281147821,24.39765859375,0.23828125,22.37795859375L0.23828125,7.74934859375C0.238280943462,5.72955859375,1.87564125,4.09219859375,3.89542125,4.09219859375L7.25634125,4.09219859375C8.31601125,1.85867859375,10.56678125,0.435059309006,13.03828125,0.435058695929ZM19.43828125,6.83505859375C19.43898125,10.55065859375,16.28608125,13.48595859375,12.57998125,13.21995859375C8.87386125,12.95385859375,6.17256125,9.59818859375,6.70411125,5.92076859375L3.89542125,5.92076859375C2.96776125,5.92100859375,2.1872612499999997,6.61582859375,2.07965125,7.53722859375L2.06685125,7.74934859375L2.06685125,22.37795859375C2.06708125,23.30555859375,2.76191125,24.08605859375,3.68331125,24.19365859375L3.89542125,24.20645859375L22.18118125,24.20645859375C23.10888125,24.20725859375,23.89018125,23.51325859375,23.99878125,22.59185859375L24.00968125,22.37795859375L24.00968125,7.74934859375C24.00958125,6.82230859375,23.31578125,6.04203859375,22.39508125,5.93356859375L22.18118125,5.92076859375L19.37608125,5.92076859375C19.41818125,6.21882859375,19.44008125,6.52419859375,19.44008125,6.83505859375L19.43828125,6.83505859375ZM13.03828125,2.26362859375C10.51358125,2.26362859375,8.46685125,4.31032859375,8.46685125,6.83505859375C8.46685125,9.35978859375,10.51358125,11.40645859375,13.03828125,11.40645859375C15.56298125,11.40645859375,17.60968125,9.35978859375,17.60968125,6.83505859375C17.60968125,4.31032859375,15.56298125,2.26362859375,13.03828125,2.26362859375ZM15.26918125,4.35734859375C15.62608125,4.71436859375,15.62608125,5.29311859375,15.26918125,5.65014859375L14.04948125,6.86796859375L14.05498125,6.94111859375C14.05588125,7.62713859375,13.54968125,8.20827859375,12.87008125,8.30156859375L12.68358125,8.31436859375C11.91358125,8.31084859375,11.29738125,7.67424859375,11.31888125,6.90454859375C11.34048125,6.13484859375,11.99138125,5.53374859375,12.76038125,5.57334859375L13.97638125,4.35734859375C14.33358125,3.99920859375,14.91368125,3.99920859375,15.27098125,4.35734859375L15.26918125,4.35734859375Z" fill="#fff" fill-opacity="1"/></g><g><rect x="6" y="20" width="14" height="2" rx="1" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00488"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00488)"><g><path d="M13.03828125,0.435058695929C15.51078125,0.43454922975,17.76238125,1.85827859375,18.82208125,4.09219859375L22.18118125,4.09219859375C24.20088125,4.09219859375,25.83828125,5.72955859375,25.83828125,7.74934859375L25.83828125,22.37795859375C25.83828125,24.39765859375,24.20088125,26.03505859375,22.18118125,26.03505859375L3.89542125,26.03505859375C1.87564125,26.03505859375,0.238281147821,24.39765859375,0.23828125,22.37795859375L0.23828125,7.74934859375C0.238280943462,5.72955859375,1.87564125,4.09219859375,3.89542125,4.09219859375L7.25634125,4.09219859375C8.31601125,1.85867859375,10.56678125,0.435059309006,13.03828125,0.435058695929ZM19.43828125,6.83505859375C19.43898125,10.55065859375,16.28608125,13.48595859375,12.57998125,13.21995859375C8.87386125,12.95385859375,6.17256125,9.59818859375,6.70411125,5.92076859375L3.89542125,5.92076859375C2.96776125,5.92100859375,2.1872612499999997,6.61582859375,2.07965125,7.53722859375L2.06685125,7.74934859375L2.06685125,22.37795859375C2.06708125,23.30555859375,2.76191125,24.08605859375,3.68331125,24.19365859375L3.89542125,24.20645859375L22.18118125,24.20645859375C23.10888125,24.20725859375,23.89018125,23.51325859375,23.99878125,22.59185859375L24.00968125,22.37795859375L24.00968125,7.74934859375C24.00958125,6.82230859375,23.31578125,6.04203859375,22.39508125,5.93356859375L22.18118125,5.92076859375L19.37608125,5.92076859375C19.41818125,6.21882859375,19.44008125,6.52419859375,19.44008125,6.83505859375L19.43828125,6.83505859375ZM13.03828125,2.26362859375C10.51358125,2.26362859375,8.46685125,4.31032859375,8.46685125,6.83505859375C8.46685125,9.35978859375,10.51358125,11.40645859375,13.03828125,11.40645859375C15.56298125,11.40645859375,17.60968125,9.35978859375,17.60968125,6.83505859375C17.60968125,4.31032859375,15.56298125,2.26362859375,13.03828125,2.26362859375ZM15.26918125,4.35734859375C15.62608125,4.71436859375,15.62608125,5.29311859375,15.26918125,5.65014859375L14.04948125,6.86796859375L14.05498125,6.94111859375C14.05588125,7.62713859375,13.54968125,8.20827859375,12.87008125,8.30156859375L12.68358125,8.31436859375C11.91358125,8.31084859375,11.29738125,7.67424859375,11.31888125,6.90454859375C11.34048125,6.13484859375,11.99138125,5.53374859375,12.76038125,5.57334859375L13.97638125,4.35734859375C14.33358125,3.99920859375,14.91368125,3.99920859375,15.27098125,4.35734859375L15.26918125,4.35734859375Z" fill="#84b3de" fill-opacity="1"/></g><g><rect x="6" y="20" width="14" height="2" rx="1" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00419"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00419)"><g><path d="M21.5665875,0.80419921875L4.319717499999999,0.80419921875C2.2551575,0.80419921875,0.5546875,2.52400921875,0.5546875,4.61237921875L0.5546875,21.19599921875C0.5546875,23.28439921875,2.2551375,25.00419921875,4.319687500000001,25.00419921875L21.5664875,25.00419921875C23.6312875,25.00419921875,25.3314875,23.28439921875,25.3314875,21.19599921875L25.3314875,4.61237921875C25.3314875,2.52403921875,23.7528875,0.804199533858,21.5665875,0.80419921875ZM23.5098875,21.31899921875C23.5098875,22.42439921875,22.6598875,23.28429921875,21.5665875,23.28429921875L4.3197375000000005,23.28429921875C3.2266875,23.28429921875,2.3764775,22.42439921875,2.3764775,21.31899921875L2.3764775,4.61232921875C2.3764775,3.50689921875,3.2266875,2.64696921875,4.3197375000000005,2.64696921875L21.5665875,2.64696921875C22.6598875,2.64696921875,23.5098875,3.50687921875,23.5098875,4.61232921875L23.5098875,21.31899921875ZM9.6638975,6.82347921875L6.9919275,9.52593921875L5.7773375,8.29773921875C5.4127475,7.92917921875,4.8055975,7.92917921875,4.5627475,8.29773921875C4.198157500000001,8.66605921875,4.198157500000001,9.28041921875,4.5627475,9.52593921875L6.5060175,11.49149921875C6.6275475,11.61429921875,6.8703975,11.73709921875,7.2346975,11.73709921875C7.5992875,11.73709921875,7.5992875,11.61429921875,7.9633675,11.49149921875L11.2426875,8.174719218749999C11.6072875,7.80615921875,11.6072875,7.19204921875,11.2426875,6.94624921875C10.5140575,6.57792921875,10.0281475,6.57792921875,9.6638975,6.82347921875ZM20.8378875,8.29773921875L12.4573875,8.29773921875C11.8501875,8.29773921875,11.6071875,8.66605921875,11.6071875,9.15764921875C11.6071875,9.77175921875,11.9717875,10.01754921875,12.4573875,10.01754921875L20.8380875,10.01754921875C21.4452875,10.01754921875,21.6880875,9.64898921875,21.6880875,9.15764921875C21.6880875,8.66605921875,21.3234875,8.29773921875,20.8378875,8.29773921875ZM7.4775375,13.82539921875C5.8986275,13.82539921875,4.6840375,15.05389921875,4.6840375,16.65089921875C4.6840375,18.24769921875,5.8986275,19.47619921875,7.4775375,19.47619921875C9.0567275,19.47619921875,10.2710475,18.24769921875,10.2710475,16.65089921875C10.2710475,14.93109921875,8.9351975,13.82539921875,7.4775375,13.82539921875ZM7.4775375,17.51079921875C6.8703975,17.51079921875,6.5060175,17.14219921875,6.5060175,16.52809921875C6.5060175,15.91379921875,6.8703975,15.54519921875,7.4775375,15.54519921875C8.0849875,15.54519921875,8.4492875,15.91379921875,8.4492875,16.52809921875C8.4492875,17.14219921875,7.9633775,17.51079921875,7.4775375,17.51079921875ZM20.8378875,15.66799921875L12.4573875,15.66799921875C11.8501875,15.66799921875,11.6071875,16.036499218750002,11.6071875,16.52809921875C11.6071875,17.01919921875,11.9717875,17.38799921875,12.4573875,17.38799921875L20.8380875,17.38799921875C21.4452875,17.38799921875,21.6880875,17.01949921875,21.6880875,16.52809921875C21.6880875,16.036499218750002,21.3234875,15.66819921875,20.8378875,15.66799921875L20.8378875,15.66799921875Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00419"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00419)"><g><path d="M21.5665875,0.80419921875L4.319717499999999,0.80419921875C2.2551575,0.80419921875,0.5546875,2.52400921875,0.5546875,4.61237921875L0.5546875,21.19599921875C0.5546875,23.28439921875,2.2551375,25.00419921875,4.319687500000001,25.00419921875L21.5664875,25.00419921875C23.6312875,25.00419921875,25.3314875,23.28439921875,25.3314875,21.19599921875L25.3314875,4.61237921875C25.3314875,2.52403921875,23.7528875,0.804199533858,21.5665875,0.80419921875ZM23.5098875,21.31899921875C23.5098875,22.42439921875,22.6598875,23.28429921875,21.5665875,23.28429921875L4.3197375000000005,23.28429921875C3.2266875,23.28429921875,2.3764775,22.42439921875,2.3764775,21.31899921875L2.3764775,4.61232921875C2.3764775,3.50689921875,3.2266875,2.64696921875,4.3197375000000005,2.64696921875L21.5665875,2.64696921875C22.6598875,2.64696921875,23.5098875,3.50687921875,23.5098875,4.61232921875L23.5098875,21.31899921875ZM9.6638975,6.82347921875L6.9919275,9.52593921875L5.7773375,8.29773921875C5.4127475,7.92917921875,4.8055975,7.92917921875,4.5627475,8.29773921875C4.198157500000001,8.66605921875,4.198157500000001,9.28041921875,4.5627475,9.52593921875L6.5060175,11.49149921875C6.6275475,11.61429921875,6.8703975,11.73709921875,7.2346975,11.73709921875C7.5992875,11.73709921875,7.5992875,11.61429921875,7.9633675,11.49149921875L11.2426875,8.174719218749999C11.6072875,7.80615921875,11.6072875,7.19204921875,11.2426875,6.94624921875C10.5140575,6.57792921875,10.0281475,6.57792921875,9.6638975,6.82347921875ZM20.8378875,8.29773921875L12.4573875,8.29773921875C11.8501875,8.29773921875,11.6071875,8.66605921875,11.6071875,9.15764921875C11.6071875,9.77175921875,11.9717875,10.01754921875,12.4573875,10.01754921875L20.8380875,10.01754921875C21.4452875,10.01754921875,21.6880875,9.64898921875,21.6880875,9.15764921875C21.6880875,8.66605921875,21.3234875,8.29773921875,20.8378875,8.29773921875ZM7.4775375,13.82539921875C5.8986275,13.82539921875,4.6840375,15.05389921875,4.6840375,16.65089921875C4.6840375,18.24769921875,5.8986275,19.47619921875,7.4775375,19.47619921875C9.0567275,19.47619921875,10.2710475,18.24769921875,10.2710475,16.65089921875C10.2710475,14.93109921875,8.9351975,13.82539921875,7.4775375,13.82539921875ZM7.4775375,17.51079921875C6.8703975,17.51079921875,6.5060175,17.14219921875,6.5060175,16.52809921875C6.5060175,15.91379921875,6.8703975,15.54519921875,7.4775375,15.54519921875C8.0849875,15.54519921875,8.4492875,15.91379921875,8.4492875,16.52809921875C8.4492875,17.14219921875,7.9633775,17.51079921875,7.4775375,17.51079921875ZM20.8378875,15.66799921875L12.4573875,15.66799921875C11.8501875,15.66799921875,11.6071875,16.036499218750002,11.6071875,16.52809921875C11.6071875,17.01919921875,11.9717875,17.38799921875,12.4573875,17.38799921875L20.8380875,17.38799921875C21.4452875,17.38799921875,21.6880875,17.01949921875,21.6880875,16.52809921875C21.6880875,16.036499218750002,21.3234875,15.66819921875,20.8378875,15.66799921875L20.8378875,15.66799921875Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00419"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00419)"><g><path d="M21.5665875,0.80419921875L4.319717499999999,0.80419921875C2.2551575,0.80419921875,0.5546875,2.52400921875,0.5546875,4.61237921875L0.5546875,21.19599921875C0.5546875,23.28439921875,2.2551375,25.00419921875,4.319687500000001,25.00419921875L21.5664875,25.00419921875C23.6312875,25.00419921875,25.3314875,23.28439921875,25.3314875,21.19599921875L25.3314875,4.61237921875C25.3314875,2.52403921875,23.7528875,0.804199533858,21.5665875,0.80419921875ZM23.5098875,21.31899921875C23.5098875,22.42439921875,22.6598875,23.28429921875,21.5665875,23.28429921875L4.3197375000000005,23.28429921875C3.2266875,23.28429921875,2.3764775,22.42439921875,2.3764775,21.31899921875L2.3764775,4.61232921875C2.3764775,3.50689921875,3.2266875,2.64696921875,4.3197375000000005,2.64696921875L21.5665875,2.64696921875C22.6598875,2.64696921875,23.5098875,3.50687921875,23.5098875,4.61232921875L23.5098875,21.31899921875ZM9.6638975,6.82347921875L6.9919275,9.52593921875L5.7773375,8.29773921875C5.4127475,7.92917921875,4.8055975,7.92917921875,4.5627475,8.29773921875C4.198157500000001,8.66605921875,4.198157500000001,9.28041921875,4.5627475,9.52593921875L6.5060175,11.49149921875C6.6275475,11.61429921875,6.8703975,11.73709921875,7.2346975,11.73709921875C7.5992875,11.73709921875,7.5992875,11.61429921875,7.9633675,11.49149921875L11.2426875,8.174719218749999C11.6072875,7.80615921875,11.6072875,7.19204921875,11.2426875,6.94624921875C10.5140575,6.57792921875,10.0281475,6.57792921875,9.6638975,6.82347921875ZM20.8378875,8.29773921875L12.4573875,8.29773921875C11.8501875,8.29773921875,11.6071875,8.66605921875,11.6071875,9.15764921875C11.6071875,9.77175921875,11.9717875,10.01754921875,12.4573875,10.01754921875L20.8380875,10.01754921875C21.4452875,10.01754921875,21.6880875,9.64898921875,21.6880875,9.15764921875C21.6880875,8.66605921875,21.3234875,8.29773921875,20.8378875,8.29773921875ZM7.4775375,13.82539921875C5.8986275,13.82539921875,4.6840375,15.05389921875,4.6840375,16.65089921875C4.6840375,18.24769921875,5.8986275,19.47619921875,7.4775375,19.47619921875C9.0567275,19.47619921875,10.2710475,18.24769921875,10.2710475,16.65089921875C10.2710475,14.93109921875,8.9351975,13.82539921875,7.4775375,13.82539921875ZM7.4775375,17.51079921875C6.8703975,17.51079921875,6.5060175,17.14219921875,6.5060175,16.52809921875C6.5060175,15.91379921875,6.8703975,15.54519921875,7.4775375,15.54519921875C8.0849875,15.54519921875,8.4492875,15.91379921875,8.4492875,16.52809921875C8.4492875,17.14219921875,7.9633775,17.51079921875,7.4775375,17.51079921875ZM20.8378875,15.66799921875L12.4573875,15.66799921875C11.8501875,15.66799921875,11.6071875,16.036499218750002,11.6071875,16.52809921875C11.6071875,17.01919921875,11.9717875,17.38799921875,12.4573875,17.38799921875L20.8380875,17.38799921875C21.4452875,17.38799921875,21.6880875,17.01949921875,21.6880875,16.52809921875C21.6880875,16.036499218750002,21.3234875,15.66819921875,20.8378875,15.66799921875L20.8378875,15.66799921875Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00450"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00450)"><g><path d="M3.329860625,26.0000765625C1.694080625,26.0000765625,0.368267406,24.6735765625,0.3691406492144,23.0377765625L0.3691406492144,4.6153165625C0.369140358642,2.9801565625,1.694700625,1.6545965625,3.329860625,1.6545965625L6.790880625,1.6545965625L6.790880625,0.9964775625C6.709270625,0.4206275625,7.203120625,-0.0724335375,7.778840625,0.0100966625C8.354440624999999,-0.0727381375,8.848050625,0.4208765625,8.765220625,0.9964775625L8.765220625,1.6545865625L17.345940625,1.6545865625L17.345940625,0.9964775625C17.264640625,0.4213725625,17.757240625,-0.0712512375,18.332340625,0.0100966625C18.907940625,-0.0727394375,19.401540625,0.4208765625,19.318740625,0.9964775625L19.318740625,1.6545865625L22.675540625,1.6545865625C24.307440625,1.6563265625,25.627440625,2.9834265625,25.620540625,4.6153165625L25.620540625,23.0377765625C25.627540625,24.6708765625,24.305540625,25.9984765625,22.672440625,25.9984765625L3.329860625,26.0000765625ZM2.3434806249999998,23.0393765625C2.350290625,23.5812765625,2.787940625,24.0188765625,3.329860625,24.0256765625L22.673940625,24.0256765625C23.213740625,24.0188765625,23.647740625,23.5792765625,23.647740625,23.0393765625L23.647740625,9.8281365625L2.3434806249999998,9.8281365625L2.3434806249999998,23.0393765625ZM23.649340625,7.8537965625L23.649340625,4.6168865625C23.650240625,4.0766665625,23.215740625,3.6365665625,22.675540625,3.6305065625L19.317140625,3.6305065625L19.317140625,4.2886265625C19.399640625,4.8643465625,18.906640625,5.3581965625,18.330740625,5.2765865625C17.754940625,5.3581965625,17.261840625,4.8643465625,17.344340625,4.2886265625L17.344340625,3.6305065625L8.763640625,3.6305065625L8.763640625,4.2886265625C8.846170625,4.8643465625,8.353110625,5.3581965625,7.777260625,5.2765865625C7.200790625,5.3593765625,6.706510625,4.8650865625,6.789300625,4.2886265625L6.789300625,3.6305065625L3.329860625,3.6305065625C2.787940625,3.6373165625,2.350290625,4.0749765625,2.3434806249999998,4.6168865625L2.3434806249999998,7.8537965625L23.649340625,7.8537965625ZM11.598140625,20.6751765625C11.342340625,20.6292765625,11.109440625,20.4985765625,10.936840625,20.3042765625L7.437940625,16.8053765625C6.939880625,16.4264765625,6.939880625,15.6771765625,7.437940625,15.2981765625C7.816900625,14.8001765625,8.566180625,14.8001765625,8.945130625,15.2981765625L11.707040625,18.0600765625L17.953540625,11.8119765625C18.332440625,11.3124765625,19.083440625,11.3124765625,19.462340625,11.8119765625C19.961740625,12.1908765625,19.961740625,12.9417765625,19.462340625,13.3206765625L12.474040625,20.3074765625C12.284040625,20.5293765625,12.012640625,20.6652765625,11.721240625,20.6846765625C11.678840625,20.6844765625,11.636640625,20.6807765625,11.594940625,20.6735765625L11.598140625,20.6751765625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00450"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00450)"><g><path d="M3.329860625,26.0000765625C1.694080625,26.0000765625,0.368267406,24.6735765625,0.3691406492144,23.0377765625L0.3691406492144,4.6153165625C0.369140358642,2.9801565625,1.694700625,1.6545965625,3.329860625,1.6545965625L6.790880625,1.6545965625L6.790880625,0.9964775625C6.709270625,0.4206275625,7.203120625,-0.0724335375,7.778840625,0.0100966625C8.354440624999999,-0.0727381375,8.848050625,0.4208765625,8.765220625,0.9964775625L8.765220625,1.6545865625L17.345940625,1.6545865625L17.345940625,0.9964775625C17.264640625,0.4213725625,17.757240625,-0.0712512375,18.332340625,0.0100966625C18.907940625,-0.0727394375,19.401540625,0.4208765625,19.318740625,0.9964775625L19.318740625,1.6545865625L22.675540625,1.6545865625C24.307440625,1.6563265625,25.627440625,2.9834265625,25.620540625,4.6153165625L25.620540625,23.0377765625C25.627540625,24.6708765625,24.305540625,25.9984765625,22.672440625,25.9984765625L3.329860625,26.0000765625ZM2.3434806249999998,23.0393765625C2.350290625,23.5812765625,2.787940625,24.0188765625,3.329860625,24.0256765625L22.673940625,24.0256765625C23.213740625,24.0188765625,23.647740625,23.5792765625,23.647740625,23.0393765625L23.647740625,9.8281365625L2.3434806249999998,9.8281365625L2.3434806249999998,23.0393765625ZM23.649340625,7.8537965625L23.649340625,4.6168865625C23.650240625,4.0766665625,23.215740625,3.6365665625,22.675540625,3.6305065625L19.317140625,3.6305065625L19.317140625,4.2886265625C19.399640625,4.8643465625,18.906640625,5.3581965625,18.330740625,5.2765865625C17.754940625,5.3581965625,17.261840625,4.8643465625,17.344340625,4.2886265625L17.344340625,3.6305065625L8.763640625,3.6305065625L8.763640625,4.2886265625C8.846170625,4.8643465625,8.353110625,5.3581965625,7.777260625,5.2765865625C7.200790625,5.3593765625,6.706510625,4.8650865625,6.789300625,4.2886265625L6.789300625,3.6305065625L3.329860625,3.6305065625C2.787940625,3.6373165625,2.350290625,4.0749765625,2.3434806249999998,4.6168865625L2.3434806249999998,7.8537965625L23.649340625,7.8537965625ZM11.598140625,20.6751765625C11.342340625,20.6292765625,11.109440625,20.4985765625,10.936840625,20.3042765625L7.437940625,16.8053765625C6.939880625,16.4264765625,6.939880625,15.6771765625,7.437940625,15.2981765625C7.816900625,14.8001765625,8.566180625,14.8001765625,8.945130625,15.2981765625L11.707040625,18.0600765625L17.953540625,11.8119765625C18.332440625,11.3124765625,19.083440625,11.3124765625,19.462340625,11.8119765625C19.961740625,12.1908765625,19.961740625,12.9417765625,19.462340625,13.3206765625L12.474040625,20.3074765625C12.284040625,20.5293765625,12.012640625,20.6652765625,11.721240625,20.6846765625C11.678840625,20.6844765625,11.636640625,20.6807765625,11.594940625,20.6735765625L11.598140625,20.6751765625Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00450"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00450)"><g><path d="M3.329860625,26.0000765625C1.694080625,26.0000765625,0.368267406,24.6735765625,0.3691406492144,23.0377765625L0.3691406492144,4.6153165625C0.369140358642,2.9801565625,1.694700625,1.6545965625,3.329860625,1.6545965625L6.790880625,1.6545965625L6.790880625,0.9964775625C6.709270625,0.4206275625,7.203120625,-0.0724335375,7.778840625,0.0100966625C8.354440624999999,-0.0727381375,8.848050625,0.4208765625,8.765220625,0.9964775625L8.765220625,1.6545865625L17.345940625,1.6545865625L17.345940625,0.9964775625C17.264640625,0.4213725625,17.757240625,-0.0712512375,18.332340625,0.0100966625C18.907940625,-0.0727394375,19.401540625,0.4208765625,19.318740625,0.9964775625L19.318740625,1.6545865625L22.675540625,1.6545865625C24.307440625,1.6563265625,25.627440625,2.9834265625,25.620540625,4.6153165625L25.620540625,23.0377765625C25.627540625,24.6708765625,24.305540625,25.9984765625,22.672440625,25.9984765625L3.329860625,26.0000765625ZM2.3434806249999998,23.0393765625C2.350290625,23.5812765625,2.787940625,24.0188765625,3.329860625,24.0256765625L22.673940625,24.0256765625C23.213740625,24.0188765625,23.647740625,23.5792765625,23.647740625,23.0393765625L23.647740625,9.8281365625L2.3434806249999998,9.8281365625L2.3434806249999998,23.0393765625ZM23.649340625,7.8537965625L23.649340625,4.6168865625C23.650240625,4.0766665625,23.215740625,3.6365665625,22.675540625,3.6305065625L19.317140625,3.6305065625L19.317140625,4.2886265625C19.399640625,4.8643465625,18.906640625,5.3581965625,18.330740625,5.2765865625C17.754940625,5.3581965625,17.261840625,4.8643465625,17.344340625,4.2886265625L17.344340625,3.6305065625L8.763640625,3.6305065625L8.763640625,4.2886265625C8.846170625,4.8643465625,8.353110625,5.3581965625,7.777260625,5.2765865625C7.200790625,5.3593765625,6.706510625,4.8650865625,6.789300625,4.2886265625L6.789300625,3.6305065625L3.329860625,3.6305065625C2.787940625,3.6373165625,2.350290625,4.0749765625,2.3434806249999998,4.6168865625L2.3434806249999998,7.8537965625L23.649340625,7.8537965625ZM11.598140625,20.6751765625C11.342340625,20.6292765625,11.109440625,20.4985765625,10.936840625,20.3042765625L7.437940625,16.8053765625C6.939880625,16.4264765625,6.939880625,15.6771765625,7.437940625,15.2981765625C7.816900625,14.8001765625,8.566180625,14.8001765625,8.945130625,15.2981765625L11.707040625,18.0600765625L17.953540625,11.8119765625C18.332440625,11.3124765625,19.083440625,11.3124765625,19.462340625,11.8119765625C19.961740625,12.1908765625,19.961740625,12.9417765625,19.462340625,13.3206765625L12.474040625,20.3074765625C12.284040625,20.5293765625,12.012640625,20.6652765625,11.721240625,20.6846765625C11.678840625,20.6844765625,11.636640625,20.6807765625,11.594940625,20.6735765625L11.598140625,20.6751765625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21443"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21443)"><g><path d="M18.050221875,0.43994140625C19.309421875,0.43994140625,20.525821875,0.75178240625,21.610521875,1.33816940625L22.594521875,1.86980140625L20.102921875,4.36135140625C19.452121875,5.01211140625,19.452121875,6.06726140625,20.102921875,6.71801140625C20.708321875,7.32424140625,21.674021875,7.37026140625,22.300121875,6.86084140625L22.458821875,6.71801140625L24.795621875,4.38278140625L25.206621875,5.69600140625C26.721121875,10.52674140625,23.111921875,15.43914140625,18.049421875,15.43764140625L18.060521875,15.43604140625L22.968221875,20.34374140625L23.138021875,20.52624140625C24.313221875,21.88404140625,24.201321875,23.92884140625,22.884921875,25.15034140625C21.568521875,26.37174140625,19.521021875,26.33054140625,18.254921875,25.05714140625L12.916321875,19.71694140625L8.176821875,24.45804140625C6.684671875,25.95034140625,4.312301875,26.09114140625,2.654141875,24.78574140625L2.503381875,24.66114140625L2.285971875,24.45804140625C0.6589168750000001,22.83114140625,0.6589168750000001,20.19324140625,2.285971875,18.56634140625L8.990931875,11.85824140625L4.772751875,7.62656140625C3.829081875,8.04068140625,2.727991875,7.83338140625,1.999521875,7.10445140625L0.232421875,5.33814140625L3.767411875,1.80315140625L5.534501875,3.57025140625C6.304491875,4.33981140625,6.488051875,5.51913140625,5.988381875,6.48631140625L10.170061875,10.67994140625L10.842121875,10.00860140625L10.756421875,9.68883140625C10.653921875,9.26025140625,10.589421875,8.82346140625,10.563621875,8.38354140625L10.550921875,7.93919140625C10.550921875,3.79791140625,13.908121875,0.44073540325,18.049421875,0.44073540325L18.050221875,0.43994140625ZM16.451321875,16.182741406250003L14.094621875,18.53934140625L19.433221875,23.87874140625L19.578421875,24.00814140625C20.270821875,24.55684140625,21.271221875,24.46984140625,21.858421875,23.80974140625C22.445621875,23.14954140625,22.415621875,22.14584140625,21.789921875,21.52214140625L16.451321875,16.182741406250003ZM18.049421875,2.10626140625C13.992521875,2.1053114062500002,11.174021875,6.14392140625,12.574321875,9.95147140625L12.757621875,10.45134140625L3.464291875,19.74544140625C2.488131875,20.72164140625,2.488131875,22.30434140625,3.464291875,23.28044140625C4.440451875,24.25664140625,6.023121875,24.25664140625,6.999281875,23.28044140625L16.660021875,13.62054140625L17.082921875,13.69114140625C20.639821875,14.28964140625,23.881521875,11.54664140625,23.881521875,7.93839140625L23.872821875,7.65909140625L23.606921875,7.92570140625L23.384821875,8.12407140625C22.008421875,9.23921140625,20.000221875,9.08277140625,18.813121875,7.76794140625C17.626121875,6.45312140625,17.675021875,4.4394114062500005,18.924621875,3.18382140625L19.748221875,2.35859140625L19.683221875,2.33796140625C19.286821875,2.22280140625,18.879321875,2.1501814062499998,18.467521875,2.12134140625L18.049421875,2.10626140625ZM7.242881875,19.65584140625L7.242881875,21.17934140625L5.576561875,21.17934140625L5.576561875,19.65584140625L7.242881875,19.65584140625ZM3.767411875,4.15901140625L2.589871875,5.33814140625L3.177851875,5.92690140625C3.352411875,6.10147140625,3.584111875,6.18241140625,3.811841875,6.16971140625L4.598981875,5.38178140625C4.611801875,5.14578140625,4.523491875,4.91550140625,4.356171875,4.74858140625L3.767411875,4.15981140625L3.767411875,4.15901140625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21443"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21443)"><g><path d="M18.050221875,0.43994140625C19.309421875,0.43994140625,20.525821875,0.75178240625,21.610521875,1.33816940625L22.594521875,1.86980140625L20.102921875,4.36135140625C19.452121875,5.01211140625,19.452121875,6.06726140625,20.102921875,6.71801140625C20.708321875,7.32424140625,21.674021875,7.37026140625,22.300121875,6.86084140625L22.458821875,6.71801140625L24.795621875,4.38278140625L25.206621875,5.69600140625C26.721121875,10.52674140625,23.111921875,15.43914140625,18.049421875,15.43764140625L18.060521875,15.43604140625L22.968221875,20.34374140625L23.138021875,20.52624140625C24.313221875,21.88404140625,24.201321875,23.92884140625,22.884921875,25.15034140625C21.568521875,26.37174140625,19.521021875,26.33054140625,18.254921875,25.05714140625L12.916321875,19.71694140625L8.176821875,24.45804140625C6.684671875,25.95034140625,4.312301875,26.09114140625,2.654141875,24.78574140625L2.503381875,24.66114140625L2.285971875,24.45804140625C0.6589168750000001,22.83114140625,0.6589168750000001,20.19324140625,2.285971875,18.56634140625L8.990931875,11.85824140625L4.772751875,7.62656140625C3.829081875,8.04068140625,2.727991875,7.83338140625,1.999521875,7.10445140625L0.232421875,5.33814140625L3.767411875,1.80315140625L5.534501875,3.57025140625C6.304491875,4.33981140625,6.488051875,5.51913140625,5.988381875,6.48631140625L10.170061875,10.67994140625L10.842121875,10.00860140625L10.756421875,9.68883140625C10.653921875,9.26025140625,10.589421875,8.82346140625,10.563621875,8.38354140625L10.550921875,7.93919140625C10.550921875,3.79791140625,13.908121875,0.44073540325,18.049421875,0.44073540325L18.050221875,0.43994140625ZM16.451321875,16.182741406250003L14.094621875,18.53934140625L19.433221875,23.87874140625L19.578421875,24.00814140625C20.270821875,24.55684140625,21.271221875,24.46984140625,21.858421875,23.80974140625C22.445621875,23.14954140625,22.415621875,22.14584140625,21.789921875,21.52214140625L16.451321875,16.182741406250003ZM18.049421875,2.10626140625C13.992521875,2.1053114062500002,11.174021875,6.14392140625,12.574321875,9.95147140625L12.757621875,10.45134140625L3.464291875,19.74544140625C2.488131875,20.72164140625,2.488131875,22.30434140625,3.464291875,23.28044140625C4.440451875,24.25664140625,6.023121875,24.25664140625,6.999281875,23.28044140625L16.660021875,13.62054140625L17.082921875,13.69114140625C20.639821875,14.28964140625,23.881521875,11.54664140625,23.881521875,7.93839140625L23.872821875,7.65909140625L23.606921875,7.92570140625L23.384821875,8.12407140625C22.008421875,9.23921140625,20.000221875,9.08277140625,18.813121875,7.76794140625C17.626121875,6.45312140625,17.675021875,4.4394114062500005,18.924621875,3.18382140625L19.748221875,2.35859140625L19.683221875,2.33796140625C19.286821875,2.22280140625,18.879321875,2.1501814062499998,18.467521875,2.12134140625L18.049421875,2.10626140625ZM7.242881875,19.65584140625L7.242881875,21.17934140625L5.576561875,21.17934140625L5.576561875,19.65584140625L7.242881875,19.65584140625ZM3.767411875,4.15901140625L2.589871875,5.33814140625L3.177851875,5.92690140625C3.352411875,6.10147140625,3.584111875,6.18241140625,3.811841875,6.16971140625L4.598981875,5.38178140625C4.611801875,5.14578140625,4.523491875,4.91550140625,4.356171875,4.74858140625L3.767411875,4.15981140625L3.767411875,4.15901140625Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21443"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21443)"><g><path d="M18.050221875,0.43994140625C19.309421875,0.43994140625,20.525821875,0.75178240625,21.610521875,1.33816940625L22.594521875,1.86980140625L20.102921875,4.36135140625C19.452121875,5.01211140625,19.452121875,6.06726140625,20.102921875,6.71801140625C20.708321875,7.32424140625,21.674021875,7.37026140625,22.300121875,6.86084140625L22.458821875,6.71801140625L24.795621875,4.38278140625L25.206621875,5.69600140625C26.721121875,10.52674140625,23.111921875,15.43914140625,18.049421875,15.43764140625L18.060521875,15.43604140625L22.968221875,20.34374140625L23.138021875,20.52624140625C24.313221875,21.88404140625,24.201321875,23.92884140625,22.884921875,25.15034140625C21.568521875,26.37174140625,19.521021875,26.33054140625,18.254921875,25.05714140625L12.916321875,19.71694140625L8.176821875,24.45804140625C6.684671875,25.95034140625,4.312301875,26.09114140625,2.654141875,24.78574140625L2.503381875,24.66114140625L2.285971875,24.45804140625C0.6589168750000001,22.83114140625,0.6589168750000001,20.19324140625,2.285971875,18.56634140625L8.990931875,11.85824140625L4.772751875,7.62656140625C3.829081875,8.04068140625,2.727991875,7.83338140625,1.999521875,7.10445140625L0.232421875,5.33814140625L3.767411875,1.80315140625L5.534501875,3.57025140625C6.304491875,4.33981140625,6.488051875,5.51913140625,5.988381875,6.48631140625L10.170061875,10.67994140625L10.842121875,10.00860140625L10.756421875,9.68883140625C10.653921875,9.26025140625,10.589421875,8.82346140625,10.563621875,8.38354140625L10.550921875,7.93919140625C10.550921875,3.79791140625,13.908121875,0.44073540325,18.049421875,0.44073540325L18.050221875,0.43994140625ZM16.451321875,16.182741406250003L14.094621875,18.53934140625L19.433221875,23.87874140625L19.578421875,24.00814140625C20.270821875,24.55684140625,21.271221875,24.46984140625,21.858421875,23.80974140625C22.445621875,23.14954140625,22.415621875,22.14584140625,21.789921875,21.52214140625L16.451321875,16.182741406250003ZM18.049421875,2.10626140625C13.992521875,2.1053114062500002,11.174021875,6.14392140625,12.574321875,9.95147140625L12.757621875,10.45134140625L3.464291875,19.74544140625C2.488131875,20.72164140625,2.488131875,22.30434140625,3.464291875,23.28044140625C4.440451875,24.25664140625,6.023121875,24.25664140625,6.999281875,23.28044140625L16.660021875,13.62054140625L17.082921875,13.69114140625C20.639821875,14.28964140625,23.881521875,11.54664140625,23.881521875,7.93839140625L23.872821875,7.65909140625L23.606921875,7.92570140625L23.384821875,8.12407140625C22.008421875,9.23921140625,20.000221875,9.08277140625,18.813121875,7.76794140625C17.626121875,6.45312140625,17.675021875,4.4394114062500005,18.924621875,3.18382140625L19.748221875,2.35859140625L19.683221875,2.33796140625C19.286821875,2.22280140625,18.879321875,2.1501814062499998,18.467521875,2.12134140625L18.049421875,2.10626140625ZM7.242881875,19.65584140625L7.242881875,21.17934140625L5.576561875,21.17934140625L5.576561875,19.65584140625L7.242881875,19.65584140625ZM3.767411875,4.15901140625L2.589871875,5.33814140625L3.177851875,5.92690140625C3.352411875,6.10147140625,3.584111875,6.18241140625,3.811841875,6.16971140625L4.598981875,5.38178140625C4.611801875,5.14578140625,4.523491875,4.91550140625,4.356171875,4.74858140625L3.767411875,4.15981140625L3.767411875,4.15901140625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21447"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21447)"><g><path d="M6.73898,22.525444140625L12.23761,25.778544140625C12.7914,26.107444140625,13.48,26.107444140625,14.0333,25.778944140625L19.5324,22.525944140625C22.31,20.882244140625,24.0214,17.845144140625,24.0214,14.558544140625L24.0214,5.154214140625C24.0214,4.3341541406249995,23.492,3.613434140625,22.7237,3.386194140625L13.6337,0.697434240625C13.3087,0.601181140625,12.9627,0.601181140625,12.6377,0.697434240625L3.54766,3.385744140625C2.779316,3.612984140625,2.25,4.3341541406249995,2.25,5.153764140625L2.25,14.558044140625C2.25,17.844644140625,3.9613199999999997,20.881344140625,6.73898,22.525444140625ZM18.623,20.949744140625L13.1357,24.210544140625L7.64839,20.950244140625L7.50778,20.864044140625C5.37283,19.528344140625,4.06428,17.140244140625,4.06428,14.560844140625L4.06428,5.134254140625L13.1357,2.4391441406250003L22.2071,5.134254140625L22.2071,14.560844140625L22.2053,14.728644140625C22.1486,17.299444140625,20.7938,19.659844140625,18.623,20.949744140625ZM11.75075,7.165654140625C11.33794,7.173194140625,10.97241,7.434184140625,10.83125,7.822184140625L9.32494,11.964144140625L6.7854,11.964144140625L6.71737,11.966444140625C6.22926,12.000944140625,5.85649,12.416344140625,5.87485,12.905344140625C5.89321,13.394344140625,6.29608,13.780644140625,6.7854,13.778444140625L10.59584,13.778444140625L11.71752,10.694144140625L14.0139,17.910944140625L14.038,17.978044140625C14.2318,18.464244140625,14.7683,18.718044140625,15.2672,18.559544140625L15.3465,18.530544140625C15.5803,18.433644140625,15.7685,18.251544140625,15.8731,18.021144140625L17.801299999999998,13.778444140625L19.4854,13.778444140625L19.5534,13.775744140625C20.0415,13.741244140625,20.4143,13.325844140625,20.3959,12.836844140625C20.3776,12.347844140625,19.9747,11.961544140625,19.4854,11.963744140625L17.363599999999998,11.963744140625L17.2806,11.966944140625C16.867,11.997144140625,16.503,12.250744140625,16.331200000000003,12.628244140625L15.0993,15.338744140625L12.7199,7.860734140625L12.6936,7.788164140625C12.5384,7.405584140625,12.16355,7.158114140625,11.75075,7.165654140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21447"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21447)"><g><path d="M6.73898,22.525444140625L12.23761,25.778544140625C12.7914,26.107444140625,13.48,26.107444140625,14.0333,25.778944140625L19.5324,22.525944140625C22.31,20.882244140625,24.0214,17.845144140625,24.0214,14.558544140625L24.0214,5.154214140625C24.0214,4.3341541406249995,23.492,3.613434140625,22.7237,3.386194140625L13.6337,0.697434240625C13.3087,0.601181140625,12.9627,0.601181140625,12.6377,0.697434240625L3.54766,3.385744140625C2.779316,3.612984140625,2.25,4.3341541406249995,2.25,5.153764140625L2.25,14.558044140625C2.25,17.844644140625,3.9613199999999997,20.881344140625,6.73898,22.525444140625ZM18.623,20.949744140625L13.1357,24.210544140625L7.64839,20.950244140625L7.50778,20.864044140625C5.37283,19.528344140625,4.06428,17.140244140625,4.06428,14.560844140625L4.06428,5.134254140625L13.1357,2.4391441406250003L22.2071,5.134254140625L22.2071,14.560844140625L22.2053,14.728644140625C22.1486,17.299444140625,20.7938,19.659844140625,18.623,20.949744140625ZM11.75075,7.165654140625C11.33794,7.173194140625,10.97241,7.434184140625,10.83125,7.822184140625L9.32494,11.964144140625L6.7854,11.964144140625L6.71737,11.966444140625C6.22926,12.000944140625,5.85649,12.416344140625,5.87485,12.905344140625C5.89321,13.394344140625,6.29608,13.780644140625,6.7854,13.778444140625L10.59584,13.778444140625L11.71752,10.694144140625L14.0139,17.910944140625L14.038,17.978044140625C14.2318,18.464244140625,14.7683,18.718044140625,15.2672,18.559544140625L15.3465,18.530544140625C15.5803,18.433644140625,15.7685,18.251544140625,15.8731,18.021144140625L17.801299999999998,13.778444140625L19.4854,13.778444140625L19.5534,13.775744140625C20.0415,13.741244140625,20.4143,13.325844140625,20.3959,12.836844140625C20.3776,12.347844140625,19.9747,11.961544140625,19.4854,11.963744140625L17.363599999999998,11.963744140625L17.2806,11.966944140625C16.867,11.997144140625,16.503,12.250744140625,16.331200000000003,12.628244140625L15.0993,15.338744140625L12.7199,7.860734140625L12.6936,7.788164140625C12.5384,7.405584140625,12.16355,7.158114140625,11.75075,7.165654140625Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21447"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21447)"><g><path d="M6.73898,22.525444140625L12.23761,25.778544140625C12.7914,26.107444140625,13.48,26.107444140625,14.0333,25.778944140625L19.5324,22.525944140625C22.31,20.882244140625,24.0214,17.845144140625,24.0214,14.558544140625L24.0214,5.154214140625C24.0214,4.3341541406249995,23.492,3.613434140625,22.7237,3.386194140625L13.6337,0.697434240625C13.3087,0.601181140625,12.9627,0.601181140625,12.6377,0.697434240625L3.54766,3.385744140625C2.779316,3.612984140625,2.25,4.3341541406249995,2.25,5.153764140625L2.25,14.558044140625C2.25,17.844644140625,3.9613199999999997,20.881344140625,6.73898,22.525444140625ZM18.623,20.949744140625L13.1357,24.210544140625L7.64839,20.950244140625L7.50778,20.864044140625C5.37283,19.528344140625,4.06428,17.140244140625,4.06428,14.560844140625L4.06428,5.134254140625L13.1357,2.4391441406250003L22.2071,5.134254140625L22.2071,14.560844140625L22.2053,14.728644140625C22.1486,17.299444140625,20.7938,19.659844140625,18.623,20.949744140625ZM11.75075,7.165654140625C11.33794,7.173194140625,10.97241,7.434184140625,10.83125,7.822184140625L9.32494,11.964144140625L6.7854,11.964144140625L6.71737,11.966444140625C6.22926,12.000944140625,5.85649,12.416344140625,5.87485,12.905344140625C5.89321,13.394344140625,6.29608,13.780644140625,6.7854,13.778444140625L10.59584,13.778444140625L11.71752,10.694144140625L14.0139,17.910944140625L14.038,17.978044140625C14.2318,18.464244140625,14.7683,18.718044140625,15.2672,18.559544140625L15.3465,18.530544140625C15.5803,18.433644140625,15.7685,18.251544140625,15.8731,18.021144140625L17.801299999999998,13.778444140625L19.4854,13.778444140625L19.5534,13.775744140625C20.0415,13.741244140625,20.4143,13.325844140625,20.3959,12.836844140625C20.3776,12.347844140625,19.9747,11.961544140625,19.4854,11.963744140625L17.363599999999998,11.963744140625L17.2806,11.966944140625C16.867,11.997144140625,16.503,12.250744140625,16.331200000000003,12.628244140625L15.0993,15.338744140625L12.7199,7.860734140625L12.6936,7.788164140625C12.5384,7.405584140625,12.16355,7.158114140625,11.75075,7.165654140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21434"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21434)"><g><path d="M15.3251375,1.167724609375C17.1152375,1.167479693375,18.5748375,2.6028846093749998,18.6044375,4.392784609375L18.6044375,10.026534609375L19.9602375,10.026534609375C20.7673375,10.026214609375,21.4280375,10.668454609375,21.4506375,11.475224609375L21.4506375,19.025924609375C21.4562375,19.464624609375,21.8089375,19.819824609375,22.2476375,19.828624609375C22.6862375,19.837424609375,23.0528375,19.496724609375,23.0761375,19.058524609375L23.0767375,19.025924609375L23.0767375,8.735904609375C23.0766375,8.700524609375,23.0640375,8.666294609375,23.0411375,8.639364609375L23.0290375,8.626694609375L20.7084375,6.483494609375C20.3385375,6.156254609375,20.3039375,5.591114609375,20.6312375,5.221224609375C20.9584375,4.851334609375,21.5236375,4.816754609375,21.8935375,5.1439946093749995L21.9218375,5.169334609375L24.2424375,7.312534609375C24.6259375,7.666604609375,24.8504375,8.160424609375,24.8651375,8.682204609374999L24.8657375,8.735904609375L24.8657375,19.025924609375C24.8790375,20.462824609375,23.7250375,21.638524609375,22.2881375,21.651824609375C20.8511375,21.665124609375,19.6755375,20.511124609375,19.6622375,19.074224609375L19.6622375,11.815524609375L18.6050375,11.815524609375L18.6050375,23.379324609375L20.0954375,23.379324609375C20.5830375,23.378724609375,20.9812375,23.769024609375,20.9904375,24.256624609375C20.9996375,24.744224609375,20.6165375,25.149224609375,20.1292375,25.167124609375L20.0954375,25.167724609375L0.41802950000000005,25.167724609375C-0.0695075,25.167924609375,-0.46735732,24.777524609375,-0.476405516,24.290124609375C-0.48545371,23.802624609375,-0.1023655,23.397824609375,0.3848435,23.379924609375L0.41802950000000005,23.379324609375L1.9083774999999998,23.379324609375L1.9083774999999998,4.4470846093750005C1.9084675,2.656944609375,3.3441375,1.197641909375,5.1340375,1.168327944375L5.1883475,1.167724609375L15.3251375,1.167724609375ZM15.3251375,2.956744609375L5.1883375,2.956744609375C4.3812375,2.956424609375,3.7205475000000003,3.598664609375,3.6979974999999996,4.405454609375L3.6979974999999996,23.379324609375L16.8154375,23.379324609375L16.8154375,4.4470846093750005C16.8157375,3.640214609375,16.1739375,2.979614609375,15.3673375,2.956744609375L15.3251375,2.956744609375ZM14.1074375,4.787994609375C14.7838375,4.787994609375,15.3323375,5.316554609375,15.3323375,5.968204609375L15.3323375,10.244954609375C15.3323375,10.896604609375,14.7838375,11.425124609375,14.1074375,11.425124609375L6.2997675,11.425124609375C5.6233775,11.425124609375,5.0749075,10.896604609375,5.0749075,10.244954609375L5.0749075,5.968204609375C5.0749075,5.316554609375,5.6233775,4.787994609375,6.2997675,4.787994609375L14.1074375,4.787994609375ZM13.5222375,6.598134609375L6.8850475,6.598134609375L6.8850475,9.615024609375L13.5222375,9.615024609375L13.5222375,6.598134609375Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21434"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21434)"><g><path d="M15.3251375,1.167724609375C17.1152375,1.167479693375,18.5748375,2.6028846093749998,18.6044375,4.392784609375L18.6044375,10.026534609375L19.9602375,10.026534609375C20.7673375,10.026214609375,21.4280375,10.668454609375,21.4506375,11.475224609375L21.4506375,19.025924609375C21.4562375,19.464624609375,21.8089375,19.819824609375,22.2476375,19.828624609375C22.6862375,19.837424609375,23.0528375,19.496724609375,23.0761375,19.058524609375L23.0767375,19.025924609375L23.0767375,8.735904609375C23.0766375,8.700524609375,23.0640375,8.666294609375,23.0411375,8.639364609375L23.0290375,8.626694609375L20.7084375,6.483494609375C20.3385375,6.156254609375,20.3039375,5.591114609375,20.6312375,5.221224609375C20.9584375,4.851334609375,21.5236375,4.816754609375,21.8935375,5.1439946093749995L21.9218375,5.169334609375L24.2424375,7.312534609375C24.6259375,7.666604609375,24.8504375,8.160424609375,24.8651375,8.682204609374999L24.8657375,8.735904609375L24.8657375,19.025924609375C24.8790375,20.462824609375,23.7250375,21.638524609375,22.2881375,21.651824609375C20.8511375,21.665124609375,19.6755375,20.511124609375,19.6622375,19.074224609375L19.6622375,11.815524609375L18.6050375,11.815524609375L18.6050375,23.379324609375L20.0954375,23.379324609375C20.5830375,23.378724609375,20.9812375,23.769024609375,20.9904375,24.256624609375C20.9996375,24.744224609375,20.6165375,25.149224609375,20.1292375,25.167124609375L20.0954375,25.167724609375L0.41802950000000005,25.167724609375C-0.0695075,25.167924609375,-0.46735732,24.777524609375,-0.476405516,24.290124609375C-0.48545371,23.802624609375,-0.1023655,23.397824609375,0.3848435,23.379924609375L0.41802950000000005,23.379324609375L1.9083774999999998,23.379324609375L1.9083774999999998,4.4470846093750005C1.9084675,2.656944609375,3.3441375,1.197641909375,5.1340375,1.168327944375L5.1883475,1.167724609375L15.3251375,1.167724609375ZM15.3251375,2.956744609375L5.1883375,2.956744609375C4.3812375,2.956424609375,3.7205475000000003,3.598664609375,3.6979974999999996,4.405454609375L3.6979974999999996,23.379324609375L16.8154375,23.379324609375L16.8154375,4.4470846093750005C16.8157375,3.640214609375,16.1739375,2.979614609375,15.3673375,2.956744609375L15.3251375,2.956744609375ZM14.1074375,4.787994609375C14.7838375,4.787994609375,15.3323375,5.316554609375,15.3323375,5.968204609375L15.3323375,10.244954609375C15.3323375,10.896604609375,14.7838375,11.425124609375,14.1074375,11.425124609375L6.2997675,11.425124609375C5.6233775,11.425124609375,5.0749075,10.896604609375,5.0749075,10.244954609375L5.0749075,5.968204609375C5.0749075,5.316554609375,5.6233775,4.787994609375,6.2997675,4.787994609375L14.1074375,4.787994609375ZM13.5222375,6.598134609375L6.8850475,6.598134609375L6.8850475,9.615024609375L13.5222375,9.615024609375L13.5222375,6.598134609375Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21434"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21434)"><g><path d="M15.3251375,1.167724609375C17.1152375,1.167479693375,18.5748375,2.6028846093749998,18.6044375,4.392784609375L18.6044375,10.026534609375L19.9602375,10.026534609375C20.7673375,10.026214609375,21.4280375,10.668454609375,21.4506375,11.475224609375L21.4506375,19.025924609375C21.4562375,19.464624609375,21.8089375,19.819824609375,22.2476375,19.828624609375C22.6862375,19.837424609375,23.0528375,19.496724609375,23.0761375,19.058524609375L23.0767375,19.025924609375L23.0767375,8.735904609375C23.0766375,8.700524609375,23.0640375,8.666294609375,23.0411375,8.639364609375L23.0290375,8.626694609375L20.7084375,6.483494609375C20.3385375,6.156254609375,20.3039375,5.591114609375,20.6312375,5.221224609375C20.9584375,4.851334609375,21.5236375,4.816754609375,21.8935375,5.1439946093749995L21.9218375,5.169334609375L24.2424375,7.312534609375C24.6259375,7.666604609375,24.8504375,8.160424609375,24.8651375,8.682204609374999L24.8657375,8.735904609375L24.8657375,19.025924609375C24.8790375,20.462824609375,23.7250375,21.638524609375,22.2881375,21.651824609375C20.8511375,21.665124609375,19.6755375,20.511124609375,19.6622375,19.074224609375L19.6622375,11.815524609375L18.6050375,11.815524609375L18.6050375,23.379324609375L20.0954375,23.379324609375C20.5830375,23.378724609375,20.9812375,23.769024609375,20.9904375,24.256624609375C20.9996375,24.744224609375,20.6165375,25.149224609375,20.1292375,25.167124609375L20.0954375,25.167724609375L0.41802950000000005,25.167724609375C-0.0695075,25.167924609375,-0.46735732,24.777524609375,-0.476405516,24.290124609375C-0.48545371,23.802624609375,-0.1023655,23.397824609375,0.3848435,23.379924609375L0.41802950000000005,23.379324609375L1.9083774999999998,23.379324609375L1.9083774999999998,4.4470846093750005C1.9084675,2.656944609375,3.3441375,1.197641909375,5.1340375,1.168327944375L5.1883475,1.167724609375L15.3251375,1.167724609375ZM15.3251375,2.956744609375L5.1883375,2.956744609375C4.3812375,2.956424609375,3.7205475000000003,3.598664609375,3.6979974999999996,4.405454609375L3.6979974999999996,23.379324609375L16.8154375,23.379324609375L16.8154375,4.4470846093750005C16.8157375,3.640214609375,16.1739375,2.979614609375,15.3673375,2.956744609375L15.3251375,2.956744609375ZM14.1074375,4.787994609375C14.7838375,4.787994609375,15.3323375,5.316554609375,15.3323375,5.968204609375L15.3323375,10.244954609375C15.3323375,10.896604609375,14.7838375,11.425124609375,14.1074375,11.425124609375L6.2997675,11.425124609375C5.6233775,11.425124609375,5.0749075,10.896604609375,5.0749075,10.244954609375L5.0749075,5.968204609375C5.0749075,5.316554609375,5.6233775,4.787994609375,6.2997675,4.787994609375L14.1074375,4.787994609375ZM13.5222375,6.598134609375L6.8850475,6.598134609375L6.8850475,9.615024609375L13.5222375,9.615024609375L13.5222375,6.598134609375Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21415"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21415)"><g><path d="M24.440990625,25.850390625L2.0597906249999998,25.850390625C1.281398625,25.850390625,0.650390625,25.219390625,0.650390625,24.440990625L0.650390625,3.863810625C0.650390409943,3.085420625,1.281398625,2.454420625,2.0597906249999998,2.454420625L5.414150625,2.454420625C5.881180625,2.454420625,6.259790625,2.833020625,6.259790625,3.300050625C6.259790625,3.767090625,5.881180625,4.145690625,5.414150625,4.145690625C5.412260625,4.145690625,5.410460625,4.145410625,5.408510625,4.145410625L2.905420625,4.145410625C2.594070625,4.145410625,2.341670625,4.397810625,2.341670625,4.709170625L2.341670625,6.830820625L24.159090625,6.830820625L24.159090625,4.709170625C24.159090625,4.397810625,23.906690625,4.145410625,23.595390625,4.145410625L21.092290625,4.145410625C21.090390625,4.145410625,21.088590625,4.145690625,21.086590625,4.145690625C20.619590625,4.145690625,20.240990625,3.767090625,20.240990625,3.300050625C20.240990625,2.833020625,20.619590625,2.454420625,21.086590625,2.454420625L24.440990625,2.454420625C25.219390625,2.454420625,25.850390625,3.085420625,25.850390625,3.863810625L25.850390625,24.440990625C25.850390625,25.219390625,25.219390625,25.850390625,24.440990625,25.850390625ZM24.159090625,8.522090625L2.341670625,8.522090625L2.341670625,23.595090625C2.341670625,23.906390625,2.594070625,24.158790625,2.905420625,24.158790625L23.595390625,24.158790625C23.906690625,24.158790625,24.159090625,23.906390625,24.159090625,23.595090625L24.159090625,8.522090625ZM16.027790625,19.118190625C15.697590625,19.448990625,15.161490625,19.448990625,14.831290625,19.118190625L11.042190625,15.324090625L7.252900625,19.118390625C6.922040625,19.448790625,6.385970625,19.448390625,6.055550625,19.117590625C5.725130625,18.786690625,5.725490625,18.250590625,6.056350625,17.920190625L10.443690625,13.526890625C10.773890625,13.196090625,11.309990625,13.196090625,11.640190625,13.526890625L15.429290625,17.320990625L19.218590625,13.526590625C19.549490625,13.196190625,20.085590625,13.196590625,20.415990625,13.527390625C20.746390625,13.858290625,20.745990625,14.394390625,20.415190625,14.724790625L16.027790625,19.118190625ZM18.662490625,5.949720625C18.195490625,5.949720625,17.816790625,5.571110625,17.816790625,5.104080625L17.816790625,1.4960286250000001C17.816790625,1.028995625,18.195490625,0.650390625,18.662490625,0.650390625C19.129490625,0.650390625,19.508090625,1.028995625,19.508090625,1.4960286250000001L19.508090625,5.104080625C19.508090625,5.571110625,19.129490625,5.949720625,18.662490625,5.949720625ZM16.238290624999998,4.145690625C16.236390625,4.145690625,16.234590625,4.145410625,16.232690625,4.145410625L10.268110625,4.145410625C10.266220625,4.145410625,10.264420625,4.145690625,10.262470625,4.145690625C9.795440625,4.145690625,9.416830625,3.767090625,9.416830625,3.300050625C9.416830625,2.833020625,9.795440625,2.454420625,10.262470625,2.454420625L16.238290624999998,2.454420625C16.705390625,2.454420625,17.083990625,2.833020625,17.083990625,3.300050625C17.083990625,3.767090625,16.705390625,4.145690625,16.238290624999998,4.145690625ZM7.838310625,5.949720625C7.371280625,5.949720625,6.992670625,5.571110625,6.992670625,5.104080625L6.992670625,1.4960286250000001C6.992670625,1.028995625,7.371280625,0.650390625,7.838310625,0.650390625C8.305340625,0.650390625,8.683950625,1.028995625,8.683950625,1.4960286250000001L8.683950625,5.104080625C8.683950625,5.571110625,8.305340625,5.949720625,7.838310625,5.949720625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21415"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21415)"><g><path d="M24.440990625,25.850390625L2.0597906249999998,25.850390625C1.281398625,25.850390625,0.650390625,25.219390625,0.650390625,24.440990625L0.650390625,3.863810625C0.650390409943,3.085420625,1.281398625,2.454420625,2.0597906249999998,2.454420625L5.414150625,2.454420625C5.881180625,2.454420625,6.259790625,2.833020625,6.259790625,3.300050625C6.259790625,3.767090625,5.881180625,4.145690625,5.414150625,4.145690625C5.412260625,4.145690625,5.410460625,4.145410625,5.408510625,4.145410625L2.905420625,4.145410625C2.594070625,4.145410625,2.341670625,4.397810625,2.341670625,4.709170625L2.341670625,6.830820625L24.159090625,6.830820625L24.159090625,4.709170625C24.159090625,4.397810625,23.906690625,4.145410625,23.595390625,4.145410625L21.092290625,4.145410625C21.090390625,4.145410625,21.088590625,4.145690625,21.086590625,4.145690625C20.619590625,4.145690625,20.240990625,3.767090625,20.240990625,3.300050625C20.240990625,2.833020625,20.619590625,2.454420625,21.086590625,2.454420625L24.440990625,2.454420625C25.219390625,2.454420625,25.850390625,3.085420625,25.850390625,3.863810625L25.850390625,24.440990625C25.850390625,25.219390625,25.219390625,25.850390625,24.440990625,25.850390625ZM24.159090625,8.522090625L2.341670625,8.522090625L2.341670625,23.595090625C2.341670625,23.906390625,2.594070625,24.158790625,2.905420625,24.158790625L23.595390625,24.158790625C23.906690625,24.158790625,24.159090625,23.906390625,24.159090625,23.595090625L24.159090625,8.522090625ZM16.027790625,19.118190625C15.697590625,19.448990625,15.161490625,19.448990625,14.831290625,19.118190625L11.042190625,15.324090625L7.252900625,19.118390625C6.922040625,19.448790625,6.385970625,19.448390625,6.055550625,19.117590625C5.725130625,18.786690625,5.725490625,18.250590625,6.056350625,17.920190625L10.443690625,13.526890625C10.773890625,13.196090625,11.309990625,13.196090625,11.640190625,13.526890625L15.429290625,17.320990625L19.218590625,13.526590625C19.549490625,13.196190625,20.085590625,13.196590625,20.415990625,13.527390625C20.746390625,13.858290625,20.745990625,14.394390625,20.415190625,14.724790625L16.027790625,19.118190625ZM18.662490625,5.949720625C18.195490625,5.949720625,17.816790625,5.571110625,17.816790625,5.104080625L17.816790625,1.4960286250000001C17.816790625,1.028995625,18.195490625,0.650390625,18.662490625,0.650390625C19.129490625,0.650390625,19.508090625,1.028995625,19.508090625,1.4960286250000001L19.508090625,5.104080625C19.508090625,5.571110625,19.129490625,5.949720625,18.662490625,5.949720625ZM16.238290624999998,4.145690625C16.236390625,4.145690625,16.234590625,4.145410625,16.232690625,4.145410625L10.268110625,4.145410625C10.266220625,4.145410625,10.264420625,4.145690625,10.262470625,4.145690625C9.795440625,4.145690625,9.416830625,3.767090625,9.416830625,3.300050625C9.416830625,2.833020625,9.795440625,2.454420625,10.262470625,2.454420625L16.238290624999998,2.454420625C16.705390625,2.454420625,17.083990625,2.833020625,17.083990625,3.300050625C17.083990625,3.767090625,16.705390625,4.145690625,16.238290624999998,4.145690625ZM7.838310625,5.949720625C7.371280625,5.949720625,6.992670625,5.571110625,6.992670625,5.104080625L6.992670625,1.4960286250000001C6.992670625,1.028995625,7.371280625,0.650390625,7.838310625,0.650390625C8.305340625,0.650390625,8.683950625,1.028995625,8.683950625,1.4960286250000001L8.683950625,5.104080625C8.683950625,5.571110625,8.305340625,5.949720625,7.838310625,5.949720625Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21415"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21415)"><g><path d="M24.440990625,25.850390625L2.0597906249999998,25.850390625C1.281398625,25.850390625,0.650390625,25.219390625,0.650390625,24.440990625L0.650390625,3.863810625C0.650390409943,3.085420625,1.281398625,2.454420625,2.0597906249999998,2.454420625L5.414150625,2.454420625C5.881180625,2.454420625,6.259790625,2.833020625,6.259790625,3.300050625C6.259790625,3.767090625,5.881180625,4.145690625,5.414150625,4.145690625C5.412260625,4.145690625,5.410460625,4.145410625,5.408510625,4.145410625L2.905420625,4.145410625C2.594070625,4.145410625,2.341670625,4.397810625,2.341670625,4.709170625L2.341670625,6.830820625L24.159090625,6.830820625L24.159090625,4.709170625C24.159090625,4.397810625,23.906690625,4.145410625,23.595390625,4.145410625L21.092290625,4.145410625C21.090390625,4.145410625,21.088590625,4.145690625,21.086590625,4.145690625C20.619590625,4.145690625,20.240990625,3.767090625,20.240990625,3.300050625C20.240990625,2.833020625,20.619590625,2.454420625,21.086590625,2.454420625L24.440990625,2.454420625C25.219390625,2.454420625,25.850390625,3.085420625,25.850390625,3.863810625L25.850390625,24.440990625C25.850390625,25.219390625,25.219390625,25.850390625,24.440990625,25.850390625ZM24.159090625,8.522090625L2.341670625,8.522090625L2.341670625,23.595090625C2.341670625,23.906390625,2.594070625,24.158790625,2.905420625,24.158790625L23.595390625,24.158790625C23.906690625,24.158790625,24.159090625,23.906390625,24.159090625,23.595090625L24.159090625,8.522090625ZM16.027790625,19.118190625C15.697590625,19.448990625,15.161490625,19.448990625,14.831290625,19.118190625L11.042190625,15.324090625L7.252900625,19.118390625C6.922040625,19.448790625,6.385970625,19.448390625,6.055550625,19.117590625C5.725130625,18.786690625,5.725490625,18.250590625,6.056350625,17.920190625L10.443690625,13.526890625C10.773890625,13.196090625,11.309990625,13.196090625,11.640190625,13.526890625L15.429290625,17.320990625L19.218590625,13.526590625C19.549490625,13.196190625,20.085590625,13.196590625,20.415990625,13.527390625C20.746390625,13.858290625,20.745990625,14.394390625,20.415190625,14.724790625L16.027790625,19.118190625ZM18.662490625,5.949720625C18.195490625,5.949720625,17.816790625,5.571110625,17.816790625,5.104080625L17.816790625,1.4960286250000001C17.816790625,1.028995625,18.195490625,0.650390625,18.662490625,0.650390625C19.129490625,0.650390625,19.508090625,1.028995625,19.508090625,1.4960286250000001L19.508090625,5.104080625C19.508090625,5.571110625,19.129490625,5.949720625,18.662490625,5.949720625ZM16.238290624999998,4.145690625C16.236390625,4.145690625,16.234590625,4.145410625,16.232690625,4.145410625L10.268110625,4.145410625C10.266220625,4.145410625,10.264420625,4.145690625,10.262470625,4.145690625C9.795440625,4.145690625,9.416830625,3.767090625,9.416830625,3.300050625C9.416830625,2.833020625,9.795440625,2.454420625,10.262470625,2.454420625L16.238290624999998,2.454420625C16.705390625,2.454420625,17.083990625,2.833020625,17.083990625,3.300050625C17.083990625,3.767090625,16.705390625,4.145690625,16.238290624999998,4.145690625ZM7.838310625,5.949720625C7.371280625,5.949720625,6.992670625,5.571110625,6.992670625,5.104080625L6.992670625,1.4960286250000001C6.992670625,1.028995625,7.371280625,0.650390625,7.838310625,0.650390625C8.305340625,0.650390625,8.683950625,1.028995625,8.683950625,1.4960286250000001L8.683950625,5.104080625C8.683950625,5.571110625,8.305340625,5.949720625,7.838310625,5.949720625Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00423"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00423)"><g><path d="M23.2157,21.82044296875L15.7879,21.82044296875L13.8409,24.20484296875C13.8316,24.21684296875,13.8232,24.22984296875,13.8121,24.24194296875C13.6134,24.47224296875,13.3256,24.60404296875,13.0247,24.60404296875L13.0238,24.60404296875L13.0127,24.60314296875L13.0006,24.60404296875C12.7007,24.60404296875,12.4147,24.47314296875,12.216,24.24564296875L12.1873,24.20854296875L10.217,21.82044296875L2.78925,21.82044296875C1.01493,21.82044296875,0.00196873,20.87524296875,0.00196873,19.15764296875L0.00196873,4.5081429687500005C0.00196873,2.79047296875,1.44482,1.39311449275,3.21913,1.39311449275L22.7839,1.39311449275C24.5573,1.39311449275,26.0002,2.79047296875,26.0002,4.5081429687500005L26.0002,19.15764296875C26.0002,20.87524296875,24.9891,21.82044296875,23.2157,21.82044296875ZM24.1442,4.17946296875C24.1442,3.64188296875,23.8303,3.2509929687500003,23.2157,3.2509929687500003L2.78925,3.2509929687500003C2.1746,3.2509929687500003,1.86077,3.64188296875,1.86077,4.17946296875L1.86077,19.03504296875C1.86077,19.57264296875,2.1746,19.96354296875,2.78925,19.96354296875L10.4306,20.13254296875L10.4445,20.13344296875C10.4802,20.13474296875,10.5158,20.13724296875,10.5513,20.14084296875C10.5732,20.14294296875,10.5949,20.14634296875,10.6163,20.15104296875L10.6534,20.15754296875C10.6868,20.16434296875,10.7197,20.17334296875,10.7518,20.18454296875L10.8196,20.20954296875L10.8465,20.22074296875C10.8688,20.23094296875,10.8911,20.24114296875,10.9125,20.25324296875C10.9208,20.25784296875,10.9301,20.26154296875,10.9385,20.26714296875C10.9589,20.27824296875,10.9784,20.29124296875,10.9979,20.30424296875C11.0372,20.32794296875,11.0742,20.35534296875,11.1084,20.38594296875L11.126,20.40084296875L13.0099,22.09434296875L14.8752,20.40364296875L14.8947,20.38784296875L14.9244,20.36274296875L14.9773,20.32284296875L15.0052,20.30424296875L15.0637,20.26804296875L15.0925,20.25324296875C15.1127,20.24204296875,15.1335,20.23184296875,15.1547,20.22254296875L15.1881,20.20864296875C15.2079,20.20044296875,15.228,20.19294296875,15.2484,20.18634296875L15.2902,20.17334296875C15.3088,20.16874296875,15.3264,20.16314296875,15.345,20.15944296875L15.3942,20.14924296875L15.4462,20.14184296875L15.5001,20.13624296875C15.5164,20.13514296875,15.5329,20.13454296875,15.5493,20.13434296875L15.5734,20.13254296875C15.5261,20.14084296875,18.4665,19.90964296875,22.2686,20.00434296875C23.368,19.83074296875,24.1423,19.55504296875,24.1442,19.03504296875L24.1442,4.17946296875ZM19.5018,14.39264296875L6.50315,14.39264296875C5.92378,14.39264296875,5.57467,14.05374296875,5.57467,13.46424296875C5.57467,12.87464296875,5.92378,12.53574296875,6.50315,12.53574296875L19.5018,12.53574296875C20.0812,12.53574296875,20.4303,12.87464296875,20.4303,13.46424296875C20.4303,14.05374296875,20.0812,14.39264296875,19.5018,14.39264296875ZM19.5018,9.75031296875L6.50315,9.75031296875C5.92378,9.75031296875,5.57467,9.41142296875,5.57467,8.82183296875C5.57467,8.23225296875,5.92378,7.89336296875,6.50315,7.89336296875L19.5018,7.89336296875C20.0812,7.89336296875,20.4303,8.23225296875,20.4303,8.82183296875C20.4303,9.41142296875,20.0812,9.75031296875,19.5018,9.75031296875Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00423"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00423)"><g><path d="M23.2157,21.82044296875L15.7879,21.82044296875L13.8409,24.20484296875C13.8316,24.21684296875,13.8232,24.22984296875,13.8121,24.24194296875C13.6134,24.47224296875,13.3256,24.60404296875,13.0247,24.60404296875L13.0238,24.60404296875L13.0127,24.60314296875L13.0006,24.60404296875C12.7007,24.60404296875,12.4147,24.47314296875,12.216,24.24564296875L12.1873,24.20854296875L10.217,21.82044296875L2.78925,21.82044296875C1.01493,21.82044296875,0.00196873,20.87524296875,0.00196873,19.15764296875L0.00196873,4.5081429687500005C0.00196873,2.79047296875,1.44482,1.39311449275,3.21913,1.39311449275L22.7839,1.39311449275C24.5573,1.39311449275,26.0002,2.79047296875,26.0002,4.5081429687500005L26.0002,19.15764296875C26.0002,20.87524296875,24.9891,21.82044296875,23.2157,21.82044296875ZM24.1442,4.17946296875C24.1442,3.64188296875,23.8303,3.2509929687500003,23.2157,3.2509929687500003L2.78925,3.2509929687500003C2.1746,3.2509929687500003,1.86077,3.64188296875,1.86077,4.17946296875L1.86077,19.03504296875C1.86077,19.57264296875,2.1746,19.96354296875,2.78925,19.96354296875L10.4306,20.13254296875L10.4445,20.13344296875C10.4802,20.13474296875,10.5158,20.13724296875,10.5513,20.14084296875C10.5732,20.14294296875,10.5949,20.14634296875,10.6163,20.15104296875L10.6534,20.15754296875C10.6868,20.16434296875,10.7197,20.17334296875,10.7518,20.18454296875L10.8196,20.20954296875L10.8465,20.22074296875C10.8688,20.23094296875,10.8911,20.24114296875,10.9125,20.25324296875C10.9208,20.25784296875,10.9301,20.26154296875,10.9385,20.26714296875C10.9589,20.27824296875,10.9784,20.29124296875,10.9979,20.30424296875C11.0372,20.32794296875,11.0742,20.35534296875,11.1084,20.38594296875L11.126,20.40084296875L13.0099,22.09434296875L14.8752,20.40364296875L14.8947,20.38784296875L14.9244,20.36274296875L14.9773,20.32284296875L15.0052,20.30424296875L15.0637,20.26804296875L15.0925,20.25324296875C15.1127,20.24204296875,15.1335,20.23184296875,15.1547,20.22254296875L15.1881,20.20864296875C15.2079,20.20044296875,15.228,20.19294296875,15.2484,20.18634296875L15.2902,20.17334296875C15.3088,20.16874296875,15.3264,20.16314296875,15.345,20.15944296875L15.3942,20.14924296875L15.4462,20.14184296875L15.5001,20.13624296875C15.5164,20.13514296875,15.5329,20.13454296875,15.5493,20.13434296875L15.5734,20.13254296875C15.5261,20.14084296875,18.4665,19.90964296875,22.2686,20.00434296875C23.368,19.83074296875,24.1423,19.55504296875,24.1442,19.03504296875L24.1442,4.17946296875ZM19.5018,14.39264296875L6.50315,14.39264296875C5.92378,14.39264296875,5.57467,14.05374296875,5.57467,13.46424296875C5.57467,12.87464296875,5.92378,12.53574296875,6.50315,12.53574296875L19.5018,12.53574296875C20.0812,12.53574296875,20.4303,12.87464296875,20.4303,13.46424296875C20.4303,14.05374296875,20.0812,14.39264296875,19.5018,14.39264296875ZM19.5018,9.75031296875L6.50315,9.75031296875C5.92378,9.75031296875,5.57467,9.41142296875,5.57467,8.82183296875C5.57467,8.23225296875,5.92378,7.89336296875,6.50315,7.89336296875L19.5018,7.89336296875C20.0812,7.89336296875,20.4303,8.23225296875,20.4303,8.82183296875C20.4303,9.41142296875,20.0812,9.75031296875,19.5018,9.75031296875Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00423"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00423)"><g><path d="M23.2157,21.82044296875L15.7879,21.82044296875L13.8409,24.20484296875C13.8316,24.21684296875,13.8232,24.22984296875,13.8121,24.24194296875C13.6134,24.47224296875,13.3256,24.60404296875,13.0247,24.60404296875L13.0238,24.60404296875L13.0127,24.60314296875L13.0006,24.60404296875C12.7007,24.60404296875,12.4147,24.47314296875,12.216,24.24564296875L12.1873,24.20854296875L10.217,21.82044296875L2.78925,21.82044296875C1.01493,21.82044296875,0.00196873,20.87524296875,0.00196873,19.15764296875L0.00196873,4.5081429687500005C0.00196873,2.79047296875,1.44482,1.39311449275,3.21913,1.39311449275L22.7839,1.39311449275C24.5573,1.39311449275,26.0002,2.79047296875,26.0002,4.5081429687500005L26.0002,19.15764296875C26.0002,20.87524296875,24.9891,21.82044296875,23.2157,21.82044296875ZM24.1442,4.17946296875C24.1442,3.64188296875,23.8303,3.2509929687500003,23.2157,3.2509929687500003L2.78925,3.2509929687500003C2.1746,3.2509929687500003,1.86077,3.64188296875,1.86077,4.17946296875L1.86077,19.03504296875C1.86077,19.57264296875,2.1746,19.96354296875,2.78925,19.96354296875L10.4306,20.13254296875L10.4445,20.13344296875C10.4802,20.13474296875,10.5158,20.13724296875,10.5513,20.14084296875C10.5732,20.14294296875,10.5949,20.14634296875,10.6163,20.15104296875L10.6534,20.15754296875C10.6868,20.16434296875,10.7197,20.17334296875,10.7518,20.18454296875L10.8196,20.20954296875L10.8465,20.22074296875C10.8688,20.23094296875,10.8911,20.24114296875,10.9125,20.25324296875C10.9208,20.25784296875,10.9301,20.26154296875,10.9385,20.26714296875C10.9589,20.27824296875,10.9784,20.29124296875,10.9979,20.30424296875C11.0372,20.32794296875,11.0742,20.35534296875,11.1084,20.38594296875L11.126,20.40084296875L13.0099,22.09434296875L14.8752,20.40364296875L14.8947,20.38784296875L14.9244,20.36274296875L14.9773,20.32284296875L15.0052,20.30424296875L15.0637,20.26804296875L15.0925,20.25324296875C15.1127,20.24204296875,15.1335,20.23184296875,15.1547,20.22254296875L15.1881,20.20864296875C15.2079,20.20044296875,15.228,20.19294296875,15.2484,20.18634296875L15.2902,20.17334296875C15.3088,20.16874296875,15.3264,20.16314296875,15.345,20.15944296875L15.3942,20.14924296875L15.4462,20.14184296875L15.5001,20.13624296875C15.5164,20.13514296875,15.5329,20.13454296875,15.5493,20.13434296875L15.5734,20.13254296875C15.5261,20.14084296875,18.4665,19.90964296875,22.2686,20.00434296875C23.368,19.83074296875,24.1423,19.55504296875,24.1442,19.03504296875L24.1442,4.17946296875ZM19.5018,14.39264296875L6.50315,14.39264296875C5.92378,14.39264296875,5.57467,14.05374296875,5.57467,13.46424296875C5.57467,12.87464296875,5.92378,12.53574296875,6.50315,12.53574296875L19.5018,12.53574296875C20.0812,12.53574296875,20.4303,12.87464296875,20.4303,13.46424296875C20.4303,14.05374296875,20.0812,14.39264296875,19.5018,14.39264296875ZM19.5018,9.75031296875L6.50315,9.75031296875C5.92378,9.75031296875,5.57467,9.41142296875,5.57467,8.82183296875C5.57467,8.23225296875,5.92378,7.89336296875,6.50315,7.89336296875L19.5018,7.89336296875C20.0812,7.89336296875,20.4303,8.23225296875,20.4303,8.82183296875C20.4303,9.41142296875,20.0812,9.75031296875,19.5018,9.75031296875Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="26" height="26" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M16.1856,22.493017578125L3.71505,22.493017578125C1.66301,22.493717578125,-0.000652764,20.830017578125,4.32525e-7,18.778017578125L4.32525e-7,6.308067578125C-0.000979383,4.2558975781249995,1.66288,2.592037380125,3.71505,2.593017965555L16.1856,2.593017965555C18.2376,2.592364758125,19.9013,4.256027578125,19.9006,6.308067578125L19.9006,18.778617578125C19.901,20.829917578125,18.2376,22.493017578125,16.1856,22.493017578125ZM3.71505,4.437247578125C2.6978,4.441137578125,1.87412,5.264817578125,1.87023,6.282067578125L1.87023,18.752617578125C1.87444,19.769617578125,2.69802,20.592917578125,3.71505,20.596817578125L16.1856,20.596817578125C17.2025,20.592917578125,18.0259,19.769517578125,18.0298,18.752617578125L18.0298,6.308067578125C18.0259,5.2909475781249995,17.2027,4.4671875781249994,16.1856,4.462657578125L3.71505,4.462657578125L3.71505,4.437247578125Z" fill="#000000" fill-opacity="1"/></g><g><path d="M24.057838750000002,20.778661328125C23.48642875,20.778661328125,22.941018749999998,20.544661328125002,22.47301875,20.077261328124997L18.31597075,15.946161328125C17.95197065,15.582161328125,17.95197065,14.985361328125,18.31597075,14.621361328125C18.67997075,14.257371328125,19.27737875,14.257371328125,19.64137875,14.621361328125L23.79783875,18.752461328125C23.95383875,18.908461328125,24.05724875,18.908461328125,24.08324875,18.908461328125C24.10924875,18.908461328125,24.13523875,18.856461328125,24.13523875,18.752461328125L24.13523875,6.645281328125C24.13523875,6.541281328125,24.10924875,6.489281328125,24.08324875,6.489281328125C24.05724875,6.489281328125,23.92724875,6.489281328125,23.79783875,6.645281328125L19.64137875,10.801731328125001C19.27457875,11.165801328125,18.68276975,11.165801328125,18.31597075,10.801731328125001C17.95196915,10.435141328124999,17.95196915,9.843511328125,18.31597075,9.476921328125L22.47301875,5.319871328125C23.12242875,4.670462628125,24.03123875,4.436462328125,24.78523875,4.774462328125C25.51205875,5.086462328125,25.98005875,5.787281328125,25.98005875,6.645281328125L25.98005875,18.777861328125C25.98005875,19.635261328125,25.51205875,20.336661328125,24.78523875,20.648061328125C24.55123875,20.752661328125,24.29182875,20.778661328125,24.057838750000002,20.778661328125Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M3.71505,22.49301710128784L16.1856,22.49301710128784C18.2376,22.49301710128784,19.901,20.82991710128784,19.9006,18.778617101287843L19.9006,17.520917101287843L22.473,20.077217101287843C22.941,20.54461710128784,23.4864,20.778617101287843,24.0578,20.778617101287843C24.2918,20.778617101287843,24.5512,20.752617101287843,24.7852,20.64801710128784C25.5121,20.336617101287843,25.9801,19.635217101287843,25.9801,18.77781710128784L25.9801,6.645277101287842C25.9801,5.787277101287842,25.5121,5.086467101287842,24.7852,4.774467101287842C24.0312,4.436467101287842,23.1224,4.670467101287842,22.473,5.3198671012878425L19.9006,7.8922471012878415L19.9006,6.3080671012878415C19.9013,4.256027101287842,18.2376,2.592364788287842,16.1856,2.593017101287842L3.71505,2.593017101287842C1.66288,2.5920374392878416,-0.00097847,4.255897101287841,0,6.3080671012878415L0,18.77801710128784C-0.000652313,20.83001710128784,1.66301,22.493717101287842,3.71505,22.49301710128784ZM19.9006,10.542477101287842L19.9006,14.879017101287841L23.7978,18.752417101287843C23.9538,18.908417101287842,24.0572,18.908417101287842,24.0832,18.908417101287842C24.1092,18.908417101287842,24.1352,18.856417101287843,24.1352,18.752417101287843L24.1352,6.645277101287842C24.1352,6.541277101287841,24.1092,6.489277101287842,24.0832,6.489277101287842C24.0572,6.489277101287842,23.9272,6.489277101287842,23.7978,6.645277101287842L19.9006,10.542477101287842ZM1.87023,6.282067101287842C1.87411,5.264817101287842,2.6978,4.441137101287842,3.71505,4.437247101287841L3.71505,4.462657101287842L16.1856,4.462657101287842C17.2027,4.467187101287841,18.0259,5.290947101287841,18.0298,6.3080671012878415L18.0298,18.752617101287843C18.0259,19.769517101287843,17.2025,20.592917101287842,16.1856,20.59681710128784L3.71505,20.59681710128784C2.69802,20.592917101287842,1.87444,19.769617101287842,1.87023,18.752617101287843L1.87023,6.282067101287842Z" fill-rule="evenodd" fill="#089aff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="26" height="26" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M3.71505,22.49301710128784L16.1856,22.49301710128784C18.2376,22.49301710128784,19.901,20.82991710128784,19.9006,18.778617101287843L19.9006,17.520917101287843L22.473,20.077217101287843C22.941,20.54461710128784,23.4864,20.778617101287843,24.0578,20.778617101287843C24.2918,20.778617101287843,24.5512,20.752617101287843,24.7852,20.64801710128784C25.5121,20.336617101287843,25.9801,19.635217101287843,25.9801,18.77781710128784L25.9801,6.645277101287842C25.9801,5.787277101287842,25.5121,5.086467101287842,24.7852,4.774467101287842C24.0312,4.436467101287842,23.1224,4.670467101287842,22.473,5.3198671012878425L19.9006,7.8922471012878415L19.9006,6.3080671012878415C19.9013,4.256027101287842,18.2376,2.592364788287842,16.1856,2.593017101287842L3.71505,2.593017101287842C1.66288,2.5920374392878416,-0.00097847,4.255897101287841,0,6.3080671012878415L0,18.77801710128784C-0.000652313,20.83001710128784,1.66301,22.493717101287842,3.71505,22.49301710128784ZM19.9006,10.542477101287842L19.9006,14.879017101287841L23.7978,18.752417101287843C23.9538,18.908417101287842,24.0572,18.908417101287842,24.0832,18.908417101287842C24.1092,18.908417101287842,24.1352,18.856417101287843,24.1352,18.752417101287843L24.1352,6.645277101287842C24.1352,6.541277101287841,24.1092,6.489277101287842,24.0832,6.489277101287842C24.0572,6.489277101287842,23.9272,6.489277101287842,23.7978,6.645277101287842L19.9006,10.542477101287842ZM1.87023,6.282067101287842C1.87411,5.264817101287842,2.6978,4.441137101287842,3.71505,4.437247101287841L3.71505,4.462657101287842L16.1856,4.462657101287842C17.2027,4.467187101287841,18.0259,5.290947101287841,18.0298,6.3080671012878415L18.0298,18.752617101287843C18.0259,19.769517101287843,17.2025,20.592917101287842,16.1856,20.59681710128784L3.71505,20.59681710128784C2.69802,20.592917101287842,1.87444,19.769617101287842,1.87023,18.752617101287843L1.87023,6.282067101287842Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#fff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21400"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21400)"><g><path d="M12.498828125,22.5L13.198828125,17.6L10.398828125,17.6L13.998828125,11L13.298828125,15.9L16.098828125,15.9L12.498828125,22.5ZM23.898828125,24.1L2.498828125,24.1C2.098828125,24.2,1.798828125,24.6,1.798828125,25C1.798828125,25.5,2.098828125,25.9,2.598828125,25.9L23.698828125,25.9C24.198828125,25.9,24.498828125,25.5,24.498828125,25C24.598828125,24.6,24.298828125,24.2,23.898828125,24.1Z" fill="#1890ff" fill-opacity="1"/></g><g><path d="M21.80078125,24.49990234375L20.00078125,24.49990234375L20.00078125,16.09990234375C20.00078125,11.79990234375,16.90078125,8.39990234375,13.20078125,8.39990234375C9.50078125,8.39990234375,6.40078125,11.89990234375,6.40078125,16.09990234375L6.40078125,24.49990234375L4.60078125,24.49990234375L4.60078125,16.09990234375C4.60078125,10.89990234375,8.40078125,6.59990234375,13.20078125,6.59990234375C18.00078125,6.59990234375,21.80078125,10.89990234375,21.80078125,16.09990234375L21.80078125,24.49990234375ZM13.20078125,0.39990234375C13.40078125,0.39990234375,13.70078125,0.49990234375,13.90078125,0.69990234375C14.00078125,0.79990234375,14.10078125,0.99990234375,14.10078125,1.29990234375L14.10078125,4.69990234375L12.30078125,4.69990234375L12.30078125,1.29990234375C12.30078125,1.09990234375,12.40078125,0.79990234375,12.60078125,0.69990234375C12.70078125,0.49990234375,13.00078125,0.39990234375,13.20078125,0.39990234375ZM5.20078125,2.69990234375C5.60078125,2.39990234375,6.20078125,2.49990234375,6.50078125,2.89990234375L8.40078125,5.69990234375L6.90078125,6.69990234375L5.00078125,3.89990234375C4.80078125,3.69990234375,4.80078125,3.49990234375,4.90078125,3.19990234375C4.90078125,2.99990234375,5.00078125,2.79990234375,5.20078125,2.69990234375ZM0.50078115,8.19990234375C0.70078125,7.69990234375,1.20078125,7.49990234375,1.70078125,7.69990234375L4.80078125,8.99990234375L4.10078125,10.69990234375L1.00078125,9.39990234375C0.70078125,9.29990234375,0.60078125,9.09990234375,0.50078125,8.89990234375C0.40078125,8.69990234375,0.40078125,8.39990234375,0.50078115,8.19990234375ZM21.20078125,2.69990234375C21.40078125,2.79990234375,21.50078125,2.99990234375,21.60078125,3.19990234375C21.70078125,3.39990234375,21.60078125,3.69990234375,21.50078125,3.89990234375L19.60078125,6.69990234375L18.10078125,5.69990234375L20.00078125,2.89990234375C20.20078125,2.49990234375,20.80078125,2.39990234375,21.20078125,2.69990234375ZM25.90078125,8.19990234375C26.00078125,8.39990234375,26.00078125,8.59990234375,25.90078125,8.89990234375C25.80078125,9.09990234375,25.60078125,9.29990234375,25.40078125,9.39990234375L22.30078125,10.69990234375L21.60078125,8.99990234375L24.70078125,7.69990234375C25.20078125,7.49990234375,25.70078125,7.79990234375,25.90078125,8.19990234375Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21400"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21400)"><g><path d="M12.498828125,22.5L13.198828125,17.6L10.398828125,17.6L13.998828125,11L13.298828125,15.9L16.098828125,15.9L12.498828125,22.5ZM23.898828125,24.1L2.498828125,24.1C2.098828125,24.2,1.798828125,24.6,1.798828125,25C1.798828125,25.5,2.098828125,25.9,2.598828125,25.9L23.698828125,25.9C24.198828125,25.9,24.498828125,25.5,24.498828125,25C24.598828125,24.6,24.298828125,24.2,23.898828125,24.1Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g><g><path d="M21.80078125,24.49990234375L20.00078125,24.49990234375L20.00078125,16.09990234375C20.00078125,11.79990234375,16.90078125,8.39990234375,13.20078125,8.39990234375C9.50078125,8.39990234375,6.40078125,11.89990234375,6.40078125,16.09990234375L6.40078125,24.49990234375L4.60078125,24.49990234375L4.60078125,16.09990234375C4.60078125,10.89990234375,8.40078125,6.59990234375,13.20078125,6.59990234375C18.00078125,6.59990234375,21.80078125,10.89990234375,21.80078125,16.09990234375L21.80078125,24.49990234375ZM13.20078125,0.39990234375C13.40078125,0.39990234375,13.70078125,0.49990234375,13.90078125,0.69990234375C14.00078125,0.79990234375,14.10078125,0.99990234375,14.10078125,1.29990234375L14.10078125,4.69990234375L12.30078125,4.69990234375L12.30078125,1.29990234375C12.30078125,1.09990234375,12.40078125,0.79990234375,12.60078125,0.69990234375C12.70078125,0.49990234375,13.00078125,0.39990234375,13.20078125,0.39990234375ZM5.20078125,2.69990234375C5.60078125,2.39990234375,6.20078125,2.49990234375,6.50078125,2.89990234375L8.40078125,5.69990234375L6.90078125,6.69990234375L5.00078125,3.89990234375C4.80078125,3.69990234375,4.80078125,3.49990234375,4.90078125,3.19990234375C4.90078125,2.99990234375,5.00078125,2.79990234375,5.20078125,2.69990234375ZM0.50078115,8.19990234375C0.70078125,7.69990234375,1.20078125,7.49990234375,1.70078125,7.69990234375L4.80078125,8.99990234375L4.10078125,10.69990234375L1.00078125,9.39990234375C0.70078125,9.29990234375,0.60078125,9.09990234375,0.50078125,8.89990234375C0.40078125,8.69990234375,0.40078125,8.39990234375,0.50078115,8.19990234375ZM21.20078125,2.69990234375C21.40078125,2.79990234375,21.50078125,2.99990234375,21.60078125,3.19990234375C21.70078125,3.39990234375,21.60078125,3.69990234375,21.50078125,3.89990234375L19.60078125,6.69990234375L18.10078125,5.69990234375L20.00078125,2.89990234375C20.20078125,2.49990234375,20.80078125,2.39990234375,21.20078125,2.69990234375ZM25.90078125,8.19990234375C26.00078125,8.39990234375,26.00078125,8.59990234375,25.90078125,8.89990234375C25.80078125,9.09990234375,25.60078125,9.29990234375,25.40078125,9.39990234375L22.30078125,10.69990234375L21.60078125,8.99990234375L24.70078125,7.69990234375C25.20078125,7.49990234375,25.70078125,7.79990234375,25.90078125,8.19990234375Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
|