@vtx/modals2 4.0.7 → 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/css.js +3 -0
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +52 -3
- package/lib/style/index.js +3 -0
- package/lib/style/index.js.map +1 -1
- 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 +293 -1
- 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/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 +162 -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 +506 -6
- package/lib/vtx-car-modal/api.js +301 -65
- 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.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 +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +21 -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/Collection/index.css +28 -0
- 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/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/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.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 +37 -32
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +54 -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 +14 -0
- 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 +112 -48
- 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/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/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 +22 -37
- 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 +5 -3
- 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 +264 -22
- 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 +45 -15
- 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 +77 -26
- 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 -4
- 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 +16 -3
- 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 -1
- 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 +38 -10
- 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 +12 -9
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +4 -4
- 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 +1 -1
- 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/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 +104 -28
- 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 +17 -5
- 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 +36 -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 +90 -15
- 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 +25 -35
- 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 +9 -4
- 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 +7 -8
- 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 +4 -3
- 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_00466"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath><clipPath id="master_svg1_1201_00484"><rect x="1" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00466)"><g clip-path="url(#master_svg1_1201_00484)"><g><path d="M6.016751875000001,0.002197265625L19.740421875,0.002197265625L25.141921875,5.722197265625L25.141921875,22.752197265625C25.086021875,24.554597265625,23.615021875,25.990297265625,21.811721875,26.002197265625L6.016751875000001,26.002197265625C4.247391875,25.976097265625,2.833651075,24.521597265625,2.857756227,22.752197265625L2.857756227,3.252197265625C2.832447975,1.482327265625,4.246881875,0.027148165625,6.016751875000001,0.002197265625ZM18.644121875,1.856867265625L18.644121875,5.741697265625C18.644121875,6.160517265625,18.983621875,6.500027265625,19.402421875,6.500027265625L23.287221875,6.500027265625L18.644121875,1.856867265625ZM21.738121875,24.143197265625C22.604821875,24.130097265625,23.297121875,23.417397265625,23.285121875,22.550697265625L23.285121875,8.224697265625L18.644121875,8.224697265625C17.777321875,8.211627265625,17.085021875000002,7.498947265625,17.097121875,6.632197265625L17.097121875,1.856867265625L6.263761875,1.856867265625C5.397021875,1.869927265625,4.704701875,2.582617265625,4.716751875,3.449367265625L4.716751875,22.552897265625C4.704701875,23.419597265625,5.397021875,24.132297265625,6.263761875,24.145397265625L21.738121875,24.143197265625Z" fill="#84b3de" fill-opacity="1"/></g></g><g><path d="M17.302125,11.987060546875L8.657125,11.987060546875C8.059125,11.987060546875,7.578125,12.468060546875,7.578125,13.066060546875C7.578125,13.664060546875,8.059125,14.145060546875,8.657125,14.145060546875L17.302125,14.145060546875C17.900125,14.145060546875,18.381125,13.664060546875,18.381125,13.066060546875C18.381125,12.468060546875,17.900125,11.987060546875,17.302125,11.987060546875ZM17.302125,17.395060546875L8.657125,17.395060546875C8.059125,17.395060546875,7.578125,17.876060546875,7.578125,18.474060546875002C7.578125,19.072060546875,8.059125,19.553060546875,8.657125,19.553060546875L17.302125,19.553060546875C17.900125,19.553060546875,18.381125,19.072060546875,18.381125,18.474060546875002C18.381125,17.876060546875,17.900125,17.395060546875,17.302125,17.395060546875Z" 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_00632"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00632)"><g><path d="M23.9073,10.3087C23.7753,10.2656,23.6762,10.1538,23.6432,10.0167C22.3915,4.73814,17.6461,0.812833,11.9841,0.812833C11.0751,0.812833,10.1865,0.914393,9.33593,1.10736C9.19374,1.14036,9.04648,1.09466,8.94746,0.988024C8.40157,0.391358,7.61956,0.0130459,6.75122,0.000350898C5.07294,-0.0250392,3.67648,1.33079,3.65617,3.00907C3.65363,3.28583,3.68664,3.55242,3.75265,3.80632C3.7882,3.94597,3.7425,4.09323,3.64094,4.19479C1.39391,6.37326,2.28516e-7,9.4226,2.28516e-7,12.7969C2.28516e-7,16.3668,1.56149,19.5736,4.03702,21.7673C4.15381,21.8714,4.19952,22.0288,4.16143,22.1786C4.09542,22.4274,4.06241,22.6864,4.06241,22.9555C4.06495,24.6439,5.45886,26.0201,7.1473,25.9998C8.21115,25.9871,9.14296,25.4285,9.67869,24.5906C9.68885,24.5729,9.70916,24.5652,9.72947,24.5678C10.4607,24.7074,11.2123,24.7785,11.9841,24.7785C17.3363,24.7785,21.8685,21.2696,23.4071,16.4277C23.4503,16.2932,23.5569,16.1891,23.694,16.156C25.0194,15.826,25.9994,14.6276,25.9994,13.2006C25.9994,11.855,25.1235,10.7099,23.9073,10.3087ZM5.29383,2.85166C5.39031,2.15851,5.98444,1.62532,6.70298,1.62532C6.91879,1.62532,7.12445,1.67356,7.30726,1.75988C7.78967,1.98839,8.12482,2.47842,8.12482,3.04716C8.12482,3.09286,8.12228,3.13856,8.1172,3.18173C8.04865,3.9028,7.43929,4.469,6.70298,4.469C6.46431,4.469,6.24088,4.41061,6.04537,4.30651C5.59089,4.06784,5.28113,3.59305,5.28113,3.04716C5.28113,2.98114,5.28621,2.91513,5.29383,2.85166ZM7.96233,24.0904C7.72366,24.2707,7.42913,24.3748,7.10922,24.3748C6.3399,24.3748,5.71023,23.7604,5.68738,22.9961L5.68738,22.953C5.68738,22.3563,6.05553,21.846,6.57603,21.6352C6.74106,21.5692,6.92133,21.5311,7.10922,21.5311C7.75159,21.5311,8.29747,21.9602,8.47013,22.5467C8.50821,22.6762,8.53106,22.8133,8.53106,22.953C8.53106,23.4176,8.30763,23.8289,7.96233,24.0904ZM21.5282,16.8289C21.0077,18.0628,20.2587,19.1699,19.3066,20.122C18.357,21.0741,17.25,21.8206,16.0161,22.3436C14.7389,22.8844,13.3831,23.1561,11.9841,23.1561C11.3798,23.1561,10.7832,23.1053,10.1992,23.0037C10.1738,22.9987,10.156,22.9784,10.156,22.953C10.156,21.2696,8.79258,19.9062,7.10922,19.9062C6.48462,19.9062,5.90319,20.094,5.42078,20.4165C5.2659,20.5206,5.0577,20.5028,4.92059,20.3733C4.83173,20.2921,4.7454,20.2058,4.65908,20.122C3.70695,19.1698,2.96048,18.0628,2.43745,16.8289C1.89664,15.5518,1.62496,14.1959,1.62496,12.7969C1.62496,11.3979,1.89918,10.0421,2.43745,8.765C2.92494,7.60975,3.61047,6.56622,4.47881,5.65725L4.49658,5.63948C4.63369,5.4973,4.85204,5.47699,5.01454,5.58362C5.50457,5.91116,6.09615,6.09904,6.72837,6.09396C8.37618,6.08127,9.72693,4.73813,9.74725,3.09032L9.74725,3.01923C9.74471,2.82118,9.88435,2.64853,10.0799,2.61045C10.7019,2.49619,11.3367,2.43779,11.9816,2.43779C13.3806,2.43779,14.7364,2.71201,16.0135,3.25028C17.2475,3.77077,18.3545,4.51978,19.3066,5.47191C20.2587,6.42404,21.0052,7.53104,21.5282,8.765C21.6907,9.14839,21.8304,9.54193,21.9421,9.93802C21.998,10.131,21.8989,10.3341,21.7136,10.4154C20.6472,10.8901,19.9033,11.9591,19.9033,13.2006C19.9033,14.3635,20.5533,15.374,21.5105,15.8869C21.6882,15.9834,21.772,16.1941,21.7009,16.3846C21.6501,16.5369,21.5917,16.6816,21.5282,16.8289ZM23.8768,14.2823C23.628,14.4955,23.3055,14.625,22.9526,14.625C22.6835,14.625,22.4321,14.5489,22.2163,14.4194C21.805,14.1705,21.5308,13.7186,21.5308,13.2032C21.5308,12.6522,21.8482,12.1723,22.3077,11.9362C22.5007,11.8372,22.7216,11.7813,22.9526,11.7813C23.3411,11.7813,23.6965,11.9388,23.953,12.1952C24.212,12.4516,24.3745,12.8096,24.3745,13.2032C24.3745,13.6348,24.1815,14.0233,23.8768,14.2823Z" fill="#84b3de" fill-opacity="1"/></g><g><path d="M12.197145625000001,8.937704140625C13.281295625,8.937704140625,14.301975625,9.359184140625,15.068755625,10.128504140625001C15.838075625,10.895284140625,16.259555625,11.915964140625,16.259555625,13.000124140625001C16.259555625,14.084274140625,15.838075625,15.104954140625,15.068755625,15.871734140625C14.301975625,16.641054140625002,13.281295625,17.062534140625,12.197145625000001,17.062534140625C11.112985625,17.062534140625,10.092305625,16.641054140625002,9.325525625000001,15.871734140625C8.556205625,15.104954140625,8.134725625,14.084274140625,8.134725625,13.000124140625001C8.134725625,11.915964140625,8.556205625,10.895284140625,9.325525625000001,10.128504140625001C10.094845625,9.361724140625,11.112985625,8.937704140625,12.197145625000001,8.937704140625ZM12.197145625000001,7.312744140625C9.056385625,7.312744140625,6.509765625,9.859364140625,6.509765625,13.000124140625001C6.509765625,16.140874140625,9.056385625,18.687544140625,12.197135625,18.687544140625C15.337885625,18.687544140625,17.884465625,16.140874140625,17.884465625,13.000124140625001C17.884465625,9.859364140625,15.337885625,7.312744915485,12.197145625000001,7.312744140625Z" 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_00632"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00632)"><g><path d="M23.9073,10.3087C23.7753,10.2656,23.6762,10.1538,23.6432,10.0167C22.3915,4.73814,17.6461,0.812833,11.9841,0.812833C11.0751,0.812833,10.1865,0.914393,9.33593,1.10736C9.19374,1.14036,9.04648,1.09466,8.94746,0.988024C8.40157,0.391358,7.61956,0.0130459,6.75122,0.000350898C5.07294,-0.0250392,3.67648,1.33079,3.65617,3.00907C3.65363,3.28583,3.68664,3.55242,3.75265,3.80632C3.7882,3.94597,3.7425,4.09323,3.64094,4.19479C1.39391,6.37326,2.28516e-7,9.4226,2.28516e-7,12.7969C2.28516e-7,16.3668,1.56149,19.5736,4.03702,21.7673C4.15381,21.8714,4.19952,22.0288,4.16143,22.1786C4.09542,22.4274,4.06241,22.6864,4.06241,22.9555C4.06495,24.6439,5.45886,26.0201,7.1473,25.9998C8.21115,25.9871,9.14296,25.4285,9.67869,24.5906C9.68885,24.5729,9.70916,24.5652,9.72947,24.5678C10.4607,24.7074,11.2123,24.7785,11.9841,24.7785C17.3363,24.7785,21.8685,21.2696,23.4071,16.4277C23.4503,16.2932,23.5569,16.1891,23.694,16.156C25.0194,15.826,25.9994,14.6276,25.9994,13.2006C25.9994,11.855,25.1235,10.7099,23.9073,10.3087ZM5.29383,2.85166C5.39031,2.15851,5.98444,1.62532,6.70298,1.62532C6.91879,1.62532,7.12445,1.67356,7.30726,1.75988C7.78967,1.98839,8.12482,2.47842,8.12482,3.04716C8.12482,3.09286,8.12228,3.13856,8.1172,3.18173C8.04865,3.9028,7.43929,4.469,6.70298,4.469C6.46431,4.469,6.24088,4.41061,6.04537,4.30651C5.59089,4.06784,5.28113,3.59305,5.28113,3.04716C5.28113,2.98114,5.28621,2.91513,5.29383,2.85166ZM7.96233,24.0904C7.72366,24.2707,7.42913,24.3748,7.10922,24.3748C6.3399,24.3748,5.71023,23.7604,5.68738,22.9961L5.68738,22.953C5.68738,22.3563,6.05553,21.846,6.57603,21.6352C6.74106,21.5692,6.92133,21.5311,7.10922,21.5311C7.75159,21.5311,8.29747,21.9602,8.47013,22.5467C8.50821,22.6762,8.53106,22.8133,8.53106,22.953C8.53106,23.4176,8.30763,23.8289,7.96233,24.0904ZM21.5282,16.8289C21.0077,18.0628,20.2587,19.1699,19.3066,20.122C18.357,21.0741,17.25,21.8206,16.0161,22.3436C14.7389,22.8844,13.3831,23.1561,11.9841,23.1561C11.3798,23.1561,10.7832,23.1053,10.1992,23.0037C10.1738,22.9987,10.156,22.9784,10.156,22.953C10.156,21.2696,8.79258,19.9062,7.10922,19.9062C6.48462,19.9062,5.90319,20.094,5.42078,20.4165C5.2659,20.5206,5.0577,20.5028,4.92059,20.3733C4.83173,20.2921,4.7454,20.2058,4.65908,20.122C3.70695,19.1698,2.96048,18.0628,2.43745,16.8289C1.89664,15.5518,1.62496,14.1959,1.62496,12.7969C1.62496,11.3979,1.89918,10.0421,2.43745,8.765C2.92494,7.60975,3.61047,6.56622,4.47881,5.65725L4.49658,5.63948C4.63369,5.4973,4.85204,5.47699,5.01454,5.58362C5.50457,5.91116,6.09615,6.09904,6.72837,6.09396C8.37618,6.08127,9.72693,4.73813,9.74725,3.09032L9.74725,3.01923C9.74471,2.82118,9.88435,2.64853,10.0799,2.61045C10.7019,2.49619,11.3367,2.43779,11.9816,2.43779C13.3806,2.43779,14.7364,2.71201,16.0135,3.25028C17.2475,3.77077,18.3545,4.51978,19.3066,5.47191C20.2587,6.42404,21.0052,7.53104,21.5282,8.765C21.6907,9.14839,21.8304,9.54193,21.9421,9.93802C21.998,10.131,21.8989,10.3341,21.7136,10.4154C20.6472,10.8901,19.9033,11.9591,19.9033,13.2006C19.9033,14.3635,20.5533,15.374,21.5105,15.8869C21.6882,15.9834,21.772,16.1941,21.7009,16.3846C21.6501,16.5369,21.5917,16.6816,21.5282,16.8289ZM23.8768,14.2823C23.628,14.4955,23.3055,14.625,22.9526,14.625C22.6835,14.625,22.4321,14.5489,22.2163,14.4194C21.805,14.1705,21.5308,13.7186,21.5308,13.2032C21.5308,12.6522,21.8482,12.1723,22.3077,11.9362C22.5007,11.8372,22.7216,11.7813,22.9526,11.7813C23.3411,11.7813,23.6965,11.9388,23.953,12.1952C24.212,12.4516,24.3745,12.8096,24.3745,13.2032C24.3745,13.6348,24.1815,14.0233,23.8768,14.2823Z" fill="#fff" fill-opacity="1"/></g><g><path d="M12.197145625000001,8.937704140625C13.281295625,8.937704140625,14.301975625,9.359184140625,15.068755625,10.128504140625001C15.838075625,10.895284140625,16.259555625,11.915964140625,16.259555625,13.000124140625001C16.259555625,14.084274140625,15.838075625,15.104954140625,15.068755625,15.871734140625C14.301975625,16.641054140625002,13.281295625,17.062534140625,12.197145625000001,17.062534140625C11.112985625,17.062534140625,10.092305625,16.641054140625002,9.325525625000001,15.871734140625C8.556205625,15.104954140625,8.134725625,14.084274140625,8.134725625,13.000124140625001C8.134725625,11.915964140625,8.556205625,10.895284140625,9.325525625000001,10.128504140625001C10.094845625,9.361724140625,11.112985625,8.937704140625,12.197145625000001,8.937704140625ZM12.197145625000001,7.312744140625C9.056385625,7.312744140625,6.509765625,9.859364140625,6.509765625,13.000124140625001C6.509765625,16.140874140625,9.056385625,18.687544140625,12.197135625,18.687544140625C15.337885625,18.687544140625,17.884465625,16.140874140625,17.884465625,13.000124140625001C17.884465625,9.859364140625,15.337885625,7.312744915485,12.197145625000001,7.312744140625Z" 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_00632"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00632)"><g><path d="M23.9073,10.3087C23.7753,10.2656,23.6762,10.1538,23.6432,10.0167C22.3915,4.73814,17.6461,0.812833,11.9841,0.812833C11.0751,0.812833,10.1865,0.914393,9.33593,1.10736C9.19374,1.14036,9.04648,1.09466,8.94746,0.988024C8.40157,0.391358,7.61956,0.0130459,6.75122,0.000350898C5.07294,-0.0250392,3.67648,1.33079,3.65617,3.00907C3.65363,3.28583,3.68664,3.55242,3.75265,3.80632C3.7882,3.94597,3.7425,4.09323,3.64094,4.19479C1.39391,6.37326,2.28516e-7,9.4226,2.28516e-7,12.7969C2.28516e-7,16.3668,1.56149,19.5736,4.03702,21.7673C4.15381,21.8714,4.19952,22.0288,4.16143,22.1786C4.09542,22.4274,4.06241,22.6864,4.06241,22.9555C4.06495,24.6439,5.45886,26.0201,7.1473,25.9998C8.21115,25.9871,9.14296,25.4285,9.67869,24.5906C9.68885,24.5729,9.70916,24.5652,9.72947,24.5678C10.4607,24.7074,11.2123,24.7785,11.9841,24.7785C17.3363,24.7785,21.8685,21.2696,23.4071,16.4277C23.4503,16.2932,23.5569,16.1891,23.694,16.156C25.0194,15.826,25.9994,14.6276,25.9994,13.2006C25.9994,11.855,25.1235,10.7099,23.9073,10.3087ZM5.29383,2.85166C5.39031,2.15851,5.98444,1.62532,6.70298,1.62532C6.91879,1.62532,7.12445,1.67356,7.30726,1.75988C7.78967,1.98839,8.12482,2.47842,8.12482,3.04716C8.12482,3.09286,8.12228,3.13856,8.1172,3.18173C8.04865,3.9028,7.43929,4.469,6.70298,4.469C6.46431,4.469,6.24088,4.41061,6.04537,4.30651C5.59089,4.06784,5.28113,3.59305,5.28113,3.04716C5.28113,2.98114,5.28621,2.91513,5.29383,2.85166ZM7.96233,24.0904C7.72366,24.2707,7.42913,24.3748,7.10922,24.3748C6.3399,24.3748,5.71023,23.7604,5.68738,22.9961L5.68738,22.953C5.68738,22.3563,6.05553,21.846,6.57603,21.6352C6.74106,21.5692,6.92133,21.5311,7.10922,21.5311C7.75159,21.5311,8.29747,21.9602,8.47013,22.5467C8.50821,22.6762,8.53106,22.8133,8.53106,22.953C8.53106,23.4176,8.30763,23.8289,7.96233,24.0904ZM21.5282,16.8289C21.0077,18.0628,20.2587,19.1699,19.3066,20.122C18.357,21.0741,17.25,21.8206,16.0161,22.3436C14.7389,22.8844,13.3831,23.1561,11.9841,23.1561C11.3798,23.1561,10.7832,23.1053,10.1992,23.0037C10.1738,22.9987,10.156,22.9784,10.156,22.953C10.156,21.2696,8.79258,19.9062,7.10922,19.9062C6.48462,19.9062,5.90319,20.094,5.42078,20.4165C5.2659,20.5206,5.0577,20.5028,4.92059,20.3733C4.83173,20.2921,4.7454,20.2058,4.65908,20.122C3.70695,19.1698,2.96048,18.0628,2.43745,16.8289C1.89664,15.5518,1.62496,14.1959,1.62496,12.7969C1.62496,11.3979,1.89918,10.0421,2.43745,8.765C2.92494,7.60975,3.61047,6.56622,4.47881,5.65725L4.49658,5.63948C4.63369,5.4973,4.85204,5.47699,5.01454,5.58362C5.50457,5.91116,6.09615,6.09904,6.72837,6.09396C8.37618,6.08127,9.72693,4.73813,9.74725,3.09032L9.74725,3.01923C9.74471,2.82118,9.88435,2.64853,10.0799,2.61045C10.7019,2.49619,11.3367,2.43779,11.9816,2.43779C13.3806,2.43779,14.7364,2.71201,16.0135,3.25028C17.2475,3.77077,18.3545,4.51978,19.3066,5.47191C20.2587,6.42404,21.0052,7.53104,21.5282,8.765C21.6907,9.14839,21.8304,9.54193,21.9421,9.93802C21.998,10.131,21.8989,10.3341,21.7136,10.4154C20.6472,10.8901,19.9033,11.9591,19.9033,13.2006C19.9033,14.3635,20.5533,15.374,21.5105,15.8869C21.6882,15.9834,21.772,16.1941,21.7009,16.3846C21.6501,16.5369,21.5917,16.6816,21.5282,16.8289ZM23.8768,14.2823C23.628,14.4955,23.3055,14.625,22.9526,14.625C22.6835,14.625,22.4321,14.5489,22.2163,14.4194C21.805,14.1705,21.5308,13.7186,21.5308,13.2032C21.5308,12.6522,21.8482,12.1723,22.3077,11.9362C22.5007,11.8372,22.7216,11.7813,22.9526,11.7813C23.3411,11.7813,23.6965,11.9388,23.953,12.1952C24.212,12.4516,24.3745,12.8096,24.3745,13.2032C24.3745,13.6348,24.1815,14.0233,23.8768,14.2823Z" fill="#84b3de" fill-opacity="1"/></g><g><path d="M12.197145625000001,8.937704140625C13.281295625,8.937704140625,14.301975625,9.359184140625,15.068755625,10.128504140625001C15.838075625,10.895284140625,16.259555625,11.915964140625,16.259555625,13.000124140625001C16.259555625,14.084274140625,15.838075625,15.104954140625,15.068755625,15.871734140625C14.301975625,16.641054140625002,13.281295625,17.062534140625,12.197145625000001,17.062534140625C11.112985625,17.062534140625,10.092305625,16.641054140625002,9.325525625000001,15.871734140625C8.556205625,15.104954140625,8.134725625,14.084274140625,8.134725625,13.000124140625001C8.134725625,11.915964140625,8.556205625,10.895284140625,9.325525625000001,10.128504140625001C10.094845625,9.361724140625,11.112985625,8.937704140625,12.197145625000001,8.937704140625ZM12.197145625000001,7.312744140625C9.056385625,7.312744140625,6.509765625,9.859364140625,6.509765625,13.000124140625001C6.509765625,16.140874140625,9.056385625,18.687544140625,12.197135625,18.687544140625C15.337885625,18.687544140625,17.884465625,16.140874140625,17.884465625,13.000124140625001C17.884465625,9.859364140625,15.337885625,7.312744915485,12.197145625000001,7.312744140625Z" 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_21477"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21477)"><g><path d="M5.204235000000001,0L21.656175,0C23.080775,0.0131302,24.228675,1.17175,24.228575,2.59641L24.228575,22.5301C24.228575,24.4465,22.675075,26,20.758775,26L5.204235000000001,26C3.287885,26,1.734375,24.4465,1.734375,22.5301L1.734375,3.46986C1.734375,1.55351,3.287885,0,5.204235000000001,0ZM20.794675,24.2651C21.752875,24.2651,22.529575,23.4883,22.529575,22.5301L22.529575,3.46986C22.529575,2.51168,21.752875,1.73493,20.794675,1.73493C20.318875,1.73493,19.933175,2.12063,19.933175,2.59641L19.933175,3.46986C19.933175,4.92296,18.741275,6.09329,17.288875,6.06627L8.662125,6.06627C7.228165,6.06627,6.065715,4.90382,6.065715,3.46986L6.065715,2.59641C6.065715,2.12063,5.680015,1.73493,5.204235000000001,1.73493C4.246055,1.73493,3.4693050000000003,2.51168,3.4693050000000003,3.46986L3.4693050000000003,22.5301C3.4693050000000003,23.4883,4.246055,24.2651,5.204235000000001,24.2651L20.794675,24.2651ZM8.662125,1.73493C8.186345,1.73493,7.800645,2.12063,7.800645,2.59641L7.800645,3.46986C7.800645,3.94564,8.186345,4.33134,8.662125,4.33134L17.288875,4.33134C17.764675,4.33134,18.150375,3.94564,18.150375,3.46986L18.150375,2.59641C18.150375,2.12063,17.764675,1.73493,17.288875,1.73493L8.662125,1.73493ZM10.494175,9.15336C10.690735,8.95521,10.978405,8.87759,11.247965,8.94996C11.517325,9.02171,11.727685,9.23214,11.799375,9.50151C11.870975,9.77089,11.793075,10.058,11.594955,10.2541L8.460115,13.377C8.156295,13.6813,7.663165,13.6813,7.359335,13.377L5.803885,11.8694C5.500165,11.5654,5.500285,11.0728,5.804155,10.7689C6.108015,10.465,6.600645,10.4649,6.904665,10.7686L7.909725,11.7258L10.494175,9.15336ZM13.389675,10.4815L19.683275,10.4815C20.116175,10.4815,20.466975,10.8324,20.466975,11.2652C20.466975,11.698,20.116175,12.0489,19.683275,12.0489L13.389675,12.0489C12.956875,12.0489,12.605975,11.698,12.605975,11.2652C12.605975,10.8324,12.956875,10.4815,13.389675,10.4815ZM6.054935,19.0771C5.587664999999999,17.3372,6.897875,15.6276,8.699415,15.6264C9.426285,15.626,10.123555,15.9144,10.637755,16.4281C11.912175,17.7014,11.632085,19.8371,10.072365,20.7386C8.512635,21.6402,6.522205,20.817,6.054935,19.0771ZM7.638135,18.9693C8.031555,19.6541,8.968775,19.7766,9.525005,19.216L9.525005,19.1442C9.726885,18.9423,9.849955,18.675,9.871995,18.3904C9.883285,17.6007,9.139935000000001,17.0169,8.375445,17.215C7.610945,17.4131,7.244715,18.2845,7.638135,18.9693ZM13.389675,17.5887L19.683275,17.5887C20.116175,17.5887,20.466975,17.9396,20.466975,18.3724C20.466975,18.8052,20.116175,19.1561,19.683275,19.1561L13.389675,19.1561C12.956875,19.1561,12.605975,18.8052,12.605975,18.3724C12.605975,17.9396,12.956875,17.5887,13.389675,17.5887Z" 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_21477"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21477)"><g><path d="M5.204235000000001,0L21.656175,0C23.080775,0.0131302,24.228675,1.17175,24.228575,2.59641L24.228575,22.5301C24.228575,24.4465,22.675075,26,20.758775,26L5.204235000000001,26C3.287885,26,1.734375,24.4465,1.734375,22.5301L1.734375,3.46986C1.734375,1.55351,3.287885,0,5.204235000000001,0ZM20.794675,24.2651C21.752875,24.2651,22.529575,23.4883,22.529575,22.5301L22.529575,3.46986C22.529575,2.51168,21.752875,1.73493,20.794675,1.73493C20.318875,1.73493,19.933175,2.12063,19.933175,2.59641L19.933175,3.46986C19.933175,4.92296,18.741275,6.09329,17.288875,6.06627L8.662125,6.06627C7.228165,6.06627,6.065715,4.90382,6.065715,3.46986L6.065715,2.59641C6.065715,2.12063,5.680015,1.73493,5.204235000000001,1.73493C4.246055,1.73493,3.4693050000000003,2.51168,3.4693050000000003,3.46986L3.4693050000000003,22.5301C3.4693050000000003,23.4883,4.246055,24.2651,5.204235000000001,24.2651L20.794675,24.2651ZM8.662125,1.73493C8.186345,1.73493,7.800645,2.12063,7.800645,2.59641L7.800645,3.46986C7.800645,3.94564,8.186345,4.33134,8.662125,4.33134L17.288875,4.33134C17.764675,4.33134,18.150375,3.94564,18.150375,3.46986L18.150375,2.59641C18.150375,2.12063,17.764675,1.73493,17.288875,1.73493L8.662125,1.73493ZM10.494175,9.15336C10.690735,8.95521,10.978405,8.87759,11.247965,8.94996C11.517325,9.02171,11.727685,9.23214,11.799375,9.50151C11.870975,9.77089,11.793075,10.058,11.594955,10.2541L8.460115,13.377C8.156295,13.6813,7.663165,13.6813,7.359335,13.377L5.803885,11.8694C5.500165,11.5654,5.500285,11.0728,5.804155,10.7689C6.108015,10.465,6.600645,10.4649,6.904665,10.7686L7.909725,11.7258L10.494175,9.15336ZM13.389675,10.4815L19.683275,10.4815C20.116175,10.4815,20.466975,10.8324,20.466975,11.2652C20.466975,11.698,20.116175,12.0489,19.683275,12.0489L13.389675,12.0489C12.956875,12.0489,12.605975,11.698,12.605975,11.2652C12.605975,10.8324,12.956875,10.4815,13.389675,10.4815ZM6.054935,19.0771C5.587664999999999,17.3372,6.897875,15.6276,8.699415,15.6264C9.426285,15.626,10.123555,15.9144,10.637755,16.4281C11.912175,17.7014,11.632085,19.8371,10.072365,20.7386C8.512635,21.6402,6.522205,20.817,6.054935,19.0771ZM7.638135,18.9693C8.031555,19.6541,8.968775,19.7766,9.525005,19.216L9.525005,19.1442C9.726885,18.9423,9.849955,18.675,9.871995,18.3904C9.883285,17.6007,9.139935000000001,17.0169,8.375445,17.215C7.610945,17.4131,7.244715,18.2845,7.638135,18.9693ZM13.389675,17.5887L19.683275,17.5887C20.116175,17.5887,20.466975,17.9396,20.466975,18.3724C20.466975,18.8052,20.116175,19.1561,19.683275,19.1561L13.389675,19.1561C12.956875,19.1561,12.605975,18.8052,12.605975,18.3724C12.605975,17.9396,12.956875,17.5887,13.389675,17.5887Z" 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_21477"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21477)"><g><path d="M5.204235000000001,0L21.656175,0C23.080775,0.0131302,24.228675,1.17175,24.228575,2.59641L24.228575,22.5301C24.228575,24.4465,22.675075,26,20.758775,26L5.204235000000001,26C3.287885,26,1.734375,24.4465,1.734375,22.5301L1.734375,3.46986C1.734375,1.55351,3.287885,0,5.204235000000001,0ZM20.794675,24.2651C21.752875,24.2651,22.529575,23.4883,22.529575,22.5301L22.529575,3.46986C22.529575,2.51168,21.752875,1.73493,20.794675,1.73493C20.318875,1.73493,19.933175,2.12063,19.933175,2.59641L19.933175,3.46986C19.933175,4.92296,18.741275,6.09329,17.288875,6.06627L8.662125,6.06627C7.228165,6.06627,6.065715,4.90382,6.065715,3.46986L6.065715,2.59641C6.065715,2.12063,5.680015,1.73493,5.204235000000001,1.73493C4.246055,1.73493,3.4693050000000003,2.51168,3.4693050000000003,3.46986L3.4693050000000003,22.5301C3.4693050000000003,23.4883,4.246055,24.2651,5.204235000000001,24.2651L20.794675,24.2651ZM8.662125,1.73493C8.186345,1.73493,7.800645,2.12063,7.800645,2.59641L7.800645,3.46986C7.800645,3.94564,8.186345,4.33134,8.662125,4.33134L17.288875,4.33134C17.764675,4.33134,18.150375,3.94564,18.150375,3.46986L18.150375,2.59641C18.150375,2.12063,17.764675,1.73493,17.288875,1.73493L8.662125,1.73493ZM10.494175,9.15336C10.690735,8.95521,10.978405,8.87759,11.247965,8.94996C11.517325,9.02171,11.727685,9.23214,11.799375,9.50151C11.870975,9.77089,11.793075,10.058,11.594955,10.2541L8.460115,13.377C8.156295,13.6813,7.663165,13.6813,7.359335,13.377L5.803885,11.8694C5.500165,11.5654,5.500285,11.0728,5.804155,10.7689C6.108015,10.465,6.600645,10.4649,6.904665,10.7686L7.909725,11.7258L10.494175,9.15336ZM13.389675,10.4815L19.683275,10.4815C20.116175,10.4815,20.466975,10.8324,20.466975,11.2652C20.466975,11.698,20.116175,12.0489,19.683275,12.0489L13.389675,12.0489C12.956875,12.0489,12.605975,11.698,12.605975,11.2652C12.605975,10.8324,12.956875,10.4815,13.389675,10.4815ZM6.054935,19.0771C5.587664999999999,17.3372,6.897875,15.6276,8.699415,15.6264C9.426285,15.626,10.123555,15.9144,10.637755,16.4281C11.912175,17.7014,11.632085,19.8371,10.072365,20.7386C8.512635,21.6402,6.522205,20.817,6.054935,19.0771ZM7.638135,18.9693C8.031555,19.6541,8.968775,19.7766,9.525005,19.216L9.525005,19.1442C9.726885,18.9423,9.849955,18.675,9.871995,18.3904C9.883285,17.6007,9.139935000000001,17.0169,8.375445,17.215C7.610945,17.4131,7.244715,18.2845,7.638135,18.9693ZM13.389675,17.5887L19.683275,17.5887C20.116175,17.5887,20.466975,17.9396,20.466975,18.3724C20.466975,18.8052,20.116175,19.1561,19.683275,19.1561L13.389675,19.1561C12.956875,19.1561,12.605975,18.8052,12.605975,18.3724C12.605975,17.9396,12.956875,17.5887,13.389675,17.5887Z" 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_00427"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00427)"><g><path d="M25.829425,4.2372096875C25.706725,2.7752096875000003,24.479025,1.6591796875,23.005925,1.6591796875L3.475345,1.6591796875L3.218655,1.6703404875C1.756655,1.7931036875,0.640625,3.0207396875,0.640625,4.4938996875L0.640625,24.0021796875L0.6517852,24.1806796875C0.7410680000000001,24.7275796875,1.232122,25.1181796875,1.790135,25.0734796875C2.348155,25.0288796875,2.772245,24.5712796875,2.772245,24.0132796875L2.772245,21.0669796875L23.709025,21.0669796875L23.709025,24.0021796875L23.720125,24.1806796875C23.809425,24.7275796875,24.300525,25.1181796875,24.858525,25.0734796875C25.416525,25.0288796875,25.840625,24.5712796875,25.840625,24.0132796875L25.840625,4.4938996875L25.829425,4.2372096875ZM3.475345,3.7907996875L23.005925,3.7907996875L23.139825,3.8019596875C23.474625,3.8689196875,23.709025,4.1590896875,23.709025,4.4938996875L23.709025,7.1388996875L2.772245,7.1388996875L2.772245,4.5050596875L2.783405,4.3599796875C2.850365,4.0251696875,3.140535,3.7907996875,3.475345,3.7907996875ZM2.772245,9.2593596875L23.720125,9.2593596875L23.709025,9.2593596875L23.709025,18.9464796875L2.772245,18.9464796875L2.772245,9.2593596875ZM18.856325,17.4623796875L20.028125,17.4623796875C20.429925,17.4623796875,20.753525,17.1386796875,20.764725,16.7369796875L20.764725,11.6812796875C20.764725,11.2795496875,20.441025,10.9558996875,20.039325,10.9558996875L18.856325,10.9558996875C18.454525,10.9558996875,18.130925,11.2795496875,18.130925,11.6812796875L18.130925,16.7369796875C18.130925,17.1386796875,18.454525,17.4623796875,18.856325,17.4623796875ZM6.825475,17.4623796875L7.997315,17.4623796875C8.399085,17.4623796875,8.722735,17.1386796875,8.733895,16.7369796875L8.733895,12.9982796875C8.733895,12.5964796875,8.410245,12.2727796875,8.008475,12.2727796875L6.825475,12.2727796875C6.423705,12.2727796875,6.100055,12.5964796875,6.100055,12.9982796875L6.100055,16.7369796875C6.100055,17.1386796875,6.423705,17.4623796875,6.825475,17.4623796875ZM12.829725,17.4623796875L14.012725,17.4623796875C14.414525,17.4623796875,14.738125,17.1386796875,14.738125,16.7369796875L14.738125,14.2481796875C14.738125,13.8463796875,14.414525,13.5227796875,14.012725,13.5227796875L12.829725,13.5227796875C12.427925,13.5227796875,12.104325,13.8463796875,12.104325,14.2481796875L12.104325,16.7369796875C12.104325,17.1386796875,12.427925,17.4623796875,12.829725,17.4623796875Z" 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_00427"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00427)"><g><path d="M25.829425,4.2372096875C25.706725,2.7752096875000003,24.479025,1.6591796875,23.005925,1.6591796875L3.475345,1.6591796875L3.218655,1.6703404875C1.756655,1.7931036875,0.640625,3.0207396875,0.640625,4.4938996875L0.640625,24.0021796875L0.6517852,24.1806796875C0.7410680000000001,24.7275796875,1.232122,25.1181796875,1.790135,25.0734796875C2.348155,25.0288796875,2.772245,24.5712796875,2.772245,24.0132796875L2.772245,21.0669796875L23.709025,21.0669796875L23.709025,24.0021796875L23.720125,24.1806796875C23.809425,24.7275796875,24.300525,25.1181796875,24.858525,25.0734796875C25.416525,25.0288796875,25.840625,24.5712796875,25.840625,24.0132796875L25.840625,4.4938996875L25.829425,4.2372096875ZM3.475345,3.7907996875L23.005925,3.7907996875L23.139825,3.8019596875C23.474625,3.8689196875,23.709025,4.1590896875,23.709025,4.4938996875L23.709025,7.1388996875L2.772245,7.1388996875L2.772245,4.5050596875L2.783405,4.3599796875C2.850365,4.0251696875,3.140535,3.7907996875,3.475345,3.7907996875ZM2.772245,9.2593596875L23.720125,9.2593596875L23.709025,9.2593596875L23.709025,18.9464796875L2.772245,18.9464796875L2.772245,9.2593596875ZM18.856325,17.4623796875L20.028125,17.4623796875C20.429925,17.4623796875,20.753525,17.1386796875,20.764725,16.7369796875L20.764725,11.6812796875C20.764725,11.2795496875,20.441025,10.9558996875,20.039325,10.9558996875L18.856325,10.9558996875C18.454525,10.9558996875,18.130925,11.2795496875,18.130925,11.6812796875L18.130925,16.7369796875C18.130925,17.1386796875,18.454525,17.4623796875,18.856325,17.4623796875ZM6.825475,17.4623796875L7.997315,17.4623796875C8.399085,17.4623796875,8.722735,17.1386796875,8.733895,16.7369796875L8.733895,12.9982796875C8.733895,12.5964796875,8.410245,12.2727796875,8.008475,12.2727796875L6.825475,12.2727796875C6.423705,12.2727796875,6.100055,12.5964796875,6.100055,12.9982796875L6.100055,16.7369796875C6.100055,17.1386796875,6.423705,17.4623796875,6.825475,17.4623796875ZM12.829725,17.4623796875L14.012725,17.4623796875C14.414525,17.4623796875,14.738125,17.1386796875,14.738125,16.7369796875L14.738125,14.2481796875C14.738125,13.8463796875,14.414525,13.5227796875,14.012725,13.5227796875L12.829725,13.5227796875C12.427925,13.5227796875,12.104325,13.8463796875,12.104325,14.2481796875L12.104325,16.7369796875C12.104325,17.1386796875,12.427925,17.4623796875,12.829725,17.4623796875Z" 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_00427"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00427)"><g><path d="M25.829425,4.2372096875C25.706725,2.7752096875000003,24.479025,1.6591796875,23.005925,1.6591796875L3.475345,1.6591796875L3.218655,1.6703404875C1.756655,1.7931036875,0.640625,3.0207396875,0.640625,4.4938996875L0.640625,24.0021796875L0.6517852,24.1806796875C0.7410680000000001,24.7275796875,1.232122,25.1181796875,1.790135,25.0734796875C2.348155,25.0288796875,2.772245,24.5712796875,2.772245,24.0132796875L2.772245,21.0669796875L23.709025,21.0669796875L23.709025,24.0021796875L23.720125,24.1806796875C23.809425,24.7275796875,24.300525,25.1181796875,24.858525,25.0734796875C25.416525,25.0288796875,25.840625,24.5712796875,25.840625,24.0132796875L25.840625,4.4938996875L25.829425,4.2372096875ZM3.475345,3.7907996875L23.005925,3.7907996875L23.139825,3.8019596875C23.474625,3.8689196875,23.709025,4.1590896875,23.709025,4.4938996875L23.709025,7.1388996875L2.772245,7.1388996875L2.772245,4.5050596875L2.783405,4.3599796875C2.850365,4.0251696875,3.140535,3.7907996875,3.475345,3.7907996875ZM2.772245,9.2593596875L23.720125,9.2593596875L23.709025,9.2593596875L23.709025,18.9464796875L2.772245,18.9464796875L2.772245,9.2593596875ZM18.856325,17.4623796875L20.028125,17.4623796875C20.429925,17.4623796875,20.753525,17.1386796875,20.764725,16.7369796875L20.764725,11.6812796875C20.764725,11.2795496875,20.441025,10.9558996875,20.039325,10.9558996875L18.856325,10.9558996875C18.454525,10.9558996875,18.130925,11.2795496875,18.130925,11.6812796875L18.130925,16.7369796875C18.130925,17.1386796875,18.454525,17.4623796875,18.856325,17.4623796875ZM6.825475,17.4623796875L7.997315,17.4623796875C8.399085,17.4623796875,8.722735,17.1386796875,8.733895,16.7369796875L8.733895,12.9982796875C8.733895,12.5964796875,8.410245,12.2727796875,8.008475,12.2727796875L6.825475,12.2727796875C6.423705,12.2727796875,6.100055,12.5964796875,6.100055,12.9982796875L6.100055,16.7369796875C6.100055,17.1386796875,6.423705,17.4623796875,6.825475,17.4623796875ZM12.829725,17.4623796875L14.012725,17.4623796875C14.414525,17.4623796875,14.738125,17.1386796875,14.738125,16.7369796875L14.738125,14.2481796875C14.738125,13.8463796875,14.414525,13.5227796875,14.012725,13.5227796875L12.829725,13.5227796875C12.427925,13.5227796875,12.104325,13.8463796875,12.104325,14.2481796875L12.104325,16.7369796875C12.104325,17.1386796875,12.427925,17.4623796875,12.829725,17.4623796875Z" 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_00446"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00446)"><g><path d="M15.3328375,0.822320765625L15.5110375,0.987609765625L20.8248375,6.302769765625L22.0387375,6.302769765625C24.1783375,6.302769765625,25.9127375,8.037229765625,25.9127375,10.176809765625L25.9127375,21.798809765625C25.9127375,23.938409765625,24.1783375,25.672909765625,22.0387375,25.672909765625L3.9599575,25.672909765625C1.8203975,25.672909765625,0.0859375847504,23.938409765625,0.0859375,21.798809765625L0.0859375,10.176809765625C0.085937330499,8.037229765625,1.8203975,6.302769765625,3.9599575,6.302769765625L5.1725275,6.302769765625L10.4876375,0.987609765625C11.8080375,-0.332757234375,13.9254375,-0.404993234375,15.3328375,0.822320765625ZM22.0387375,8.241069765625L3.9599575,8.241069765625C2.9626875,8.241059765625,2.1283875,8.998239765625,2.0319875,9.990809765625L2.0229475,10.178109765625L2.0229475,21.800109765625C2.0229975,22.797909765625,2.7808975,23.632309765625,3.7740075,23.728109765625L3.9599575,23.737209765625L22.0387375,23.737209765625C23.0364375,23.737109765625,23.8709375,22.979209765625,23.9667375,21.986109765625L23.9757375,21.800109765625L23.9757375,10.178109765625C23.9763375,9.179869765625,23.2182375,8.344649765625,22.2246375,8.248819765625L22.0387375,8.241069765625ZM14.6135375,17.926109765625C15.1484375,17.926109765625,15.5820375,18.359709765625,15.5820375,18.894609765625C15.5820375,19.429509765625,15.1484375,19.863109765625,14.6135375,19.863109765625L6.2198075,19.863109765625C5.6849175,19.863109765625,5.2512975,19.429509765625,5.2512975,18.894609765625C5.2512975,18.359709765625,5.6849175,17.926109765625,6.2198075,17.926109765625L14.6135375,17.926109765625ZM19.7788375,12.760809765625C20.3137375,12.760809765625,20.7473375,13.194409765625,20.7473375,13.729309765625C20.7473375,14.264209765625,20.3137375,14.697809765625,19.7788375,14.697809765625L6.2198075,14.697809765625C5.6849175,14.697809765625,5.2512975,14.264209765625,5.2512975,13.729309765625C5.2512975,13.194409765625,5.6849175,12.760809765625,6.2198075,12.760809765625L19.7788375,12.760809765625ZM11.9895375,2.240209765625L11.8578375,2.357729765625L7.9114575,6.302769765625L18.0846375,6.302769765625L14.1409375,2.357729765625C13.5586375,1.775649765625,12.6316375,1.725019765625,11.9895375,2.240209765625Z" 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_00446"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00446)"><g><path d="M15.3328375,0.822320765625L15.5110375,0.987609765625L20.8248375,6.302769765625L22.0387375,6.302769765625C24.1783375,6.302769765625,25.9127375,8.037229765625,25.9127375,10.176809765625L25.9127375,21.798809765625C25.9127375,23.938409765625,24.1783375,25.672909765625,22.0387375,25.672909765625L3.9599575,25.672909765625C1.8203975,25.672909765625,0.0859375847504,23.938409765625,0.0859375,21.798809765625L0.0859375,10.176809765625C0.085937330499,8.037229765625,1.8203975,6.302769765625,3.9599575,6.302769765625L5.1725275,6.302769765625L10.4876375,0.987609765625C11.8080375,-0.332757234375,13.9254375,-0.404993234375,15.3328375,0.822320765625ZM22.0387375,8.241069765625L3.9599575,8.241069765625C2.9626875,8.241059765625,2.1283875,8.998239765625,2.0319875,9.990809765625L2.0229475,10.178109765625L2.0229475,21.800109765625C2.0229975,22.797909765625,2.7808975,23.632309765625,3.7740075,23.728109765625L3.9599575,23.737209765625L22.0387375,23.737209765625C23.0364375,23.737109765625,23.8709375,22.979209765625,23.9667375,21.986109765625L23.9757375,21.800109765625L23.9757375,10.178109765625C23.9763375,9.179869765625,23.2182375,8.344649765625,22.2246375,8.248819765625L22.0387375,8.241069765625ZM14.6135375,17.926109765625C15.1484375,17.926109765625,15.5820375,18.359709765625,15.5820375,18.894609765625C15.5820375,19.429509765625,15.1484375,19.863109765625,14.6135375,19.863109765625L6.2198075,19.863109765625C5.6849175,19.863109765625,5.2512975,19.429509765625,5.2512975,18.894609765625C5.2512975,18.359709765625,5.6849175,17.926109765625,6.2198075,17.926109765625L14.6135375,17.926109765625ZM19.7788375,12.760809765625C20.3137375,12.760809765625,20.7473375,13.194409765625,20.7473375,13.729309765625C20.7473375,14.264209765625,20.3137375,14.697809765625,19.7788375,14.697809765625L6.2198075,14.697809765625C5.6849175,14.697809765625,5.2512975,14.264209765625,5.2512975,13.729309765625C5.2512975,13.194409765625,5.6849175,12.760809765625,6.2198075,12.760809765625L19.7788375,12.760809765625ZM11.9895375,2.240209765625L11.8578375,2.357729765625L7.9114575,6.302769765625L18.0846375,6.302769765625L14.1409375,2.357729765625C13.5586375,1.775649765625,12.6316375,1.725019765625,11.9895375,2.240209765625Z" 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_00446"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00446)"><g><path d="M15.3328375,0.822320765625L15.5110375,0.987609765625L20.8248375,6.302769765625L22.0387375,6.302769765625C24.1783375,6.302769765625,25.9127375,8.037229765625,25.9127375,10.176809765625L25.9127375,21.798809765625C25.9127375,23.938409765625,24.1783375,25.672909765625,22.0387375,25.672909765625L3.9599575,25.672909765625C1.8203975,25.672909765625,0.0859375847504,23.938409765625,0.0859375,21.798809765625L0.0859375,10.176809765625C0.085937330499,8.037229765625,1.8203975,6.302769765625,3.9599575,6.302769765625L5.1725275,6.302769765625L10.4876375,0.987609765625C11.8080375,-0.332757234375,13.9254375,-0.404993234375,15.3328375,0.822320765625ZM22.0387375,8.241069765625L3.9599575,8.241069765625C2.9626875,8.241059765625,2.1283875,8.998239765625,2.0319875,9.990809765625L2.0229475,10.178109765625L2.0229475,21.800109765625C2.0229975,22.797909765625,2.7808975,23.632309765625,3.7740075,23.728109765625L3.9599575,23.737209765625L22.0387375,23.737209765625C23.0364375,23.737109765625,23.8709375,22.979209765625,23.9667375,21.986109765625L23.9757375,21.800109765625L23.9757375,10.178109765625C23.9763375,9.179869765625,23.2182375,8.344649765625,22.2246375,8.248819765625L22.0387375,8.241069765625ZM14.6135375,17.926109765625C15.1484375,17.926109765625,15.5820375,18.359709765625,15.5820375,18.894609765625C15.5820375,19.429509765625,15.1484375,19.863109765625,14.6135375,19.863109765625L6.2198075,19.863109765625C5.6849175,19.863109765625,5.2512975,19.429509765625,5.2512975,18.894609765625C5.2512975,18.359709765625,5.6849175,17.926109765625,6.2198075,17.926109765625L14.6135375,17.926109765625ZM19.7788375,12.760809765625C20.3137375,12.760809765625,20.7473375,13.194409765625,20.7473375,13.729309765625C20.7473375,14.264209765625,20.3137375,14.697809765625,19.7788375,14.697809765625L6.2198075,14.697809765625C5.6849175,14.697809765625,5.2512975,14.264209765625,5.2512975,13.729309765625C5.2512975,13.194409765625,5.6849175,12.760809765625,6.2198075,12.760809765625L19.7788375,12.760809765625ZM11.9895375,2.240209765625L11.8578375,2.357729765625L7.9114575,6.302769765625L18.0846375,6.302769765625L14.1409375,2.357729765625C13.5586375,1.775649765625,12.6316375,1.725019765625,11.9895375,2.240209765625Z" 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="#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>
|