sag_components 2.0.0-beta → 2.0.0-beta2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1106 -0
- package/dist/index.esm.js +80952 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +80998 -0
- package/dist/index.js.map +1 -0
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +35 -0
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +19 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +39 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +61 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +74 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +40 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +38 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -0
- package/dist/types/components/BarChart/BarChart.d.ts +79 -0
- package/dist/types/components/BarChart/BarChart.stories.d.ts +320 -0
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +82 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +300 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +31 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +66 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +147 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +465 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -0
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +224 -0
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -0
- package/dist/types/components/Button/Button.d.ts +22 -0
- package/dist/types/components/Button/Button.stories.d.ts +393 -0
- package/dist/types/components/Button/Button.style.d.ts +5 -0
- package/dist/types/components/Button/Button.test.d.ts +1 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +64 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -0
- package/dist/types/components/CampaignTool/Card.d.ts +37 -0
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -0
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -0
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -0
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -0
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -0
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +31 -0
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -0
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -0
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +23 -0
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -0
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -0
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +166 -0
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -0
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -0
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -0
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -0
- package/dist/types/components/CampaignTool/Table.d.ts +56 -0
- package/dist/types/components/CampaignTool/Table.stories.d.ts +120 -0
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -0
- package/dist/types/components/CheckBox/CheckBox.d.ts +15 -0
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +150 -0
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +221 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -0
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -0
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +2 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +34 -0
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +86 -0
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +70 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +151 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +79 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -0
- package/dist/types/components/Datepicker/Datepicker.d.ts +12 -0
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +112 -0
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +1 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +41 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +34 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +103 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +159 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -0
- package/dist/types/components/Dropdown/Dropdown.d.ts +24 -0
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +451 -0
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +1 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +75 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +263 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +1 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -0
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +574 -0
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -0
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +151 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -0
- package/dist/types/components/EventList/EventList.d.ts +30 -0
- package/dist/types/components/EventList/EventList.stories.d.ts +84 -0
- package/dist/types/components/EventList/EventList.style.d.ts +4 -0
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -0
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +81 -0
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -0
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -0
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +67 -0
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +824 -0
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -0
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -0
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +297 -0
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -0
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -0
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +87 -0
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -0
- package/dist/types/components/IconButton/IconButton.d.ts +48 -0
- package/dist/types/components/IconButton/IconButton.stories.d.ts +166 -0
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -0
- package/dist/types/components/Input/Input.d.ts +80 -0
- package/dist/types/components/Input/Input.stories.d.ts +688 -0
- package/dist/types/components/Input/Input.style.d.ts +7 -0
- package/dist/types/components/InputOld/InputOld.d.ts +66 -0
- package/dist/types/components/InputOld/InputOld.stories.d.ts +130 -0
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -0
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +300 -0
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -0
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -0
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +279 -0
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -0
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +35 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +72 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -0
- package/dist/types/components/ListBox/ListBox.d.ts +15 -0
- package/dist/types/components/ListBox/ListBox.stories.d.ts +162 -0
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +135 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -0
- package/dist/types/components/Modal/Modal.d.ts +6 -0
- package/dist/types/components/Modal/Modal.style.d.ts +4 -0
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -0
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +54 -0
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +197 -0
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -0
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +12 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +45 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +63 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +149 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +263 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +29 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +98 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +236 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +102 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -0
- package/dist/types/components/PieChart/PieChart.d.ts +66 -0
- package/dist/types/components/PieChart/PieChart.stories.d.ts +295 -0
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -0
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -0
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +280 -0
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +77 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -0
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +94 -0
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +54 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +197 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -0
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +69 -0
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +393 -0
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -0
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -0
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -0
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +194 -0
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -0
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -0
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +322 -0
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -0
- package/dist/types/components/SagButton/SagButton.d.ts +45 -0
- package/dist/types/components/SagButton/SagButton.stories.d.ts +168 -0
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -0
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -0
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +178 -0
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/SagInput/SagInput.d.ts +36 -0
- package/dist/types/components/SagInput/SagInput.stories.d.ts +88 -0
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +222 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -0
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -0
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +49 -0
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +49 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +260 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -0
- package/dist/types/components/Select/Select.d.ts +21 -0
- package/dist/types/components/Select/Select.stories.d.ts +285 -0
- package/dist/types/components/Select/Select.style.d.ts +6 -0
- package/dist/types/components/SingleBarLineCharts/SingleBar.test.d.ts +1 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +398 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +61 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +90 -0
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +174 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +58 -0
- package/dist/types/components/TextField/TextField.d.ts +6 -0
- package/dist/types/components/TextField/TextField.stories.d.ts +243 -0
- package/dist/types/components/TextField/TextField.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -0
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +137 -0
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -0
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -0
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -0
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +36 -0
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +176 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +379 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +54 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +237 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +257 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +66 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +416 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +331 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -0
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -0
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +74 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +238 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -0
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -0
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -0
- package/dist/types/icons/AttachedIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +6 -0
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -0
- package/dist/types/icons/Calendar.d.ts +2 -0
- package/dist/types/icons/CalendarIcon.d.ts +6 -0
- package/dist/types/icons/CalendarInOpen.d.ts +2 -0
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -0
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -0
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -0
- package/dist/types/icons/ChervronLeftIcon.d.ts +2 -0
- package/dist/types/icons/ChervronRightIcon.d.ts +2 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -0
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -0
- package/dist/types/icons/ClockIcon.d.ts +6 -0
- package/dist/types/icons/CloseIcon.d.ts +6 -0
- package/dist/types/icons/CloseXIcon.d.ts +6 -0
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -0
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -0
- package/dist/types/icons/DocumentIcon.d.ts +6 -0
- package/dist/types/icons/DownloadIcon.d.ts +6 -0
- package/dist/types/icons/Duplicate.d.ts +7 -0
- package/dist/types/icons/ErrorIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +7 -0
- package/dist/types/icons/ExportIcon.d.ts +7 -0
- package/dist/types/icons/EyeIcon.d.ts +7 -0
- package/dist/types/icons/FileIcon.d.ts +6 -0
- package/dist/types/icons/FilterIcon.d.ts +6 -0
- package/dist/types/icons/FlyIcon.d.ts +7 -0
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -0
- package/dist/types/icons/FoodLionIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -0
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -0
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -0
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -0
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -0
- package/dist/types/icons/HannafordIcon.d.ts +6 -0
- package/dist/types/icons/HannafordIcon_new.d.ts +6 -0
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
- package/dist/types/icons/InfoIcon.d.ts +7 -0
- package/dist/types/icons/LampIcon.d.ts +6 -0
- package/dist/types/icons/LegendLineIcon.d.ts +6 -0
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -0
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemOpenIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemUpIcon.d.ts +7 -0
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -0
- package/dist/types/icons/OptionsIcon.d.ts +6 -0
- package/dist/types/icons/ReselectIcon.d.ts +6 -0
- package/dist/types/icons/SearchIcon.d.ts +6 -0
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -0
- package/dist/types/icons/ShoutIcon.d.ts +6 -0
- package/dist/types/icons/Sort.d.ts +1 -0
- package/dist/types/icons/SortIcon.d.ts +7 -0
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -0
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -0
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -0
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -0
- package/dist/types/icons/SucceededIcon.d.ts +6 -0
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -0
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -0
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/reactTestApp/App.d.ts +2 -0
- package/dist/types/reactTestApp/index.d.ts +1 -0
- package/dist/types/reactTestApp/vite.config.d.ts +2 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -0
- package/dist/types/utils/ComponentFactory.d.ts +4 -0
- package/dist/types/utils/IconsHandler.d.ts +1 -0
- package/dist/types/utils/IconsHandler.style.d.ts +1 -0
- package/dist/types/utils/regex/Email.regex.d.ts +1 -0
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -0
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +1 -0
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -0
- package/package.json +19 -2
- package/.eslintrc.js +0 -37
- package/dist/components/AttachedFile/AttachedFile.js +0 -69
- package/dist/components/AttachedFile/AttachedFile.stories.js +0 -37
- package/dist/components/AttachedFile/AttachedFile.style.js +0 -48
- package/dist/components/AutocompleteField/AutocompleteField.js +0 -45
- package/dist/components/AutocompleteField/AutocompleteField.stories.js +0 -25
- package/dist/components/AutocompleteField/AutocompleteField.style.js +0 -55
- package/dist/components/BannerEventBox/BannerEventBox.js +0 -125
- package/dist/components/BannerEventBox/BannerEventBox.stories.js +0 -59
- package/dist/components/BannerEventBox/BannerEventBox.style.js +0 -78
- package/dist/components/BannerEventBoxList/BannerEventBoxList.js +0 -175
- package/dist/components/BannerEventBoxList/BannerEventBoxList.stories.js +0 -39
- package/dist/components/BannerEventBoxList/BannerEventBoxList.style.js +0 -190
- package/dist/components/BannersDropdown/BannersDropdown.js +0 -134
- package/dist/components/BannersDropdown/BannersDropdown.stories.js +0 -64
- package/dist/components/BannersDropdown/BannersDropdown.style.js +0 -99
- package/dist/components/BarChart/BarChart.js +0 -245
- package/dist/components/BarChart/BarChart.stories.js +0 -306
- package/dist/components/BarChart/BarChart.style.js +0 -60
- package/dist/components/BarChartTwoRows/BarChartTwoRows.js +0 -222
- package/dist/components/BarChartTwoRows/BarChartTwoRows.stories.js +0 -259
- package/dist/components/BarChartTwoRows/BarChartTwoRows.style.js +0 -79
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.js +0 -263
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.js +0 -134
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.style.js +0 -67
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.js +0 -308
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.stories.js +0 -445
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.style.js +0 -96
- package/dist/components/Benchmark/Benchmark.js +0 -126
- package/dist/components/Benchmark/Benchmark.stories.js +0 -147
- package/dist/components/Benchmark/Benchmark.style.js +0 -61
- package/dist/components/Button/Button.js +0 -181
- package/dist/components/Button/Button.stories.js +0 -255
- package/dist/components/Button/Button.style.js +0 -90
- package/dist/components/Button/Button.test.js +0 -94
- package/dist/components/CampaignTool/CampaignDemoReport.js +0 -71
- package/dist/components/CampaignTool/CampaignDemoReport.stories.js +0 -65
- package/dist/components/CampaignTool/CampaignDemoReport.style.js +0 -48
- package/dist/components/CampaignTool/Card.js +0 -100
- package/dist/components/CampaignTool/Card.stories.js +0 -92
- package/dist/components/CampaignTool/Card.style.js +0 -65
- package/dist/components/CampaignTool/FormInput.js +0 -35
- package/dist/components/CampaignTool/FormSelect.js +0 -37
- package/dist/components/CampaignTool/MultipleCard.js +0 -33
- package/dist/components/CampaignTool/MultipleCard.stories.js +0 -33
- package/dist/components/CampaignTool/MultipleCard.style.js +0 -13
- package/dist/components/CampaignTool/PageFilterBar.js +0 -29
- package/dist/components/CampaignTool/PageFilterBar.stories.js +0 -28
- package/dist/components/CampaignTool/PageFilterBar.style.js +0 -22
- package/dist/components/CampaignTool/Popup.js +0 -137
- package/dist/components/CampaignTool/Popup.stories.js +0 -702
- package/dist/components/CampaignTool/Popup.style.js +0 -122
- package/dist/components/CampaignTool/PopupContent.js +0 -84
- package/dist/components/CampaignTool/PopupContent.style.js +0 -74
- package/dist/components/CampaignTool/PopupFieldsRules.js +0 -168
- package/dist/components/CampaignTool/Table.js +0 -223
- package/dist/components/CampaignTool/Table.stories.js +0 -104
- package/dist/components/CampaignTool/Table.style.js +0 -86
- package/dist/components/CheckBox/CheckBox.js +0 -61
- package/dist/components/CheckBox/CheckBox.stories.js +0 -107
- package/dist/components/CheckBox/CheckBox.style.js +0 -36
- package/dist/components/CheckBoxButton/CheckBoxButton.js +0 -57
- package/dist/components/CheckBoxButton/CheckBoxButton.stories.js +0 -150
- package/dist/components/CheckBoxButton/CheckBoxButton.style.js +0 -39
- package/dist/components/CodeEditor/CodeEditor.js +0 -31
- package/dist/components/CodeEditor/CodeEditor.style.js +0 -13
- package/dist/components/CollapseData/CollapseData.js +0 -100
- package/dist/components/CollapseData/CollapseData.stories.js +0 -125
- package/dist/components/CollapseData/CollapseData.style.js +0 -127
- package/dist/components/CollapseHeader/CollapseHeader.js +0 -284
- package/dist/components/CollapseHeader/CollapseHeader.stories.js +0 -123
- package/dist/components/CollapseHeader/CollapseHeader.style.js +0 -200
- package/dist/components/CollapseMenuItem/CollapseMenuItem.js +0 -72
- package/dist/components/CollapseMenuItem/CollapseMenuItem.stories.js +0 -121
- package/dist/components/CollapseMenuItem/CollapseMenuItem.style.js +0 -61
- package/dist/components/Datepicker/Datepicker.js +0 -136
- package/dist/components/Datepicker/Datepicker.stories.js +0 -85
- package/dist/components/Datepicker/Datepicker.style.js +0 -19
- package/dist/components/DialogOverlay/DialogOverlay.js +0 -57
- package/dist/components/DialogOverlay/DialogOverlay.stories.js +0 -39
- package/dist/components/DialogOverlay/DialogOverlay.style.js +0 -70
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.js +0 -89
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.stories.js +0 -116
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.style.js +0 -66
- package/dist/components/DownloadProgress/DownloadProgress.js +0 -99
- package/dist/components/DownloadProgress/DownloadProgress.stories.js +0 -109
- package/dist/components/DownloadProgress/DownloadProgress.style.js +0 -51
- package/dist/components/Dropdown/Dropdown.js +0 -199
- package/dist/components/Dropdown/Dropdown.stories.js +0 -318
- package/dist/components/Dropdown/Dropdown.style.js +0 -17
- package/dist/components/DropdownMulti/DropdownMulti.js +0 -277
- package/dist/components/DropdownMulti/DropdownMulti.stories.js +0 -220
- package/dist/components/DropdownMulti/DropdownMulti.style.js +0 -17
- package/dist/components/DropdownMultiNew/DropdownMultiNew.js +0 -250
- package/dist/components/DropdownMultiNew/DropdownMultiNew.style.js +0 -212
- package/dist/components/DropdownMultiNew/DropdownNew.stories.js +0 -407
- package/dist/components/DropdownNew/DropdownNew.js +0 -80
- package/dist/components/DropdownNew/DropdownNew.style.js +0 -21
- package/dist/components/DropdownSingleNew/DropdownSingleNew.js +0 -228
- package/dist/components/DropdownSingleNew/DropdownSingleNew.style.js +0 -183
- package/dist/components/EventDetailsCard/EventDetailsCard.js +0 -170
- package/dist/components/EventDetailsCard/EventDetailsCard.stories.js +0 -114
- package/dist/components/EventDetailsCard/EventDetailsCard.style.js +0 -62
- package/dist/components/EventList/EventList.js +0 -64
- package/dist/components/EventList/EventList.stories.js +0 -84
- package/dist/components/EventList/EventList.style.js +0 -38
- package/dist/components/EventListItem/EventListItem.js +0 -68
- package/dist/components/EventListItem/EventListItem.stories.js +0 -65
- package/dist/components/EventListItem/EventListItem.style.js +0 -47
- package/dist/components/FilterContainer/FilterContainer.js +0 -26
- package/dist/components/FilterContainer/FilterContainer.stories.js +0 -22
- package/dist/components/FilterContainer/FilterContainer.style.js +0 -30
- package/dist/components/FilterPanel/FilterPanel.js +0 -459
- package/dist/components/FilterPanel/FilterPanel.stories.js +0 -967
- package/dist/components/FilterPanel/FilterPanel.style.js +0 -89
- package/dist/components/FormattedValue/FormattedValue.js +0 -87
- package/dist/components/FormattedValue/FormattedValue.stories.js +0 -183
- package/dist/components/FormattedValue/FormattedValue.style.js +0 -91
- package/dist/components/Heatmap/Heatmap.js +0 -177
- package/dist/components/Heatmap/Heatmap.stories.js +0 -118
- package/dist/components/Heatmap/Heatmap.style.js +0 -151
- package/dist/components/IconButton/IconButton.js +0 -132
- package/dist/components/IconButton/IconButton.stories.js +0 -126
- package/dist/components/IconButton/IconButton.style.js +0 -65
- package/dist/components/Input/Input.js +0 -173
- package/dist/components/Input/Input.stories.js +0 -422
- package/dist/components/Input/Input.style.js +0 -132
- package/dist/components/InputOld/InputOld.js +0 -97
- package/dist/components/InputOld/InputOld.stories.js +0 -103
- package/dist/components/InputOld/InputOld.style.js +0 -71
- package/dist/components/KpiFilter/KpiFilter.js +0 -294
- package/dist/components/KpiFilter/KpiFilter.stories.js +0 -401
- package/dist/components/KpiFilter/KpiFilter.style.js +0 -132
- package/dist/components/LinkButton/LinkButton.js +0 -166
- package/dist/components/LinkButton/LinkButton.stories.js +0 -171
- package/dist/components/LinkButton/LinkButton.style.js +0 -53
- package/dist/components/LinkButton/LinkButton.test.js +0 -94
- package/dist/components/LinnerDataBox/LinnerDataBox.js +0 -81
- package/dist/components/LinnerDataBox/LinnerDataBox.stories.js +0 -79
- package/dist/components/LinnerDataBox/LinnerDataBox.style.js +0 -68
- package/dist/components/ListBox/ListBox.js +0 -59
- package/dist/components/ListBox/ListBox.stories.js +0 -132
- package/dist/components/ListBox/ListBox.style.js +0 -48
- package/dist/components/MarketShareDescription/MarketShareDescription.js +0 -119
- package/dist/components/MarketShareDescription/MarketShareDescription.stories.js +0 -196
- package/dist/components/MarketShareDescription/MarketShareDescription.style.js +0 -215
- package/dist/components/Modal/Modal.js +0 -23
- package/dist/components/Modal/Modal.style.js +0 -64
- package/dist/components/Modal/ModalTotalBenchmark.js +0 -129
- package/dist/components/Modal/ModalTotalCost.js +0 -101
- package/dist/components/MonthPicker/MonthPicker.js +0 -149
- package/dist/components/MonthPicker/MonthPicker.stories.js +0 -142
- package/dist/components/MonthPicker/MonthPicker.style.js +0 -105
- package/dist/components/MonthPicker/MonthPopupPicker.js +0 -215
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.js +0 -30
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.stories.js +0 -66
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.style.js +0 -39
- package/dist/components/OneColumnContainer/OneColumnContainer.js +0 -127
- package/dist/components/OneColumnContainer/OneColumnContainer.stories.js +0 -117
- package/dist/components/OneColumnContainer/OneColumnContainer.style.js +0 -107
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.js +0 -442
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.stories.js +0 -263
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.style.js +0 -144
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.js +0 -60
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.js +0 -99
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.js +0 -63
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.js +0 -317
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.js +0 -236
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.js +0 -116
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.js +0 -86
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.js +0 -109
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.js +0 -89
- package/dist/components/PieChart/PieChart.js +0 -193
- package/dist/components/PieChart/PieChart.stories.js +0 -215
- package/dist/components/PieChart/PieChart.style.js +0 -154
- package/dist/components/PopupCharts/PopupCharts.js +0 -212
- package/dist/components/PopupCharts/PopupCharts.stories.js +0 -1196
- package/dist/components/PopupCharts/PopupCharts.style.js +0 -108
- package/dist/components/ProductsVariety/ProductsVariety.js +0 -106
- package/dist/components/ProductsVariety/ProductsVariety.stories.js +0 -90
- package/dist/components/ProductsVariety/ProductsVariety.style.js +0 -86
- package/dist/components/ProgressBar/ProgressBar.js +0 -56
- package/dist/components/ProgressBar/ProgressBar.stories.js +0 -71
- package/dist/components/ProgressBar/ProgressBar.style.js +0 -24
- package/dist/components/QuarterPicker/QuarterPicker.js +0 -145
- package/dist/components/QuarterPicker/QuarterPicker.stories.js +0 -142
- package/dist/components/QuarterPicker/QuarterPicker.style.js +0 -104
- package/dist/components/QuarterPicker/QuarterPopupPicker.js +0 -196
- package/dist/components/QuickFilter/QuickFilter.js +0 -68
- package/dist/components/QuickFilter/QuickFilter.stories.js +0 -275
- package/dist/components/QuickFilter/QuickFilter.style.js +0 -21
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.js +0 -261
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.js +0 -188
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.js +0 -198
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.js +0 -133
- package/dist/components/RangePicker/RangeDatePicker.js +0 -229
- package/dist/components/RangePicker/RangePicker.js +0 -158
- package/dist/components/RangePicker/RangePicker.stories.js +0 -140
- package/dist/components/RangePicker/RangePicker.style.js +0 -109
- package/dist/components/ReportTable/ReportTable.js +0 -412
- package/dist/components/ReportTable/ReportTable.stories.js +0 -255
- package/dist/components/ReportTable/ReportTable.style.js +0 -304
- package/dist/components/SagButton/SagButton.js +0 -73
- package/dist/components/SagButton/SagButton.stories.js +0 -118
- package/dist/components/SagButton/SagButton.style.js +0 -47
- package/dist/components/SagIconButton/SagIconButton.js +0 -103
- package/dist/components/SagIconButton/SagIconButton.stories.js +0 -122
- package/dist/components/SagIconButton/SagIconButton.style.js +0 -30
- package/dist/components/SagInput/SagInput.js +0 -62
- package/dist/components/SagInput/SagInput.stories.js +0 -69
- package/dist/components/SagInput/SagInput.style.js +0 -41
- package/dist/components/SalesAndROI/SalesAndROI.js +0 -104
- package/dist/components/SalesAndROI/SalesAndROI.stories.js +0 -166
- package/dist/components/SalesAndROI/SalesAndROI.style.js +0 -111
- package/dist/components/SearchInput/SearchInput.js +0 -42
- package/dist/components/SearchInput/SearchInput.stories.js +0 -44
- package/dist/components/SearchInput/SearchInput.style.js +0 -37
- package/dist/components/SegmentedButton/SegmentedButton.js +0 -120
- package/dist/components/SegmentedButton/SegmentedButton.stories.js +0 -181
- package/dist/components/SegmentedButton/SegmentedButton.style.js +0 -97
- package/dist/components/Select/Select.js +0 -108
- package/dist/components/Select/Select.stories.js +0 -201
- package/dist/components/Select/Select.style.js +0 -101
- package/dist/components/SingleBarLineCharts/SingleBar.test.js +0 -68
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.js +0 -360
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.stories.js +0 -310
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.style.js +0 -101
- package/dist/components/TabMenu/TabMenu.js +0 -250
- package/dist/components/TabMenu/TabMenu.stories.js +0 -136
- package/dist/components/TabMenu/TabMenu.style.js +0 -121
- package/dist/components/TextField/TextField.js +0 -183
- package/dist/components/TextField/TextField.stories.js +0 -160
- package/dist/components/TextField/TextField.style.js +0 -18
- package/dist/components/TitleDescription/TitleDescription.js +0 -305
- package/dist/components/TitleDescription/TitleDescription.stories.js +0 -116
- package/dist/components/TitleDescription/TitleDescription.style.js +0 -222
- package/dist/components/Tooltip/Tooltip.js +0 -55
- package/dist/components/Tooltip/Tooltip.style.js +0 -103
- package/dist/components/TopToggleList/TopToggleList.js +0 -57
- package/dist/components/TopToggleList/TopToggleList.stories.js +0 -52
- package/dist/components/TopToggleList/TopToggleList.style.js +0 -51
- package/dist/components/TotalBenchmark/TotalBenchmark.js +0 -96
- package/dist/components/TotalBenchmark/TotalBenchmark.stories.js +0 -135
- package/dist/components/TotalBenchmark/TotalBenchmark.style.js +0 -79
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.js +0 -311
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.js +0 -341
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.js +0 -171
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.js +0 -149
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.js +0 -170
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.js +0 -108
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.js +0 -162
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.js +0 -183
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.js +0 -77
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.js +0 -228
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.stories.js +0 -301
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.style.js +0 -178
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.js +0 -218
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.js +0 -291
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.style.js +0 -93
- package/dist/components/TspanTooltip/TspanTooltip.js +0 -41
- package/dist/components/TspanTooltip/TspanTooltip.style.js +0 -105
- package/dist/components/TwoBarCharts/TwoBarCharts.js +0 -211
- package/dist/components/TwoBarCharts/TwoBarCharts.stories.js +0 -185
- package/dist/components/TwoBarCharts/TwoBarCharts.style.js +0 -60
- package/dist/icons/ArrowDownIcon.js +0 -17
- package/dist/icons/ArrowDropDownIcon.js +0 -19
- package/dist/icons/ArrowSelectIcon.js +0 -18
- package/dist/icons/ArrowUpIcon.js +0 -17
- package/dist/icons/AttachedIcon.js +0 -17
- package/dist/icons/BellIcon.js +0 -17
- package/dist/icons/ButtonArrowRight.js +0 -18
- package/dist/icons/Calendar.js +0 -13
- package/dist/icons/CalendarIcon.js +0 -19
- package/dist/icons/CalendarInOpen.js +0 -14
- package/dist/icons/CheckBoxButtonCheckedIcon.js +0 -20
- package/dist/icons/CheckBoxCheckedIcon.js +0 -20
- package/dist/icons/CheckBoxNotCheckedIcon.js +0 -20
- package/dist/icons/ChervronLeftIcon.js +0 -13
- package/dist/icons/ChervronRightIcon.js +0 -13
- package/dist/icons/ChevronLeftIcon.js +0 -20
- package/dist/icons/ChevronRightIcon.js +0 -20
- package/dist/icons/ClockIcon.js +0 -19
- package/dist/icons/CloseIcon.js +0 -17
- package/dist/icons/CloseXIcon.js +0 -17
- package/dist/icons/ComboBoxArrowDownIcon.js +0 -20
- package/dist/icons/ComboBoxArrowUpIcon.js +0 -18
- package/dist/icons/DocumentIcon.js +0 -22
- package/dist/icons/DownloadIcon.js +0 -17
- package/dist/icons/Duplicate.js +0 -18
- package/dist/icons/ErrorIcon.js +0 -18
- package/dist/icons/ExitIcon.js +0 -18
- package/dist/icons/ExportIcon.js +0 -18
- package/dist/icons/EyeIcon.js +0 -18
- package/dist/icons/FileIcon.js +0 -17
- package/dist/icons/FilterIcon.js +0 -20
- package/dist/icons/FlyIcon.js +0 -20
- package/dist/icons/FoodLionChartIcon.js +0 -22
- package/dist/icons/FoodLionIcon.js +0 -1042
- package/dist/icons/FoodLionNewIcon.js +0 -22
- package/dist/icons/GiantFoodChartIcon.js +0 -20
- package/dist/icons/GiantFoodIcon.js +0 -673
- package/dist/icons/GiantFoodIcon_new.js +0 -24
- package/dist/icons/HannafordChartIcon.js +0 -20
- package/dist/icons/HannafordIcon.js +0 -1686
- package/dist/icons/HannafordIcon_new.js +0 -23
- package/dist/icons/HannafordNewIcon.js +0 -204
- package/dist/icons/InfoIcon.js +0 -18
- package/dist/icons/LampIcon.js +0 -20
- package/dist/icons/LegendLineIcon.js +0 -17
- package/dist/icons/LegendUnionIcon.js +0 -17
- package/dist/icons/MaintenanceIcon.js +0 -20
- package/dist/icons/MenuItemClosedIcon.js +0 -20
- package/dist/icons/MenuItemOpenIcon.js +0 -18
- package/dist/icons/MenuItemRightIcon.js +0 -18
- package/dist/icons/MenuItemUpIcon.js +0 -18
- package/dist/icons/NoDataFoundIcon.js +0 -32
- package/dist/icons/OptionsIcon.js +0 -17
- package/dist/icons/ReselectIcon.js +0 -17
- package/dist/icons/SearchIcon.js +0 -17
- package/dist/icons/ShoppingCartIcon.js +0 -25
- package/dist/icons/ShoutIcon.js +0 -17
- package/dist/icons/Sort.js +0 -5
- package/dist/icons/SortIcon.js +0 -23
- package/dist/icons/SpotlightProductIcon.js +0 -18
- package/dist/icons/StopAndShopChartIcon.js +0 -22
- package/dist/icons/StopAndShopIcon.js +0 -61
- package/dist/icons/StopAndShopNewIcon.js +0 -23
- package/dist/icons/SucceededIcon.js +0 -18
- package/dist/icons/TheGiantCompanyChartIcon.js +0 -20
- package/dist/icons/TheGiantCompanyIcon.js +0 -22
- package/dist/icons/TheGiantCompanyNewIcon.js +0 -23
- package/dist/reactTestApp/index.js +0 -17
- package/dist/reactTestApp/vite.config.js +0 -15
- package/dist/utils/CommonFunctions.js +0 -95
- package/dist/utils/ComponentFactory.js +0 -64
- package/dist/utils/IconsHandler.js +0 -70
- package/dist/utils/IconsHandler.style.js +0 -16
- package/dist/utils/regex/Email.regex.js +0 -7
- package/dist/utils/regex/LatinWithSpaces.regex.js +0 -7
- package/dist/utils/regex/OnlyEnglishLetters.regex.js +0 -7
- package/dist/utils/regex/Phone.regex.js +0 -7
- package/favicon.ico +0 -0
- package/index.html +0 -65
- package/manifest.json +0 -25
- package/robots.txt +0 -3
|
@@ -1,1042 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.FoodLionIcon = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
-
const FoodLionIcon = ({
|
|
11
|
-
clicked,
|
|
12
|
-
width = "78",
|
|
13
|
-
height = "16"
|
|
14
|
-
}) => {
|
|
15
|
-
return <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 1900.000000 290.000000" preserveAspectRatio="xMidYMid meet">
|
|
16
|
-
{/* <g
|
|
17
|
-
transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)"
|
|
18
|
-
fill="#000000"
|
|
19
|
-
stroke="none"
|
|
20
|
-
> */}
|
|
21
|
-
<path fill="#fefeff" d="M0 0v255h1683V0H848l-7 25 8-3 4.83 58 2.349 19.397L867 101h29l120 1c0-4.421 2.04-15.911-1.74-18.972C1009.4 79.099 993.133 82 987 82h-77c-7.04 0-21.667 2.781-27.721-1.028-4.529-2.85-4.754-12.219-5.525-16.972-3.032-18.695-.112-36.436 2.246-55h156l11.4 1.603L1048 21v25c-8.96-5.173-16.28-15.861-26-19.397-8.27-3.01-21.23-.603-30-.603h-66c-7.074 0-19.255-2.359-25.725.603-7.667 3.51-8.495 27.102-3.533 32.825 2.726 3.143 7.531 2.57 11.258 2.572h84c17.19 0 31.78-1.045 46.98 8.353 7.2 4.45 5.45 11.42 6.31 18.647 2.15 18.23-.26 36.725 2 55 2.61 21.189 16.07 39.823 17.62 61 .65 8.937-2.47 16.673-5.24 25-1.88 5.632-3.59 17.647-8.94 20.972-4.09 2.539-12.08 1.028-16.73 1.028h-42c1.872-5.533 3.879-14.497 8.39-18.436 8.7-7.588 17.82-2.374 24.22-14.564 1.12-2.12 2.84-4.482 2.08-7-2.53-8.449-16.6-15.915-22.69-22h-1c-10.707 10.737-28.067 26.489-33.272 41-2.188 6.099-2.217 14.529-2.728 21h-63c.128-6.168 1.138-15.299 7.105-18.697 5.284-3.009 12.617-2.286 16.571-7.528C943.377 204.962 958.975 179.079 969 155c-21.552 5.895-42.915 24.734-65 26.895-11.782 1.153-24.132-.895-36-.895-4.121 0-11.019-1.313-14.366 1.603-5.602 4.882-17.266 25.205-14.201 32.397 3.88 9.107 17.995 17.78 14.748 28.999-2.551 8.818-11.074 6.604-18.181 7.091-17.299 1.184-34.632.91-52 .91l7.278-16.363 13.484-9.73-2.531-9.907L791 192l-27.246 30-9.15 13L758 252h-58c2.05-6.301 3.488-13.589 7.498-18.995 3.516-4.739 8.913-5.394 12.753-9.308 8.033-8.188 18.607-22.826 22.431-33.697 2.453-6.972-4.371-18.406-6.682-25-.955-2.726-1.874-6.935-5.214-7.588-5.422-1.061-11.896 4.808-16.786 6.588 9.728-23.711 22.852-49.574 27.182-75 1.687-9.906-15.614-15.677-10.247-25.98 5.914-11.353 16.695 5.554 23.975 6.099C759.96 69.497 765.114 58.79 767 55c-10.14-2.997-31.662-3.498-41.941-.682-3.697 1.012-3.514 4.801-6.372 6.654C715.663 62.932 710.446 62 707 62l2-18 24-1-8-27 34.896-.318 10.108-6.534L804 8.91 841 1l-23-1H0z"></path>
|
|
22
|
-
<path fill="#9aa5ad" d="M841 0l1 1-1-1z"></path>
|
|
23
|
-
<path fill="#242022" d="M726 16l8 27-24 1-2 18c3.14 0 7.739.76 10.441-1.179 2.77-1.988 2.836-5.498 6.603-6.503 11.123-2.969 31.822-1.969 42.956.682-2.665 3.359-8.561 14.727-13.428 14.258-6.182-.596-16.398-15.856-22.601-8.07-8.676 10.891 10.881 17.289 9.725 26.982C738.693 113.352 723.65 140.792 714 164c4.484-1.867 11.927-8.144 16.867-7.067 3.06.667 3.972 4.56 4.94 7.067 2.45 6.346 9.143 18.242 7.282 25-7.221 26.219-36.147 36.082-42.089 62h56l-2.535-16 10.289-14L791 191l10.86 24 3.503 10.535-13.944 10.102L785 251h50c5.017 0 14.302 1.935 17.312-3.148 8.831-14.915-12.719-23.211-13.844-35.852-.849-9.552 11.877-23.268 15.532-32l25 1 29-.39 24-10.301L969 154c-4.11 14.268-13.803 27.52-21.576 40-6.278 10.078-11.958 21.59-19.213 30.945-4.856 6.263-13.275 4.87-18.792 9.757-4.079 3.613-4.762 11.214-5.419 16.298h63c.156-18.906 8.524-28.74 20.001-43 3.834-4.765 8.61-12.399 14.009-15.404 5.76-3.2 17.88 10.397 21.7 14.248 1.65 1.662 4.79 3.961 4.61 6.595-1.1 15.992-16.82 13.614-26.1 19.701-4.778 3.137-6.969 12.582-8.22 17.86h40c5.02 0 13.1 1.533 17.72-.603 5.37-2.479 7.52-17.129 9.28-22.397 1.95-5.844 4.81-11.745 4.95-18 .49-23.754-15.4-46.447-18.53-70-2.09-15.747-1.41-32.122-1.42-48 0-4.987.86-15.439-2.6-19.363-7.92-8.98-23.6-9.637-34.4-9.637-25.999 0-52.001.125-78 0-7.492-.037-26.866 1.831-32.686-2.894-6.425-5.215-4.752-28.542 2.104-33.078C904.373 23.75 916.206 26 922 26c22.7 0 45.275-1 68-1 9.942 0 22.3-1.87 31.83 1.498 9.65 3.411 15.86 14.236 25.17 18.502V10H879c-1.412 17.895-4.498 34.97-2 53 .612 4.417.853 14.065 4.703 16.972C887.315 84.21 905.05 81 912 81h76c5.956 0 21.96-2.801 26.4 1.603 4 3.975 1.63 14.174 2.6 19.397H868c-3.361 0-8.75.958-11.411-1.603C852.311 96.279 853.009 83.54 853 78c-.03-18.758-1.647-37.399-4-56l-8 3 7-24-37 7.575-41.906.613-9.148 6.494L726 16z"></path>
|
|
24
|
-
<path fill="#5e91b2" d="M846 0l1 1-1-1z"></path>
|
|
25
|
-
<path fill="#9aa5ad" d="M847 0l1 1-1-1m-9 1l1 1-1-1z"></path>
|
|
26
|
-
<path fill="#5e91b2" d="M839 1l1 1-1-1z"></path>
|
|
27
|
-
<path fill="#9aa5ad" d="M836 2l1 1-1-1z"></path>
|
|
28
|
-
<path fill="#5e91b2" d="M847 2l1 1-1-1z"></path>
|
|
29
|
-
<path fill="#9aa5ad" d="M833 3l1 1-1-1m14 0l1 1-1-1m-17 1l1 1-1-1m-4.333 1.333l.666.334-.666-.334z"></path>
|
|
30
|
-
<path fill="#5e91b2" d="M827 5l1 1-1-1m19 0l1 1-1-1z"></path>
|
|
31
|
-
<path fill="#9aa5ad" d="M821.667 6.333l.666.334-.666-.334z"></path>
|
|
32
|
-
<path fill="#01558b" d="M823 6l1 1-1-1z"></path>
|
|
33
|
-
<path fill="#9aa5ad" d="M846 6l1 1-1-1m-30.333 1.333l.666.334-.666-.334z"></path>
|
|
34
|
-
<path fill="#5e91b2" d="M817 7l1 1-1-1z"></path>
|
|
35
|
-
<path fill="#01558b" d="M818 7l1 1-1-1z"></path>
|
|
36
|
-
<path fill="#9aa5ad" d="M807 8v1h3l-3-1z"></path>
|
|
37
|
-
<path fill="#5e91b2" d="M810.667 8.333l.666.334-.666-.334M845 8l1 1-1-1m-72 1v1h5l-5-1z"></path>
|
|
38
|
-
<path fill="#9aa5ad" d="M778 9v1h18l-18-1z"></path>
|
|
39
|
-
<path fill="#5e91b2" d="M796 9v1h6l-6-1z"></path>
|
|
40
|
-
<path fill="#9aa5ad" d="M845 9l1 1-1-1m34 0v1h168c-12.88-5.406-35.96-1-50-1H879z"></path>
|
|
41
|
-
<path fill="#01558b" d="M765 10l1 1-1-1z"></path>
|
|
42
|
-
<path fill="#9aa5ad" d="M1047 10v36h1c0-10.387 3.01-26.44-1-36m-283 1l1 1-1-1z"></path>
|
|
43
|
-
<path fill="#5e91b2" d="M844 11l1 1-1-1z"></path>
|
|
44
|
-
<path fill="#9aa5ad" d="M844 12l1 1-1-1m34.333.667l.334.666-.334-.666M236 13v1h5l-5-1m178 0v1h4l-4-1m349 0l1 1-1-1m661 0v1h4l-4-1M223.667 14.333l.666.334-.666-.334z"></path>
|
|
45
|
-
<path fill="#5e91b2" d="M225 14v1h3l-3-1z"></path>
|
|
46
|
-
<path fill="#01558b" d="M228 14.424c-9.794 1.302-19.945 2.674-29 6.9C156.848 40.992 165 92.735 165 131c0 37.382-8.386 93.537 32 113.73 7.792 3.896 16.448 5.465 25 6.691 9.431 1.351 20.531 1.426 30 .294 7.926-.948 15.658-2.34 23-5.577 40.442-17.831 35-68.43 35-105.138 0-39.637 10.395-99.528-34-119.688-6.571-2.983-13.859-5.014-21-6.027-8.847-1.254-18.096-2.044-27-.86z"></path>
|
|
47
|
-
<path fill="#5e91b2" d="M248 14v1h3l-3-1z"></path>
|
|
48
|
-
<path fill="#9aa5ad" d="M251.667 14.333l.666.334-.666-.334m150 0l.666.334-.666-.334z"></path>
|
|
49
|
-
<path fill="#5e91b2" d="M403 14v1h3l-3-1z"></path>
|
|
50
|
-
<path fill="#01558b" d="M406 14.424c-10.295 1.369-20.563 2.697-30 7.385-44.853 22.283-32 90.124-32 131.191 0 25.934-2.671 60.068 16.133 80.985 16.554 18.417 47.809 20.561 70.867 17.729 19.678-2.417 38.919-10.365 48.677-28.714 11.701-22.005 8.323-53.919 8.323-78 0-41.3 11.369-102.656-34-123.96-6.557-3.08-13.851-4.74-21-5.754-8.847-1.255-18.096-2.045-27-.862z"></path>
|
|
51
|
-
<path fill="#5e91b2" d="M426 14v1h3l-3-1z"></path>
|
|
52
|
-
<path fill="#9aa5ad" d="M429.667 14.333l.666.334-.666-.334z"></path>
|
|
53
|
-
<path fill="#01558b" d="M763 14l1 1-1-1m80 0l1 1-1-1z"></path>
|
|
54
|
-
<path fill="#5e91b2" d="M878 14l1 1-1-1z"></path>
|
|
55
|
-
<path fill="#9aa5ad" d="M1410.67 14.333l.66.334-.66-.334z"></path>
|
|
56
|
-
<path fill="#5e91b2" d="M1412 14v1h4l-4-1z"></path>
|
|
57
|
-
<path fill="#01558b" d="M1416 14.424c-9.98 1.314-19.75 2.581-29 6.9-41.86 19.536-34 70.638-34 108.676 0 38.305-8.67 96.315 34 115.688 7.52 3.416 15.84 5.05 24 6.027 9.4 1.124 20.6 1.153 30-.001 8.54-1.05 17.15-3 25-6.615 37.22-17.149 32-68.397 32-102.099 0-41.435 10.58-100.852-35-122.218-6.29-2.948-13.14-4.524-20-5.496-8.85-1.255-18.09-2.035-27-.862z"></path>
|
|
58
|
-
<path fill="#5e91b2" d="M1436 14v1h3l-3-1z"></path>
|
|
59
|
-
<path fill="#9aa5ad" d="M1439.67 14.333l.66.334-.66-.334M217 15l1 1-1-1z"></path>
|
|
60
|
-
<path fill="#5e91b2" d="M218.667 15.333l.666.334-.666-.334m38 0l.666.334-.666-.334z"></path>
|
|
61
|
-
<path fill="#9aa5ad" d="M258 15l1 1-1-1m136.667.333l.666.334-.666-.334z"></path>
|
|
62
|
-
<path fill="#5e91b2" d="M396.667 15.333l.666.334-.666-.334m38 0l.666.334-.666-.334z"></path>
|
|
63
|
-
<path fill="#9aa5ad" d="M436 15l1 1-1-1m326 0l1 1-1-1m81 0l1 1-1-1m561.67.333l.66.334-.66-.334z"></path>
|
|
64
|
-
<path fill="#5e91b2" d="M1406 15l1 1-1-1m38.67.333l.66.334-.66-.334z"></path>
|
|
65
|
-
<path fill="#9aa5ad" d="M1446 15l1 1-1-1M213 16l1 1-1-1z"></path>
|
|
66
|
-
<path fill="#5e91b2" d="M214 16l1 1-1-1m47 0l1 1-1-1z"></path>
|
|
67
|
-
<path fill="#9aa5ad" d="M262.667 16.333l.666.334-.666-.334M390 16l1 1-1-1z"></path>
|
|
68
|
-
<path fill="#5e91b2" d="M391 16l1 1-1-1m48 0l1 1-1-1z"></path>
|
|
69
|
-
<path fill="#9aa5ad" d="M440.667 16.333l.666.334-.666-.334z"></path>
|
|
70
|
-
<path fill="#5e91b2" d="M725.333 16.667l.334.666-.334-.666z"></path>
|
|
71
|
-
<path fill="#9aa5ad" d="M1400 16l1 1-1-1z"></path>
|
|
72
|
-
<path fill="#5e91b2" d="M1401 16l1 1-1-1m48 0l1 1-1-1z"></path>
|
|
73
|
-
<path fill="#9aa5ad" d="M1450.67 16.333l.66.334-.66-.334m-1242.003 1l.666.334-.666-.334z"></path>
|
|
74
|
-
<path fill="#5e91b2" d="M210 17l1 1-1-1m55 0l1 1-1-1z"></path>
|
|
75
|
-
<path fill="#9aa5ad" d="M266 17l1 1-1-1m120 0l1 1-1-1z"></path>
|
|
76
|
-
<path fill="#5e91b2" d="M387 17l1 1-1-1z"></path>
|
|
77
|
-
<path fill="#9aa5ad" d="M444 17l1 1-1-1m952 0l1 1-1-1z"></path>
|
|
78
|
-
<path fill="#5e91b2" d="M1397 17l1 1-1-1z"></path>
|
|
79
|
-
<path fill="#9aa5ad" d="M1454 17l1 1-1-1M205 18l1 1-1-1z"></path>
|
|
80
|
-
<path fill="#5e91b2" d="M206 18l1 1-1-1m62 0l1 1-1-1z"></path>
|
|
81
|
-
<path fill="#9aa5ad" d="M269 18l1 1-1-1m114 0l1 1-1-1z"></path>
|
|
82
|
-
<path fill="#5e91b2" d="M384 18l1 1-1-1z"></path>
|
|
83
|
-
<path fill="#9aa5ad" d="M447 18l1 1-1-1m278 0l1 1-1-1m117 0l1 1-1-1m35.333.667l.334.666-.334-.666M1393 18l1 1-1-1z"></path>
|
|
84
|
-
<path fill="#5e91b2" d="M1394 18l1 1-1-1z"></path>
|
|
85
|
-
<path fill="#9aa5ad" d="M1457 18l1 1-1-1z"></path>
|
|
86
|
-
<path fill="#5e91b2" d="M6 19v228h1V20h126c-10.027-4.208-27.104-1-38-1H6z"></path>
|
|
87
|
-
<path fill="#9aa5ad" d="M202 19l1 1-1-1z"></path>
|
|
88
|
-
<path fill="#5e91b2" d="M203 19l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
89
|
-
<path fill="#9aa5ad" d="M272 19l1 1-1-1m108 0l1 1-1-1z"></path>
|
|
90
|
-
<path fill="#5e91b2" d="M381 19l1 1-1-1z"></path>
|
|
91
|
-
<path fill="#9aa5ad" d="M450 19l1 1-1-1z"></path>
|
|
92
|
-
<path fill="#5e91b2" d="M523 19v1h71l-22-1h-49z"></path>
|
|
93
|
-
<path fill="#9aa5ad" d="M594 19v1h8l-8-1z"></path>
|
|
94
|
-
<path fill="#5e91b2" d="M1114 19v228h1V20h52v181h1V19h-54z"></path>
|
|
95
|
-
<path fill="#01558b" d="M1262 19v229h54V19h-54z"></path>
|
|
96
|
-
<path fill="#9aa5ad" d="M1390 19l1 1-1-1z"></path>
|
|
97
|
-
<path fill="#5e91b2" d="M1391 19l1 1-1-1z"></path>
|
|
98
|
-
<path fill="#9aa5ad" d="M1460 19l1 1-1-1z"></path>
|
|
99
|
-
<path fill="#5e91b2" d="M1532 19v1h55l-18-1h-37m92 0v1h51c-13.13-5.508-36.69-1-51-1z"></path>
|
|
100
|
-
<path fill="#01558b" d="M7 20v227h53v-96h67v-45H60V65h73V20H7z"></path>
|
|
101
|
-
<path fill="#9aa5ad" d="M200 20l1 1-1-1m74 0l1 1-1-1m104 0l1 1-1-1z"></path>
|
|
102
|
-
<path fill="#5e91b2" d="M453 20l1 1-1-1z"></path>
|
|
103
|
-
<path fill="#01558b" d="M523 20v227h66c20.556 0 42.412-.533 58.985-14.465C662.436 220.388 665 200.691 665 183c0-35.5 3.195-72.674-.17-108-1.438-15.106-5.232-31.31-17.845-41.1C629.796 20.557 607.744 20 587 20h-64z"></path>
|
|
104
|
-
<path fill="#5e91b2" d="M608.667 20.333l.666.334-.666-.334z"></path>
|
|
105
|
-
<path fill="#9aa5ad" d="M610.667 20.333l.666.334-.666-.334z"></path>
|
|
106
|
-
<path fill="#5e91b2" d="M877.333 20.667l.334.666-.334-.666z"></path>
|
|
107
|
-
<path fill="#01558b" d="M1115 20v227h118v-45h-47l-17.4-1.603L1167 188V20h-52z"></path>
|
|
108
|
-
<path fill="#9aa5ad" d="M1388 20l1 1-1-1z"></path>
|
|
109
|
-
<path fill="#5e91b2" d="M1462 20l1 1-1-1z"></path>
|
|
110
|
-
<path fill="#01558b" d="M1532 20v227h50l-4-127h1l30 93 8 24 3.73 8.972L1636 247h39V20h-51c5.21 41.26 5 85.387 5 127-14.51-27.543-20.84-62.417-30.67-92-2.7-8.126-5.07-28.75-12.03-33.972-3.38-2.532-11.28-1.028-15.3-1.028h-39z"></path>
|
|
111
|
-
<path fill="#9aa5ad" d="M1587 20l1 1-1-1M198 21l1 1-1-1z"></path>
|
|
112
|
-
<path fill="#5e91b2" d="M276 21l1 1-1-1z"></path>
|
|
113
|
-
<path fill="#9aa5ad" d="M376 21l1 1-1-1z"></path>
|
|
114
|
-
<path fill="#5e91b2" d="M454 21l1 1-1-1z"></path>
|
|
115
|
-
<path fill="#9aa5ad" d="M455 21l1 1-1-1z"></path>
|
|
116
|
-
<path fill="#5e91b2" d="M616 21l1 1-1-1z"></path>
|
|
117
|
-
<path fill="#9aa5ad" d="M617.667 21.333l.666.334-.666-.334z"></path>
|
|
118
|
-
<path fill="#5e91b2" d="M726 21l1 1-1-1z"></path>
|
|
119
|
-
<path fill="#9aa5ad" d="M841 21l1 1-1-1m545 0l1 1-1-1z"></path>
|
|
120
|
-
<path fill="#5e91b2" d="M1464 21l1 1-1-1m123 0l1 1-1-1M196 22l1 1-1-1m82 0l1 1-1-1z"></path>
|
|
121
|
-
<path fill="#9aa5ad" d="M374 22l1 1-1-1m83 0l1 1-1-1z"></path>
|
|
122
|
-
<path fill="#5e91b2" d="M621 22l1 1-1-1z"></path>
|
|
123
|
-
<path fill="#9aa5ad" d="M622.667 22.333l.666.334-.666-.334M726 22l1 1-1-1m121 0l1 1-1-1m537 0l1 1-1-1z"></path>
|
|
124
|
-
<path fill="#5e91b2" d="M1466 22l1 1-1-1z"></path>
|
|
125
|
-
<path fill="#9aa5ad" d="M194 23l1 1-1-1m86 0l1 1-1-1m92 0l1 1-1-1z"></path>
|
|
126
|
-
<path fill="#5e91b2" d="M458 23l1 1-1-1m167 0l1 1-1-1z"></path>
|
|
127
|
-
<path fill="#9aa5ad" d="M626 23l1 1-1-1m219 0l1 1-1-1m537 0l1 1-1-1z"></path>
|
|
128
|
-
<path fill="#5e91b2" d="M1468 23l1 1-1-1z"></path>
|
|
129
|
-
<path fill="#9aa5ad" d="M1588 23l1 1-1-1z"></path>
|
|
130
|
-
<path fill="#5e91b2" d="M1624 23v6h1l-1-6M193 24l1 1-1-1z"></path>
|
|
131
|
-
<path fill="#9aa5ad" d="M282 24l1 1-1-1z"></path>
|
|
132
|
-
<path fill="#5e91b2" d="M371 24l1 1-1-1m89 0l1 1-1-1m169 0l1 1-1-1z"></path>
|
|
133
|
-
<path fill="#9aa5ad" d="M630 24l1 1-1-1z"></path>
|
|
134
|
-
<path fill="#5e91b2" d="M727 24l1 1-1-1m117 0l1 1-1-1z"></path>
|
|
135
|
-
<path fill="#9aa5ad" d="M849 24l1 1-1-1z"></path>
|
|
136
|
-
<path fill="#5e91b2" d="M1381 24l1 1-1-1z"></path>
|
|
137
|
-
<path fill="#9aa5ad" d="M1470 24l1 1-1-1z"></path>
|
|
138
|
-
<path fill="#5e91b2" d="M1588 24l1 1-1-1M191 25l1 1-1-1m92 0l1 1-1-1m86 0l1 1-1-1z"></path>
|
|
139
|
-
<path fill="#9aa5ad" d="M462 25l1 1-1-1z"></path>
|
|
140
|
-
<path fill="#5e91b2" d="M631 25l1 1-1-1z"></path>
|
|
141
|
-
<path fill="#9aa5ad" d="M632 25l1 1-1-1z"></path>
|
|
142
|
-
<path fill="#5e91b2" d="M849 25l1 1-1-1z"></path>
|
|
143
|
-
<path fill="#01558b" d="M949 25v1h4l-4-1z"></path>
|
|
144
|
-
<path fill="#5e91b2" d="M953 25v1h17l-17-1z"></path>
|
|
145
|
-
<path fill="#9aa5ad" d="M970 25v1h34l-34-1z"></path>
|
|
146
|
-
<path fill="#5e91b2" d="M1004 25v1h11l-11-1z"></path>
|
|
147
|
-
<path fill="#01558b" d="M1015.67 25.333l.66.334-.66-.334z"></path>
|
|
148
|
-
<path fill="#5e91b2" d="M1379 25l1 1-1-1z"></path>
|
|
149
|
-
<path fill="#9aa5ad" d="M285 26l1 1-1-1z"></path>
|
|
150
|
-
<path fill="#5e91b2" d="M463 26l1 1-1-1z"></path>
|
|
151
|
-
<path fill="#9aa5ad" d="M634 26l1 1-1-1z"></path>
|
|
152
|
-
<path fill="#01558b" d="M728 26l1 1-1-1z"></path>
|
|
153
|
-
<path fill="#9aa5ad" d="M876 26v3h1l-1-3z"></path>
|
|
154
|
-
<path fill="#5e91b2" d="M898 26l1 1-1-1m125 0l1 1-1-1z"></path>
|
|
155
|
-
<path fill="#9aa5ad" d="M1473 26l1 1-1-1m116 0l1 1-1-1M188 27l1 1-1-1z"></path>
|
|
156
|
-
<path fill="#5e91b2" d="M286 27l1 1-1-1z"></path>
|
|
157
|
-
<path fill="#9aa5ad" d="M366 27l1 1-1-1z"></path>
|
|
158
|
-
<path fill="#5e91b2" d="M464 27l1 1-1-1m172 0l1 1-1-1z"></path>
|
|
159
|
-
<path fill="#9aa5ad" d="M728 27l1 1-1-1m648 0l1 1-1-1z"></path>
|
|
160
|
-
<path fill="#5e91b2" d="M1474 27l1 1-1-1m115 0l1 1-1-1M187 28l1 1-1-1m100 0l1 1-1-1m78 0l1 1-1-1z"></path>
|
|
161
|
-
<path fill="#9aa5ad" d="M466 28l1 1-1-1z"></path>
|
|
162
|
-
<path fill="#5e91b2" d="M638 28l1 1-1-1m259 0l1 1-1-1z"></path>
|
|
163
|
-
<path fill="#01558b" d="M1025 28l1 1-1-1z"></path>
|
|
164
|
-
<path fill="#5e91b2" d="M1375 28l1 1-1-1z"></path>
|
|
165
|
-
<path fill="#9aa5ad" d="M289 29l1 1-1-1z"></path>
|
|
166
|
-
<path fill="#5e91b2" d="M467 29l1 1-1-1m173 0l1 1-1-1z"></path>
|
|
167
|
-
<path fill="#9aa5ad" d="M729 29l1 1-1-1m121.333.667l.334.666-.334-.666z"></path>
|
|
168
|
-
<path fill="#5e91b2" d="M876.333 29.667l.334.666-.334-.666z"></path>
|
|
169
|
-
<path fill="#9aa5ad" d="M897 29l1 1-1-1z"></path>
|
|
170
|
-
<path fill="#5e91b2" d="M1026 29l1 1-1-1z"></path>
|
|
171
|
-
<path fill="#9aa5ad" d="M1477 29l1 1-1-1m113 0l1 1-1-1m34 0v8h1l-1-8M184 30l1 1-1-1m106 0l1 1-1-1m72 0l1 1-1-1z"></path>
|
|
172
|
-
<path fill="#5e91b2" d="M468 30l1 1-1-1z"></path>
|
|
173
|
-
<path fill="#9aa5ad" d="M642 30l1 1-1-1m385 0l1 1-1-1m345 0l1 1-1-1m106 0l1 1-1-1z"></path>
|
|
174
|
-
<path fill="#5e91b2" d="M1590 30l1 1-1-1z"></path>
|
|
175
|
-
<path fill="#9aa5ad" d="M183 31l1 1-1-1m108 0l1 1-1-1m70 0l1 1-1-1z"></path>
|
|
176
|
-
<path fill="#5e91b2" d="M469 31l1 1-1-1z"></path>
|
|
177
|
-
<path fill="#9aa5ad" d="M470 31l1 1-1-1z"></path>
|
|
178
|
-
<path fill="#5e91b2" d="M643 31l1 1-1-1z"></path>
|
|
179
|
-
<path fill="#9aa5ad" d="M730 31l1 1-1-1z"></path>
|
|
180
|
-
<path fill="#5e91b2" d="M850.333 31.667l.334.666-.334-.666z"></path>
|
|
181
|
-
<path fill="#9aa5ad" d="M896 31l1 1-1-1m132 0l1 1-1-1z"></path>
|
|
182
|
-
<path fill="#5e91b2" d="M1029 31l1 1-1-1z"></path>
|
|
183
|
-
<path fill="#9aa5ad" d="M1371 31l1 1-1-1m108 0l1 1-1-1M182 32l1 1-1-1m110 0l1 1-1-1m68 0l1 1-1-1m111 0l1 1-1-1m174 0l1 1-1-1m385 0l1 1-1-1m340 0l1 1-1-1m110 0l1 1-1-1m111 0l1 1-1-1M181 33l1 1-1-1z"></path>
|
|
184
|
-
<path fill="#5e91b2" d="M293 33l1 1-1-1z"></path>
|
|
185
|
-
<path fill="#9aa5ad" d="M359 33l1 1-1-1z"></path>
|
|
186
|
-
<path fill="#5e91b2" d="M472 33l1 1-1-1m174 0l1 1-1-1z"></path>
|
|
187
|
-
<path fill="#9aa5ad" d="M731 33l1 1-1-1z"></path>
|
|
188
|
-
<path fill="#01558b" d="M895 33l1 1-1-1z"></path>
|
|
189
|
-
<path fill="#9aa5ad" d="M1031 33l1 1-1-1m338 0l1 1-1-1z"></path>
|
|
190
|
-
<path fill="#5e91b2" d="M1481 33l1 1-1-1m110 0l1 1-1-1z"></path>
|
|
191
|
-
<path fill="#9aa5ad" d="M180 34l1 1-1-1m114 0l1 1-1-1m64 0l1 1-1-1m115 0l1 1-1-1z"></path>
|
|
192
|
-
<path fill="#5e91b2" d="M647 34l1 1-1-1z"></path>
|
|
193
|
-
<path fill="#9aa5ad" d="M895 34l1 1-1-1m473 0l1 1-1-1m114 0l1 1-1-1M295 35l1 1-1-1m179 0l1 1-1-1z"></path>
|
|
194
|
-
<path fill="#5e91b2" d="M732 35l1 1-1-1m302 0l1 1-1-1z"></path>
|
|
195
|
-
<path fill="#9aa5ad" d="M1483 35l1 1-1-1m109 0l1 1-1-1m-860 1l1 1-1-1m119 0v4h1l-1-4z"></path>
|
|
196
|
-
<path fill="#5e91b2" d="M1035 36l1 1-1-1m557 0l1 1-1-1M178 37l1 1-1-1m583.667.333l.666.334-.666-.334z"></path>
|
|
197
|
-
<path fill="#01558b" d="M894 37l1 1-1-1z"></path>
|
|
198
|
-
<path fill="#9aa5ad" d="M1036 37l1 1-1-1z"></path>
|
|
199
|
-
<path fill="#5e91b2" d="M1366 37l1 1-1-1M177 38l1 1-1-1m120 0l1 1-1-1m59 0l1 1-1-1m120 0l1 1-1-1z"></path>
|
|
200
|
-
<path fill="#01558b" d="M733 38l1 1-1-1z"></path>
|
|
201
|
-
<path fill="#5e91b2" d="M757 38l1 1-1-1z"></path>
|
|
202
|
-
<path fill="#9aa5ad" d="M758 38l1 1-1-1z"></path>
|
|
203
|
-
<path fill="#fefeff" d="M743 42v1l22-1c-4.237-6.885-15.471-1.347-22 0z"></path>
|
|
204
|
-
<path fill="#9aa5ad" d="M763 38l1 1-1-1m112 0v15h1l-1-15z"></path>
|
|
205
|
-
<path fill="#5e91b2" d="M894 38l1 1-1-1z"></path>
|
|
206
|
-
<path fill="#9aa5ad" d="M1037 38l1 1-1-1z"></path>
|
|
207
|
-
<path fill="#5e91b2" d="M1365 38l1 1-1-1m120 0l1 1-1-1z"></path>
|
|
208
|
-
<path fill="#9aa5ad" d="M176 39l1 1-1-1m122 0l1 1-1-1m57 0l1 1-1-1m122 0l1 1-1-1z"></path>
|
|
209
|
-
<path fill="#5e91b2" d="M652 39l1 1-1-1m81 0l1 1-1-1m19 0l1 1-1-1z"></path>
|
|
210
|
-
<path fill="#9aa5ad" d="M753.667 39.333l.666.334-.666-.334z"></path>
|
|
211
|
-
<path fill="#5e91b2" d="M764 39l1 1-1-1z"></path>
|
|
212
|
-
<path fill="#9aa5ad" d="M894.333 39.667l.334.666-.334-.666M1364 39l1 1-1-1m122 0l1 1-1-1z"></path>
|
|
213
|
-
<path fill="#5e91b2" d="M1593 39l1 1-1-1m-940 1l1 1-1-1z"></path>
|
|
214
|
-
<path fill="#9aa5ad" d="M733 40v3h1l-1-3m15.667.333l.666.334-.666-.334M764 40l1 1-1-1z"></path>
|
|
215
|
-
<path fill="#5e91b2" d="M851 40v3h1l-1-3m189 0l1 1-1-1m-865 1l1 1-1-1m124 0l1 1-1-1m55 0l1 1-1-1m124 0l1 1-1-1z"></path>
|
|
216
|
-
<path fill="#9aa5ad" d="M654 41l1 1-1-1z"></path>
|
|
217
|
-
<path fill="#5e91b2" d="M744 41l1 1-1-1z"></path>
|
|
218
|
-
<path fill="#9aa5ad" d="M745 41l1 1-1-1z"></path>
|
|
219
|
-
<path fill="#5e91b2" d="M1041 41l1 1-1-1m322 0l1 1-1-1m124 0l1 1-1-1z"></path>
|
|
220
|
-
<path fill="#9aa5ad" d="M174 42l1 1-1-1m126 0l1 1-1-1m53 0l1 1-1-1m126 0l1 1-1-1z"></path>
|
|
221
|
-
<path fill="#5e91b2" d="M742 42l1 1-1-1z"></path>
|
|
222
|
-
<path fill="#9aa5ad" d="M762 42v1h3l-3-1m280 0l1 1-1-1m320 0l1 1-1-1m126 0l1 1-1-1m106 0l1 1-1-1m-872.333 1.333l.666.334-.666-.334z"></path>
|
|
223
|
-
<path fill="#5e91b2" d="M723.667 43.333l.666.334-.666-.334z"></path>
|
|
224
|
-
<path fill="#01558b" d="M725 43l1 1-1-1z"></path>
|
|
225
|
-
<path fill="#9aa5ad" d="M1043 43l1 1-1-1m-870 1l1 1-1-1m128 0l1 1-1-1m51 0l1 1-1-1m128 0l1 1-1-1m176 0l1 1-1-1m53.333.667l.334.666-.334-.666z"></path>
|
|
226
|
-
<path fill="#01558b" d="M712.667 44.333l.666.334-.666-.334z"></path>
|
|
227
|
-
<path fill="#9aa5ad" d="M1361 44l1 1-1-1m128 0l1 1-1-1z"></path>
|
|
228
|
-
<path fill="#5e91b2" d="M1046 45l1 1-1-1z"></path>
|
|
229
|
-
<path fill="#9aa5ad" d="M1595 45l1 1-1-1M172 46l1 1-1-1m130 0l1 1-1-1m49 0l1 1-1-1m130 0l1 1-1-1m176 0l1 1-1-1z"></path>
|
|
230
|
-
<path fill="#5e91b2" d="M709 46l1 1-1-1z"></path>
|
|
231
|
-
<path fill="#9aa5ad" d="M1360 46l1 1-1-1m130 0l1 1-1-1z"></path>
|
|
232
|
-
<path fill="#01558b" d="M709 47l1 1-1-1z"></path>
|
|
233
|
-
<path fill="#5e91b2" d="M1625 47v7h1l-1-7z"></path>
|
|
234
|
-
<path fill="#9aa5ad" d="M171 48l1 1-1-1m132 0l1 1-1-1m47 0l1 1-1-1m132 0l1 1-1-1z"></path>
|
|
235
|
-
<path fill="#5e91b2" d="M658 48l1 1-1-1z"></path>
|
|
236
|
-
<path fill="#9aa5ad" d="M1359 48l1 1-1-1m132 0l1 1-1-1m105 0l1 1-1-1m-744 1v6h1l-1-6z"></path>
|
|
237
|
-
<path fill="#5e91b2" d="M1596 49l1 1-1-1z"></path>
|
|
238
|
-
<path fill="#9aa5ad" d="M170 50l1 1-1-1m134 0l1 1-1-1m45 0l1 1-1-1z"></path>
|
|
239
|
-
<path fill="#5e91b2" d="M659 50l1 1-1-1z"></path>
|
|
240
|
-
<path fill="#9aa5ad" d="M894 50v3h1l-1-3m464 0l1 1-1-1m134 0l1 1-1-1z"></path>
|
|
241
|
-
<path fill="#5e91b2" d="M304 51l1 1-1-1m45 0l1 1-1-1z"></path>
|
|
242
|
-
<path fill="#9aa5ad" d="M708.333 51.667l.334.666-.334-.666z"></path>
|
|
243
|
-
<path fill="#5e91b2" d="M1358 51l1 1-1-1m134 0l1 1-1-1z"></path>
|
|
244
|
-
<path fill="#9aa5ad" d="M1597 51l1 1-1-1m-937 1l1 1-1-1z"></path>
|
|
245
|
-
<path fill="#5e91b2" d="M1597 52l1 1-1-1M169 53l1 1-1-1z"></path>
|
|
246
|
-
<path fill="#9aa5ad" d="M305 53l1 1-1-1z"></path>
|
|
247
|
-
<path fill="#5e91b2" d="M348 53l1 1-1-1z"></path>
|
|
248
|
-
<path fill="#9aa5ad" d="M483 53l1 1-1-1z"></path>
|
|
249
|
-
<path fill="#5e91b2" d="M660 53l1 1-1-1m48.333.667l.334.666-.334-.666m186 0l.334.666-.334-.666M1357 53l1 1-1-1z"></path>
|
|
250
|
-
<path fill="#9aa5ad" d="M1493 53l1 1-1-1z"></path>
|
|
251
|
-
<path fill="#5e91b2" d="M237 54v1h3l-3-1m177 0v1h3l-3-1m69 0l1 1-1-1z"></path>
|
|
252
|
-
<path fill="#9aa5ad" d="M722 54l1 1-1-1m44 0l1 1-1-1z"></path>
|
|
253
|
-
<path fill="#5e91b2" d="M1424 54v1h3l-3-1m69 0l1 1-1-1z"></path>
|
|
254
|
-
<path fill="#9aa5ad" d="M1598 54l1 1-1-1m27 0v7h1l-1-7M168 55l1 1-1-1z"></path>
|
|
255
|
-
<path fill="#5e91b2" d="M232 55l1 1-1-1z"></path>
|
|
256
|
-
<path fill="#9aa5ad" d="M233 55l1 1-1-1z"></path>
|
|
257
|
-
<path fill="#fefeff" d="M234 55.53c-14.435 3.332-13.719 19.797-14.83 31.47-3.132 32.912-1.44 69.091.92 102 .887 12.373 8.704 25.135 22.909 21.581C256.732 207.145 256 186.924 256 176c0-32.094 2.105-64.988-.09-97-.862-12.577-6.497-27.029-21.91-23.47z"></path>
|
|
258
|
-
<path fill="#9aa5ad" d="M243 55l1 1-1-1z"></path>
|
|
259
|
-
<path fill="#5e91b2" d="M244 55l1 1-1-1z"></path>
|
|
260
|
-
<path fill="#9aa5ad" d="M347 55l1 1-1-1z"></path>
|
|
261
|
-
<path fill="#5e91b2" d="M409 55l1 1-1-1z"></path>
|
|
262
|
-
<path fill="#9aa5ad" d="M410 55l1 1-1-1z"></path>
|
|
263
|
-
<path fill="#fefeff" d="M411 55.533C395.992 59.175 397 78.02 397 90c0 32.17-3.029 66.003.171 98 1.329 13.298 8.469 26.141 23.829 22.606 14.049-3.233 13-23.637 13-34.606 0-32.744 2.199-66.344-.09-99-.894-12.765-8.313-25.01-22.91-21.467z"></path>
|
|
264
|
-
<path fill="#9aa5ad" d="M420 55l1 1-1-1z"></path>
|
|
265
|
-
<path fill="#5e91b2" d="M421 55l1 1-1-1z"></path>
|
|
266
|
-
<path fill="#9aa5ad" d="M661 55l1 1-1-1z"></path>
|
|
267
|
-
<path fill="#5e91b2" d="M721 55l1 1-1-1z"></path>
|
|
268
|
-
<path fill="#9aa5ad" d="M767 55l1 1-1-1z"></path>
|
|
269
|
-
<path fill="#5e91b2" d="M852 55v8h1l-1-8z"></path>
|
|
270
|
-
<path fill="#9aa5ad" d="M1356 55l1 1-1-1z"></path>
|
|
271
|
-
<path fill="#5e91b2" d="M1419 55l1 1-1-1z"></path>
|
|
272
|
-
<path fill="#9aa5ad" d="M1420 55l1 1-1-1z"></path>
|
|
273
|
-
<path fill="#fefeff" d="M1421 55.532c-15.22 3.627-14 22.365-14 34.468 0 32.497-3.06 66.678.17 99 1.31 13.104 9.09 24.998 23.83 21.606 13.96-3.213 13-23.663 13-34.606 0-32.744 2.2-66.344-.09-99-.9-12.812-8.31-24.947-22.91-21.468z"></path>
|
|
274
|
-
<path fill="#9aa5ad" d="M1430 55l1 1-1-1z"></path>
|
|
275
|
-
<path fill="#5e91b2" d="M1431 55l1 1-1-1m167 0l1 1-1-1M168 56l1 1-1-1z"></path>
|
|
276
|
-
<path fill="#9aa5ad" d="M230 56l1 1-1-1m76 0l1 1-1-1z"></path>
|
|
277
|
-
<path fill="#5e91b2" d="M347 56l1 1-1-1z"></path>
|
|
278
|
-
<path fill="#9aa5ad" d="M407 56l1 1-1-1m16 0l1 1-1-1z"></path>
|
|
279
|
-
<path fill="#5e91b2" d="M424 56l1 1-1-1z"></path>
|
|
280
|
-
<path fill="#9aa5ad" d="M484 56l1 1-1-1z"></path>
|
|
281
|
-
<path fill="#5e91b2" d="M661 56l1 1-1-1z"></path>
|
|
282
|
-
<path fill="#9aa5ad" d="M766 56l1 1-1-1z"></path>
|
|
283
|
-
<path fill="#5e91b2" d="M1356 56l1 1-1-1z"></path>
|
|
284
|
-
<path fill="#9aa5ad" d="M1417 56l1 1-1-1m16 0l1 1-1-1z"></path>
|
|
285
|
-
<path fill="#5e91b2" d="M1434 56l1 1-1-1z"></path>
|
|
286
|
-
<path fill="#9aa5ad" d="M1494 56l1 1-1-1M228 57l1 1-1-1m19 0l1 1-1-1z"></path>
|
|
287
|
-
<path fill="#5e91b2" d="M306 57l1 1-1-1m99 0l1 1-1-1z"></path>
|
|
288
|
-
<path fill="#9aa5ad" d="M425 57l1 1-1-1z"></path>
|
|
289
|
-
<path fill="#5e91b2" d="M484 57l1 1-1-1m236 0l1 1-1-1m695 0l1 1-1-1z"></path>
|
|
290
|
-
<path fill="#9aa5ad" d="M1435 57l1 1-1-1z"></path>
|
|
291
|
-
<path fill="#5e91b2" d="M1494 57l1 1-1-1z"></path>
|
|
292
|
-
<path fill="#9aa5ad" d="M1599 57l1 1-1-1M248 58l1 1-1-1m156 0l1 1-1-1m258 0l1 1-1-1m45 0v3h1l-1-3m13 0v3h1l-1-3m13 0l1 1-1-1z"></path>
|
|
293
|
-
<path fill="#5e91b2" d="M735 58l1 1-1-1z"></path>
|
|
294
|
-
<path fill="#9aa5ad" d="M736 58l1 1-1-1z"></path>
|
|
295
|
-
<path fill="#01558b" d="M765 58l1 1-1-1z"></path>
|
|
296
|
-
<path fill="#9aa5ad" d="M895 58l1 1-1-1m519 0l1 1-1-1z"></path>
|
|
297
|
-
<path fill="#5e91b2" d="M1599 58l1 1-1-1z"></path>
|
|
298
|
-
<path fill="#9aa5ad" d="M167 59l1 1-1-1m140.333.667l.334.666-.334-.666M346 59l1 1-1-1m57 0l1 1-1-1z"></path>
|
|
299
|
-
<path fill="#5e91b2" d="M662 59l1 1-1-1z"></path>
|
|
300
|
-
<path fill="#9aa5ad" d="M738 59l1 1-1-1z"></path>
|
|
301
|
-
<path fill="#5e91b2" d="M764 59l1 1-1-1m112.333.667l.334.666-.334-.666z"></path>
|
|
302
|
-
<path fill="#01558b" d="M895 59l1 1-1-1z"></path>
|
|
303
|
-
<path fill="#9aa5ad" d="M1355 59l1 1-1-1m140.33.667l.34.666-.34-.666z"></path>
|
|
304
|
-
<path fill="#5e91b2" d="M167 60l1 1-1-1z"></path>
|
|
305
|
-
<path fill="#9aa5ad" d="M250 60l1 1-1-1z"></path>
|
|
306
|
-
<path fill="#5e91b2" d="M346 60l1 1-1-1z"></path>
|
|
307
|
-
<path fill="#9aa5ad" d="M402 60l1 1-1-1m83 0l1 1-1-1z"></path>
|
|
308
|
-
<path fill="#5e91b2" d="M576 60v137l1.603 8.972L590 207v-1h-13V104c0-12.468 3.807-32.544-1-44z"></path>
|
|
309
|
-
<path fill="#9aa5ad" d="M577 60v1h7l-7-1z"></path>
|
|
310
|
-
<path fill="#5e91b2" d="M584 60v1h5l-5-1z"></path>
|
|
311
|
-
<path fill="#9aa5ad" d="M740 60l1 1-1-1m23 0l1 1-1-1m134 0l1 1-1-1z"></path>
|
|
312
|
-
<path fill="#5e91b2" d="M1355 60l1 1-1-1z"></path>
|
|
313
|
-
<path fill="#9aa5ad" d="M1412 60l1 1-1-1m188 0l1 1-1-1M224 61l1 1-1-1m27 0l1 1-1-1z"></path>
|
|
314
|
-
<path fill="#5e91b2" d="M307 61l1 1-1-1m94 0l1 1-1-1z"></path>
|
|
315
|
-
<path fill="#9aa5ad" d="M429 61l1 1-1-1z"></path>
|
|
316
|
-
<path fill="#5e91b2" d="M485 61l1 1-1-1z"></path>
|
|
317
|
-
<path fill="#fefeff" d="M577 61v145c9.752 0 23.431 1.325 30.362-7.185 7.146-8.775 5.44-23.418 4.727-33.815-1.492-21.789-.089-44.157-.089-66 0-9.677 2.095-22.825-4.419-30.956C600.797 59.576 586.694 61 577 61z"></path>
|
|
318
|
-
<path fill="#9aa5ad" d="M592.667 61.333l.666.334-.666-.334z"></path>
|
|
319
|
-
<path fill="#5e91b2" d="M594.667 61.333l.666.334-.666-.334M707 61l1 1-1-1m11 0l1 1-1-1z"></path>
|
|
320
|
-
<path fill="#9aa5ad" d="M719 61l1 1-1-1z"></path>
|
|
321
|
-
<path fill="#5e91b2" d="M731 61l1 1-1-1z"></path>
|
|
322
|
-
<path fill="#9aa5ad" d="M742 61l1 1-1-1m134.333.667l.334.666-.334-.666z"></path>
|
|
323
|
-
<path fill="#5e91b2" d="M898 61l1 1-1-1m513 0l1 1-1-1z"></path>
|
|
324
|
-
<path fill="#9aa5ad" d="M1439 61l1 1-1-1z"></path>
|
|
325
|
-
<path fill="#5e91b2" d="M1495 61l1 1-1-1m105 0l1 1-1-1M223 62l1 1-1-1m29 0l1 1-1-1m178 0l1 1-1-1z"></path>
|
|
326
|
-
<path fill="#9aa5ad" d="M598 62l1 1-1-1z"></path>
|
|
327
|
-
<path fill="#5e91b2" d="M599 62l1 1-1-1z"></path>
|
|
328
|
-
<path fill="#9aa5ad" d="M663.333 62.667l.334.666-.334-.666z"></path>
|
|
329
|
-
<path fill="#5e91b2" d="M743 62l1 1-1-1z"></path>
|
|
330
|
-
<path fill="#01558b" d="M762 62l1 1-1-1m160 0v1h9l-9-1z"></path>
|
|
331
|
-
<path fill="#5e91b2" d="M931 62v1h38c-10.036-4.211-27.089-1-38-1z"></path>
|
|
332
|
-
<path fill="#9aa5ad" d="M969 62v1h55l-18-1h-37z"></path>
|
|
333
|
-
<path fill="#5e91b2" d="M1410 62l1 1-1-1m30 0l1 1-1-1z"></path>
|
|
334
|
-
<path fill="#9aa5ad" d="M166 63l1 1-1-1m86 0l1 1-1-1m93 0l1 1-1-1m55 0l1 1-1-1z"></path>
|
|
335
|
-
<path fill="#5e91b2" d="M602 63l1 1-1-1m128 0l1 1-1-1z"></path>
|
|
336
|
-
<path fill="#9aa5ad" d="M745 63l1 1-1-1m16 0l1 1-1-1z"></path>
|
|
337
|
-
<path fill="#01558b" d="M852.333 63.667l.334.666-.334-.666z"></path>
|
|
338
|
-
<path fill="#9aa5ad" d="M1025 63l1 1-1-1m329 0l1 1-1-1m56 0l1 1-1-1m191 0l1 1-1-1z"></path>
|
|
339
|
-
<path fill="#5e91b2" d="M166.333 64.667l.334.666-.334-.666M222 64l1 1-1-1z"></path>
|
|
340
|
-
<path fill="#9aa5ad" d="M308.333 64.667l.334.666-.334-.666z"></path>
|
|
341
|
-
<path fill="#5e91b2" d="M345.333 64.667l.334.666-.334-.666M431 64l1 1-1-1z"></path>
|
|
342
|
-
<path fill="#9aa5ad" d="M486.333 64.667l.334.666-.334-.666z"></path>
|
|
343
|
-
<path fill="#5e91b2" d="M604 64l1 1-1-1m59 0l1 1-1-1m83 0l1 1-1-1z"></path>
|
|
344
|
-
<path fill="#9aa5ad" d="M1026 64l1 1-1-1z"></path>
|
|
345
|
-
<path fill="#5e91b2" d="M1354.33 64.667l.34.666-.34-.666M1441 64l1 1-1-1z"></path>
|
|
346
|
-
<path fill="#9aa5ad" d="M1496.33 64.667l.34.666-.34-.666z"></path>
|
|
347
|
-
<path fill="#5e91b2" d="M1601 64l1 1-1-1z"></path>
|
|
348
|
-
<path fill="#9aa5ad" d="M222 65l1 1-1-1m31 0l1 1-1-1z"></path>
|
|
349
|
-
<path fill="#5e91b2" d="M399 65l1 1-1-1z"></path>
|
|
350
|
-
<path fill="#9aa5ad" d="M431 65l1 1-1-1m174 0l1 1-1-1z"></path>
|
|
351
|
-
<path fill="#5e91b2" d="M729 65l1 1-1-1z"></path>
|
|
352
|
-
<path fill="#9aa5ad" d="M748 65l1 1-1-1z"></path>
|
|
353
|
-
<path fill="#5e91b2" d="M1027 65l1 1-1-1z"></path>
|
|
354
|
-
<path fill="#9aa5ad" d="M1409 65l1 1-1-1m32 0l1 1-1-1z"></path>
|
|
355
|
-
<path fill="#5e91b2" d="M221 66l1 1-1-1m87 0l1 1-1-1m178 0l1 1-1-1z"></path>
|
|
356
|
-
<path fill="#9aa5ad" d="M606 66l1 1-1-1z"></path>
|
|
357
|
-
<path fill="#5e91b2" d="M749 66l1 1-1-1m10 0l1 1-1-1m118.333.667l.334.666-.334-.666z"></path>
|
|
358
|
-
<path fill="#9aa5ad" d="M1030 66l1 1-1-1z"></path>
|
|
359
|
-
<path fill="#5e91b2" d="M1496 66l1 1-1-1z"></path>
|
|
360
|
-
<path fill="#9aa5ad" d="M1602 66l1 1-1-1M221 67l1 1-1-1z"></path>
|
|
361
|
-
<path fill="#5e91b2" d="M254 67l1 1-1-1m144 0l1 1-1-1z"></path>
|
|
362
|
-
<path fill="#9aa5ad" d="M432.333 67.667l.334.666-.334-.666M607 67l1 1-1-1m144 0l1 1-1-1m7 0l1 1-1-1z"></path>
|
|
363
|
-
<path fill="#5e91b2" d="M1032 67l1 1-1-1z"></path>
|
|
364
|
-
<path fill="#9aa5ad" d="M1033 67l1 1-1-1z"></path>
|
|
365
|
-
<path fill="#5e91b2" d="M1408 67l1 1-1-1z"></path>
|
|
366
|
-
<path fill="#9aa5ad" d="M1442.33 67.667l.34.666-.34-.666z"></path>
|
|
367
|
-
<path fill="#5e91b2" d="M1602 67l1 1-1-1z"></path>
|
|
368
|
-
<path fill="#9aa5ad" d="M165 68v3h1l-1-3m89 0l1 1-1-1m144 0l1 1-1-1z"></path>
|
|
369
|
-
<path fill="#5e91b2" d="M608 68l1 1-1-1z"></path>
|
|
370
|
-
<path fill="#9aa5ad" d="M664.333 68.667l.334.666-.334-.666M729 68l1 1-1-1z"></path>
|
|
371
|
-
<path fill="#5e91b2" d="M752 68l1 1-1-1z"></path>
|
|
372
|
-
<path fill="#9aa5ad" d="M877 68l1 1-1-1m158 0l1 1-1-1m373 0l1 1-1-1M344.333 69.667l.334.666-.334-.666z"></path>
|
|
373
|
-
<path fill="#01558b" d="M753 69l1 1-1-1z"></path>
|
|
374
|
-
<path fill="#5e91b2" d="M1037 69l1 1-1-1z"></path>
|
|
375
|
-
<path fill="#9aa5ad" d="M1353.33 69.667l.34.666-.34-.666M1603 69l1 1-1-1z"></path>
|
|
376
|
-
<path fill="#5e91b2" d="M220 70l1 1-1-1z"></path>
|
|
377
|
-
<path fill="#9aa5ad" d="M309 70v4h1l-1-4z"></path>
|
|
378
|
-
<path fill="#5e91b2" d="M433.333 70.667l.334.666-.334-.666z"></path>
|
|
379
|
-
<path fill="#9aa5ad" d="M487 70v4h1l-1-4z"></path>
|
|
380
|
-
<path fill="#5e91b2" d="M609 70l1 1-1-1m55 0v3h1l-1-3z"></path>
|
|
381
|
-
<path fill="#9aa5ad" d="M730 70l1 1-1-1m25 0l1 1-1-1z"></path>
|
|
382
|
-
<path fill="#5e91b2" d="M1039 70l1 1-1-1m368.33.667l.34.666-.34-.666m36 0l.34.666-.34-.666z"></path>
|
|
383
|
-
<path fill="#9aa5ad" d="M1497 70v4h1l-1-4z"></path>
|
|
384
|
-
<path fill="#5e91b2" d="M1603 70l1 1-1-1M165 71v3h1l-1-3z"></path>
|
|
385
|
-
<path fill="#9aa5ad" d="M220 71l1 1-1-1z"></path>
|
|
386
|
-
<path fill="#5e91b2" d="M255 71l1 1-1-1m89 0v3h1l-1-3m53 0l1 1-1-1m334 0l1 1-1-1z"></path>
|
|
387
|
-
<path fill="#01558b" d="M878 71l1 1-1-1z"></path>
|
|
388
|
-
<path fill="#9aa5ad" d="M1041 71l1 1-1-1z"></path>
|
|
389
|
-
<path fill="#5e91b2" d="M1353 71v3h1l-1-3z"></path>
|
|
390
|
-
<path fill="#9aa5ad" d="M255 72v4h1l-1-4m142 0v3h1l-1-3m36.333.667l.334.666-.334-.666z"></path>
|
|
391
|
-
<path fill="#5e91b2" d="M610 72l1 1-1-1z"></path>
|
|
392
|
-
<path fill="#9aa5ad" d="M878.333 72.667l.334.666-.334-.666M1407 72l1 1-1-1m36.33.667l.34.666-.34-.666M1604 72l1 1-1-1z"></path>
|
|
393
|
-
<path fill="#5e91b2" d="M1626 72v7h1l-1-7z"></path>
|
|
394
|
-
<path fill="#9aa5ad" d="M610 73l1 1-1-1m122 0l1 1-1-1z"></path>
|
|
395
|
-
<path fill="#5e91b2" d="M1604 73l1 1-1-1M309 74v3h1l-1-3m178 0v3h1l-1-3m1010 0v3h1l-1-3m-886 1l1 1-1-1m-391.667 1.667l.334.666-.334-.666z"></path>
|
|
396
|
-
<path fill="#9aa5ad" d="M611.333 76.667l.334.666-.334-.666M734 76l1 1-1-1z"></path>
|
|
397
|
-
<path fill="#5e91b2" d="M879 76l1 1-1-1z"></path>
|
|
398
|
-
<path fill="#9aa5ad" d="M1044 76v3h1l-1-3z"></path>
|
|
399
|
-
<path fill="#5e91b2" d="M1605 76l1 1-1-1z"></path>
|
|
400
|
-
<path fill="#9aa5ad" d="M735 77l1 1-1-1m118 0v6h1l-1-6m26 0l1 1-1-1z"></path>
|
|
401
|
-
<path fill="#5e91b2" d="M1406 77v3h1l-1-3z"></path>
|
|
402
|
-
<path fill="#9aa5ad" d="M219 78v7h1l-1-7z"></path>
|
|
403
|
-
<path fill="#5e91b2" d="M736 78l1 1-1-1m-340 1v107h1v-74l-1-33m38 0v107h1v-74l-1-33z"></path>
|
|
404
|
-
<path fill="#01558b" d="M737 79l1 1-1-1z"></path>
|
|
405
|
-
<path fill="#5e91b2" d="M880 79l1 1-1-1m164 0v3h1l-1-3m400 0v107h1v-74l-1-33z"></path>
|
|
406
|
-
<path fill="#9aa5ad" d="M1606 79l1 1-1-1m20 0v7h1l-1-7z"></path>
|
|
407
|
-
<path fill="#5e91b2" d="M256 80v104h1v-72l-1-32z"></path>
|
|
408
|
-
<path fill="#9aa5ad" d="M665 80v112h1v-78l-1-34m215 0l1 1-1-1m526 0v105h1v-73l-1-32z"></path>
|
|
409
|
-
<path fill="#5e91b2" d="M881 81v1h134c-10.5-4.408-28.58-1-40-1h-94m-268.667 1.667l.334.666-.334-.666z"></path>
|
|
410
|
-
<path fill="#9aa5ad" d="M739 82l1 1-1-1m276.33.667l.34.666-.34-.666z"></path>
|
|
411
|
-
<path fill="#01558b" d="M1044 82l1 1-1-1z"></path>
|
|
412
|
-
<path fill="#9aa5ad" d="M1607 82l1 1-1-1m-867 1l1 1-1-1z"></path>
|
|
413
|
-
<path fill="#5e91b2" d="M853 83v4h1l-1-4z"></path>
|
|
414
|
-
<path fill="#9aa5ad" d="M612 84v85h1v-59l-1-26z"></path>
|
|
415
|
-
<path fill="#5e91b2" d="M741 84l1 1-1-1z"></path>
|
|
416
|
-
<path fill="#01558b" d="M742 85l1 1-1-1z"></path>
|
|
417
|
-
<path fill="#9aa5ad" d="M1608 85l1 1-1-1z"></path>
|
|
418
|
-
<path fill="#5e91b2" d="M1608 86l1 1-1-1z"></path>
|
|
419
|
-
<path fill="#9aa5ad" d="M741 88l1 1-1-1m868 0l1 1-1-1z"></path>
|
|
420
|
-
<path fill="#01558b" d="M741 89l1 1-1-1m275 0v4h1l-1-4z"></path>
|
|
421
|
-
<path fill="#5e91b2" d="M1609 89l1 1-1-1z"></path>
|
|
422
|
-
<path fill="#9aa5ad" d="M1045 90v21h1l-1-21m-305 1l1 1-1-1m114 0v3h1l-1-3m756 0l1 1-1-1z"></path>
|
|
423
|
-
<path fill="#5e91b2" d="M740 92l1 1-1-1m870 0l1 1-1-1z"></path>
|
|
424
|
-
<path fill="#9aa5ad" d="M739 94l1 1-1-1z"></path>
|
|
425
|
-
<path fill="#5e91b2" d="M854.333 94.667l.334.666-.334-.666z"></path>
|
|
426
|
-
<path fill="#9aa5ad" d="M1611 94l1 1-1-1z"></path>
|
|
427
|
-
<path fill="#5e91b2" d="M739 95l1 1-1-1m872 0l1 1-1-1z"></path>
|
|
428
|
-
<path fill="#9aa5ad" d="M738 97l1 1-1-1m874 0l1 1-1-1z"></path>
|
|
429
|
-
<path fill="#5e91b2" d="M1627 97v6h1l-1-6m-889 1l1 1-1-1m874 0l1 1-1-1z"></path>
|
|
430
|
-
<path fill="#9aa5ad" d="M855.333 99.667l.334.666-.334-.666z"></path>
|
|
431
|
-
<path fill="#01558b" d="M1016 99v3h1l-1-3z"></path>
|
|
432
|
-
<path fill="#9aa5ad" d="M737 100l1 1-1-1m876 0l1 1-1-1z"></path>
|
|
433
|
-
<path fill="#5e91b2" d="M737 101l1 1-1-1m119 0v1h39c-10.274-4.311-27.828-1-39-1z"></path>
|
|
434
|
-
<path fill="#9aa5ad" d="M895 101v1h75l-23-1h-52z"></path>
|
|
435
|
-
<path fill="#5e91b2" d="M1613 101l1 1-1-1z"></path>
|
|
436
|
-
<path fill="#9aa5ad" d="M1614 103l1 1-1-1m13 0v8h1l-1-8m-891 1l1 1-1-1z"></path>
|
|
437
|
-
<path fill="#5e91b2" d="M1614 104l1 1-1-1M60 105v1h67l-21-1H60z"></path>
|
|
438
|
-
<path fill="#9aa5ad" d="M127 105v46h1c0-13.003 4.01-34.061-1-46m1488 1l1 1-1-1m-880 1l1 1-1-1z"></path>
|
|
439
|
-
<path fill="#5e91b2" d="M1615 107l1 1-1-1z"></path>
|
|
440
|
-
<path fill="#9aa5ad" d="M1616 109l1 1-1-1m-882 1l1 1-1-1z"></path>
|
|
441
|
-
<path fill="#5e91b2" d="M1616 110l1 1-1-1m-571 1v11h1l-1-11z"></path>
|
|
442
|
-
<path fill="#9aa5ad" d="M733 113l1 1-1-1z"></path>
|
|
443
|
-
<path fill="#5e91b2" d="M1617 113l1 1-1-1z"></path>
|
|
444
|
-
<path fill="#01558b" d="M733 114l1 1-1-1z"></path>
|
|
445
|
-
<path fill="#9aa5ad" d="M732 116l1 1-1-1z"></path>
|
|
446
|
-
<path fill="#5e91b2" d="M1618 116l1 1-1-1z"></path>
|
|
447
|
-
<path fill="#9aa5ad" d="M731 119l1 1-1-1m888 0l1 1-1-1m-41 1l1 1-1-1m-848 1l1 1-1-1z"></path>
|
|
448
|
-
<path fill="#5e91b2" d="M1628 121v7h1l-1-7m-898 1l1 1-1-1z"></path>
|
|
449
|
-
<path fill="#01558b" d="M1045.33 122.667l.34.666-.34-.666z"></path>
|
|
450
|
-
<path fill="#5e91b2" d="M1579 122l1 1-1-1z"></path>
|
|
451
|
-
<path fill="#9aa5ad" d="M1620 122l1 1-1-1m-41 1l1 1-1-1m-850 1l1 1-1-1z"></path>
|
|
452
|
-
<path fill="#5e91b2" d="M729 125l1 1-1-1m851 0l1 1-1-1z"></path>
|
|
453
|
-
<path fill="#9aa5ad" d="M1621 125l1 1-1-1m-41 1l1 1-1-1z"></path>
|
|
454
|
-
<path fill="#5e91b2" d="M1621 126l1 1-1-1z"></path>
|
|
455
|
-
<path fill="#9aa5ad" d="M728 127l1 1-1-1z"></path>
|
|
456
|
-
<path fill="#01558b" d="M728 128l1 1-1-1z"></path>
|
|
457
|
-
<path fill="#5e91b2" d="M1581 128l1 1-1-1z"></path>
|
|
458
|
-
<path fill="#9aa5ad" d="M1622 128l1 1-1-1m6 0v8h1l-1-8m-47 1l1 1-1-1z"></path>
|
|
459
|
-
<path fill="#5e91b2" d="M1622 129l1 1-1-1z"></path>
|
|
460
|
-
<path fill="#9aa5ad" d="M727 130l1 1-1-1m851 1v8h1l-1-8z"></path>
|
|
461
|
-
<path fill="#5e91b2" d="M1582 131l1 1-1-1z"></path>
|
|
462
|
-
<path fill="#9aa5ad" d="M1623 131l1 1-1-1m-41 1l1 1-1-1z"></path>
|
|
463
|
-
<path fill="#5e91b2" d="M1623 132l1 1-1-1z"></path>
|
|
464
|
-
<path fill="#9aa5ad" d="M726 133l1 1-1-1m320 1v4h1l-1-4z"></path>
|
|
465
|
-
<path fill="#5e91b2" d="M1583 134l1 1-1-1z"></path>
|
|
466
|
-
<path fill="#9aa5ad" d="M1624 134l1 1-1-1m-899 1l1 1-1-1m858 0l1 1-1-1z"></path>
|
|
467
|
-
<path fill="#5e91b2" d="M1624 135l1 1-1-1m-899 1l1 1-1-1m859 1l1 1-1-1z"></path>
|
|
468
|
-
<path fill="#9aa5ad" d="M1625 137l1 1-1-1m-901 1l1 1-1-1z"></path>
|
|
469
|
-
<path fill="#5e91b2" d="M1046 138v3h1l-1-3z"></path>
|
|
470
|
-
<path fill="#9aa5ad" d="M1584 138l1 1-1-1z"></path>
|
|
471
|
-
<path fill="#5e91b2" d="M1625 138l1 1-1-1m-47 1v7h1l-1-7z"></path>
|
|
472
|
-
<path fill="#9aa5ad" d="M723 140l1 1-1-1z"></path>
|
|
473
|
-
<path fill="#5e91b2" d="M1585 140l1 1-1-1z"></path>
|
|
474
|
-
<path fill="#9aa5ad" d="M1626 140l1 1-1-1z"></path>
|
|
475
|
-
<path fill="#5e91b2" d="M723 141l1 1-1-1z"></path>
|
|
476
|
-
<path fill="#9aa5ad" d="M1585 141l1 1-1-1z"></path>
|
|
477
|
-
<path fill="#5e91b2" d="M1626 141l1 1-1-1z"></path>
|
|
478
|
-
<path fill="#9aa5ad" d="M722 143l1 1-1-1z"></path>
|
|
479
|
-
<path fill="#5e91b2" d="M1586 143l1 1-1-1z"></path>
|
|
480
|
-
<path fill="#9aa5ad" d="M1627 143l1 1-1-1m-41 1l1 1-1-1z"></path>
|
|
481
|
-
<path fill="#5e91b2" d="M1627 144l1 1-1-1z"></path>
|
|
482
|
-
<path fill="#9aa5ad" d="M721 145l1 1-1-1m326.33.667l.34.666-.34-.666z"></path>
|
|
483
|
-
<path fill="#5e91b2" d="M721 146l1 1-1-1m866 0l1 1-1-1z"></path>
|
|
484
|
-
<path fill="#9aa5ad" d="M1628 146l1 1-1-1z"></path>
|
|
485
|
-
<path fill="#5e91b2" d="M1047 147l1 1-1-1z"></path>
|
|
486
|
-
<path fill="#9aa5ad" d="M1587 147l1 1-1-1m-867 1l1 1-1-1z"></path>
|
|
487
|
-
<path fill="#01558b" d="M1047 148l1 1-1-1z"></path>
|
|
488
|
-
<path fill="#5e91b2" d="M1588 149l1 1-1-1z"></path>
|
|
489
|
-
<path fill="#9aa5ad" d="M719 150l1 1-1-1m869 0l1 1-1-1z"></path>
|
|
490
|
-
<path fill="#5e91b2" d="M719 151l1 1-1-1z"></path>
|
|
491
|
-
<path fill="#9aa5ad" d="M1048.33 151.667l.34.666-.34-.666M718 153l1 1-1-1z"></path>
|
|
492
|
-
<path fill="#5e91b2" d="M1048 153l1 1-1-1z"></path>
|
|
493
|
-
<path fill="#9aa5ad" d="M1589 153l1 1-1-1z"></path>
|
|
494
|
-
<path fill="#01558b" d="M968 154l1 1-1-1z"></path>
|
|
495
|
-
<path fill="#9aa5ad" d="M717 155l1 1-1-1z"></path>
|
|
496
|
-
<path fill="#5e91b2" d="M966 155l1 1-1-1m-249 1l1 1-1-1m12 0l1 1-1-1z"></path>
|
|
497
|
-
<path fill="#9aa5ad" d="M730 156v1h3l-3-1z"></path>
|
|
498
|
-
<path fill="#5e91b2" d="M963 156l1 1-1-1z"></path>
|
|
499
|
-
<path fill="#9aa5ad" d="M964 156l1 1-1-1z"></path>
|
|
500
|
-
<path fill="#5e91b2" d="M968 156l1 1-1-1z"></path>
|
|
501
|
-
<path fill="#9aa5ad" d="M1049 156l1 1-1-1m541 0l1 1-1-1z"></path>
|
|
502
|
-
<path fill="#5e91b2" d="M726 157l1 1-1-1z"></path>
|
|
503
|
-
<path fill="#9aa5ad" d="M727 157l1 1-1-1z"></path>
|
|
504
|
-
<path fill="#5e91b2" d="M733 157l1 1-1-1z"></path>
|
|
505
|
-
<path fill="#9aa5ad" d="M961 157l1 1-1-1z"></path>
|
|
506
|
-
<path fill="#5e91b2" d="M1049 157l1 1-1-1z"></path>
|
|
507
|
-
<path fill="#9aa5ad" d="M1579 157v8h1l-1-8z"></path>
|
|
508
|
-
<path fill="#5e91b2" d="M716 158l1 1-1-1m8 0l1 1-1-1z"></path>
|
|
509
|
-
<path fill="#9aa5ad" d="M733 158l1 1-1-1z"></path>
|
|
510
|
-
<path fill="#5e91b2" d="M958 158l1 1-1-1z"></path>
|
|
511
|
-
<path fill="#9aa5ad" d="M959 158l1 1-1-1m8 0l1 1-1-1m-244 1l1 1-1-1z"></path>
|
|
512
|
-
<path fill="#5e91b2" d="M956 159l1 1-1-1z"></path>
|
|
513
|
-
<path fill="#9aa5ad" d="M1591 159l1 1-1-1m-876 1l1 1-1-1m6 0l1 1-1-1z"></path>
|
|
514
|
-
<path fill="#5e91b2" d="M734 160l1 1-1-1z"></path>
|
|
515
|
-
<path fill="#9aa5ad" d="M954 160l1 1-1-1m12 0l1 1-1-1m84 0l1 1-1-1m-331 1l1 1-1-1z"></path>
|
|
516
|
-
<path fill="#5e91b2" d="M951 161l1 1-1-1z"></path>
|
|
517
|
-
<path fill="#9aa5ad" d="M952 161l1 1-1-1m-238 1l1 1-1-1z"></path>
|
|
518
|
-
<path fill="#5e91b2" d="M717 162l1 1-1-1z"></path>
|
|
519
|
-
<path fill="#9aa5ad" d="M949 162l1 1-1-1m16 0l1 1-1-1z"></path>
|
|
520
|
-
<path fill="#5e91b2" d="M1592 162l1 1-1-1m-877 1l1 1-1-1z"></path>
|
|
521
|
-
<path fill="#9aa5ad" d="M716 163l1 1-1-1m19 0l1 1-1-1m212 0l1 1-1-1m104 0l1 1-1-1z"></path>
|
|
522
|
-
<path fill="#5e91b2" d="M944 164l1 1-1-1z"></path>
|
|
523
|
-
<path fill="#9aa5ad" d="M945 164l1 1-1-1m19 0l1 1-1-1z"></path>
|
|
524
|
-
<path fill="#01558b" d="M1051 164l1 1-1-1z"></path>
|
|
525
|
-
<path fill="#5e91b2" d="M736 165l1 1-1-1m206 0l1 1-1-1m637 0v7h1l-1-7m14 0l1 1-1-1z"></path>
|
|
526
|
-
<path fill="#9aa5ad" d="M736 166l1 1-1-1m204 0l1 1-1-1m23 0l1 1-1-1m89 0l1 1-1-1m541 0l1 1-1-1m-655 1l1 1-1-1z"></path>
|
|
527
|
-
<path fill="#5e91b2" d="M737 168l1 1-1-1z"></path>
|
|
528
|
-
<path fill="#9aa5ad" d="M936 168l1 1-1-1m26 0l1 1-1-1m91 0l1 1-1-1z"></path>
|
|
529
|
-
<path fill="#5e91b2" d="M1594 168l1 1-1-1z"></path>
|
|
530
|
-
<path fill="#9aa5ad" d="M737 169l1 1-1-1z"></path>
|
|
531
|
-
<path fill="#5e91b2" d="M933 169l1 1-1-1z"></path>
|
|
532
|
-
<path fill="#9aa5ad" d="M934 169l1 1-1-1z"></path>
|
|
533
|
-
<path fill="#5e91b2" d="M1053 169l1 1-1-1z"></path>
|
|
534
|
-
<path fill="#9aa5ad" d="M1594 169l1 1-1-1z"></path>
|
|
535
|
-
<path fill="#5e91b2" d="M931 170l1 1-1-1z"></path>
|
|
536
|
-
<path fill="#9aa5ad" d="M961 170l1 1-1-1z"></path>
|
|
537
|
-
<path fill="#5e91b2" d="M738 171l1 1-1-1z"></path>
|
|
538
|
-
<path fill="#9aa5ad" d="M929 171l1 1-1-1z"></path>
|
|
539
|
-
<path fill="#5e91b2" d="M1054 171l1 1-1-1m541 0l1 1-1-1z"></path>
|
|
540
|
-
<path fill="#9aa5ad" d="M927 172l1 1-1-1z"></path>
|
|
541
|
-
<path fill="#5e91b2" d="M960 172l1 1-1-1z"></path>
|
|
542
|
-
<path fill="#9aa5ad" d="M1595 172l1 1-1-1m-670 1l1 1-1-1m34 0l1 1-1-1z"></path>
|
|
543
|
-
<path fill="#5e91b2" d="M1055 173l1 1-1-1z"></path>
|
|
544
|
-
<path fill="#9aa5ad" d="M739 174l1 1-1-1z"></path>
|
|
545
|
-
<path fill="#5e91b2" d="M922 174l1 1-1-1z"></path>
|
|
546
|
-
<path fill="#9aa5ad" d="M923 174l1 1-1-1z"></path>
|
|
547
|
-
<path fill="#01558b" d="M959 174l1 1-1-1z"></path>
|
|
548
|
-
<path fill="#5e91b2" d="M1596 174l1 1-1-1m-676 1l1 1-1-1z"></path>
|
|
549
|
-
<path fill="#9aa5ad" d="M958 175l1 1-1-1m98 0l1 1-1-1m540 0l1 1-1-1m-678 1l1 1-1-1z"></path>
|
|
550
|
-
<path fill="#5e91b2" d="M1056 176l1 1-1-1z"></path>
|
|
551
|
-
<path fill="#9aa5ad" d="M740 177l1 1-1-1z"></path>
|
|
552
|
-
<path fill="#01558b" d="M915 177l1 1-1-1z"></path>
|
|
553
|
-
<path fill="#9aa5ad" d="M916 177l1 1-1-1m41 0l1 1-1-1z"></path>
|
|
554
|
-
<path fill="#5e91b2" d="M1597 177l1 1-1-1m-684 1l1 1-1-1z"></path>
|
|
555
|
-
<path fill="#9aa5ad" d="M914 178l1 1-1-1m143 0l1 1-1-1m540 0l1 1-1-1m-985 1v4h1l-1-4z"></path>
|
|
556
|
-
<path fill="#01558b" d="M741 179l1 1-1-1z"></path>
|
|
557
|
-
<path fill="#5e91b2" d="M911 179l1 1-1-1m45 0l1 1-1-1m101 0l1 1-1-1z"></path>
|
|
558
|
-
<path fill="#9aa5ad" d="M219 180v6h1l-1-6z"></path>
|
|
559
|
-
<path fill="#5e91b2" d="M487 180v6h1l-1-6z"></path>
|
|
560
|
-
<path fill="#9aa5ad" d="M741 180l1 1-1-1z"></path>
|
|
561
|
-
<path fill="#01558b" d="M854 180l1 1-1-1z"></path>
|
|
562
|
-
<path fill="#9aa5ad" d="M909 180l1 1-1-1z"></path>
|
|
563
|
-
<path fill="#5e91b2" d="M1497 180v6h1l-1-6m101 0l1 1-1-1m-1289 1v5h1l-1-5m544 0l1 1-1-1z"></path>
|
|
564
|
-
<path fill="#9aa5ad" d="M888 181v1h20l-20-1z"></path>
|
|
565
|
-
<path fill="#01558b" d="M955 181l1 1-1-1z"></path>
|
|
566
|
-
<path fill="#9aa5ad" d="M1058 181l1 1-1-1m540 0l1 1-1-1z"></path>
|
|
567
|
-
<path fill="#5e91b2" d="M742 182l1 1-1-1z"></path>
|
|
568
|
-
<path fill="#9aa5ad" d="M954 182l1 1-1-1z"></path>
|
|
569
|
-
<path fill="#5e91b2" d="M1058 182l1 1-1-1m-446 1v3h1l-1-3z"></path>
|
|
570
|
-
<path fill="#9aa5ad" d="M742 183l1 1-1-1m110 0l1 1-1-1m728 0v8h1l-1-8z"></path>
|
|
571
|
-
<path fill="#5e91b2" d="M1599 183l1 1-1-1m-646 1l1 1-1-1z"></path>
|
|
572
|
-
<path fill="#9aa5ad" d="M1059 184l1 1-1-1m540 0l1 1-1-1z"></path>
|
|
573
|
-
<path fill="#5e91b2" d="M344 185v4h1l-1-4m399 0l1 1-1-1z"></path>
|
|
574
|
-
<path fill="#9aa5ad" d="M851 185l1 1-1-1z"></path>
|
|
575
|
-
<path fill="#01558b" d="M1059 185l1 1-1-1z"></path>
|
|
576
|
-
<path fill="#5e91b2" d="M1353 185v4h1l-1-4m53.33.667l.34.666-.34-.666M165 186v4h1l-1-4m54 0v3h1l-1-3z"></path>
|
|
577
|
-
<path fill="#9aa5ad" d="M309 186v4h1l-1-4m178 0v4h1l-1-4m256 0l1 1-1-1m754 0v4h1l-1-4z"></path>
|
|
578
|
-
<path fill="#5e91b2" d="M1600 186l1 1-1-1z"></path>
|
|
579
|
-
<path fill="#9aa5ad" d="M850 187l1 1-1-1m101 0l1 1-1-1m109 0l1 1-1-1m540 0l1 1-1-1z"></path>
|
|
580
|
-
<path fill="#5e91b2" d="M849 188l1 1-1-1z"></path>
|
|
581
|
-
<path fill="#9aa5ad" d="M255 189v3h1l-1-3m89 0v3h1l-1-3m267 0l1 1-1-1z"></path>
|
|
582
|
-
<path fill="#01558b" d="M743 189l1 1-1-1z"></path>
|
|
583
|
-
<path fill="#5e91b2" d="M950 189l1 1-1-1z"></path>
|
|
584
|
-
<path fill="#9aa5ad" d="M1353 189v3h1l-1-3z"></path>
|
|
585
|
-
<path fill="#5e91b2" d="M1601 189l1 1-1-1z"></path>
|
|
586
|
-
<path fill="#9aa5ad" d="M165.333 190.667l.334.666-.334-.666m232 0l.334.666-.334-.666z"></path>
|
|
587
|
-
<path fill="#5e91b2" d="M611 190l1 1-1-1z"></path>
|
|
588
|
-
<path fill="#9aa5ad" d="M742 190l1 1-1-1z"></path>
|
|
589
|
-
<path fill="#5e91b2" d="M848 190l1 1-1-1z"></path>
|
|
590
|
-
<path fill="#9aa5ad" d="M949 190l1 1-1-1m53 0l1 1-1-1m59 0l1 1-1-1m382 0v3h1l-1-3m158 0l1 1-1-1m-1167.667 1.667l.334.666-.334-.666z"></path>
|
|
591
|
-
<path fill="#01558b" d="M790 191l1 1-1-1z"></path>
|
|
592
|
-
<path fill="#9aa5ad" d="M1001 191l1 1-1-1z"></path>
|
|
593
|
-
<path fill="#5e91b2" d="M1061 191l1 1-1-1z"></path>
|
|
594
|
-
<path fill="#9aa5ad" d="M1407.33 191.667l.34.666-.34-.666z"></path>
|
|
595
|
-
<path fill="#5e91b2" d="M1580 191v7h1l-1-7z"></path>
|
|
596
|
-
<path fill="#9aa5ad" d="M220.333 192.667l.334.666-.334-.666z"></path>
|
|
597
|
-
<path fill="#5e91b2" d="M255.333 192.667l.334.666-.334-.666m142 0l.334.666-.334-.666z"></path>
|
|
598
|
-
<path fill="#9aa5ad" d="M741 192l1 1-1-1z"></path>
|
|
599
|
-
<path fill="#5e91b2" d="M791 192l1 1-1-1m56 0l1 1-1-1m101 0l1 1-1-1z"></path>
|
|
600
|
-
<path fill="#9aa5ad" d="M1000 192l1 1-1-1z"></path>
|
|
601
|
-
<path fill="#01558b" d="M1006 192l1 1-1-1z"></path>
|
|
602
|
-
<path fill="#5e91b2" d="M1602 192l1 1-1-1m-1169 1l1 1-1-1z"></path>
|
|
603
|
-
<path fill="#9aa5ad" d="M610 193l1 1-1-1m337 0l1 1-1-1m52 0l1 1-1-1z"></path>
|
|
604
|
-
<path fill="#5e91b2" d="M1007 193l1 1-1-1z"></path>
|
|
605
|
-
<path fill="#9aa5ad" d="M1062 193l1 1-1-1z"></path>
|
|
606
|
-
<path fill="#5e91b2" d="M1407 193l1 1-1-1m36 0l1 1-1-1z"></path>
|
|
607
|
-
<path fill="#9aa5ad" d="M1602 193l1 1-1-1z"></path>
|
|
608
|
-
<path fill="#5e91b2" d="M220 194l1 1-1-1m88 0v3h1l-1-3m178 0v3h1l-1-3z"></path>
|
|
609
|
-
<path fill="#01558b" d="M740 194l1 1-1-1z"></path>
|
|
610
|
-
<path fill="#5e91b2" d="M792 194l1 1-1-1z"></path>
|
|
611
|
-
<path fill="#9aa5ad" d="M846 194l1 1-1-1z"></path>
|
|
612
|
-
<path fill="#5e91b2" d="M998 194l1 1-1-1m10 0l1 1-1-1m54 0l1 1-1-1m434 0v3h1l-1-3z"></path>
|
|
613
|
-
<path fill="#9aa5ad" d="M398.333 195.667l.334.666-.334-.666M609 195l1 1-1-1m130 0l1 1-1-1m48 0l1 1-1-1m159 0l1 1-1-1z"></path>
|
|
614
|
-
<path fill="#5e91b2" d="M997 195l1 1-1-1m12 0l1 1-1-1m594 0l1 1-1-1m-1436.667 1.667l.334.666-.334-.666z"></path>
|
|
615
|
-
<path fill="#9aa5ad" d="M254 196l1 1-1-1z"></path>
|
|
616
|
-
<path fill="#5e91b2" d="M345.333 196.667l.334.666-.334-.666z"></path>
|
|
617
|
-
<path fill="#9aa5ad" d="M432.333 196.667l.334.666-.334-.666z"></path>
|
|
618
|
-
<path fill="#5e91b2" d="M664 196v3h1l-1-3z"></path>
|
|
619
|
-
<path fill="#9aa5ad" d="M786 196l1 1-1-1m7 0l1 1-1-1m52 0l1 1-1-1z"></path>
|
|
620
|
-
<path fill="#01558b" d="M996 196l1 1-1-1z"></path>
|
|
621
|
-
<path fill="#9aa5ad" d="M1010 196l1 1-1-1z"></path>
|
|
622
|
-
<path fill="#5e91b2" d="M1354.33 196.667l.34.666-.34-.666z"></path>
|
|
623
|
-
<path fill="#9aa5ad" d="M1408 196l1 1-1-1m34.33.667l.34.666-.34-.666M1603 196l1 1-1-1m-1382 1l1 1-1-1z"></path>
|
|
624
|
-
<path fill="#5e91b2" d="M254 197l1 1-1-1z"></path>
|
|
625
|
-
<path fill="#9aa5ad" d="M308.333 197.667l.334.666-.334-.666z"></path>
|
|
626
|
-
<path fill="#5e91b2" d="M398 197l1 1-1-1z"></path>
|
|
627
|
-
<path fill="#9aa5ad" d="M486 197l1 1-1-1m122 0l1 1-1-1z"></path>
|
|
628
|
-
<path fill="#5e91b2" d="M738 197l1 1-1-1m47 0l1 1-1-1z"></path>
|
|
629
|
-
<path fill="#01558b" d="M945 197l1 1-1-1z"></path>
|
|
630
|
-
<path fill="#9aa5ad" d="M1011 197l1 1-1-1m52 0l1 1-1-1z"></path>
|
|
631
|
-
<path fill="#5e91b2" d="M1408 197l1 1-1-1z"></path>
|
|
632
|
-
<path fill="#9aa5ad" d="M1496.33 197.667l.34.666-.34-.666m-1329.997 1l.334.666-.334-.666z"></path>
|
|
633
|
-
<path fill="#5e91b2" d="M221 198l1 1-1-1z"></path>
|
|
634
|
-
<path fill="#9aa5ad" d="M345 198l1 1-1-1z"></path>
|
|
635
|
-
<path fill="#5e91b2" d="M432 198l1 1-1-1z"></path>
|
|
636
|
-
<path fill="#9aa5ad" d="M737 198l1 1-1-1z"></path>
|
|
637
|
-
<path fill="#5e91b2" d="M784 198l1 1-1-1z"></path>
|
|
638
|
-
<path fill="#9aa5ad" d="M794 198l1 1-1-1m50 0l1 1-1-1m100 0l1 1-1-1m68.67.333l.66.334-.66-.334z"></path>
|
|
639
|
-
<path fill="#5e91b2" d="M1063 198l1 1-1-1z"></path>
|
|
640
|
-
<path fill="#9aa5ad" d="M1354 198l1 1-1-1z"></path>
|
|
641
|
-
<path fill="#5e91b2" d="M1442 198l1 1-1-1z"></path>
|
|
642
|
-
<path fill="#9aa5ad" d="M253 199l1 1-1-1z"></path>
|
|
643
|
-
<path fill="#5e91b2" d="M399 199l1 1-1-1z"></path>
|
|
644
|
-
<path fill="#9aa5ad" d="M664.333 199.667l.334.666-.334-.666z"></path>
|
|
645
|
-
<path fill="#01558b" d="M783 199l1 1-1-1z"></path>
|
|
646
|
-
<path fill="#5e91b2" d="M843 199l1 1-1-1z"></path>
|
|
647
|
-
<path fill="#9aa5ad" d="M994 199l1 1-1-1m20 0l1 1-1-1m395 0l1 1-1-1m195 0l1 1-1-1z"></path>
|
|
648
|
-
<path fill="#5e91b2" d="M222 200l1 1-1-1m31 0l1 1-1-1m178 0l1 1-1-1z"></path>
|
|
649
|
-
<path fill="#9aa5ad" d="M736 200l1 1-1-1z"></path>
|
|
650
|
-
<path fill="#5e91b2" d="M795 200l1 1-1-1m148 0l1 1-1-1z"></path>
|
|
651
|
-
<path fill="#9aa5ad" d="M993 200l1 1-1-1z"></path>
|
|
652
|
-
<path fill="#5e91b2" d="M1409 200l1 1-1-1m32 0l1 1-1-1m-1133.667 1.667l.334.666-.334-.666z"></path>
|
|
653
|
-
<path fill="#9aa5ad" d="M400 201l1 1-1-1z"></path>
|
|
654
|
-
<path fill="#5e91b2" d="M485 201l1 1-1-1z"></path>
|
|
655
|
-
<path fill="#9aa5ad" d="M604 201l1 1-1-1z"></path>
|
|
656
|
-
<path fill="#5e91b2" d="M842 201l1 1-1-1z"></path>
|
|
657
|
-
<path fill="#9aa5ad" d="M942 201l1 1-1-1m50 0l1 1-1-1m72.33.667l.34.666-.34-.666M1168 201v1h65l-21-1h-44z"></path>
|
|
658
|
-
<path fill="#5e91b2" d="M1495.33 201.667l.34.666-.34-.666M167 202l1 1-1-1z"></path>
|
|
659
|
-
<path fill="#9aa5ad" d="M223 202l1 1-1-1m29 0l1 1-1-1z"></path>
|
|
660
|
-
<path fill="#5e91b2" d="M346 202l1 1-1-1m54 0l1 1-1-1z"></path>
|
|
661
|
-
<path fill="#9aa5ad" d="M430 202l1 1-1-1m55.333.667l.334.666-.334-.666z"></path>
|
|
662
|
-
<path fill="#5e91b2" d="M603 202l1 1-1-1z"></path>
|
|
663
|
-
<path fill="#01558b" d="M735 202l1 1-1-1z"></path>
|
|
664
|
-
<path fill="#9aa5ad" d="M781 202l1 1-1-1z"></path>
|
|
665
|
-
<path fill="#5e91b2" d="M796 202l1 1-1-1m195 0l1 1-1-1z"></path>
|
|
666
|
-
<path fill="#01558b" d="M1018 202l1 1-1-1z"></path>
|
|
667
|
-
<path fill="#5e91b2" d="M1355 202l1 1-1-1m55 0l1 1-1-1z"></path>
|
|
668
|
-
<path fill="#9aa5ad" d="M1440 202l1 1-1-1m165 0l1 1-1-1m-1437.667 1.667l.334.666-.334-.666M307 203l1 1-1-1m39.333.667l.334.666-.334-.666M401 203l1 1-1-1m200 0l1 1-1-1z"></path>
|
|
669
|
-
<path fill="#5e91b2" d="M663.333 203.667l.334.666-.334-.666z"></path>
|
|
670
|
-
<path fill="#9aa5ad" d="M734 203l1 1-1-1m46 0l1 1-1-1m16 0l1 1-1-1z"></path>
|
|
671
|
-
<path fill="#5e91b2" d="M841 203l1 1-1-1m100 0l1 1-1-1m49 0l1 1-1-1m29 0l1 1-1-1m45.33.667l.34.666-.34-.666z"></path>
|
|
672
|
-
<path fill="#9aa5ad" d="M1355.33 203.667l.34.666-.34-.666M1411 203l1 1-1-1m84 0l1 1-1-1z"></path>
|
|
673
|
-
<path fill="#5e91b2" d="M224 204l1 1-1-1m27 0l1 1-1-1m178 0l1 1-1-1z"></path>
|
|
674
|
-
<path fill="#9aa5ad" d="M597 204l1 1-1-1z"></path>
|
|
675
|
-
<path fill="#5e91b2" d="M598.667 204.333l.666.334-.666-.334z"></path>
|
|
676
|
-
<path fill="#9aa5ad" d="M779 204l1 1-1-1z"></path>
|
|
677
|
-
<path fill="#01558b" d="M797 204l1 1-1-1m192 0l1 1-1-1z"></path>
|
|
678
|
-
<path fill="#5e91b2" d="M1020 204l1 1-1-1m419 0l1 1-1-1m-1214 1l1 1-1-1z"></path>
|
|
679
|
-
<path fill="#9aa5ad" d="M250 205l1 1-1-1m343.667.333l.666.334-.666-.334z"></path>
|
|
680
|
-
<path fill="#5e91b2" d="M595 205l1 1-1-1z"></path>
|
|
681
|
-
<path fill="#9aa5ad" d="M663 205l1 1-1-1z"></path>
|
|
682
|
-
<path fill="#01558b" d="M733 205l1 1-1-1z"></path>
|
|
683
|
-
<path fill="#9aa5ad" d="M778 205l1 1-1-1m19 0l1 1-1-1m43 0l1 1-1-1m181 0l1 1-1-1z"></path>
|
|
684
|
-
<path fill="#5e91b2" d="M1412 205l1 1-1-1z"></path>
|
|
685
|
-
<path fill="#9aa5ad" d="M1606 205l1 1-1-1m-1380 1l1 1-1-1z"></path>
|
|
686
|
-
<path fill="#5e91b2" d="M306 206l1 1-1-1m97 0l1 1-1-1m81 0l1 1-1-1z"></path>
|
|
687
|
-
<path fill="#9aa5ad" d="M732 206l1 1-1-1z"></path>
|
|
688
|
-
<path fill="#5e91b2" d="M777 206l1 1-1-1z"></path>
|
|
689
|
-
<path fill="#9aa5ad" d="M939 206l1 1-1-1m83 0l1 1-1-1m391 0l1 1-1-1z"></path>
|
|
690
|
-
<path fill="#5e91b2" d="M1494 206l1 1-1-1m-1326 1l1 1-1-1z"></path>
|
|
691
|
-
<path fill="#9aa5ad" d="M227 207l1 1-1-1m79 0l1 1-1-1z"></path>
|
|
692
|
-
<path fill="#5e91b2" d="M347 207l1 1-1-1m57 0l1 1-1-1z"></path>
|
|
693
|
-
<path fill="#9aa5ad" d="M484 207l1 1-1-1z"></path>
|
|
694
|
-
<path fill="#5e91b2" d="M776 207l1 1-1-1z"></path>
|
|
695
|
-
<path fill="#9aa5ad" d="M798 207l1 1-1-1m41 0l1 1-1-1m148 0l1 1-1-1m36 0l1 1-1-1z"></path>
|
|
696
|
-
<path fill="#5e91b2" d="M1356 207l1 1-1-1z"></path>
|
|
697
|
-
<path fill="#9aa5ad" d="M1414 207l1 1-1-1m80 0l1 1-1-1m-1326 1l1 1-1-1z"></path>
|
|
698
|
-
<path fill="#5e91b2" d="M228 208l1 1-1-1z"></path>
|
|
699
|
-
<path fill="#9aa5ad" d="M247 208l1 1-1-1m100 0l1 1-1-1z"></path>
|
|
700
|
-
<path fill="#5e91b2" d="M405 208l1 1-1-1m257 0l1 1-1-1m113 0l1 1-1-1m163 0l1 1-1-1m48 0l1 1-1-1z"></path>
|
|
701
|
-
<path fill="#9aa5ad" d="M1356 208l1 1-1-1z"></path>
|
|
702
|
-
<path fill="#5e91b2" d="M1415 208l1 1-1-1m192 0l1 1-1-1m-1378 1l1 1-1-1z"></path>
|
|
703
|
-
<path fill="#9aa5ad" d="M230 209l1 1-1-1z"></path>
|
|
704
|
-
<path fill="#5e91b2" d="M246 209l1 1-1-1z"></path>
|
|
705
|
-
<path fill="#9aa5ad" d="M407 209l1 1-1-1z"></path>
|
|
706
|
-
<path fill="#5e91b2" d="M424 209l1 1-1-1z"></path>
|
|
707
|
-
<path fill="#9aa5ad" d="M662 209l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
708
|
-
<path fill="#01558b" d="M774 209l1 1-1-1z"></path>
|
|
709
|
-
<path fill="#5e91b2" d="M799 209l1 1-1-1z"></path>
|
|
710
|
-
<path fill="#9aa5ad" d="M838 209l1 1-1-1m99 0l1 1-1-1z"></path>
|
|
711
|
-
<path fill="#5e91b2" d="M985 209l1 1-1-1m40 0l1 1-1-1z"></path>
|
|
712
|
-
<path fill="#9aa5ad" d="M1417 209l1 1-1-1z"></path>
|
|
713
|
-
<path fill="#5e91b2" d="M1434 209l1 1-1-1z"></path>
|
|
714
|
-
<path fill="#9aa5ad" d="M1581 209v8h1l-1-8z"></path>
|
|
715
|
-
<path fill="#5e91b2" d="M169 210l1 1-1-1m62 0l1 1-1-1z"></path>
|
|
716
|
-
<path fill="#9aa5ad" d="M232 210l1 1-1-1m12 0l1 1-1-1z"></path>
|
|
717
|
-
<path fill="#5e91b2" d="M245 210l1 1-1-1m60 0l1 1-1-1m43 0l1 1-1-1m60 0l1 1-1-1z"></path>
|
|
718
|
-
<path fill="#9aa5ad" d="M409 210l1 1-1-1z"></path>
|
|
719
|
-
<path fill="#5e91b2" d="M422 210l1 1-1-1m61 0l1 1-1-1z"></path>
|
|
720
|
-
<path fill="#01558b" d="M837.333 210.667l.334.666-.334-.666z"></path>
|
|
721
|
-
<path fill="#5e91b2" d="M1026 210l1 1-1-1m331 0l1 1-1-1m61 0l1 1-1-1z"></path>
|
|
722
|
-
<path fill="#9aa5ad" d="M1419 210l1 1-1-1z"></path>
|
|
723
|
-
<path fill="#5e91b2" d="M1432 210l1 1-1-1m61 0l1 1-1-1z"></path>
|
|
724
|
-
<path fill="#9aa5ad" d="M169 211l1 1-1-1z"></path>
|
|
725
|
-
<path fill="#5e91b2" d="M234.667 211.333l.666.334-.666-.334z"></path>
|
|
726
|
-
<path fill="#9aa5ad" d="M236 211v1h5l-5-1z"></path>
|
|
727
|
-
<path fill="#5e91b2" d="M241.667 211.333l.666.334-.666-.334z"></path>
|
|
728
|
-
<path fill="#9aa5ad" d="M305 211l1 1-1-1m43 0l1 1-1-1z"></path>
|
|
729
|
-
<path fill="#5e91b2" d="M411.667 211.333l.666.334-.666-.334z"></path>
|
|
730
|
-
<path fill="#9aa5ad" d="M413 211v1h5l-5-1z"></path>
|
|
731
|
-
<path fill="#5e91b2" d="M418.667 211.333l.666.334-.666-.334z"></path>
|
|
732
|
-
<path fill="#9aa5ad" d="M483 211l1 1-1-1z"></path>
|
|
733
|
-
<path fill="#5e91b2" d="M661 211l1 1-1-1m139 0l1 1-1-1m136 0l1 1-1-1m91 0l1 1-1-1z"></path>
|
|
734
|
-
<path fill="#9aa5ad" d="M1357 211l1 1-1-1z"></path>
|
|
735
|
-
<path fill="#5e91b2" d="M1421.67 211.333l.66.334-.66-.334z"></path>
|
|
736
|
-
<path fill="#9aa5ad" d="M1423 211v1h5l-5-1z"></path>
|
|
737
|
-
<path fill="#5e91b2" d="M1428.67 211.333l.66.334-.66-.334z"></path>
|
|
738
|
-
<path fill="#9aa5ad" d="M1493 211l1 1-1-1z"></path>
|
|
739
|
-
<path fill="#5e91b2" d="M1608 211l1 1-1-1z"></path>
|
|
740
|
-
<path fill="#9aa5ad" d="M661 212l1 1-1-1m67 0l1 1-1-1m72 0l1 1-1-1m183 0l1 1-1-1z"></path>
|
|
741
|
-
<path fill="#5e91b2" d="M1028 212l1 1-1-1z"></path>
|
|
742
|
-
<path fill="#9aa5ad" d="M1608 212l1 1-1-1z"></path>
|
|
743
|
-
<path fill="#5e91b2" d="M170 213l1 1-1-1m134 0l1 1-1-1m45 0l1 1-1-1z"></path>
|
|
744
|
-
<path fill="#9aa5ad" d="M727 213l1 1-1-1m44 0l1 1-1-1m67 0l1 1-1-1m144 0l1 1-1-1z"></path>
|
|
745
|
-
<path fill="#5e91b2" d="M1358 213l1 1-1-1m134 0l1 1-1-1z"></path>
|
|
746
|
-
<path fill="#9aa5ad" d="M170 214l1 1-1-1m134 0l1 1-1-1m45 0l1 1-1-1z"></path>
|
|
747
|
-
<path fill="#5e91b2" d="M660 214l1 1-1-1z"></path>
|
|
748
|
-
<path fill="#9aa5ad" d="M770 214l1 1-1-1m31 0l1 1-1-1m133 0l1 1-1-1z"></path>
|
|
749
|
-
<path fill="#5e91b2" d="M981 214l1 1-1-1m46 0l1 1-1-1m37 0l1 1-1-1z"></path>
|
|
750
|
-
<path fill="#9aa5ad" d="M1358 214l1 1-1-1m134 0l1 1-1-1z"></path>
|
|
751
|
-
<path fill="#5e91b2" d="M1609 214l1 1-1-1m-883 1l1 1-1-1z"></path>
|
|
752
|
-
<path fill="#9aa5ad" d="M769 215l1 1-1-1m70 0l1 1-1-1m187 0l1 1-1-1m38 0l1 1-1-1m545 0l1 1-1-1z"></path>
|
|
753
|
-
<path fill="#5e91b2" d="M171 216l1 1-1-1m132 0l1 1-1-1m47 0l1 1-1-1m132 0l1 1-1-1m177 0l1 1-1-1z"></path>
|
|
754
|
-
<path fill="#9aa5ad" d="M725 216l1 1-1-1m43 0l1 1-1-1m34 0l1 1-1-1z"></path>
|
|
755
|
-
<path fill="#5e91b2" d="M933 216l1 1-1-1m426 0l1 1-1-1m132 0l1 1-1-1z"></path>
|
|
756
|
-
<path fill="#9aa5ad" d="M171 217l1 1-1-1m132 0l1 1-1-1m47 0l1 1-1-1m132 0l1 1-1-1m177 0l1 1-1-1z"></path>
|
|
757
|
-
<path fill="#5e91b2" d="M767 217l1 1-1-1m73 0l1 1-1-1z"></path>
|
|
758
|
-
<path fill="#9aa5ad" d="M932 217l1 1-1-1m47 0l1 1-1-1z"></path>
|
|
759
|
-
<path fill="#5e91b2" d="M1025 217l1 1-1-1z"></path>
|
|
760
|
-
<path fill="#9aa5ad" d="M1359 217l1 1-1-1m132 0l1 1-1-1z"></path>
|
|
761
|
-
<path fill="#5e91b2" d="M1581 217v7h1l-1-7m29 0l1 1-1-1m-886 1l1 1-1-1m42 0l1 1-1-1m37 0l1 1-1-1z"></path>
|
|
762
|
-
<path fill="#9aa5ad" d="M841 218l1 1-1-1m137 0l1 1-1-1m46 0l1 1-1-1m39 0l1 1-1-1m547 0l1 1-1-1m-1438 1l1 1-1-1m130 0l1 1-1-1m49 0l1 1-1-1m130 0l1 1-1-1m177 0l1 1-1-1m65 0l1 1-1-1m208 0l1 1-1-1z"></path>
|
|
763
|
-
<path fill="#5e91b2" d="M977 219l1 1-1-1z"></path>
|
|
764
|
-
<path fill="#9aa5ad" d="M1360 219l1 1-1-1m130 0l1 1-1-1z"></path>
|
|
765
|
-
<path fill="#5e91b2" d="M657 220l1 1-1-1z"></path>
|
|
766
|
-
<path fill="#9aa5ad" d="M722 220l1 1-1-1z"></path>
|
|
767
|
-
<path fill="#01558b" d="M804 220l1 1-1-1m258 0l1 1-1-1z"></path>
|
|
768
|
-
<path fill="#5e91b2" d="M1611 220l1 1-1-1z"></path>
|
|
769
|
-
<path fill="#9aa5ad" d="M173 221l1 1-1-1m128 0l1 1-1-1m51 0l1 1-1-1m128 0l1 1-1-1m284 0l1 1-1-1m40 0l1 1-1-1z"></path>
|
|
770
|
-
<path fill="#5e91b2" d="M843 221l1 1-1-1m87 0l1 1-1-1z"></path>
|
|
771
|
-
<path fill="#9aa5ad" d="M1023 221l1 1-1-1m39 0l1 1-1-1m299 0l1 1-1-1m128 0l1 1-1-1m122 0l1 1-1-1z"></path>
|
|
772
|
-
<path fill="#5e91b2" d="M656 222l1 1-1-1m65 0l1 1-1-1z"></path>
|
|
773
|
-
<path fill="#9aa5ad" d="M763 222l1 1-1-1m81 0l1 1-1-1m85 0l1 1-1-1m46 0l1 1-1-1m-801 1l1 1-1-1m126 0l1 1-1-1m53 0l1 1-1-1m126 0l1 1-1-1m241 0l1 1-1-1z"></path>
|
|
774
|
-
<path fill="#5e91b2" d="M762 223l1 1-1-1z"></path>
|
|
775
|
-
<path fill="#9aa5ad" d="M805 223l1 1-1-1m40 0l1 1-1-1z"></path>
|
|
776
|
-
<path fill="#01558b" d="M929 223l1 1-1-1z"></path>
|
|
777
|
-
<path fill="#5e91b2" d="M974 223l1 1-1-1m48 0l1 1-1-1z"></path>
|
|
778
|
-
<path fill="#01558b" d="M1061 223l1 1-1-1z"></path>
|
|
779
|
-
<path fill="#9aa5ad" d="M1362 223l1 1-1-1m126 0l1 1-1-1z"></path>
|
|
780
|
-
<path fill="#5e91b2" d="M1612 223l1 1-1-1z"></path>
|
|
781
|
-
<path fill="#9aa5ad" d="M655 224l1 1-1-1z"></path>
|
|
782
|
-
<path fill="#5e91b2" d="M761 224l1 1-1-1z"></path>
|
|
783
|
-
<path fill="#9aa5ad" d="M928 224l1 1-1-1z"></path>
|
|
784
|
-
<path fill="#01558b" d="M973 224l1 1-1-1z"></path>
|
|
785
|
-
<path fill="#9aa5ad" d="M1021 224l1 1-1-1m40 0l1 1-1-1m551 0l1 1-1-1m-1437 1l1 1-1-1m124 0l1 1-1-1m55 0l1 1-1-1m124 0l1 1-1-1z"></path>
|
|
786
|
-
<path fill="#5e91b2" d="M654 225l1 1-1-1m152 0l1 1-1-1z"></path>
|
|
787
|
-
<path fill="#9aa5ad" d="M1363 225l1 1-1-1m124 0l1 1-1-1z"></path>
|
|
788
|
-
<path fill="#5e91b2" d="M176 226l1 1-1-1m122 0l1 1-1-1m57 0l1 1-1-1m122 0l1 1-1-1m176 0l1 1-1-1z"></path>
|
|
789
|
-
<path fill="#9aa5ad" d="M715 226l1 1-1-1m90 0l1 1-1-1z"></path>
|
|
790
|
-
<path fill="#5e91b2" d="M847 226l1 1-1-1z"></path>
|
|
791
|
-
<path fill="#9aa5ad" d="M927 226l1 1-1-1m45 0l1 1-1-1z"></path>
|
|
792
|
-
<path fill="#5e91b2" d="M1020 226l1 1-1-1m40 0l1 1-1-1m304 0l1 1-1-1m122 0l1 1-1-1m127 0l1 1-1-1z"></path>
|
|
793
|
-
<path fill="#9aa5ad" d="M712 227l1 1-1-1z"></path>
|
|
794
|
-
<path fill="#5e91b2" d="M713 227l1 1-1-1z"></path>
|
|
795
|
-
<path fill="#9aa5ad" d="M759 227l1 1-1-1m45 0l1 1-1-1m44 0l1 1-1-1z"></path>
|
|
796
|
-
<path fill="#5e91b2" d="M971 227l1 1-1-1z"></path>
|
|
797
|
-
<path fill="#9aa5ad" d="M1019 227l1 1-1-1m41 0l1 1-1-1m553 0l1 1-1-1m-1436 1l1 1-1-1m120 0l1 1-1-1m59 0l1 1-1-1m120 0l1 1-1-1z"></path>
|
|
798
|
-
<path fill="#5e91b2" d="M711 228l1 1-1-1z"></path>
|
|
799
|
-
<path fill="#9aa5ad" d="M758 228l1 1-1-1z"></path>
|
|
800
|
-
<path fill="#01558b" d="M803 228l1 1-1-1z"></path>
|
|
801
|
-
<path fill="#9aa5ad" d="M925 228l1 1-1-1z"></path>
|
|
802
|
-
<path fill="#01558b" d="M970 228l1 1-1-1z"></path>
|
|
803
|
-
<path fill="#9aa5ad" d="M1017 228l1 1-1-1z"></path>
|
|
804
|
-
<path fill="#5e91b2" d="M1018 228l1 1-1-1z"></path>
|
|
805
|
-
<path fill="#9aa5ad" d="M1365 228l1 1-1-1m120 0l1 1-1-1z"></path>
|
|
806
|
-
<path fill="#5e91b2" d="M178 229l1 1-1-1m118 0l1 1-1-1m179 0l1 1-1-1m235 0l1 1-1-1m47 0l1 1-1-1z"></path>
|
|
807
|
-
<path fill="#9aa5ad" d="M801 229l1 1-1-1m121 0l1 1-1-1m90.67.333l.66.334-.66-.334z"></path>
|
|
808
|
-
<path fill="#5e91b2" d="M1014 229l1 1-1-1m45 0l1 1-1-1m307 0l1 1-1-1m118 0l1 1-1-1m130 0l1 1-1-1z"></path>
|
|
809
|
-
<path fill="#9aa5ad" d="M650 230l1 1-1-1z"></path>
|
|
810
|
-
<path fill="#5e91b2" d="M800 230l1 1-1-1m50 0l1 1-1-1z"></path>
|
|
811
|
-
<path fill="#9aa5ad" d="M919 230l1 1-1-1m50 0l1 1-1-1m39 0l1 1-1-1z"></path>
|
|
812
|
-
<path fill="#5e91b2" d="M1009 230l1 1-1-1z"></path>
|
|
813
|
-
<path fill="#9aa5ad" d="M1059 230l1 1-1-1m555 0l1 1-1-1m-1319 1l1 1-1-1m179 0l1 1-1-1z"></path>
|
|
814
|
-
<path fill="#01558b" d="M708 231l1 1-1-1z"></path>
|
|
815
|
-
<path fill="#9aa5ad" d="M798 231l1 1-1-1m53 0l1 1-1-1m65 0l1 1-1-1m88 0l1 1-1-1z"></path>
|
|
816
|
-
<path fill="#5e91b2" d="M1005 231l1 1-1-1z"></path>
|
|
817
|
-
<path fill="#9aa5ad" d="M1483 231l1 1-1-1m-1303 1l1 1-1-1m114 0l1 1-1-1m179 0l1 1-1-1m234 0l1 1-1-1m48 0l1 1-1-1m41 0l1 1-1-1m116 0l1 1-1-1z"></path>
|
|
818
|
-
<path fill="#5e91b2" d="M913 232l1 1-1-1z"></path>
|
|
819
|
-
<path fill="#9aa5ad" d="M1000 232l1 1-1-1z"></path>
|
|
820
|
-
<path fill="#5e91b2" d="M1001 232l1 1-1-1m57 0l1 1-1-1z"></path>
|
|
821
|
-
<path fill="#9aa5ad" d="M1482 232l1 1-1-1z"></path>
|
|
822
|
-
<path fill="#5e91b2" d="M1615 232l1 1-1-1z"></path>
|
|
823
|
-
<path fill="#9aa5ad" d="M181 233l1 1-1-1z"></path>
|
|
824
|
-
<path fill="#5e91b2" d="M293 233l1 1-1-1z"></path>
|
|
825
|
-
<path fill="#9aa5ad" d="M359 233l1 1-1-1z"></path>
|
|
826
|
-
<path fill="#5e91b2" d="M472 233l1 1-1-1m174 0l1 1-1-1z"></path>
|
|
827
|
-
<path fill="#9aa5ad" d="M706 233l1 1-1-1z"></path>
|
|
828
|
-
<path fill="#5e91b2" d="M754 233l1 1-1-1z"></path>
|
|
829
|
-
<path fill="#9aa5ad" d="M794 233l1 1-1-1z"></path>
|
|
830
|
-
<path fill="#5e91b2" d="M852 233l1 1-1-1z"></path>
|
|
831
|
-
<path fill="#9aa5ad" d="M909 233l1 1-1-1z"></path>
|
|
832
|
-
<path fill="#5e91b2" d="M910 233l1 1-1-1m89 0l1 1-1-1z"></path>
|
|
833
|
-
<path fill="#9aa5ad" d="M1058 233l1 1-1-1m311 0l1 1-1-1z"></path>
|
|
834
|
-
<path fill="#5e91b2" d="M1481 233l1 1-1-1z"></path>
|
|
835
|
-
<path fill="#9aa5ad" d="M1615 233l1 1-1-1m-1433 1l1 1-1-1z"></path>
|
|
836
|
-
<path fill="#5e91b2" d="M292 234l1 1-1-1z"></path>
|
|
837
|
-
<path fill="#9aa5ad" d="M360 234l1 1-1-1z"></path>
|
|
838
|
-
<path fill="#5e91b2" d="M471 234l1 1-1-1m174 0l1 1-1-1m61 0l1 1-1-1m86 0l1 1-1-1z"></path>
|
|
839
|
-
<path fill="#9aa5ad" d="M908 234l1 1-1-1z"></path>
|
|
840
|
-
<path fill="#01558b" d="M968 234l1 1-1-1z"></path>
|
|
841
|
-
<path fill="#9aa5ad" d="M1067 234l1 1-1-1z"></path>
|
|
842
|
-
<path fill="#242022" d="M1068.02 234.782c-10.71 3.664-4.74 19.766 5.94 15.475 9.37-3.768 3.35-18.653-5.94-15.475z"></path>
|
|
843
|
-
<path fill="#01558b" d="M1072 234l1 1-1-1z"></path>
|
|
844
|
-
<path fill="#9aa5ad" d="M1073 234l1 1-1-1m297 0l1 1-1-1z"></path>
|
|
845
|
-
<path fill="#5e91b2" d="M1480 234l1 1-1-1z"></path>
|
|
846
|
-
<path fill="#9aa5ad" d="M183 235l1 1-1-1z"></path>
|
|
847
|
-
<path fill="#5e91b2" d="M291 235l1 1-1-1z"></path>
|
|
848
|
-
<path fill="#9aa5ad" d="M361 235l1 1-1-1z"></path>
|
|
849
|
-
<path fill="#5e91b2" d="M470 235l1 1-1-1z"></path>
|
|
850
|
-
<path fill="#9aa5ad" d="M644 235l1 1-1-1m109 0l1 1-1-1z"></path>
|
|
851
|
-
<path fill="#5e91b2" d="M790 235l1 1-1-1m63 0l1 1-1-1m115.333.667l.334.666-.334-.666z"></path>
|
|
852
|
-
<path fill="#9aa5ad" d="M998 235l1 1-1-1z"></path>
|
|
853
|
-
<path fill="#5e91b2" d="M1057 235l1 1-1-1m8 0l1 1-1-1z"></path>
|
|
854
|
-
<path fill="#01558b" d="M1069.67 235.333l.66.334-.66-.334z"></path>
|
|
855
|
-
<path fill="#9aa5ad" d="M1075 235l1 1-1-1m296 0l1 1-1-1z"></path>
|
|
856
|
-
<path fill="#5e91b2" d="M1479 235l1 1-1-1z"></path>
|
|
857
|
-
<path fill="#9aa5ad" d="M1582 235v8h1l-1-8z"></path>
|
|
858
|
-
<path fill="#5e91b2" d="M1616 235l1 1-1-1z"></path>
|
|
859
|
-
<path fill="#9aa5ad" d="M184 236l1 1-1-1m106 0l1 1-1-1m72 0l1 1-1-1z"></path>
|
|
860
|
-
<path fill="#5e91b2" d="M468 236l1 1-1-1m174 0l1 1-1-1m63 0l1 1-1-1m48 0l1 1-1-1z"></path>
|
|
861
|
-
<path fill="#9aa5ad" d="M789 236l1 1-1-1m118 0l1 1-1-1m150 0l1 1-1-1z"></path>
|
|
862
|
-
<path fill="#5e91b2" d="M1064 236l1 1-1-1z"></path>
|
|
863
|
-
<path fill="#9aa5ad" d="M1067 236l1 1-1-1z"></path>
|
|
864
|
-
<path fill="#fefeff" d="M1074 249l-4-4 1 3h-5v-10c7.66.249 5.63 4.614 10 9 1.64-5.719-2.7-15.055-9.57-9.257-6.99 5.9 1.09 12.5 7.57 11.257z"></path>
|
|
865
|
-
<path fill="#9aa5ad" d="M1073 236l1 1-1-1m3 0l1 1-1-1m296 0l1 1-1-1z"></path>
|
|
866
|
-
<path fill="#5e91b2" d="M1478 236l1 1-1-1z"></path>
|
|
867
|
-
<path fill="#9aa5ad" d="M1616 236l1 1-1-1m-1431 1l1 1-1-1m104 0l1 1-1-1m74 0l1 1-1-1z"></path>
|
|
868
|
-
<path fill="#5e91b2" d="M467 237l1 1-1-1z"></path>
|
|
869
|
-
<path fill="#9aa5ad" d="M641 237l1 1-1-1z"></path>
|
|
870
|
-
<path fill="#5e91b2" d="M789 237l1 1-1-1z"></path>
|
|
871
|
-
<path fill="#9aa5ad" d="M968 237v3h1l-1-3m29 0l1 1-1-1z"></path>
|
|
872
|
-
<path fill="#5e91b2" d="M1063 237l1 1-1-1z"></path>
|
|
873
|
-
<path fill="#01558b" d="M1065 237l1 1-1-1z"></path>
|
|
874
|
-
<path fill="#9aa5ad" d="M1077 237l1 1-1-1m296 0l1 1-1-1m104 0l1 1-1-1m-1189 1l1 1-1-1z"></path>
|
|
875
|
-
<path fill="#5e91b2" d="M466 238l1 1-1-1z"></path>
|
|
876
|
-
<path fill="#9aa5ad" d="M639 238l1 1-1-1z"></path>
|
|
877
|
-
<path fill="#5e91b2" d="M704 238l1 1-1-1z"></path>
|
|
878
|
-
<path fill="#9aa5ad" d="M754 238l1 1-1-1m100 0l1 1-1-1m52 0l1 1-1-1z"></path>
|
|
879
|
-
<path fill="#5e91b2" d="M997 238l1 1-1-1m59 0l1 1-1-1z"></path>
|
|
880
|
-
<path fill="#9aa5ad" d="M1062 238l1 1-1-1z"></path>
|
|
881
|
-
<path fill="#01558b" d="M1064 238l1 1-1-1z"></path>
|
|
882
|
-
<path fill="#9aa5ad" d="M1066 238l1 1-1-1z"></path>
|
|
883
|
-
<path fill="#242022" d="M1067 238l1 9h1l1-9h-3z"></path>
|
|
884
|
-
<path fill="#5e91b2" d="M1070 238l-1 9h1v-9z"></path>
|
|
885
|
-
<path fill="#242022" d="M1071 238l-1 5v1l4 3-3-9z"></path>
|
|
886
|
-
<path fill="#01558b" d="M1072 238l1 1-1-1z"></path>
|
|
887
|
-
<path fill="#9aa5ad" d="M1476 238l1 1-1-1z"></path>
|
|
888
|
-
<path fill="#5e91b2" d="M1617 238l1 1-1-1m-1429 1l1 1-1-1m178 0l1 1-1-1z"></path>
|
|
889
|
-
<path fill="#9aa5ad" d="M465 239l1 1-1-1m172 0l1 1-1-1z"></path>
|
|
890
|
-
<path fill="#5e91b2" d="M754 239l1 1-1-1z"></path>
|
|
891
|
-
<path fill="#9aa5ad" d="M788 239l1 1-1-1z"></path>
|
|
892
|
-
<path fill="#5e91b2" d="M854 239v3h1l-1-3m52 0l1 1-1-1z"></path>
|
|
893
|
-
<path fill="#9aa5ad" d="M1056 239l1 1-1-1z"></path>
|
|
894
|
-
<path fill="#5e91b2" d="M1062 239l1 1-1-1z"></path>
|
|
895
|
-
<path fill="#9aa5ad" d="M1064 239l1 1-1-1z"></path>
|
|
896
|
-
<path fill="#5e91b2" d="M1067 239v7h1l-1-7z"></path>
|
|
897
|
-
<path fill="#fefeff" d="M1070 239v3l2-1v-1l-2-1z"></path>
|
|
898
|
-
<path fill="#9aa5ad" d="M1071 239l1 1-1-1m5 0l1 1-1-1m2 0l1 1-1-1z"></path>
|
|
899
|
-
<path fill="#5e91b2" d="M1376 239l1 1-1-1z"></path>
|
|
900
|
-
<path fill="#9aa5ad" d="M1475 239l1 1-1-1m142 0l1 1-1-1m-1428 1l1 1-1-1z"></path>
|
|
901
|
-
<path fill="#5e91b2" d="M285 240l1 1-1-1z"></path>
|
|
902
|
-
<path fill="#9aa5ad" d="M367 240l1 1-1-1m268 0l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
903
|
-
<path fill="#5e91b2" d="M788 240l1 1-1-1z"></path>
|
|
904
|
-
<path fill="#9aa5ad" d="M996 240l1 1-1-1m381 0l1 1-1-1z"></path>
|
|
905
|
-
<path fill="#5e91b2" d="M1473 240l1 1-1-1m-1282 1l1 1-1-1z"></path>
|
|
906
|
-
<path fill="#9aa5ad" d="M284 241l1 1-1-1z"></path>
|
|
907
|
-
<path fill="#5e91b2" d="M369 241l1 1-1-1z"></path>
|
|
908
|
-
<path fill="#9aa5ad" d="M462 241l1 1-1-1z"></path>
|
|
909
|
-
<path fill="#5e91b2" d="M632 241l1 1-1-1z"></path>
|
|
910
|
-
<path fill="#9aa5ad" d="M633 241l1 1-1-1z"></path>
|
|
911
|
-
<path fill="#5e91b2" d="M703 241l1 1-1-1z"></path>
|
|
912
|
-
<path fill="#9aa5ad" d="M905 241l1 1-1-1z"></path>
|
|
913
|
-
<path fill="#5e91b2" d="M1055 241l1 1-1-1z"></path>
|
|
914
|
-
<path fill="#9aa5ad" d="M1061 241v4h1l-1-4z"></path>
|
|
915
|
-
<path fill="#5e91b2" d="M1063 241l1 1-1-1z"></path>
|
|
916
|
-
<path fill="#9aa5ad" d="M1071 241l1 1-1-1z"></path>
|
|
917
|
-
<path fill="#5e91b2" d="M1073 241l1 1-1-1m4 0v3h1l-1-3m302 0l1 1-1-1z"></path>
|
|
918
|
-
<path fill="#9aa5ad" d="M1472 241l1 1-1-1z"></path>
|
|
919
|
-
<path fill="#5e91b2" d="M1618 241l1 1-1-1z"></path>
|
|
920
|
-
<path fill="#9aa5ad" d="M192 242l1 1-1-1z"></path>
|
|
921
|
-
<path fill="#5e91b2" d="M282 242l1 1-1-1z"></path>
|
|
922
|
-
<path fill="#9aa5ad" d="M370 242l1 1-1-1z"></path>
|
|
923
|
-
<path fill="#5e91b2" d="M630 242l1 1-1-1z"></path>
|
|
924
|
-
<path fill="#9aa5ad" d="M755 242l1 1-1-1m32 0l1 1-1-1m67.333.667l.334.666-.334-.666z"></path>
|
|
925
|
-
<path fill="#5e91b2" d="M905 242l1 1-1-1z"></path>
|
|
926
|
-
<path fill="#9aa5ad" d="M995 242l1 1-1-1m60 0l1 1-1-1m8.33.667l.34.666-.34-.666M1070 242l1 1-1-1z"></path>
|
|
927
|
-
<path fill="#01558b" d="M1072 242l1 1-1-1z"></path>
|
|
928
|
-
<path fill="#9aa5ad" d="M1079.33 242.667l.34.666-.34-.666M1380 242l1 1-1-1z"></path>
|
|
929
|
-
<path fill="#5e91b2" d="M1470 242l1 1-1-1z"></path>
|
|
930
|
-
<path fill="#9aa5ad" d="M1618 242l1 1-1-1z"></path>
|
|
931
|
-
<path fill="#5e91b2" d="M194 243l1 1-1-1m86 0l1 1-1-1z"></path>
|
|
932
|
-
<path fill="#9aa5ad" d="M281 243l1 1-1-1z"></path>
|
|
933
|
-
<path fill="#5e91b2" d="M372 243l1 1-1-1z"></path>
|
|
934
|
-
<path fill="#9aa5ad" d="M459 243l1 1-1-1z"></path>
|
|
935
|
-
<path fill="#5e91b2" d="M627 243l1 1-1-1z"></path>
|
|
936
|
-
<path fill="#9aa5ad" d="M628 243l1 1-1-1z"></path>
|
|
937
|
-
<path fill="#5e91b2" d="M755 243l1 1-1-1m32 0l1 1-1-1z"></path>
|
|
938
|
-
<path fill="#01558b" d="M967 243l1 1-1-1z"></path>
|
|
939
|
-
<path fill="#5e91b2" d="M995 243l1 1-1-1z"></path>
|
|
940
|
-
<path fill="#9aa5ad" d="M1072 243l1 1-1-1z"></path>
|
|
941
|
-
<path fill="#5e91b2" d="M1382 243l1 1-1-1z"></path>
|
|
942
|
-
<path fill="#9aa5ad" d="M1469 243l1 1-1-1z"></path>
|
|
943
|
-
<path fill="#5e91b2" d="M1582 243v4h1l-1-4m-1386 1l1 1-1-1m82 0l1 1-1-1z"></path>
|
|
944
|
-
<path fill="#9aa5ad" d="M279 244l1 1-1-1z"></path>
|
|
945
|
-
<path fill="#5e91b2" d="M374 244l1 1-1-1z"></path>
|
|
946
|
-
<path fill="#9aa5ad" d="M457 244l1 1-1-1z"></path>
|
|
947
|
-
<path fill="#5e91b2" d="M623 244l1 1-1-1z"></path>
|
|
948
|
-
<path fill="#9aa5ad" d="M624 244l1 1-1-1m78 0l1 1-1-1z"></path>
|
|
949
|
-
<path fill="#5e91b2" d="M967.333 244.667l.334.666-.334-.666M1054 244l1 1-1-1m9 0l1 1-1-1z"></path>
|
|
950
|
-
<path fill="#9aa5ad" d="M1070 244l1 1-1-1z"></path>
|
|
951
|
-
<path fill="#5e91b2" d="M1384 244l1 1-1-1z"></path>
|
|
952
|
-
<path fill="#9aa5ad" d="M1467 244l1 1-1-1z"></path>
|
|
953
|
-
<path fill="#5e91b2" d="M198 245l1 1-1-1m78 0l1 1-1-1z"></path>
|
|
954
|
-
<path fill="#9aa5ad" d="M277 245l1 1-1-1z"></path>
|
|
955
|
-
<path fill="#5e91b2" d="M376 245l1 1-1-1z"></path>
|
|
956
|
-
<path fill="#9aa5ad" d="M455 245l1 1-1-1z"></path>
|
|
957
|
-
<path fill="#5e91b2" d="M617.667 245.333l.666.334-.666-.334z"></path>
|
|
958
|
-
<path fill="#9aa5ad" d="M619.667 245.333l.666.334-.666-.334z"></path>
|
|
959
|
-
<path fill="#01558b" d="M702 245l1 1-1-1z"></path>
|
|
960
|
-
<path fill="#9aa5ad" d="M756 245l1 1-1-1m30 0l1 1-1-1z"></path>
|
|
961
|
-
<path fill="#01558b" d="M853 245l1 1-1-1z"></path>
|
|
962
|
-
<path fill="#9aa5ad" d="M904 245l1 1-1-1m90 0l1 1-1-1m60 0l1 1-1-1z"></path>
|
|
963
|
-
<path fill="#5e91b2" d="M1071 245l1 1-1-1m2 0l1 1-1-1m313 0l1 1-1-1z"></path>
|
|
964
|
-
<path fill="#9aa5ad" d="M1465 245l1 1-1-1m154 0l1 1-1-1z"></path>
|
|
965
|
-
<path fill="#5e91b2" d="M200 246l1 1-1-1m74 0l1 1-1-1z"></path>
|
|
966
|
-
<path fill="#9aa5ad" d="M275 246l1 1-1-1z"></path>
|
|
967
|
-
<path fill="#5e91b2" d="M378 246l1 1-1-1m75 0l1 1-1-1m155 0v1h4l-4-1z"></path>
|
|
968
|
-
<path fill="#9aa5ad" d="M612 246v1h3l-3-1z"></path>
|
|
969
|
-
<path fill="#5e91b2" d="M756 246l1 1-1-1z"></path>
|
|
970
|
-
<path fill="#01558b" d="M786 246l1 1-1-1z"></path>
|
|
971
|
-
<path fill="#9aa5ad" d="M853 246l1 1-1-1z"></path>
|
|
972
|
-
<path fill="#5e91b2" d="M904.333 246.667l.334.666-.334-.666z"></path>
|
|
973
|
-
<path fill="#9aa5ad" d="M967.333 246.667l.334.666-.334-.666z"></path>
|
|
974
|
-
<path fill="#5e91b2" d="M1062 246l1 1-1-1z"></path>
|
|
975
|
-
<path fill="#9aa5ad" d="M1064 246l1 1-1-1z"></path>
|
|
976
|
-
<path fill="#01558b" d="M1067 246l1 1-1-1z"></path>
|
|
977
|
-
<path fill="#9aa5ad" d="M1074 246l-1 1v1l1 1h1l1-1v-1l-2-1z"></path>
|
|
978
|
-
<path fill="#5e91b2" d="M1076 246l1 1-1-1z"></path>
|
|
979
|
-
<path fill="#9aa5ad" d="M1078 246l1 1-1-1z"></path>
|
|
980
|
-
<path fill="#5e91b2" d="M1388 246l1 1-1-1m74 0l1 1-1-1z"></path>
|
|
981
|
-
<path fill="#9aa5ad" d="M1463 246l1 1-1-1m-1261 1l1 1-1-1z"></path>
|
|
982
|
-
<path fill="#5e91b2" d="M203 247l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
983
|
-
<path fill="#9aa5ad" d="M272 247l1 1-1-1m108 0l1 1-1-1z"></path>
|
|
984
|
-
<path fill="#5e91b2" d="M381 247l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
985
|
-
<path fill="#9aa5ad" d="M450 247l1 1-1-1m251 0l1 1-1-1m292 0l1 1-1-1m60 0l1 1-1-1m13 0v1h5l-5-1m324 0l1 1-1-1z"></path>
|
|
986
|
-
<path fill="#5e91b2" d="M1391 247l1 1-1-1m68 0l1 1-1-1z"></path>
|
|
987
|
-
<path fill="#9aa5ad" d="M1460 247l1 1-1-1m-1255 1l1 1-1-1z"></path>
|
|
988
|
-
<path fill="#5e91b2" d="M206 248l1 1-1-1z"></path>
|
|
989
|
-
<path fill="#9aa5ad" d="M269 248l1 1-1-1m114 0l1 1-1-1z"></path>
|
|
990
|
-
<path fill="#5e91b2" d="M384 248l1 1-1-1z"></path>
|
|
991
|
-
<path fill="#9aa5ad" d="M447 248l1 1-1-1z"></path>
|
|
992
|
-
<path fill="#5e91b2" d="M701 248l1 1-1-1z"></path>
|
|
993
|
-
<path fill="#9aa5ad" d="M785 248l1 1-1-1m67 0l1 1-1-1z"></path>
|
|
994
|
-
<path fill="#5e91b2" d="M993 248l1 1-1-1z"></path>
|
|
995
|
-
<path fill="#9aa5ad" d="M1063 248l1 1-1-1m14 0l1 1-1-1m316 0l1 1-1-1z"></path>
|
|
996
|
-
<path fill="#5e91b2" d="M1394 248l1 1-1-1z"></path>
|
|
997
|
-
<path fill="#9aa5ad" d="M1457 248l1 1-1-1m-1247.333 1.333l.666.334-.666-.334z"></path>
|
|
998
|
-
<path fill="#5e91b2" d="M211 249l1 1-1-1m54 0l1 1-1-1z"></path>
|
|
999
|
-
<path fill="#9aa5ad" d="M266 249l1 1-1-1m121 0l1 1-1-1z"></path>
|
|
1000
|
-
<path fill="#5e91b2" d="M388 249l1 1-1-1m55 0l1 1-1-1z"></path>
|
|
1001
|
-
<path fill="#9aa5ad" d="M444 249l1 1-1-1m313 0l1 1-1-1z"></path>
|
|
1002
|
-
<path fill="#5e91b2" d="M851 249l1 1-1-1z"></path>
|
|
1003
|
-
<path fill="#9aa5ad" d="M1064 249l1 1-1-1z"></path>
|
|
1004
|
-
<path fill="#5e91b2" d="M1067 249l1 1-1-1z"></path>
|
|
1005
|
-
<path fill="#9aa5ad" d="M1068 249l1 1-1-1m4 0l1 1-1-1z"></path>
|
|
1006
|
-
<path fill="#01558b" d="M1073 249l1 1-1-1z"></path>
|
|
1007
|
-
<path fill="#9aa5ad" d="M1076 249l1 1-1-1m321 0l1 1-1-1z"></path>
|
|
1008
|
-
<path fill="#5e91b2" d="M1398 249l1 1-1-1m55 0l1 1-1-1z"></path>
|
|
1009
|
-
<path fill="#9aa5ad" d="M1454 249l1 1-1-1m-1240 1l1 1-1-1z"></path>
|
|
1010
|
-
<path fill="#5e91b2" d="M215 250l1 1-1-1m45.667.333l.666.334-.666-.334z"></path>
|
|
1011
|
-
<path fill="#9aa5ad" d="M262 250l1 1-1-1m129 0l1 1-1-1z"></path>
|
|
1012
|
-
<path fill="#5e91b2" d="M392 250l1 1-1-1m46.667.333l.666.334-.666-.334z"></path>
|
|
1013
|
-
<path fill="#9aa5ad" d="M440 250l1 1-1-1m260 0l1 1-1-1z"></path>
|
|
1014
|
-
<path fill="#01558b" d="M757 250l1 1-1-1z"></path>
|
|
1015
|
-
<path fill="#9aa5ad" d="M992 250l1 1-1-1m60 0l1 1-1-1m13 0l1 1-1-1z"></path>
|
|
1016
|
-
<path fill="#5e91b2" d="M1066 250l1 1-1-1m8 0l1 1-1-1z"></path>
|
|
1017
|
-
<path fill="#9aa5ad" d="M1401 250l1 1-1-1z"></path>
|
|
1018
|
-
<path fill="#5e91b2" d="M1402 250l1 1-1-1m46.67.333l.66.334-.66-.334z"></path>
|
|
1019
|
-
<path fill="#9aa5ad" d="M1450 250l1 1-1-1m-1230.333 1.333l.666.334-.666-.334z"></path>
|
|
1020
|
-
<path fill="#5e91b2" d="M221.667 251.333l.666.334-.666-.334m32 0l.666.334-.666-.334z"></path>
|
|
1021
|
-
<path fill="#9aa5ad" d="M255.667 251.333l.666.334-.666-.334m141 0l.666.334-.666-.334z"></path>
|
|
1022
|
-
<path fill="#5e91b2" d="M398.667 251.333l.666.334-.666-.334M432 251l1 1-1-1z"></path>
|
|
1023
|
-
<path fill="#9aa5ad" d="M433 251v1h3l-3-1z"></path>
|
|
1024
|
-
<path fill="#5e91b2" d="M700 251v1h58l-19-1h-39z"></path>
|
|
1025
|
-
<path fill="#9aa5ad" d="M784 251l1 1-1-1z"></path>
|
|
1026
|
-
<path fill="#5e91b2" d="M785 251v1h17l-17-1z"></path>
|
|
1027
|
-
<path fill="#9aa5ad" d="M802 251v1h31l-31-1z"></path>
|
|
1028
|
-
<path fill="#5e91b2" d="M904 251v1h63l-20-1h-43m88 0v1h60l-19-1h-41m76 0v1h4l-4-1z"></path>
|
|
1029
|
-
<path fill="#9aa5ad" d="M1072 251l1 1-1-1m334.67.333l.66.334-.66-.334z"></path>
|
|
1030
|
-
<path fill="#5e91b2" d="M1408.67 251.333l.66.334-.66-.334M1442 251l1 1-1-1z"></path>
|
|
1031
|
-
<path fill="#9aa5ad" d="M1443 251v1h3l-3-1m-1215 1v1h4l-4-1z"></path>
|
|
1032
|
-
<path fill="#5e91b2" d="M232 252v1h13l-13-1z"></path>
|
|
1033
|
-
<path fill="#9aa5ad" d="M245 252v1h4l-4-1m160 0v1h4l-4-1z"></path>
|
|
1034
|
-
<path fill="#5e91b2" d="M409 252v1h14l-14-1z"></path>
|
|
1035
|
-
<path fill="#9aa5ad" d="M423 252v1h4l-4-1m992 0v1h4l-4-1z"></path>
|
|
1036
|
-
<path fill="#5e91b2" d="M1419 252v1h14l-14-1z"></path>
|
|
1037
|
-
<path fill="#9aa5ad" d="M1433 252v1h4l-4-1z"></path>
|
|
1038
|
-
{/* </g> */}
|
|
1039
|
-
</svg>;
|
|
1040
|
-
};
|
|
1041
|
-
exports.FoodLionIcon = FoodLionIcon;
|
|
1042
|
-
var _default = exports.default = FoodLionIcon;
|