@jetshop/ui 5.13.10-0 → 5.14.0-alpha.49df897e
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/Accordion/Accordion.d.ts +33 -33
- package/Accordion/Accordion.js +58 -58
- package/Accordion/Accordion.test.js +73 -73
- package/Accordion/__doc_utils__/AccordionHeader.js +12 -12
- package/Auth/FormFields/CountriesInput.d.ts +14 -14
- package/Auth/FormFields/CountriesInput.js +27 -27
- package/Auth/LogInBehavior.d.ts +22 -22
- package/Auth/LogInBehavior.js +23 -23
- package/Auth/LogInFormProvider.d.ts +7 -7
- package/Auth/LogInFormProvider.js +70 -70
- package/Auth/LogOut.d.ts +10 -10
- package/Auth/LogOut.js +23 -23
- package/Auth/logInValidator.d.ts +8 -8
- package/Auth/logInValidator.js +15 -15
- package/Breadcrumbs/Breadcrumbs.d.ts +14 -14
- package/Breadcrumbs/Breadcrumbs.js +83 -83
- package/Breadcrumbs/getParentsOrCanonicalRoute.d.ts +3 -3
- package/Breadcrumbs/getParentsOrCanonicalRoute.js +13 -13
- package/Breadcrumbs/index.d.ts +1 -1
- package/Breadcrumbs/index.js +1 -1
- package/Breakpoints.d.ts +12 -12
- package/Breakpoints.js +35 -35
- package/Button/Button.d.ts +14 -14
- package/Button/Button.js +59 -59
- package/Button/OutlineButton.d.ts +4 -4
- package/Button/OutlineButton.js +9 -9
- package/Button/SecondaryButton.d.ts +3 -3
- package/Button/SecondaryButton.js +8 -8
- package/Button/TrendButton.d.ts +3 -3
- package/Button/TrendButton.js +7 -7
- package/Button/index.d.ts +4 -4
- package/Button/index.js +4 -4
- package/CategoryLink.d.ts +9 -9
- package/CategoryLink.js +42 -42
- package/ChannelSelector/ChannelListItem.d.ts +10 -10
- package/ChannelSelector/ChannelListItem.js +50 -50
- package/ChannelSelector/ChannelListItem.test.js +85 -85
- package/ChannelSelector/ChannelSelector.d.ts +63 -63
- package/ChannelSelector/ChannelSelector.js +79 -79
- package/ChannelSelector/ChannelSelector.test.js +167 -167
- package/ChannelSelector/ChannelSelectorButtons.d.ts +3 -3
- package/ChannelSelector/ChannelSelectorButtons.js +19 -19
- package/ChannelSelector/Channels.d.ts +17 -17
- package/ChannelSelector/Channels.js +11 -11
- package/ChannelSelector/Channels.test.js +90 -90
- package/ChannelSelector/LargeSelector.d.ts +3 -3
- package/ChannelSelector/LargeSelector.js +66 -66
- package/ChannelSelector/MiniSelector.d.ts +4 -4
- package/ChannelSelector/MiniSelector.js +57 -57
- package/ChannelSelector/Region.d.ts +28 -28
- package/ChannelSelector/Region.js +20 -20
- package/ChannelSelector/Region.test.js +37 -37
- package/ChannelSelector/exampleChannels.js +577 -577
- package/ChannelSelector/groupBy.d.ts +7 -7
- package/ChannelSelector/groupBy.js +15 -15
- package/ChannelSelector/groupBy.test.js +42 -42
- package/Checkbox/Checkbox.d.ts +10 -10
- package/Checkbox/Checkbox.js +68 -68
- package/Checkbox/CheckboxGroup.d.ts +23 -23
- package/Checkbox/CheckboxGroup.js +21 -21
- package/Checkbox/index.d.ts +2 -2
- package/Checkbox/index.js +2 -2
- package/ContentPageLink.d.ts +9 -9
- package/ContentPageLink.js +36 -36
- package/ContentRenderer.d.ts +9 -9
- package/ContentRenderer.js +35 -35
- package/DropdownMenu/Button.d.ts +7 -7
- package/DropdownMenu/Button.js +31 -31
- package/DropdownMenu/DropdownMenu.d.ts +21 -21
- package/DropdownMenu/DropdownMenu.js +71 -71
- package/DropdownMenu/Item.d.ts +13 -13
- package/DropdownMenu/Item.js +47 -47
- package/DropdownMenu/Items.d.ts +16 -16
- package/DropdownMenu/Items.js +52 -52
- package/DropdownMenu/index.d.ts +4 -4
- package/DropdownMenu/index.js +4 -4
- package/ErrorBoundary/Generic.d.ts +17 -17
- package/ErrorBoundary/Generic.js +68 -68
- package/ErrorBoundary/PassThrough.d.ts +3 -3
- package/ErrorBoundary/PassThrough.js +6 -6
- package/Gallery/Gallery.d.ts +39 -39
- package/Gallery/Gallery.js +121 -121
- package/Gallery/constructGallery.d.ts +15 -15
- package/Gallery/constructGallery.js +40 -40
- package/Image/B2BImage.d.ts +50 -50
- package/Image/B2BImage.js +52 -52
- package/Image/BaseImage.d.ts +39 -39
- package/Image/BaseImage.js +191 -191
- package/Image/Fallback.d.ts +5 -5
- package/Image/Fallback.js +3 -3
- package/Image/FlightImage.d.ts +52 -52
- package/Image/FlightImage.js +57 -57
- package/Image/FlightImage.test.js +277 -277
- package/Image/Image.d.ts +2 -2
- package/Image/Image.js +2 -2
- package/Image/index.d.ts +1 -1
- package/Image/index.js +1 -1
- package/Image/useConstructImage.d.ts +46 -46
- package/Image/useConstructImage.js +96 -96
- package/Image/utils/aspectRatioToFraction.d.ts +2 -2
- package/Image/utils/aspectRatioToFraction.js +10 -10
- package/Image/utils/getFullUrl.d.ts +6 -6
- package/Image/utils/getFullUrl.js +17 -17
- package/Image/utils/getImageWidth.d.ts +1 -1
- package/Image/utils/getImageWidth.js +11 -11
- package/Image/utils/getImageWidths.d.ts +2 -2
- package/Image/utils/getImageWidths.js +13 -13
- package/Image/utils/getLQIP.d.ts +8 -8
- package/Image/utils/getLQIP.js +19 -19
- package/Image/utils/getLargestSize.d.ts +7 -7
- package/Image/utils/getLargestSize.js +16 -16
- package/Image/utils/getSizeForBreakpoint.d.ts +2 -2
- package/Image/utils/getSizeForBreakpoint.js +15 -15
- package/Image/utils/getSizesMap.d.ts +2 -2
- package/Image/utils/getSizesMap.js +21 -21
- package/Image/utils/getSmallestSize.d.ts +2 -2
- package/Image/utils/getSmallestSize.js +11 -11
- package/Image/utils/getSrcSetFromWidths.d.ts +10 -10
- package/Image/utils/getSrcSetFromWidths.js +8 -8
- package/Image/utils/getSrcWithParams.d.ts +3 -3
- package/Image/utils/getSrcWithParams.js +28 -28
- package/Image/utils/paddingForAspectRatio.d.ts +1 -1
- package/Image/utils/paddingForAspectRatio.js +5 -5
- package/Image/utils/remToPx.d.ts +1 -1
- package/Image/utils/remToPx.js +1 -1
- package/Image/utils/sizeToNumber.d.ts +2 -2
- package/Image/utils/sizeToNumber.js +26 -26
- package/Input/Input.d.ts +6 -6
- package/Input/Input.js +44 -44
- package/Input/index.d.ts +3 -3
- package/Input/index.js +3 -3
- package/JetshopText.d.ts +3 -3
- package/JetshopText.js +11 -11
- package/Loading/LoadingBar.d.ts +8 -8
- package/Loading/LoadingBar.js +57 -57
- package/Loading/LoadingLine.d.ts +31 -31
- package/Loading/LoadingLine.js +25 -25
- package/Loading/LoadingLine.test.js +18 -18
- package/Loading/NetworkStatusNotifier.d.ts +2 -2
- package/Loading/NetworkStatusNotifier.js +3 -3
- package/Menu/GetMoreSubcategoriesQuery.gql +25 -25
- package/Menu/MenuContainer.d.ts +28 -28
- package/Menu/MenuContainer.js +45 -45
- package/Menu/MenuContainer.test.js +245 -245
- package/Menu/RecursiveTree.d.ts +28 -28
- package/Menu/RecursiveTree.js +90 -90
- package/Menu/RecursiveTree.test.js +416 -416
- package/Modal/Drawer/Drawer.d.ts +11 -11
- package/Modal/Drawer/Drawer.js +30 -30
- package/Modal/Drawer/DrawerTarget.d.ts +6 -6
- package/Modal/Drawer/DrawerTarget.js +11 -11
- package/Modal/Drawer/DrawerTarget.test.js +92 -92
- package/Modal/Drawer/DrawerTrigger.d.ts +11 -11
- package/Modal/Drawer/DrawerTrigger.js +15 -15
- package/Modal/Drawer/DrawerTrigger.test.js +51 -51
- package/Modal/Drawer/index.d.ts +3 -3
- package/Modal/Drawer/index.js +3 -3
- package/Modal/Flyout/FlyoutTarget.d.ts +10 -10
- package/Modal/Flyout/FlyoutTarget.js +14 -14
- package/Modal/Flyout/FlyoutTarget.test.js +84 -84
- package/Modal/Flyout/FlyoutTrigger.d.ts +15 -15
- package/Modal/Flyout/FlyoutTrigger.js +17 -17
- package/Modal/Flyout/FlyoutTrigger.test.js +72 -72
- package/Modal/Flyout/index.d.ts +2 -2
- package/Modal/Flyout/index.js +2 -2
- package/Modal/ModalContext.d.ts +26 -26
- package/Modal/ModalContext.js +8 -8
- package/Modal/ModalProvider.d.ts +5 -5
- package/Modal/ModalProvider.js +82 -82
- package/Modal/ModalProvider.test.js +26 -26
- package/Modal/ModalRoot.d.ts +3 -3
- package/Modal/ModalRoot.js +43 -43
- package/Modal/ModalRoot.test.js +80 -80
- package/Modal/ModalTrigger.d.ts +9 -9
- package/Modal/ModalTrigger.js +8 -8
- package/Modal/__test_utils__/getComponentWithModalContext.js +29 -29
- package/Pagination/Pagination.d.ts +7 -7
- package/Pagination/Pagination.js +22 -22
- package/Pagination/PaginationBehaviour.d.ts +52 -52
- package/Pagination/PaginationBehaviour.js +67 -67
- package/Pagination/index.d.ts +2 -2
- package/Pagination/index.js +2 -2
- package/Pagination/usePagination.d.ts +15 -15
- package/Pagination/usePagination.js +45 -45
- package/PreOrderDateSelector/PreOrderDateSelector.d.ts +20 -20
- package/PreOrderDateSelector/PreOrderDateSelector.js +73 -73
- package/PreOrderDateSelector/index.d.ts +2 -2
- package/PreOrderDateSelector/index.js +2 -2
- package/Price/Currency.d.ts +9 -9
- package/Price/Currency.js +10 -10
- package/Price/Price.d.ts +29 -28
- package/Price/Price.js +35 -34
- package/Price/Price.js.map +1 -1
- package/Price/index.d.ts +1 -1
- package/Price/index.js +1 -1
- package/ProductLink.d.ts +21 -21
- package/ProductLink.js +81 -81
- package/ProductList/Badges.d.ts +6 -6
- package/ProductList/Badges.js +55 -55
- package/ProductList/GridProduct.d.ts +24 -24
- package/ProductList/GridProduct.js +57 -57
- package/ProductList/ProductGrid.d.ts +16 -16
- package/ProductList/ProductGrid.js +29 -29
- package/ProductList/ProductImage.d.ts +12 -12
- package/ProductList/ProductImage.js +20 -20
- package/ProductSpecifications/ProductSpecifications.d.ts +8 -8
- package/ProductSpecifications/ProductSpecifications.js +77 -77
- package/ScrollRestorationHandler/ScrollRestorationHandler.d.ts +8 -8
- package/ScrollRestorationHandler/ScrollRestorationHandler.js +16 -16
- package/ScrollRestorationHandler/ScrollRestorationHandler.test.js +75 -75
- package/ScrollRestorationHandler/index.d.ts +1 -1
- package/ScrollRestorationHandler/index.js +1 -1
- package/ScrollRestorationHandler/isInIgnoredRouteTypes.d.ts +6 -6
- package/ScrollRestorationHandler/isInIgnoredRouteTypes.js +7 -7
- package/ScrollRestorationHandler/useScrollRestore.d.ts +7 -7
- package/ScrollRestorationHandler/useScrollRestore.js +19 -19
- package/Search/AutocompleteQuery.gql +10 -10
- package/Search/SearchAutoCompleteContainer.d.ts +45 -45
- package/Search/SearchAutoCompleteContainer.js +171 -171
- package/Search/SearchAutoCompleteContainer.test.js +460 -460
- package/Search/SearchField.d.ts +15 -15
- package/Search/SearchField.js +96 -96
- package/Search/SearchPage/PageOf.d.ts +5 -5
- package/Search/SearchPage/PageOf.js +6 -6
- package/Search/SearchPage/SearchMeta.d.ts +16 -16
- package/Search/SearchPage/SearchMeta.js +19 -19
- package/Search/SearchPage/SearchPageBehaviour.d.ts +19 -19
- package/Search/SearchPage/SearchPageBehaviour.js +66 -66
- package/Search/SuggestedTerm.d.ts +16 -16
- package/Search/SuggestedTerm.js +34 -34
- package/Search/index.d.ts +1 -1
- package/Search/index.js +1 -1
- package/Select/Components.d.ts +28 -28
- package/Select/Components.js +90 -90
- package/Select/SelectComponents/Quantity.d.ts +5 -5
- package/Select/SelectComponents/Quantity.js +7 -7
- package/Select/index.d.ts +5 -5
- package/Select/index.js +1 -1
- package/SortOrder/SortOrder.d.ts +16 -16
- package/SortOrder/SortOrder.js +31 -31
- package/SortOrder/SortOrderDropdown.d.ts +9 -9
- package/SortOrder/SortOrderDropdown.js +24 -24
- package/SortOrder/SortOrderList.d.ts +7 -7
- package/SortOrder/SortOrderList.js +16 -16
- package/StartPageRenderer/StartPageRenderer.d.ts +17 -17
- package/StartPageRenderer/StartPageRenderer.js +51 -51
- package/StartPageRenderer/index.d.ts +1 -1
- package/StartPageRenderer/index.js +1 -1
- package/Stock/StockStatusContainer.d.ts +16 -16
- package/Stock/StockStatusContainer.js +39 -39
- package/Stock/__tests__/StockStatusContainer.test.js +65 -65
- package/Text/Text.d.ts +11 -11
- package/Text/Text.js +21 -21
- package/Text/index.d.ts +3 -3
- package/Text/index.js +3 -3
- package/Theme/createTheme.d.ts +16 -16
- package/Theme/createTheme.js +4 -4
- package/Theme/cssReset.d.ts +1 -1
- package/Theme/cssReset.js +159 -159
- package/Theme/normalizeCss.d.ts +1 -1
- package/Theme/normalizeCss.js +356 -356
- package/Theme/sanitizeCss.d.ts +1 -1
- package/Theme/sanitizeCss.js +571 -571
- package/WindowGrid/WindowGrid.d.ts +11 -11
- package/WindowGrid/WindowGrid.js +57 -57
- package/WindowGrid/index.d.ts +1 -1
- package/WindowGrid/index.js +1 -1
- package/WindowGrid/useResizeObserver.d.ts +8 -8
- package/WindowGrid/useResizeObserver.js +13 -13
- package/WindowGrid/useScrollWithWindow.d.ts +12 -12
- package/WindowGrid/useScrollWithWindow.js +38 -38
- package/dependencies.d.ts +98 -98
- package/fuzzySearch/fuzzySearch.d.ts +8 -8
- package/fuzzySearch/fuzzySearch.js +42 -42
- package/fuzzySearch/index.d.ts +1 -1
- package/fuzzySearch/index.js +1 -1
- package/global.d.ts +1 -1
- package/hooks/index.d.ts +2 -2
- package/hooks/index.js +2 -2
- package/hooks/useOnClickOutside.d.ts +6 -6
- package/hooks/useOnClickOutside.js +16 -16
- package/hooks/useOnEsc.d.ts +4 -4
- package/hooks/useOnEsc.js +16 -16
- package/package.json +1 -1
- package/setupTests.js +2 -2
- package/svg/flags/ad.svg +150 -150
- package/svg/flags/ae.svg +6 -6
- package/svg/flags/af.svg +81 -81
- package/svg/flags/ag.svg +14 -14
- package/svg/flags/ai.svg +767 -767
- package/svg/flags/al.svg +5 -5
- package/svg/flags/am.svg +5 -5
- package/svg/flags/ao.svg +13 -13
- package/svg/flags/aq.svg +6 -6
- package/svg/flags/ar.svg +31 -31
- package/svg/flags/as.svg +33 -33
- package/svg/flags/at.svg +6 -6
- package/svg/flags/au.svg +9 -9
- package/svg/flags/aw.svg +186 -186
- package/svg/flags/ax.svg +18 -18
- package/svg/flags/az.svg +8 -8
- package/svg/flags/ba.svg +12 -12
- package/svg/flags/bb.svg +6 -6
- package/svg/flags/bd.svg +4 -4
- package/svg/flags/be.svg +7 -7
- package/svg/flags/bf.svg +7 -7
- package/svg/flags/bg.svg +7 -7
- package/svg/flags/bh.svg +11 -11
- package/svg/flags/bi.svg +15 -15
- package/svg/flags/bj.svg +14 -14
- package/svg/flags/bl.svg +7 -7
- package/svg/flags/bm.svg +98 -98
- package/svg/flags/bn.svg +36 -36
- package/svg/flags/bo.svg +676 -676
- package/svg/flags/bq.svg +5 -5
- package/svg/flags/br.svg +45 -45
- package/svg/flags/bs.svg +13 -13
- package/svg/flags/bt.svg +89 -89
- package/svg/flags/bv.svg +13 -13
- package/svg/flags/bw.svg +7 -7
- package/svg/flags/by.svg +20 -20
- package/svg/flags/bz.svg +145 -145
- package/svg/flags/ca.svg +4 -4
- package/svg/flags/cc.svg +19 -19
- package/svg/flags/cd.svg +5 -5
- package/svg/flags/cf.svg +15 -15
- package/svg/flags/cg.svg +12 -12
- package/svg/flags/ch.svg +9 -9
- package/svg/flags/ci.svg +7 -7
- package/svg/flags/ck.svg +9 -9
- package/svg/flags/cl.svg +13 -13
- package/svg/flags/cm.svg +15 -15
- package/svg/flags/cn.svg +11 -11
- package/svg/flags/co.svg +7 -7
- package/svg/flags/cr.svg +7 -7
- package/svg/flags/cu.svg +13 -13
- package/svg/flags/cv.svg +13 -13
- package/svg/flags/cw.svg +14 -14
- package/svg/flags/cx.svg +15 -15
- package/svg/flags/cy.svg +6 -6
- package/svg/flags/cz.svg +12 -12
- package/svg/flags/de.svg +5 -5
- package/svg/flags/dj.svg +13 -13
- package/svg/flags/dk.svg +5 -5
- package/svg/flags/dm.svg +152 -152
- package/svg/flags/do.svg +6745 -6745
- package/svg/flags/dz.svg +5 -5
- package/svg/flags/ec.svg +138 -138
- package/svg/flags/ee.svg +7 -7
- package/svg/flags/eg.svg +38 -38
- package/svg/flags/eh.svg +15 -15
- package/svg/flags/er.svg +8 -8
- package/svg/flags/es-ct.svg +4 -4
- package/svg/flags/es.svg +544 -544
- package/svg/flags/et.svg +14 -14
- package/svg/flags/eu.svg +28 -28
- package/svg/flags/fi.svg +5 -5
- package/svg/flags/fj.svg +120 -120
- package/svg/flags/fk.svg +89 -89
- package/svg/flags/fm.svg +11 -11
- package/svg/flags/fo.svg +12 -12
- package/svg/flags/fr.svg +7 -7
- package/svg/flags/ga.svg +7 -7
- package/svg/flags/gb-eng.svg +5 -5
- package/svg/flags/gb-nir.svg +131 -131
- package/svg/flags/gb-sct.svg +4 -4
- package/svg/flags/gb-wls.svg +9 -9
- package/svg/flags/gb.svg +15 -15
- package/svg/flags/gd.svg +27 -27
- package/svg/flags/ge.svg +6 -6
- package/svg/flags/gf.svg +5 -5
- package/svg/flags/gg.svg +9 -9
- package/svg/flags/gh.svg +6 -6
- package/svg/flags/gi.svg +32 -32
- package/svg/flags/gl.svg +4 -4
- package/svg/flags/gm.svg +14 -14
- package/svg/flags/gn.svg +7 -7
- package/svg/flags/gp.svg +7 -7
- package/svg/flags/gq.svg +23 -23
- package/svg/flags/gr.svg +22 -22
- package/svg/flags/gs.svg +201 -201
- package/svg/flags/gt.svg +204 -204
- package/svg/flags/gu.svg +39 -39
- package/svg/flags/gw.svg +13 -13
- package/svg/flags/gy.svg +9 -9
- package/svg/flags/hk.svg +30 -30
- package/svg/flags/hm.svg +9 -9
- package/svg/flags/hn.svg +18 -18
- package/svg/flags/hr.svg +58 -58
- package/svg/flags/ht.svg +116 -116
- package/svg/flags/hu.svg +7 -7
- package/svg/flags/id.svg +6 -6
- package/svg/flags/ie.svg +7 -7
- package/svg/flags/il.svg +14 -14
- package/svg/flags/im.svg +36 -36
- package/svg/flags/in.svg +25 -25
- package/svg/flags/io.svg +138 -138
- package/svg/flags/iq.svg +10 -10
- package/svg/flags/ir.svg +219 -219
- package/svg/flags/is.svg +12 -12
- package/svg/flags/it.svg +7 -7
- package/svg/flags/je.svg +31 -31
- package/svg/flags/jm.svg +8 -8
- package/svg/flags/jo.svg +16 -16
- package/svg/flags/jp.svg +11 -11
- package/svg/flags/ke.svg +23 -23
- package/svg/flags/kg.svg +15 -15
- package/svg/flags/kh.svg +61 -61
- package/svg/flags/ki.svg +36 -36
- package/svg/flags/km.svg +16 -16
- package/svg/flags/kn.svg +14 -14
- package/svg/flags/kp.svg +15 -15
- package/svg/flags/kr.svg +24 -24
- package/svg/flags/kw.svg +13 -13
- package/svg/flags/ky.svg +63 -63
- package/svg/flags/kz.svg +23 -23
- package/svg/flags/la.svg +12 -12
- package/svg/flags/lb.svg +15 -15
- package/svg/flags/lc.svg +8 -8
- package/svg/flags/li.svg +43 -43
- package/svg/flags/lk.svg +22 -22
- package/svg/flags/lr.svg +14 -14
- package/svg/flags/ls.svg +8 -8
- package/svg/flags/lt.svg +7 -7
- package/svg/flags/lu.svg +5 -5
- package/svg/flags/lv.svg +6 -6
- package/svg/flags/ly.svg +13 -13
- package/svg/flags/ma.svg +4 -4
- package/svg/flags/mc.svg +6 -6
- package/svg/flags/md.svg +70 -70
- package/svg/flags/me.svg +116 -116
- package/svg/flags/mf.svg +7 -7
- package/svg/flags/mg.svg +7 -7
- package/svg/flags/mh.svg +7 -7
- package/svg/flags/mk.svg +5 -5
- package/svg/flags/ml.svg +7 -7
- package/svg/flags/mm.svg +16 -16
- package/svg/flags/mn.svg +13 -13
- package/svg/flags/mo.svg +9 -9
- package/svg/flags/mp.svg +86 -86
- package/svg/flags/mq.svg +7 -7
- package/svg/flags/mr.svg +6 -6
- package/svg/flags/ms.svg +39 -39
- package/svg/flags/mt.svg +49 -49
- package/svg/flags/mu.svg +8 -8
- package/svg/flags/mv.svg +6 -6
- package/svg/flags/mw.svg +10 -10
- package/svg/flags/mx.svg +382 -382
- package/svg/flags/my.svg +15 -15
- package/svg/flags/mz.svg +21 -21
- package/svg/flags/na.svg +16 -16
- package/svg/flags/nc.svg +7 -7
- package/svg/flags/ne.svg +6 -6
- package/svg/flags/nf.svg +9 -9
- package/svg/flags/ng.svg +6 -6
- package/svg/flags/ni.svg +129 -129
- package/svg/flags/nl.svg +7 -7
- package/svg/flags/no.svg +7 -7
- package/svg/flags/np.svg +14 -14
- package/svg/flags/nr.svg +12 -12
- package/svg/flags/nu.svg +26 -26
- package/svg/flags/nz.svg +41 -41
- package/svg/flags/om.svg +115 -115
- package/svg/flags/pa.svg +14 -14
- package/svg/flags/pe.svg +244 -244
- package/svg/flags/pf.svg +19 -19
- package/svg/flags/pg.svg +9 -9
- package/svg/flags/ph.svg +13 -13
- package/svg/flags/pk.svg +15 -15
- package/svg/flags/pl.svg +6 -6
- package/svg/flags/pm.svg +7 -7
- package/svg/flags/pn.svg +62 -62
- package/svg/flags/pr.svg +13 -13
- package/svg/flags/ps.svg +15 -15
- package/svg/flags/pt.svg +57 -57
- package/svg/flags/pw.svg +11 -11
- package/svg/flags/py.svg +157 -157
- package/svg/flags/qa.svg +4 -4
- package/svg/flags/re.svg +7 -7
- package/svg/flags/ro.svg +7 -7
- package/svg/flags/rs.svg +292 -292
- package/svg/flags/ru.svg +7 -7
- package/svg/flags/rw.svg +13 -13
- package/svg/flags/sa.svg +26 -26
- package/svg/flags/sb.svg +13 -13
- package/svg/flags/sc.svg +14 -14
- package/svg/flags/sd.svg +13 -13
- package/svg/flags/se.svg +16 -16
- package/svg/flags/sg.svg +13 -13
- package/svg/flags/sh.svg +74 -74
- package/svg/flags/si.svg +18 -18
- package/svg/flags/sj.svg +7 -7
- package/svg/flags/sk.svg +9 -9
- package/svg/flags/sl.svg +7 -7
- package/svg/flags/sm.svg +91 -91
- package/svg/flags/sn.svg +8 -8
- package/svg/flags/so.svg +11 -11
- package/svg/flags/sr.svg +6 -6
- package/svg/flags/ss.svg +8 -8
- package/svg/flags/st.svg +16 -16
- package/svg/flags/sv.svg +606 -606
- package/svg/flags/sx.svg +56 -56
- package/svg/flags/sy.svg +6 -6
- package/svg/flags/sz.svg +45 -45
- package/svg/flags/tc.svg +67 -67
- package/svg/flags/td.svg +7 -7
- package/svg/flags/tf.svg +15 -15
- package/svg/flags/tg.svg +14 -14
- package/svg/flags/th.svg +7 -7
- package/svg/flags/tj.svg +22 -22
- package/svg/flags/tk.svg +5 -5
- package/svg/flags/tl.svg +13 -13
- package/svg/flags/tm.svg +206 -206
- package/svg/flags/tn.svg +13 -13
- package/svg/flags/to.svg +10 -10
- package/svg/flags/tr.svg +8 -8
- package/svg/flags/tt.svg +5 -5
- package/svg/flags/tv.svg +27 -27
- package/svg/flags/tw.svg +14 -14
- package/svg/flags/tz.svg +13 -13
- package/svg/flags/ua.svg +6 -6
- package/svg/flags/ug.svg +30 -30
- package/svg/flags/um.svg +15 -15
- package/svg/flags/un.svg +16 -16
- package/svg/flags/us.svg +10 -10
- package/svg/flags/uy.svg +28 -28
- package/svg/flags/uz.svg +30 -30
- package/svg/flags/va.svg +479 -479
- package/svg/flags/vc.svg +8 -8
- package/svg/flags/ve.svg +26 -26
- package/svg/flags/vg.svg +127 -127
- package/svg/flags/vi.svg +28 -28
- package/svg/flags/vn.svg +11 -11
- package/svg/flags/vu.svg +18 -18
- package/svg/flags/wf.svg +7 -7
- package/svg/flags/ws.svg +7 -7
- package/svg/flags/ye.svg +7 -7
- package/svg/flags/yt.svg +7 -7
- package/svg/flags/za.svg +17 -17
- package/svg/flags/zm.svg +27 -27
- package/svg/flags/zw.svg +21 -21
- package/test-utils/mock-response/product-status.js +44 -44
- package/utils/breakpoints.d.ts +23 -23
- package/utils/breakpoints.js +89 -89
- package/utils/callAllEventHandlers.d.ts +5 -5
- package/utils/callAllEventHandlers.js +8 -8
- package/utils/text.d.ts +1 -1
- package/utils/text.js +22 -22
- package/utils/theme.d.ts +3 -3
- package/utils/theme.js +4 -4
- package/utils/useHoverIntent.d.ts +10 -10
- package/utils/useHoverIntent.js +77 -77
- package/utils/usePropsOfType.d.ts +11 -11
- package/utils/usePropsOfType.js +17 -17
- package/withFlightUI.d.ts +17 -17
- package/withFlightUI.js +19 -19
package/svg/flags/pf.svg
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pf" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g clip-path="url(#a)">
|
|
8
|
-
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
9
|
-
<path fill="#fff" d="M80 0h480v480H80z"/>
|
|
10
|
-
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-width="2pt" d="M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13l135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16l167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z"/>
|
|
11
|
-
<path fill="red" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M301.3 218.9l38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z"/>
|
|
12
|
-
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-linecap="round" stroke-width="5" d="M277 258.7l86.7.3"/>
|
|
13
|
-
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width="4" d="M281.1 238l10.3 13.7m-10.3 0l11.1-13.5M287 237l-.3 8.5m10.8-7.6l10.3 13.8m-10.3 0l11.1-13.5m-5.2-1.2l-.3 8.5m11.1-7.6l10.3 13.8m-10.3 0l11.1-13.5m-5.2-1.2l-.3 8.5m11.7-7.6l10.2 13.8m-10.2 0l11.1-13.5m-5.3-1.2l-.2 8.5m11-7.6l10.3 13.8m-10.2 0l11.1-13.5M354 237l-.3 8.5"/>
|
|
14
|
-
<path fill="#ef7d08" fill-rule="evenodd" d="M218.7 259.6l36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32l39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7l30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6l-33.4 17.6c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1l16.7-.7.3-6.7-17 7.4zm-51-.5l-17.5-.5v-7l17.6 7.5zm0-2l-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4l23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9l-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z"/>
|
|
15
|
-
<path fill="red" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z"/>
|
|
16
|
-
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-width="2pt" d="M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16l36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0l-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z"/>
|
|
17
|
-
<path fill="#de2010" fill-rule="evenodd" d="M-40 360h720v120H-40zm0-360h720v120H-40z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pf" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g clip-path="url(#a)">
|
|
8
|
+
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
9
|
+
<path fill="#fff" d="M80 0h480v480H80z"/>
|
|
10
|
+
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-width="2pt" d="M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13l135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16l167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z"/>
|
|
11
|
+
<path fill="red" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M301.3 218.9l38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z"/>
|
|
12
|
+
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-linecap="round" stroke-width="5" d="M277 258.7l86.7.3"/>
|
|
13
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width="4" d="M281.1 238l10.3 13.7m-10.3 0l11.1-13.5M287 237l-.3 8.5m10.8-7.6l10.3 13.8m-10.3 0l11.1-13.5m-5.2-1.2l-.3 8.5m11.1-7.6l10.3 13.8m-10.3 0l11.1-13.5m-5.2-1.2l-.3 8.5m11.7-7.6l10.2 13.8m-10.2 0l11.1-13.5m-5.3-1.2l-.2 8.5m11-7.6l10.3 13.8m-10.2 0l11.1-13.5M354 237l-.3 8.5"/>
|
|
14
|
+
<path fill="#ef7d08" fill-rule="evenodd" d="M218.7 259.6l36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32l39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7l30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6l-33.4 17.6c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1l16.7-.7.3-6.7-17 7.4zm-51-.5l-17.5-.5v-7l17.6 7.5zm0-2l-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4l23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9l-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z"/>
|
|
15
|
+
<path fill="red" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z"/>
|
|
16
|
+
<path fill="#083d9c" fill-rule="evenodd" stroke="#083d9c" stroke-width="2pt" d="M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16l36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0l-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z"/>
|
|
17
|
+
<path fill="#de2010" fill-rule="evenodd" d="M-40 360h720v120H-40zm0-360h720v120H-40z"/>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
package/svg/flags/pg.svg
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pg" width="640" height="480">
|
|
2
|
-
<g fill-rule="evenodd">
|
|
3
|
-
<path d="M1.6 0l-.5 480h640L1.6 0z"/>
|
|
4
|
-
<path fill="red" d="M640.6 480l.5-480H1.1l639.5 480z"/>
|
|
5
|
-
</g>
|
|
6
|
-
<path fill="#fc0" stroke="#fc0" stroke-width="1.1" d="M178 54l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6-1.9.1-11.6-.2-11.6-.2l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9-5 3-5 6.5-7.7 12.3-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4 4 1 1-4c6 8 8 16 19 18l-1-4a262.2 262.2 0 0 1 8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5 2 1-3-8 3 1-4-6 1.5-1-.5-3c6 2 14 5 15 12 1 11-11 14-19 13 6 5 17 3 22-2 2-2 3-5 4-8 1 3 3 7 3 11-1 9-13 12-21 13 9 5 25-1 26-14 0-11-7-16-10-21l-1-5.4 3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3 2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3-1.8.2v-3.5L198 36l-3-1 2-5-3 1 1-5s-2.2 1-3.6.9a51.7 51.7 0 0 0 1.6-3.4c-1-1.5 0-4.5 0-4.5-7 1-8 2-12 8-6 11-4 16-3 27z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/>
|
|
7
|
-
<path fill="red" fill-rule="evenodd" stroke="red" stroke-width="1.4" d="M215.8 70.4c.5.9 6.2 3.6 10.4 6-1.1-4.6-9.4-5.6-10.4-6z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/>
|
|
8
|
-
<path fill="#fff" fill-rule="evenodd" d="M175 399l-14.2-9-19 9.1 4.3-16.2-14.5-15.1 16.7-1 10-18.4 6.1 15.5 20.7 3.8-13 10.6zm36.2-79l-6.6-3-6.3 3.6 1-7.2-5.4-4.9 7.1-1.3 3-6.6 3.5 6.4 7.2.8-5 5.2zm32-45.2l-14.5-7-13.9 7.8 2.3-15.7-11.8-10.8 15.7-2.8 6.6-14.4 7.6 14 15.8 1.8-11 11.5zm-65.8-63l-17-8.5-16.5 9.1 2.8-18.6-13.8-13 18.7-3 8-17 8.7 16.7 18.8 2.3-13.3 13.4zm-60.8 65.4l-17-10-17 10.3 4.3-19.3-15.1-13 19.7-1.8 7.7-18.3 7.9 18.2 19.8 1.6-14.9 13z"/>
|
|
9
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pg" width="640" height="480">
|
|
2
|
+
<g fill-rule="evenodd">
|
|
3
|
+
<path d="M1.6 0l-.5 480h640L1.6 0z"/>
|
|
4
|
+
<path fill="red" d="M640.6 480l.5-480H1.1l639.5 480z"/>
|
|
5
|
+
</g>
|
|
6
|
+
<path fill="#fc0" stroke="#fc0" stroke-width="1.1" d="M178 54l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6-1.9.1-11.6-.2-11.6-.2l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9-5 3-5 6.5-7.7 12.3-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4 4 1 1-4c6 8 8 16 19 18l-1-4a262.2 262.2 0 0 1 8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5 2 1-3-8 3 1-4-6 1.5-1-.5-3c6 2 14 5 15 12 1 11-11 14-19 13 6 5 17 3 22-2 2-2 3-5 4-8 1 3 3 7 3 11-1 9-13 12-21 13 9 5 25-1 26-14 0-11-7-16-10-21l-1-5.4 3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3 2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3-1.8.2v-3.5L198 36l-3-1 2-5-3 1 1-5s-2.2 1-3.6.9a51.7 51.7 0 0 0 1.6-3.4c-1-1.5 0-4.5 0-4.5-7 1-8 2-12 8-6 11-4 16-3 27z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/>
|
|
7
|
+
<path fill="red" fill-rule="evenodd" stroke="red" stroke-width="1.4" d="M215.8 70.4c.5.9 6.2 3.6 10.4 6-1.1-4.6-9.4-5.6-10.4-6z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/>
|
|
8
|
+
<path fill="#fff" fill-rule="evenodd" d="M175 399l-14.2-9-19 9.1 4.3-16.2-14.5-15.1 16.7-1 10-18.4 6.1 15.5 20.7 3.8-13 10.6zm36.2-79l-6.6-3-6.3 3.6 1-7.2-5.4-4.9 7.1-1.3 3-6.6 3.5 6.4 7.2.8-5 5.2zm32-45.2l-14.5-7-13.9 7.8 2.3-15.7-11.8-10.8 15.7-2.8 6.6-14.4 7.6 14 15.8 1.8-11 11.5zm-65.8-63l-17-8.5-16.5 9.1 2.8-18.6-13.8-13 18.7-3 8-17 8.7 16.7 18.8 2.3-13.3 13.4zm-60.8 65.4l-17-10-17 10.3 4.3-19.3-15.1-13 19.7-1.8 7.7-18.3 7.9 18.2 19.8 1.6-14.9 13z"/>
|
|
9
|
+
</svg>
|
package/svg/flags/ph.svg
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-ph" width="640" height="480">
|
|
2
|
-
<path d="m0 0h640v240h-640z" fill="#0038a8"/>
|
|
3
|
-
<path d="m0 240h640v240h-640z" fill="#ce1126"/>
|
|
4
|
-
<path d="M 415.7,240 0,480 V 0" fill="#fff"/>
|
|
5
|
-
<g fill="#fcd116">
|
|
6
|
-
<g stroke-width="1pt">
|
|
7
|
-
<path d="m26.689 42.443 14.382 12.428 16.652-9.1669-7.3761 17.52 13.864 13.005-18.941-1.6014-8.0837 17.204-4.3301-18.509-18.86-2.3717 16.265-9.8378z"/>
|
|
8
|
-
<path d="m350.47 214.72 0.38729 19.005 17.955 6.2412-17.955 6.241-0.38729 19.005-11.484-15.148-18.194 5.5045 10.857-15.603-10.857-15.603 18.194 5.5045z"/>
|
|
9
|
-
<path d="m37.187 388.1 8.0837 17.204 18.941-1.6014-13.864 13.005 7.3761 17.52-16.652-9.167-14.382 12.428 3.5724-18.67-16.265-9.8378 18.86-2.3718z"/>
|
|
10
|
-
</g>
|
|
11
|
-
<path d="m151.45 139.1-6.2036 6.2036 3.0766 46.987c-1.046 0.0674-2.0814 0.16882-3.1081 0.30261l-5.6488-42.877-5.0624 5.0624 7.622 38.325c-6.2697 1.2406-12.097 3.7036-17.223 7.1366l-21.706-32.487h-7.1618l26.327 34.315c-0.82608 0.63506-1.6262 1.2993-2.4084 1.9859l-31.056-35.412h-8.7758v8.7758l35.412 31.056c-0.6873 0.78308-1.3502 1.5875-1.9859 2.4145l-34.315-26.334v7.1618l32.493 21.713c-3.4322 5.1258-5.9026 10.949-7.1429 17.217l-38.325-7.622-5.0624 5.0624 42.877 5.6488c-0.13379 1.0268-0.23519 2.0623-0.30262 3.1081l-46.987-3.0766-6.2036 6.2036 6.2036 6.2036 46.987-3.0766c0.068 1.0464 0.16883 2.0875 0.30262 3.1144l-42.877 5.6425 5.0624 5.0624 38.325-7.622c1.2404 6.2695 3.7029 12.096 7.1366 17.223l-32.487 21.706v7.1618l34.315-26.327c0.63511 0.8264 1.2993 1.6258 1.9859 2.4084l-35.412 31.056v8.7758h8.7758l31.056-35.412c0.78329 0.68778 1.5874 1.3496 2.4145 1.9859l-26.334 34.315h7.1618l21.713-32.493c5.1244 3.4351 10.948 5.9089 17.217 7.1492l-7.622 38.318 5.0624 5.0624 5.6488-42.877c1.0262 0.13379 2.062 0.23519 3.1081 0.30262l-3.0766 46.987 6.2036 6.2036 6.2036-6.2036-3.0766-46.987c1.046-0.068 2.0814-0.16883 3.1081-0.30262l5.6488 42.877 5.0624-5.0624-7.622-38.325c6.2697-1.2406 12.097-3.7034 17.223-7.1366l21.706 32.487h7.1618l-26.327-34.315c0.82608-0.63506 1.6263-1.2993 2.4084-1.9859l31.056 35.412h8.7758v-8.7758l-35.412-31.056c0.6873-0.78308 1.3502-1.5875 1.9859-2.4145l34.315 26.334v-7.1618l-32.493-21.713c3.4322-5.1257 5.9026-10.949 7.1429-17.217l38.325 7.622 5.0624-5.0624-42.877-5.6488c0.13378-1.0269 0.23519-2.0623 0.30261-3.1081l46.987 3.0766 6.2036-6.2036-6.2036-6.2036-46.987 3.0766c-0.0674-1.046-0.16883-2.0814-0.30261-3.1081l42.877-5.6488-5.0624-5.0624-38.325 7.622c-1.2406-6.2697-3.7033-12.097-7.1366-17.223l32.487-21.706v-7.1618l-34.315 26.327c-0.63506-0.82603-1.2993-1.6262-1.9859-2.4083l35.412-31.056v-8.7758h-8.7758l-31.056 35.412c-0.78308-0.68731-1.5874-1.3502-2.4145-1.9859l26.334-34.315h-7.1618l-21.713 32.493c-5.1257-3.4322-10.949-5.9025-17.217-7.1429l7.622-38.325-5.0624-5.0624-5.6488 42.877c-1.0268-0.13379-2.0623-0.23519-3.1081-0.30261l3.0766-46.987z" stroke-width="5.309"/>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-ph" width="640" height="480">
|
|
2
|
+
<path d="m0 0h640v240h-640z" fill="#0038a8"/>
|
|
3
|
+
<path d="m0 240h640v240h-640z" fill="#ce1126"/>
|
|
4
|
+
<path d="M 415.7,240 0,480 V 0" fill="#fff"/>
|
|
5
|
+
<g fill="#fcd116">
|
|
6
|
+
<g stroke-width="1pt">
|
|
7
|
+
<path d="m26.689 42.443 14.382 12.428 16.652-9.1669-7.3761 17.52 13.864 13.005-18.941-1.6014-8.0837 17.204-4.3301-18.509-18.86-2.3717 16.265-9.8378z"/>
|
|
8
|
+
<path d="m350.47 214.72 0.38729 19.005 17.955 6.2412-17.955 6.241-0.38729 19.005-11.484-15.148-18.194 5.5045 10.857-15.603-10.857-15.603 18.194 5.5045z"/>
|
|
9
|
+
<path d="m37.187 388.1 8.0837 17.204 18.941-1.6014-13.864 13.005 7.3761 17.52-16.652-9.167-14.382 12.428 3.5724-18.67-16.265-9.8378 18.86-2.3718z"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="m151.45 139.1-6.2036 6.2036 3.0766 46.987c-1.046 0.0674-2.0814 0.16882-3.1081 0.30261l-5.6488-42.877-5.0624 5.0624 7.622 38.325c-6.2697 1.2406-12.097 3.7036-17.223 7.1366l-21.706-32.487h-7.1618l26.327 34.315c-0.82608 0.63506-1.6262 1.2993-2.4084 1.9859l-31.056-35.412h-8.7758v8.7758l35.412 31.056c-0.6873 0.78308-1.3502 1.5875-1.9859 2.4145l-34.315-26.334v7.1618l32.493 21.713c-3.4322 5.1258-5.9026 10.949-7.1429 17.217l-38.325-7.622-5.0624 5.0624 42.877 5.6488c-0.13379 1.0268-0.23519 2.0623-0.30262 3.1081l-46.987-3.0766-6.2036 6.2036 6.2036 6.2036 46.987-3.0766c0.068 1.0464 0.16883 2.0875 0.30262 3.1144l-42.877 5.6425 5.0624 5.0624 38.325-7.622c1.2404 6.2695 3.7029 12.096 7.1366 17.223l-32.487 21.706v7.1618l34.315-26.327c0.63511 0.8264 1.2993 1.6258 1.9859 2.4084l-35.412 31.056v8.7758h8.7758l31.056-35.412c0.78329 0.68778 1.5874 1.3496 2.4145 1.9859l-26.334 34.315h7.1618l21.713-32.493c5.1244 3.4351 10.948 5.9089 17.217 7.1492l-7.622 38.318 5.0624 5.0624 5.6488-42.877c1.0262 0.13379 2.062 0.23519 3.1081 0.30262l-3.0766 46.987 6.2036 6.2036 6.2036-6.2036-3.0766-46.987c1.046-0.068 2.0814-0.16883 3.1081-0.30262l5.6488 42.877 5.0624-5.0624-7.622-38.325c6.2697-1.2406 12.097-3.7034 17.223-7.1366l21.706 32.487h7.1618l-26.327-34.315c0.82608-0.63506 1.6263-1.2993 2.4084-1.9859l31.056 35.412h8.7758v-8.7758l-35.412-31.056c0.6873-0.78308 1.3502-1.5875 1.9859-2.4145l34.315 26.334v-7.1618l-32.493-21.713c3.4322-5.1257 5.9026-10.949 7.1429-17.217l38.325 7.622 5.0624-5.0624-42.877-5.6488c0.13378-1.0269 0.23519-2.0623 0.30261-3.1081l46.987 3.0766 6.2036-6.2036-6.2036-6.2036-46.987 3.0766c-0.0674-1.046-0.16883-2.0814-0.30261-3.1081l42.877-5.6488-5.0624-5.0624-38.325 7.622c-1.2406-6.2697-3.7033-12.097-7.1366-17.223l32.487-21.706v-7.1618l-34.315 26.327c-0.63506-0.82603-1.2993-1.6262-1.9859-2.4083l35.412-31.056v-8.7758h-8.7758l-31.056 35.412c-0.78308-0.68731-1.5874-1.3502-2.4145-1.9859l26.334-34.315h-7.1618l-21.713 32.493c-5.1257-3.4322-10.949-5.9025-17.217-7.1429l7.622-38.325-5.0624-5.0624-5.6488 42.877c-1.0268-0.13379-2.0623-0.23519-3.1081-0.30261l3.0766-46.987z" stroke-width="5.309"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
package/svg/flags/pk.svg
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pk" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M-52.3 0h682.6v512H-52.3z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(49) scale(.9375)">
|
|
8
|
-
<path fill="#0c590b" d="M-95 0h768v512H-95z"/>
|
|
9
|
-
<path fill="#fff" d="M-95 0H97.5v512H-95z"/>
|
|
10
|
-
<g fill="#fff">
|
|
11
|
-
<path d="M403.7 225.4l-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"/>
|
|
12
|
-
<path d="M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pk" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path fill-opacity=".7" d="M-52.3 0h682.6v512H-52.3z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(49) scale(.9375)">
|
|
8
|
+
<path fill="#0c590b" d="M-95 0h768v512H-95z"/>
|
|
9
|
+
<path fill="#fff" d="M-95 0H97.5v512H-95z"/>
|
|
10
|
+
<g fill="#fff">
|
|
11
|
+
<path d="M403.7 225.4l-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"/>
|
|
12
|
+
<path d="M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
package/svg/flags/pl.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pl" width="640" height="480">
|
|
2
|
-
<g fill-rule="evenodd">
|
|
3
|
-
<path fill="#fff" d="M640 480H0V0h640z"/>
|
|
4
|
-
<path fill="#dc143c" d="M640 480H0V240h640z"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pl" width="640" height="480">
|
|
2
|
+
<g fill-rule="evenodd">
|
|
3
|
+
<path fill="#fff" d="M640 480H0V0h640z"/>
|
|
4
|
+
<path fill="#dc143c" d="M640 480H0V240h640z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
package/svg/flags/pm.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pm" width="640" height="480">
|
|
2
|
-
<g fill-rule="evenodd" stroke-width="1pt">
|
|
3
|
-
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
4
|
-
<path fill="#00267f" d="M0 0h213.3v480H0z"/>
|
|
5
|
-
<path fill="#f31830" d="M426.7 0H640v480H426.7z"/>
|
|
6
|
-
</g>
|
|
7
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pm" width="640" height="480">
|
|
2
|
+
<g fill-rule="evenodd" stroke-width="1pt">
|
|
3
|
+
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
4
|
+
<path fill="#00267f" d="M0 0h213.3v480H0z"/>
|
|
5
|
+
<path fill="#f31830" d="M426.7 0H640v480H426.7z"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
package/svg/flags/pn.svg
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pn" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path d="M-15-7.5h30v15h-30z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<path fill="#00247d" d="M0 0h640v480H0z"/>
|
|
8
|
-
<g clip-path="url(#a)" transform="translate(320 160) scale(21.33333)">
|
|
9
|
-
<circle r="20" fill="#00247d"/>
|
|
10
|
-
<path stroke="#fff" stroke-width="3" d="M-20-10l40 20m-40 0l40-20"/>
|
|
11
|
-
<path stroke="#cf142b" stroke-width="2" d="M-20-10l40 20m-40 0l40-20"/>
|
|
12
|
-
<path fill="#fff" d="M0 0l20 10h-3L-3 0m3 0l20-10h3L3 0M0 0l-20 10h-3L-3 0m3 0l-20-10h3L3 0"/>
|
|
13
|
-
<path stroke="#fff" stroke-width="5" d="M-20 0h40M0-10v20"/>
|
|
14
|
-
<path stroke="#cf142b" stroke-width="3" d="M-20 0h40M0-10v20"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M410 310.4a59.7 59.7 0 0 0-20.1 29.3c-6 28.9-14 35.3-26.5 29 0 15.6 13.6 16.8 19.6 7.7 0 14.5 5.3 27.1 17.1 37.9 5 4.5 6 1.4 3.6-3.6s-2.4-21.2-7.1-30.5c7.6 5.5 18.8 2.4 17.8-12.6-9.7 5.7-19.5 5.5-20.5-8.1-1.2-16 5-39.1 16-49.1zm-11.6-114.8c.6-5.7-.6-11.6-4.8-15.2-8-7.2-16-4.8-21.9 1-8.8-4.8-13.5 12-23.5 9.2 1.7 5.5 4.3 7.8 9.3 6-5.2 4.7 0 10.4-6.2 16.2 11.2 3.5 17.2-2.7 16.7-13.4 4.3 3.8 11 3.6 14.5-.7-6-2-6-7.1-3.6-12 3.6-7 20.4-6.8 19.5 9z"/>
|
|
17
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M424.2 278.5c-12.6 6.7-35.7 3.8-37.9-12.6-2.1-16.4 13.8-23.8 18.1-26 6.7-3.3 12 2.6 9.8 9.5a10.8 10.8 0 0 0 5.5-16.2c9.7.7 18.8-6.6 22.6-17.1-3.4 3.3-12.8 1-20.5.5 2.4-2.6 2.4-7.7 1.7-10.3-8.1 8.3-19.8 4.5-35.3 28.6 2.4-8.3 7-25 9.6-36a27.1 27.1 0 0 0 .6-3.3c.9-15.7-15.9-16-19.5-8.8 4 4.4 2 9.6.5 17.4-1.6 9.3-5.2 30.7-8.3 37.9-1-11.2-8.4-12-9.8-17.4-2.1 1.4-3.3 5.2-2.9 7.8-2.6-2.8-11.6.7-15-3.5-3.5 7.1 2.2 14.3 8.2 17.3-3.5.3-4.4 4.5-8.2 4.5 5.2 5.9 10.4 8.3 16.5 8.8 6 .5 10.6 2.7 14.3 10.1 6 11.9 28.6 19.6 50 8.8z"/>
|
|
18
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M455.7 264c-7.2 19.7-26.7 33.8-35.6 36-15 3.6-45.6 18.4-53.8 26"/>
|
|
19
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M410 310.4c-11.4 9.6-17.3 33.1-16 49.1.3 4.4 1.5 7.5 3.4 9.3.8-9 7.1-32.4 23.2-42.9 13.6-8.8 34.8-28.6 42.7-51.2a18 18 0 0 0-8.4-9.8c-7.8 21.4-28.7 31.6-45 45.5z"/>
|
|
20
|
-
<path fill="#316d3a" stroke="#000" stroke-width=".6" d="M448.4 254.8c-4 6-13.2 14.4-22 17.8 1.9-2.2 2.5-5 2.6-7.2a80.8 80.8 0 0 1-42.7.5 58.2 58.2 0 0 0 57.7-17.2c2 2.2 3.6 4 4.4 6.1z"/>
|
|
21
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M362.7 304.7c-18.2 17-6.2 32 1 35.3-2 11.9 9.3 10.4 9 20.4 4.6-2.6 5.8-9.5 5-15 5.8 6.2 20.3-.7 23.4 10.8 2-12.7-7.9-25.3-20-24.1 5-4.5 2.1-11.9-2.6-13.8-1 9.3-11.5 9.3-15.5 6.4-4-2.8-7.4-12.1-.3-20z"/>
|
|
22
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M402.2 413.1c-2 1.1-1.9 3.7-.6 5.3 2.5 3.4-1.8 11 6.3 12.6 2.4.5 4.2-1 5.1-3.7 2.5-7.5-5.5-8.4-6.2-12-.7-3.5-3-3.2-4.6-2.2z"/>
|
|
23
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M409 427.2c-2.7 1.2-5 3-4 11.5.5 3.6.2 12.2-2.8 12.3 1.9 1 6 2 7.6-.3 1.6 2.7 5.2 2 6.7-1.4 1.9 1.6 4.5-1 4.5-3.3 1.7 1 5-.5 4.1-5.6 2 .7 4.7-.7 5.7-2-3-.6-10.5-4.7-12.3-8-1.8-3.1-6.4-4.7-9.5-3.2z"/>
|
|
24
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M367.7 186.2a31.4 31.4 0 0 1 4-4.9m41.3 36.4c2.1-1.1 5.3-1.3 8.9-1m-12.1 234c-.8-1.1-1.1-6.2-.6-9.2m7.3 7.8"/>
|
|
25
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M535 305c29.3 24.5 31.2 44 26.7 55.4-2.4-10.7-14.5-27.3-27.2-31.6l.5-23.9z"/>
|
|
26
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M482.6 291.1h54.3v64.4c0 54.7-30.5 87.1-61.5 104.3A114.3 114.3 0 0 1 414 355.5V291H452c0 3.4.4 8.4 4.3 13.4 9-1 19.2-7.7 26.2-13.4z"/>
|
|
27
|
-
<path fill="#006ec7" stroke="#000" stroke-width=".6" d="M536.9 291.1v64.4c0 16.5-2.8 31-7.5 43.6l-54-99-53.9 99"/>
|
|
28
|
-
<g fill="#f7e017" stroke="#000" stroke-width=".6">
|
|
29
|
-
<path d="M500 429.6l5.2 2.6a38.3 38.3 0 0 0 2.4-21c-3 7.9-13.6 7.6-16.4 12.4a34.6 34.6 0 0 1 4.8 3c-3.6 3.6-12 9.6-16.7 11v-51c0-3.6-1.2-6.6-1.2-9.6v-10.5c0-2.4-.5-5.9-2.7-5.9-2.1 0-2.6 3.5-2.6 5.9V377c0 3-1.2 6.4-1.2 9.6v51c-2.6-7.6-12.9-5-17.6-12.6a13.5 13.5 0 0 1 5.7-.2c-3.5-12.2-13.3-13.1-15.2-16.7 0 5-2.1 16.7 1.2 21.7a13.3 13.3 0 0 1 3.2-2.6c4 8.8 22.3 8.8 26.5 23.3 3.5-5.3 15.9-11.5 24.6-20.9z"/>
|
|
30
|
-
<path d="M475.4 387.1c4 0 17-1.3 21.6-1.3 1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4c-4.6 0-17.5-1.4-21.5-1.4s-17 1.3-21.6 1.3c-1.2 0-2.2 1.8-2.2 4s1 4.1 2.2 4.1c4.6 0 17.5 1.3 21.5 1.3zm-2.6-20.9"/>
|
|
31
|
-
<path d="M453.9 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4"/>
|
|
32
|
-
<path d="M455.7 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4m11.7 8.8c1.5 0 2.7-2.1 2.7-4.8 0-2.7-1.2-4.9-2.7-4.9m2.8 10c1.5 0 2.8-2.3 2.8-5.1s-1.3-5.1-2.8-5.1m9.1 10.2c1.6 0 2.8-2.3 2.8-5.1 0-2.9-1.2-5.2-2.8-5.2m3 10.2c1.4 0 2.7-2.3 2.7-5 0-2.8-1.3-5-2.8-5m12.8 9.1c1.2 0 2.2-1.8 2.2-4.1s-1-4.1-2.2-4.1m-46.2 49.5a18.1 18.1 0 0 1 5.2-2.2m43.4 2.6l-1.4-1m4 3c3.3-3.5 6-7.6 7.6-12.2"/>
|
|
33
|
-
</g>
|
|
34
|
-
<g stroke="#000" stroke-width=".6">
|
|
35
|
-
<path fill="#fff" d="M464.5 336.6c0-1.2 1-1.7 2.1-2.5 1.3-1 1.9-1.5 3.1-1.5h15.6c1.2 0 1.5.3 1.5 1.4v21.2c0 1.1-.3 1.4-1.5 1.4h-20.8v-20.2"/>
|
|
36
|
-
<path fill="#e5e5e5" d="M481.5 358.5c2 0 1.7 0 3-1.5 1.6-1.5 1.5-1.4 1.5-2.8v-19.4c0-1-.3-1.3-1.4-1.3h-14.4c-1.1 0-1.6.4-2.9 1.4-1 .8-1.9 1.3-1.9 2.3v21.3h16z"/>
|
|
37
|
-
<path fill="#fff" d="M483 358c0 1-.3 1.4-1.4 1.4h-15.7c-1.1 0-1.4-.3-1.4-1.4v-21.3c0-1 .3-1.3 1.4-1.3h15.7c1.1 0 1.4.3 1.4 1.4V358z"/>
|
|
38
|
-
</g>
|
|
39
|
-
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M513.3 278.7a12 12 0 0 1 2.4 12.4h-4.5c1.9-5.7.7-11.2-7.4-11.9-12.1-1-26.2 22.4-47.4 25.3-6.2-7.4-5.9-21.5 2-28.1a86.7 86.7 0 0 0-18.6-30.2"/>
|
|
40
|
-
<path d="M460.5 285c-1-16-7.5-29-16.5-38a25 25 0 0 0 19-3c8-5.3 28.4-14.5 35.9-10.5a11.7 11.7 0 0 1 .5 6.1c-1.8-4.7-21.6 2.7-27.2 5-5.3 2.4-7.7 5.8-5.8 13.3-3.1-2.6-2-5.1-5.3-7 1.3 3 2.4 8.6 2.8 13.2-1.2-3.2-3.4-10.1-8-14.2a78 78 0 0 1 5.9 36.8c3.2 0 10.3-3.2 13.1-5.5-2.5 3.6-9.7 6.1-14.3 7-2 2.6-3.5 9-3.4 12.6-.3-4.4 1-15.2 3.3-15.9zm52.8-6.3c-4-4.4-11.3-6.8-20.7-4.2a29.8 29.8 0 0 1 7.3-2.4c-.4-2.5-2.7-13.3-3-15.9l2.6-1a178 178 0 0 0 4 16.8c1 .2 2.8.6 4.5 1.4-.8-2.5-4.8-20.5-4.7-22.4l3.6-2c1.4 9.8 3.7 24 6.4 29.7z"/>
|
|
41
|
-
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M511.2 291.1c1.9-5.7.7-11.2-7.4-11.9-6.3-.5-13 5.6-21.2 12h28.6zm-52.7-51.3"/>
|
|
42
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M458.4 276.4c1.3 3.8 2.2 7.4 2.3 10.7m-13.1-58.3c-2.2 3.2-4 6.6-4.7 9.4 4 1.4 12 2 15.6 1.6"/>
|
|
43
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M439.8 246.2l4.2.8a24.9 24.9 0 0 0 19-3c6-4.3 22.2-17.7 40.6-19.1"/>
|
|
44
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M435 242c5.8 1.3 17.6 1.8 23.5-2.2a80.4 80.4 0 0 1 40.5-15.6"/>
|
|
45
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M535 305c20 13.8 34.8 27.1 39 48.6 4.4 21.4 12.5 27.1 22.5 21.4-2.4 12.4-14.8 13.8-25.3 4.3 1 14.3-4.8 31.4-19.5 37.6-1-8.6 4.7-15.3 3-22.4-.6-3-.9-10.2 3.2-13.6-7.9 2.7-20.3-2.3-21.5-14 9 4.3 20.8 5 25.3-6.4 4.5-11.5 2.6-31-26.7-55.6zm25.3-111.5c6.1-16.3 22.4-14.6 27.8-7.7 16-9 18.1 11.5 31.7 7.4-.2 3.8-4.8 7.4-9.7 7.2 5.2 4.7-2.2 11.9 9 16.2-9.5 4.7-22.9-.3-26.5-13.4-3 6.2-14.3 6.2-18.8 1.2 9.8-2.6 9-11.7 3.6-15.2-5.5-3.6-15.3-2.2-17.1 4.2zM511.9 229a86.8 86.8 0 0 0 23.6 36.8c11.4 10.5 28.7 7.8 38.3-2.2.3 20-20.4 21.5-31.9 15.3-5-2.8-9.2-1.3-4.3 3 7.4 6.7 23.6 11.7 42.7 15.8 33.3 7.1 21.4 33.6 11.6 33.4 2.9-.1 5.2-3 1.1-6.7-29-26-87.8-15.7-86.8-73.9-6.2 15.3-31.7 9.3-19.8-8.8 3.8 3.1 10.5 3.3 12.4-1.4 1.5-3.7.5-10.2-6.2-15.7 1.1-.1 3.5 0 3.2-2.7.3 1.6 1.8 4 5.5 3.2 1.1 1.6 2.2 2.8 3.8 2.2.3-.2 1.2-.6.8-2.3.3 3.1 4 4.3 6 4z"/>
|
|
46
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M542 279c13.7 9 29.3 9 43.7-7.6 4.6-5.3 11.7-9.8 16.7-10.3s4.8-5.2 8.6-6.2c-2.4-.7-3.3-3.5-6.9-3.2 9-3.1 6.3-10.2 10.7-13.7-3.6 1.3-9.1-4-14.3 2.8 1.3-3.2-.5-6.9-1.8-8.3.5 3.6-7 4.3-8.4 13.4-.8 5-3.6 4.7-4-3.1-.4-5.8-3.2-21.7-6.5-29.8-3.3-8.1-4.1-19.2.4-21m-33.5 234.4c3 1.5 5.5 3.5 3.9 13-.7 4-.8 13.6 2.7 13.9-2.2 1-6.8 1.9-8.5-.6-2 2.9-6 1.9-7.4-2-2.2 1.7-5-1.3-5-3.9-1.8 1.2-5.5-.7-4.3-6.4-2.3.7-5.2-1-6.2-2.5 3.3-.5 11.9-4.7 14-8.2 2.2-3.5 7.4-5 10.8-3.3z"/>
|
|
47
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M544.7 452.7c1-1.3 1.6-6.9 1-10.3m-8.4 8.4a15.7 15.7 0 0 0 5.1-8.2m-10 4.3c2-.8 6.7-6.5 7.8-10.2m-12.2 3.7a26 26 0 0 0 12.1-9"/>
|
|
48
|
-
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M506.2 250.6c-.4 24.5 9.7 36.8 23.8 44.8-5.2-3-3-13.8-10-17.3 1.7 0 4.3 2.3 8.5 1.3-2-4.5-5.4-11.4-13.1-12.3 2-.3 6.4.4 9.2-.6-4-6.2-14.7-3.3-18.4-15.9zm-2.6-23.2c-.8-.3-1.6-1.1-2.3-2.3-3.7.8-5.2-1.5-5.5-3.2.2 2.8-2.1 2.7-3.2 2.8 6.7 5.5 7.7 12 6.2 15.7-2 4.7-8.6 4.5-12.4 1.4-.5 10.1 12.6 13.5 17.4.7 0 2.2 2.7 2 3.4 4.8 3.4-5.5.9-13.4-3.6-19.9z"/>
|
|
49
|
-
<path fill="#cf142b" stroke="#000" stroke-width=".6" d="M487 150.7c0-2.2 3.6-5 8.6-5 6 .2 10.7 5.6 15.5 5.1 4.8-.5 2.5 2.1 1.4 2.9-1 .7-1.6 1.8-1.2 3 .4 1.4-.3 2.2-2.2 1-4.3-2.7-8.6 1-14.3-1-4.9-1.8-7.7-2.8-7.8-6z"/>
|
|
50
|
-
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M462.5 207a36.5 36.5 0 0 0-15.9-17.7l-.2-4a53 53 0 0 0 10.7-8c17.9 8.5 42.2-3.6 53.4-16.3l4.3 2.7-2.2 2.8-2.2-1.2c-2.8 3.4-13 13-16.1 15 4.2 1 9.8 1.8 11.4 1.7 10-7.1 17.9-13.6 21.7-14l3.2 4.2-2.9 2-2.2-1.2a114.6 114.6 0 0 0-27.7 41c-6.6-1.5-30.5-.5-35.3-7.1z"/>
|
|
51
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M463.4 204.3c-1.6-8.9 1-18.7 5.5-21.7a35.6 35.6 0 0 0 36.8-.6"/>
|
|
52
|
-
<path fill="none" stroke="#000" stroke-width=".6" d="M463.4 199.6c7.6-.2 24.2 1.1 28.3 1.7 4 .6 10.8 2.3 9.8 4.3m-34.6-7.2l2.2-2.2-2.2-2.2-2.2 2.2 2.2 2.2z"/>
|
|
53
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M472.1 154c-2.7-3.8-10.3-5-11.9.1-.7 2.3-1.8 4.7-3.6 5.8-1.7 1-1.3 4.3-.6 5.7 2 3.4.3 6.7 4 9 0-2.7 4-5.6 7.5-6.3 3.4-.7 8.7-3.8 9.4-7.2.7-3.5 1.9-6.4-4.8-7z"/>
|
|
54
|
-
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M455 188.3h.9v6.5l.6.3 5.6-3.2.5.9-5.7 3.2a1.7 1.7 0 0 1 0 .6l5.7 3.3-.5.8-5.7-3.2"/>
|
|
55
|
-
<path fill="#337321" stroke="#000" stroke-width=".6" d="M450.7 215c-.7-.8-2-3.1-2-4.8a6.2 6.2 0 0 1 4.1 1.6c-.1-1.2-.6-3.8-.3-5 1.3.5 4 2 5 3.8"/>
|
|
56
|
-
<path fill="#f7e017" d="M490.5 151.9c0-.9 2-2.9 5.5-2.8 4.2 0 8 3 11.4 2.9 3.4-.3 1.7.8 1 1.1-.7.3-1 .8-.8 1.3.2.5-.2.9-1.6.4-3-1.1-6 .4-10-.5-3.4-.7-5.4-1-5.5-2.4z"/>
|
|
57
|
-
<g stroke="#000" stroke-width=".6">
|
|
58
|
-
<path fill="#f7e017" d="M454.4 222.2c-3.6 4.2-7.2 3.5-7.9.8-.7-2.8 2-4 1-6.5-1-2.3 1.5-3.4 2.7-2.3 1.2 1 5-2.4 6.7 1.2 1.6 3.5 3 6 2 7.5-1 1.4-3.8.7-4.5-.7zm15.3-6.5c-.7-1.5 3-4.6 5-2.4 1.9 2.1 4.9-2.4 6.5 1 1.7 3.4 2.2 5.2 3 7.1.9 2-4.5 3-6.1 1.3.2 1.1-4.7 2-6-1.2l-2.4-5.8zm24.8 2c-.9-1.7 3.5-4 5.7-1 .6-1.3 5-1.5 5.2 2.1l.5 7.2c.1 1.5-2.6 2.8-4.5-.9-3.5.8-5.2-1.2-5.6-3.3a17 17 0 0 0-1.3-4.1z"/>
|
|
59
|
-
<path fill="#337321" d="M456.7 215.3c-.6-1.2 3-3.6 5.4-1.8 2.5 1.8 5.9-1.5 7.3 1.7 3 6.5 3.1 7 2.2 8.2-.9 1.3-4.7.8-5.6-1-.2 1.2-3.5 1-5.2.1-2-1-3.4-5-4.1-7.2zm25 .3c-.8-1.8 4.8-3.4 7.2-.2 1.3-1.2 4-1.2 5.6 2.3 1.5 3.5 1.8 5.5.6 6.4-.8.6-3.6 1-4.6-.5-1.3.8-5.4.1-6.3-2.1-.8-2.3-1.6-4.3-2.4-6zm23.8 3.5c-.2-1.6 2.9-2.4 4 0 1.1 2.5 4.8.3 5 4.3.1.8-.3 3.8-1.5 5.2-1.1 1.4-6.6 0-7-3"/>
|
|
60
|
-
<path fill="none" d="M454.4 222.2c-1.3-1.8-3.1-4.7-5.4-1.6m17 1.8"/>
|
|
61
|
-
</g>
|
|
62
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pn" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path d="M-15-7.5h30v15h-30z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<path fill="#00247d" d="M0 0h640v480H0z"/>
|
|
8
|
+
<g clip-path="url(#a)" transform="translate(320 160) scale(21.33333)">
|
|
9
|
+
<circle r="20" fill="#00247d"/>
|
|
10
|
+
<path stroke="#fff" stroke-width="3" d="M-20-10l40 20m-40 0l40-20"/>
|
|
11
|
+
<path stroke="#cf142b" stroke-width="2" d="M-20-10l40 20m-40 0l40-20"/>
|
|
12
|
+
<path fill="#fff" d="M0 0l20 10h-3L-3 0m3 0l20-10h3L3 0M0 0l-20 10h-3L-3 0m3 0l-20-10h3L3 0"/>
|
|
13
|
+
<path stroke="#fff" stroke-width="5" d="M-20 0h40M0-10v20"/>
|
|
14
|
+
<path stroke="#cf142b" stroke-width="3" d="M-20 0h40M0-10v20"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M410 310.4a59.7 59.7 0 0 0-20.1 29.3c-6 28.9-14 35.3-26.5 29 0 15.6 13.6 16.8 19.6 7.7 0 14.5 5.3 27.1 17.1 37.9 5 4.5 6 1.4 3.6-3.6s-2.4-21.2-7.1-30.5c7.6 5.5 18.8 2.4 17.8-12.6-9.7 5.7-19.5 5.5-20.5-8.1-1.2-16 5-39.1 16-49.1zm-11.6-114.8c.6-5.7-.6-11.6-4.8-15.2-8-7.2-16-4.8-21.9 1-8.8-4.8-13.5 12-23.5 9.2 1.7 5.5 4.3 7.8 9.3 6-5.2 4.7 0 10.4-6.2 16.2 11.2 3.5 17.2-2.7 16.7-13.4 4.3 3.8 11 3.6 14.5-.7-6-2-6-7.1-3.6-12 3.6-7 20.4-6.8 19.5 9z"/>
|
|
17
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M424.2 278.5c-12.6 6.7-35.7 3.8-37.9-12.6-2.1-16.4 13.8-23.8 18.1-26 6.7-3.3 12 2.6 9.8 9.5a10.8 10.8 0 0 0 5.5-16.2c9.7.7 18.8-6.6 22.6-17.1-3.4 3.3-12.8 1-20.5.5 2.4-2.6 2.4-7.7 1.7-10.3-8.1 8.3-19.8 4.5-35.3 28.6 2.4-8.3 7-25 9.6-36a27.1 27.1 0 0 0 .6-3.3c.9-15.7-15.9-16-19.5-8.8 4 4.4 2 9.6.5 17.4-1.6 9.3-5.2 30.7-8.3 37.9-1-11.2-8.4-12-9.8-17.4-2.1 1.4-3.3 5.2-2.9 7.8-2.6-2.8-11.6.7-15-3.5-3.5 7.1 2.2 14.3 8.2 17.3-3.5.3-4.4 4.5-8.2 4.5 5.2 5.9 10.4 8.3 16.5 8.8 6 .5 10.6 2.7 14.3 10.1 6 11.9 28.6 19.6 50 8.8z"/>
|
|
18
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M455.7 264c-7.2 19.7-26.7 33.8-35.6 36-15 3.6-45.6 18.4-53.8 26"/>
|
|
19
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M410 310.4c-11.4 9.6-17.3 33.1-16 49.1.3 4.4 1.5 7.5 3.4 9.3.8-9 7.1-32.4 23.2-42.9 13.6-8.8 34.8-28.6 42.7-51.2a18 18 0 0 0-8.4-9.8c-7.8 21.4-28.7 31.6-45 45.5z"/>
|
|
20
|
+
<path fill="#316d3a" stroke="#000" stroke-width=".6" d="M448.4 254.8c-4 6-13.2 14.4-22 17.8 1.9-2.2 2.5-5 2.6-7.2a80.8 80.8 0 0 1-42.7.5 58.2 58.2 0 0 0 57.7-17.2c2 2.2 3.6 4 4.4 6.1z"/>
|
|
21
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M362.7 304.7c-18.2 17-6.2 32 1 35.3-2 11.9 9.3 10.4 9 20.4 4.6-2.6 5.8-9.5 5-15 5.8 6.2 20.3-.7 23.4 10.8 2-12.7-7.9-25.3-20-24.1 5-4.5 2.1-11.9-2.6-13.8-1 9.3-11.5 9.3-15.5 6.4-4-2.8-7.4-12.1-.3-20z"/>
|
|
22
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M402.2 413.1c-2 1.1-1.9 3.7-.6 5.3 2.5 3.4-1.8 11 6.3 12.6 2.4.5 4.2-1 5.1-3.7 2.5-7.5-5.5-8.4-6.2-12-.7-3.5-3-3.2-4.6-2.2z"/>
|
|
23
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M409 427.2c-2.7 1.2-5 3-4 11.5.5 3.6.2 12.2-2.8 12.3 1.9 1 6 2 7.6-.3 1.6 2.7 5.2 2 6.7-1.4 1.9 1.6 4.5-1 4.5-3.3 1.7 1 5-.5 4.1-5.6 2 .7 4.7-.7 5.7-2-3-.6-10.5-4.7-12.3-8-1.8-3.1-6.4-4.7-9.5-3.2z"/>
|
|
24
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M367.7 186.2a31.4 31.4 0 0 1 4-4.9m41.3 36.4c2.1-1.1 5.3-1.3 8.9-1m-12.1 234c-.8-1.1-1.1-6.2-.6-9.2m7.3 7.8"/>
|
|
25
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M535 305c29.3 24.5 31.2 44 26.7 55.4-2.4-10.7-14.5-27.3-27.2-31.6l.5-23.9z"/>
|
|
26
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M482.6 291.1h54.3v64.4c0 54.7-30.5 87.1-61.5 104.3A114.3 114.3 0 0 1 414 355.5V291H452c0 3.4.4 8.4 4.3 13.4 9-1 19.2-7.7 26.2-13.4z"/>
|
|
27
|
+
<path fill="#006ec7" stroke="#000" stroke-width=".6" d="M536.9 291.1v64.4c0 16.5-2.8 31-7.5 43.6l-54-99-53.9 99"/>
|
|
28
|
+
<g fill="#f7e017" stroke="#000" stroke-width=".6">
|
|
29
|
+
<path d="M500 429.6l5.2 2.6a38.3 38.3 0 0 0 2.4-21c-3 7.9-13.6 7.6-16.4 12.4a34.6 34.6 0 0 1 4.8 3c-3.6 3.6-12 9.6-16.7 11v-51c0-3.6-1.2-6.6-1.2-9.6v-10.5c0-2.4-.5-5.9-2.7-5.9-2.1 0-2.6 3.5-2.6 5.9V377c0 3-1.2 6.4-1.2 9.6v51c-2.6-7.6-12.9-5-17.6-12.6a13.5 13.5 0 0 1 5.7-.2c-3.5-12.2-13.3-13.1-15.2-16.7 0 5-2.1 16.7 1.2 21.7a13.3 13.3 0 0 1 3.2-2.6c4 8.8 22.3 8.8 26.5 23.3 3.5-5.3 15.9-11.5 24.6-20.9z"/>
|
|
30
|
+
<path d="M475.4 387.1c4 0 17-1.3 21.6-1.3 1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4c-4.6 0-17.5-1.4-21.5-1.4s-17 1.3-21.6 1.3c-1.2 0-2.2 1.8-2.2 4s1 4.1 2.2 4.1c4.6 0 17.5 1.3 21.5 1.3zm-2.6-20.9"/>
|
|
31
|
+
<path d="M453.9 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4"/>
|
|
32
|
+
<path d="M455.7 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4m11.7 8.8c1.5 0 2.7-2.1 2.7-4.8 0-2.7-1.2-4.9-2.7-4.9m2.8 10c1.5 0 2.8-2.3 2.8-5.1s-1.3-5.1-2.8-5.1m9.1 10.2c1.6 0 2.8-2.3 2.8-5.1 0-2.9-1.2-5.2-2.8-5.2m3 10.2c1.4 0 2.7-2.3 2.7-5 0-2.8-1.3-5-2.8-5m12.8 9.1c1.2 0 2.2-1.8 2.2-4.1s-1-4.1-2.2-4.1m-46.2 49.5a18.1 18.1 0 0 1 5.2-2.2m43.4 2.6l-1.4-1m4 3c3.3-3.5 6-7.6 7.6-12.2"/>
|
|
33
|
+
</g>
|
|
34
|
+
<g stroke="#000" stroke-width=".6">
|
|
35
|
+
<path fill="#fff" d="M464.5 336.6c0-1.2 1-1.7 2.1-2.5 1.3-1 1.9-1.5 3.1-1.5h15.6c1.2 0 1.5.3 1.5 1.4v21.2c0 1.1-.3 1.4-1.5 1.4h-20.8v-20.2"/>
|
|
36
|
+
<path fill="#e5e5e5" d="M481.5 358.5c2 0 1.7 0 3-1.5 1.6-1.5 1.5-1.4 1.5-2.8v-19.4c0-1-.3-1.3-1.4-1.3h-14.4c-1.1 0-1.6.4-2.9 1.4-1 .8-1.9 1.3-1.9 2.3v21.3h16z"/>
|
|
37
|
+
<path fill="#fff" d="M483 358c0 1-.3 1.4-1.4 1.4h-15.7c-1.1 0-1.4-.3-1.4-1.4v-21.3c0-1 .3-1.3 1.4-1.3h15.7c1.1 0 1.4.3 1.4 1.4V358z"/>
|
|
38
|
+
</g>
|
|
39
|
+
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M513.3 278.7a12 12 0 0 1 2.4 12.4h-4.5c1.9-5.7.7-11.2-7.4-11.9-12.1-1-26.2 22.4-47.4 25.3-6.2-7.4-5.9-21.5 2-28.1a86.7 86.7 0 0 0-18.6-30.2"/>
|
|
40
|
+
<path d="M460.5 285c-1-16-7.5-29-16.5-38a25 25 0 0 0 19-3c8-5.3 28.4-14.5 35.9-10.5a11.7 11.7 0 0 1 .5 6.1c-1.8-4.7-21.6 2.7-27.2 5-5.3 2.4-7.7 5.8-5.8 13.3-3.1-2.6-2-5.1-5.3-7 1.3 3 2.4 8.6 2.8 13.2-1.2-3.2-3.4-10.1-8-14.2a78 78 0 0 1 5.9 36.8c3.2 0 10.3-3.2 13.1-5.5-2.5 3.6-9.7 6.1-14.3 7-2 2.6-3.5 9-3.4 12.6-.3-4.4 1-15.2 3.3-15.9zm52.8-6.3c-4-4.4-11.3-6.8-20.7-4.2a29.8 29.8 0 0 1 7.3-2.4c-.4-2.5-2.7-13.3-3-15.9l2.6-1a178 178 0 0 0 4 16.8c1 .2 2.8.6 4.5 1.4-.8-2.5-4.8-20.5-4.7-22.4l3.6-2c1.4 9.8 3.7 24 6.4 29.7z"/>
|
|
41
|
+
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M511.2 291.1c1.9-5.7.7-11.2-7.4-11.9-6.3-.5-13 5.6-21.2 12h28.6zm-52.7-51.3"/>
|
|
42
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M458.4 276.4c1.3 3.8 2.2 7.4 2.3 10.7m-13.1-58.3c-2.2 3.2-4 6.6-4.7 9.4 4 1.4 12 2 15.6 1.6"/>
|
|
43
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M439.8 246.2l4.2.8a24.9 24.9 0 0 0 19-3c6-4.3 22.2-17.7 40.6-19.1"/>
|
|
44
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M435 242c5.8 1.3 17.6 1.8 23.5-2.2a80.4 80.4 0 0 1 40.5-15.6"/>
|
|
45
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M535 305c20 13.8 34.8 27.1 39 48.6 4.4 21.4 12.5 27.1 22.5 21.4-2.4 12.4-14.8 13.8-25.3 4.3 1 14.3-4.8 31.4-19.5 37.6-1-8.6 4.7-15.3 3-22.4-.6-3-.9-10.2 3.2-13.6-7.9 2.7-20.3-2.3-21.5-14 9 4.3 20.8 5 25.3-6.4 4.5-11.5 2.6-31-26.7-55.6zm25.3-111.5c6.1-16.3 22.4-14.6 27.8-7.7 16-9 18.1 11.5 31.7 7.4-.2 3.8-4.8 7.4-9.7 7.2 5.2 4.7-2.2 11.9 9 16.2-9.5 4.7-22.9-.3-26.5-13.4-3 6.2-14.3 6.2-18.8 1.2 9.8-2.6 9-11.7 3.6-15.2-5.5-3.6-15.3-2.2-17.1 4.2zM511.9 229a86.8 86.8 0 0 0 23.6 36.8c11.4 10.5 28.7 7.8 38.3-2.2.3 20-20.4 21.5-31.9 15.3-5-2.8-9.2-1.3-4.3 3 7.4 6.7 23.6 11.7 42.7 15.8 33.3 7.1 21.4 33.6 11.6 33.4 2.9-.1 5.2-3 1.1-6.7-29-26-87.8-15.7-86.8-73.9-6.2 15.3-31.7 9.3-19.8-8.8 3.8 3.1 10.5 3.3 12.4-1.4 1.5-3.7.5-10.2-6.2-15.7 1.1-.1 3.5 0 3.2-2.7.3 1.6 1.8 4 5.5 3.2 1.1 1.6 2.2 2.8 3.8 2.2.3-.2 1.2-.6.8-2.3.3 3.1 4 4.3 6 4z"/>
|
|
46
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M542 279c13.7 9 29.3 9 43.7-7.6 4.6-5.3 11.7-9.8 16.7-10.3s4.8-5.2 8.6-6.2c-2.4-.7-3.3-3.5-6.9-3.2 9-3.1 6.3-10.2 10.7-13.7-3.6 1.3-9.1-4-14.3 2.8 1.3-3.2-.5-6.9-1.8-8.3.5 3.6-7 4.3-8.4 13.4-.8 5-3.6 4.7-4-3.1-.4-5.8-3.2-21.7-6.5-29.8-3.3-8.1-4.1-19.2.4-21m-33.5 234.4c3 1.5 5.5 3.5 3.9 13-.7 4-.8 13.6 2.7 13.9-2.2 1-6.8 1.9-8.5-.6-2 2.9-6 1.9-7.4-2-2.2 1.7-5-1.3-5-3.9-1.8 1.2-5.5-.7-4.3-6.4-2.3.7-5.2-1-6.2-2.5 3.3-.5 11.9-4.7 14-8.2 2.2-3.5 7.4-5 10.8-3.3z"/>
|
|
47
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M544.7 452.7c1-1.3 1.6-6.9 1-10.3m-8.4 8.4a15.7 15.7 0 0 0 5.1-8.2m-10 4.3c2-.8 6.7-6.5 7.8-10.2m-12.2 3.7a26 26 0 0 0 12.1-9"/>
|
|
48
|
+
<path fill="#f7e017" stroke="#000" stroke-width=".6" d="M506.2 250.6c-.4 24.5 9.7 36.8 23.8 44.8-5.2-3-3-13.8-10-17.3 1.7 0 4.3 2.3 8.5 1.3-2-4.5-5.4-11.4-13.1-12.3 2-.3 6.4.4 9.2-.6-4-6.2-14.7-3.3-18.4-15.9zm-2.6-23.2c-.8-.3-1.6-1.1-2.3-2.3-3.7.8-5.2-1.5-5.5-3.2.2 2.8-2.1 2.7-3.2 2.8 6.7 5.5 7.7 12 6.2 15.7-2 4.7-8.6 4.5-12.4 1.4-.5 10.1 12.6 13.5 17.4.7 0 2.2 2.7 2 3.4 4.8 3.4-5.5.9-13.4-3.6-19.9z"/>
|
|
49
|
+
<path fill="#cf142b" stroke="#000" stroke-width=".6" d="M487 150.7c0-2.2 3.6-5 8.6-5 6 .2 10.7 5.6 15.5 5.1 4.8-.5 2.5 2.1 1.4 2.9-1 .7-1.6 1.8-1.2 3 .4 1.4-.3 2.2-2.2 1-4.3-2.7-8.6 1-14.3-1-4.9-1.8-7.7-2.8-7.8-6z"/>
|
|
50
|
+
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M462.5 207a36.5 36.5 0 0 0-15.9-17.7l-.2-4a53 53 0 0 0 10.7-8c17.9 8.5 42.2-3.6 53.4-16.3l4.3 2.7-2.2 2.8-2.2-1.2c-2.8 3.4-13 13-16.1 15 4.2 1 9.8 1.8 11.4 1.7 10-7.1 17.9-13.6 21.7-14l3.2 4.2-2.9 2-2.2-1.2a114.6 114.6 0 0 0-27.7 41c-6.6-1.5-30.5-.5-35.3-7.1z"/>
|
|
51
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M463.4 204.3c-1.6-8.9 1-18.7 5.5-21.7a35.6 35.6 0 0 0 36.8-.6"/>
|
|
52
|
+
<path fill="none" stroke="#000" stroke-width=".6" d="M463.4 199.6c7.6-.2 24.2 1.1 28.3 1.7 4 .6 10.8 2.3 9.8 4.3m-34.6-7.2l2.2-2.2-2.2-2.2-2.2 2.2 2.2 2.2z"/>
|
|
53
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M472.1 154c-2.7-3.8-10.3-5-11.9.1-.7 2.3-1.8 4.7-3.6 5.8-1.7 1-1.3 4.3-.6 5.7 2 3.4.3 6.7 4 9 0-2.7 4-5.6 7.5-6.3 3.4-.7 8.7-3.8 9.4-7.2.7-3.5 1.9-6.4-4.8-7z"/>
|
|
54
|
+
<path fill="#96877d" stroke="#000" stroke-width=".6" d="M455 188.3h.9v6.5l.6.3 5.6-3.2.5.9-5.7 3.2a1.7 1.7 0 0 1 0 .6l5.7 3.3-.5.8-5.7-3.2"/>
|
|
55
|
+
<path fill="#337321" stroke="#000" stroke-width=".6" d="M450.7 215c-.7-.8-2-3.1-2-4.8a6.2 6.2 0 0 1 4.1 1.6c-.1-1.2-.6-3.8-.3-5 1.3.5 4 2 5 3.8"/>
|
|
56
|
+
<path fill="#f7e017" d="M490.5 151.9c0-.9 2-2.9 5.5-2.8 4.2 0 8 3 11.4 2.9 3.4-.3 1.7.8 1 1.1-.7.3-1 .8-.8 1.3.2.5-.2.9-1.6.4-3-1.1-6 .4-10-.5-3.4-.7-5.4-1-5.5-2.4z"/>
|
|
57
|
+
<g stroke="#000" stroke-width=".6">
|
|
58
|
+
<path fill="#f7e017" d="M454.4 222.2c-3.6 4.2-7.2 3.5-7.9.8-.7-2.8 2-4 1-6.5-1-2.3 1.5-3.4 2.7-2.3 1.2 1 5-2.4 6.7 1.2 1.6 3.5 3 6 2 7.5-1 1.4-3.8.7-4.5-.7zm15.3-6.5c-.7-1.5 3-4.6 5-2.4 1.9 2.1 4.9-2.4 6.5 1 1.7 3.4 2.2 5.2 3 7.1.9 2-4.5 3-6.1 1.3.2 1.1-4.7 2-6-1.2l-2.4-5.8zm24.8 2c-.9-1.7 3.5-4 5.7-1 .6-1.3 5-1.5 5.2 2.1l.5 7.2c.1 1.5-2.6 2.8-4.5-.9-3.5.8-5.2-1.2-5.6-3.3a17 17 0 0 0-1.3-4.1z"/>
|
|
59
|
+
<path fill="#337321" d="M456.7 215.3c-.6-1.2 3-3.6 5.4-1.8 2.5 1.8 5.9-1.5 7.3 1.7 3 6.5 3.1 7 2.2 8.2-.9 1.3-4.7.8-5.6-1-.2 1.2-3.5 1-5.2.1-2-1-3.4-5-4.1-7.2zm25 .3c-.8-1.8 4.8-3.4 7.2-.2 1.3-1.2 4-1.2 5.6 2.3 1.5 3.5 1.8 5.5.6 6.4-.8.6-3.6 1-4.6-.5-1.3.8-5.4.1-6.3-2.1-.8-2.3-1.6-4.3-2.4-6zm23.8 3.5c-.2-1.6 2.9-2.4 4 0 1.1 2.5 4.8.3 5 4.3.1.8-.3 3.8-1.5 5.2-1.1 1.4-6.6 0-7-3"/>
|
|
60
|
+
<path fill="none" d="M454.4 222.2c-1.3-1.8-3.1-4.7-5.4-1.6m17 1.8"/>
|
|
61
|
+
</g>
|
|
62
|
+
</svg>
|
package/svg/flags/pr.svg
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pr" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M-37.3 0h682.7v512H-37.3z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(35) scale(.9375)">
|
|
8
|
-
<path fill="#ed0000" d="M-37.3 0h768v512h-768z"/>
|
|
9
|
-
<path fill="#fff" d="M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z"/>
|
|
10
|
-
<path fill="#0050f0" d="M-37.3 0l440.7 255.7L-37.3 511V0z"/>
|
|
11
|
-
<path fill="#fff" d="M156.4 325.5L109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z"/>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pr" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path fill-opacity=".7" d="M-37.3 0h682.7v512H-37.3z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(35) scale(.9375)">
|
|
8
|
+
<path fill="#ed0000" d="M-37.3 0h768v512h-768z"/>
|
|
9
|
+
<path fill="#fff" d="M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z"/>
|
|
10
|
+
<path fill="#0050f0" d="M-37.3 0l440.7 255.7L-37.3 511V0z"/>
|
|
11
|
+
<path fill="#fff" d="M156.4 325.5L109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
package/svg/flags/ps.svg
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-ps" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M-118 0h682.7v512H-118z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g clip-path="url(#a)" transform="translate(110.6) scale(.9375)">
|
|
8
|
-
<g fill-rule="evenodd" stroke-width="1pt">
|
|
9
|
-
<path d="M-246 0H778v170.7H-246z"/>
|
|
10
|
-
<path fill="#fff" d="M-246 170.7H778v170.6H-246z"/>
|
|
11
|
-
<path fill="#090" d="M-246 341.3H778V512H-246z"/>
|
|
12
|
-
<path fill="red" d="M-246 512l512-256L-246 0v512z"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-ps" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path fill-opacity=".7" d="M-118 0h682.7v512H-118z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g clip-path="url(#a)" transform="translate(110.6) scale(.9375)">
|
|
8
|
+
<g fill-rule="evenodd" stroke-width="1pt">
|
|
9
|
+
<path d="M-246 0H778v170.7H-246z"/>
|
|
10
|
+
<path fill="#fff" d="M-246 170.7H778v170.6H-246z"/>
|
|
11
|
+
<path fill="#090" d="M-246 341.3H778V512H-246z"/>
|
|
12
|
+
<path fill="red" d="M-246 512l512-256L-246 0v512z"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
package/svg/flags/pt.svg
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-pt" width="640" height="480">
|
|
2
|
-
<path fill="red" d="M256 0h384v480H256z"/>
|
|
3
|
-
<path fill="#060" d="M0 0h256v480H0z"/>
|
|
4
|
-
<g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6">
|
|
5
|
-
<path d="M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8l-7.7 13.7"/>
|
|
6
|
-
<path d="M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8 49.9 30.3 92.9 49 96 46.4l1.5-2.8c-.6 1-2 1.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3 6.3 0 0 1-.6-3.1h-.2l-1.2 2.2-.2.3zm175.3 123.8c-.5 1-1.6 1-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2l-1.3 2.3z"/>
|
|
7
|
-
<path d="M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6"/>
|
|
8
|
-
<path d="M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2-14.9 2.3-34.3 4.3-58.6 4.3a416.1 416.1 0 0 1-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A411.5 411.5 0 0 0 256 206a391.8 391.8 0 0 0 58.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5l1.6 2.7zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388.2 388.2 0 0 1-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0 0 53.6 3.4 384 384 0 0 0 55.4-4c21.5-3 33.1-8.4 34.9-9.8l1.5 2.6zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4-47-.4-90.7-7.6-105.3-17v9.5"/>
|
|
9
|
-
<path d="M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 0 1-65.4 4.4c-25.7 0-46.2-1.8-62-4.3a155 155 0 0 1-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1zm0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 0 1-65.4 4.5c-25.7 0-46.1-1.9-62-4.3a155 155 0 0 1-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0 0 61.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12zm-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a249.8 249.8 0 0 0 87.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6"/>
|
|
10
|
-
<path d="M344.9 297.3a143 143 0 0 1-2.8 4c-10 3.6-26 7.4-32.6 8.4a295.5 295.5 0 0 1-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a286.5 286.5 0 0 0 88.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8a287.2 287.2 0 0 1-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347.4 347.4 0 0 1-94.2-14L161 289c30.3 8 61.3 13.5 95.4 14 25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1a2.9 2.9 0 0 0 0-.2l2.6-1z"/>
|
|
11
|
-
<path d="M350.8 237.6c.1 30-15.3 57-27.6 68.8a99.3 99.3 0 0 1-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9-15-17-27.1-38.4-27.5-67.4 1.8-32.8 14.7-55.6 33.3-71.3a99.6 99.6 0 0 1 64.2-22.7 98.2 98.2 0 0 1 71 35.6c12.5 15.2 18 31.7 20.9 56.7zM255.6 135a106 106 0 0 1 106 105.2 105.6 105.6 0 1 1-211.4 0c-.1-58 47.3-105.2 105.4-105.2"/>
|
|
12
|
-
<path d="M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6c0-58.2 47.4-105.6 105.6-105.6zM152.6 240c0 56.8 46.7 103.3 103.3 103.3 56.6 0 103.3-46.5 103.3-103.3s-46.7-103.3-103.3-103.3-103.3 46.5-103.3 103.3z"/>
|
|
13
|
-
<path d="M256 143.3c53 0 96.7 43.5 96.7 96.7a97.1 97.1 0 0 1-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97.1 97.1 0 0 1 96.7-96.7zM161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8 94.8 0 0 0-94.4 94.4z"/>
|
|
14
|
-
<path d="M260.3 134h-9.1v212.3h9z"/>
|
|
15
|
-
<path d="M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3V132.8z"/>
|
|
16
|
-
<path d="M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z"/>
|
|
17
|
-
<path d="M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1c24.9 0 49.1 2.4 68.3 6 19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 0 0-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2zm-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5"/>
|
|
18
|
-
<path d="M256 176.7c22.4-.1 44 1.2 61.3 4.3 16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a108.9 108.9 0 0 0-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2zm0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0 1 30.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2-22.6.1-43.4 1.5-59.5 4.4a97.3 97.3 0 0 0-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0 1 59.9-4.4zM308.4 284a276.4 276.4 0 0 0-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2 21.9.4 40.8 1.9 56.6 5l-4.5 8"/>
|
|
19
|
-
<path d="M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4zm.8-9.2a327 327 0 0 1 57.3 5l-1.3 2.3a299 299 0 0 0-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7z"/>
|
|
20
|
-
<path d="M349.4 290.5l-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z"/>
|
|
21
|
-
<path d="M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1l1.3-2.6zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183c0 .1 0-.2.4-.5 1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z"/>
|
|
22
|
-
</g>
|
|
23
|
-
<g transform="translate(0 26.7) scale(1.06667)">
|
|
24
|
-
<path fill="#fff" stroke="#000" stroke-width=".7" d="M180.6 211a58.7 58.7 0 0 0 17.5 41.7 59 59 0 0 0 41.8 17.6 59.4 59.4 0 0 0 42-17.4 59 59 0 0 0 17.4-41.8v-79.2l-118.7-.2V211z"/>
|
|
25
|
-
<path fill="red" stroke="#000" stroke-width=".5" d="M182.8 211.1a56.4 56.4 0 0 0 16.8 40 57 57 0 0 0 40.2 16.8 56.9 56.9 0 0 0 40.2-16.6 56.4 56.4 0 0 0 16.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33.2 33.2 0 0 1-10 24 34 34 0 0 1-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 0 1-10-24v-54l68 .2z"/>
|
|
26
|
-
<g id="e">
|
|
27
|
-
<g id="d" fill="#ff0" stroke="#000" stroke-width=".5">
|
|
28
|
-
<path stroke="none" d="M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9h-8.3"/>
|
|
29
|
-
<path d="M186.8 147.7l-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4h-15zm-1 6.4h17c.3 0 .6.3.6.7 0 .5-.3.8-.6.8h-17c-.3 0-.6-.3-.6-.8 0-.4.3-.7.7-.7z"/>
|
|
30
|
-
<path d="M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3c.3 0 .6.4.6.8 0 .3-.3.6-.6.6h-16.3c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6zm.4 1.5H202c.3 0 .6.3.6.7 0 .4-.3.7-.6.7h-15.5c-.4 0-.6-.3-.6-.7 0-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.4c-.3 0-.6-.2-.6-.5v-2zm4.6 2.7l.3 6.4h-4.3l.3-6.5h3.7"/>
|
|
31
|
-
<path id="a" d="M191 141.6v3.4h-4v-3.4h4z"/>
|
|
32
|
-
<use width="100%" height="100%" x="10.6" xlink:href="#a"/>
|
|
33
|
-
<path id="b" d="M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.3c-.3 0-.6-.3-.6-.6v-2z"/>
|
|
34
|
-
<use width="100%" height="100%" x="10.6" xlink:href="#b"/>
|
|
35
|
-
<path fill="#000" stroke="none" d="M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9v-1.6"/>
|
|
36
|
-
<path id="c" fill="#000" stroke="none" d="M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8v-1.2"/>
|
|
37
|
-
<use width="100%" height="100%" x="10.6" xlink:href="#c"/>
|
|
38
|
-
</g>
|
|
39
|
-
<use width="100%" height="100%" y="46.3" xlink:href="#d"/>
|
|
40
|
-
<use width="100%" height="100%" transform="rotate(-45.2 312.8 180)" xlink:href="#d"/>
|
|
41
|
-
</g>
|
|
42
|
-
<use width="100%" height="100%" x="45.7" xlink:href="#d"/>
|
|
43
|
-
<use width="100%" height="100%" transform="matrix(-1 0 0 1 479.8 0)" xlink:href="#e"/>
|
|
44
|
-
<g id="f" fill="#fff">
|
|
45
|
-
<path fill="#039" d="M232.6 202.4a8.3 8.3 0 0 0 2.2 5.7 7.2 7.2 0 0 0 5.3 2.4c2.1 0 4-1 5.3-2.4a8.3 8.3 0 0 0 2.2-5.7v-10.8h-15v10.8"/>
|
|
46
|
-
<circle cx="236.1" cy="195.7" r="1.5"/>
|
|
47
|
-
<circle cx="244.4" cy="195.7" r="1.5"/>
|
|
48
|
-
<circle cx="240.2" cy="199.7" r="1.5"/>
|
|
49
|
-
<circle cx="236.1" cy="203.9" r="1.5"/>
|
|
50
|
-
<circle cx="244.4" cy="203.9" r="1.5"/>
|
|
51
|
-
</g>
|
|
52
|
-
<use width="100%" height="100%" y="-26" xlink:href="#f"/>
|
|
53
|
-
<use width="100%" height="100%" x="-20.8" xlink:href="#f"/>
|
|
54
|
-
<use width="100%" height="100%" x="20.8" xlink:href="#f"/>
|
|
55
|
-
<use width="100%" height="100%" y="25.8" xlink:href="#f"/>
|
|
56
|
-
</g>
|
|
57
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-pt" width="640" height="480">
|
|
2
|
+
<path fill="red" d="M256 0h384v480H256z"/>
|
|
3
|
+
<path fill="#060" d="M0 0h256v480H0z"/>
|
|
4
|
+
<g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6">
|
|
5
|
+
<path d="M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8l-7.7 13.7"/>
|
|
6
|
+
<path d="M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8 49.9 30.3 92.9 49 96 46.4l1.5-2.8c-.6 1-2 1.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3 6.3 0 0 1-.6-3.1h-.2l-1.2 2.2-.2.3zm175.3 123.8c-.5 1-1.6 1-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2l-1.3 2.3z"/>
|
|
7
|
+
<path d="M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6"/>
|
|
8
|
+
<path d="M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2-14.9 2.3-34.3 4.3-58.6 4.3a416.1 416.1 0 0 1-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A411.5 411.5 0 0 0 256 206a391.8 391.8 0 0 0 58.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5l1.6 2.7zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388.2 388.2 0 0 1-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0 0 53.6 3.4 384 384 0 0 0 55.4-4c21.5-3 33.1-8.4 34.9-9.8l1.5 2.6zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4-47-.4-90.7-7.6-105.3-17v9.5"/>
|
|
9
|
+
<path d="M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 0 1-65.4 4.4c-25.7 0-46.2-1.8-62-4.3a155 155 0 0 1-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1zm0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 0 1-65.4 4.5c-25.7 0-46.1-1.9-62-4.3a155 155 0 0 1-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0 0 61.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12zm-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a249.8 249.8 0 0 0 87.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6"/>
|
|
10
|
+
<path d="M344.9 297.3a143 143 0 0 1-2.8 4c-10 3.6-26 7.4-32.6 8.4a295.5 295.5 0 0 1-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a286.5 286.5 0 0 0 88.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8a287.2 287.2 0 0 1-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347.4 347.4 0 0 1-94.2-14L161 289c30.3 8 61.3 13.5 95.4 14 25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1a2.9 2.9 0 0 0 0-.2l2.6-1z"/>
|
|
11
|
+
<path d="M350.8 237.6c.1 30-15.3 57-27.6 68.8a99.3 99.3 0 0 1-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9-15-17-27.1-38.4-27.5-67.4 1.8-32.8 14.7-55.6 33.3-71.3a99.6 99.6 0 0 1 64.2-22.7 98.2 98.2 0 0 1 71 35.6c12.5 15.2 18 31.7 20.9 56.7zM255.6 135a106 106 0 0 1 106 105.2 105.6 105.6 0 1 1-211.4 0c-.1-58 47.3-105.2 105.4-105.2"/>
|
|
12
|
+
<path d="M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6c0-58.2 47.4-105.6 105.6-105.6zM152.6 240c0 56.8 46.7 103.3 103.3 103.3 56.6 0 103.3-46.5 103.3-103.3s-46.7-103.3-103.3-103.3-103.3 46.5-103.3 103.3z"/>
|
|
13
|
+
<path d="M256 143.3c53 0 96.7 43.5 96.7 96.7a97.1 97.1 0 0 1-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97.1 97.1 0 0 1 96.7-96.7zM161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8 94.8 0 0 0-94.4 94.4z"/>
|
|
14
|
+
<path d="M260.3 134h-9.1v212.3h9z"/>
|
|
15
|
+
<path d="M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3V132.8z"/>
|
|
16
|
+
<path d="M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z"/>
|
|
17
|
+
<path d="M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1c24.9 0 49.1 2.4 68.3 6 19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 0 0-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2zm-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5"/>
|
|
18
|
+
<path d="M256 176.7c22.4-.1 44 1.2 61.3 4.3 16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a108.9 108.9 0 0 0-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2zm0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0 1 30.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2-22.6.1-43.4 1.5-59.5 4.4a97.3 97.3 0 0 0-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0 1 59.9-4.4zM308.4 284a276.4 276.4 0 0 0-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2 21.9.4 40.8 1.9 56.6 5l-4.5 8"/>
|
|
19
|
+
<path d="M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4zm.8-9.2a327 327 0 0 1 57.3 5l-1.3 2.3a299 299 0 0 0-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7z"/>
|
|
20
|
+
<path d="M349.4 290.5l-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z"/>
|
|
21
|
+
<path d="M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1l1.3-2.6zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183c0 .1 0-.2.4-.5 1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g transform="translate(0 26.7) scale(1.06667)">
|
|
24
|
+
<path fill="#fff" stroke="#000" stroke-width=".7" d="M180.6 211a58.7 58.7 0 0 0 17.5 41.7 59 59 0 0 0 41.8 17.6 59.4 59.4 0 0 0 42-17.4 59 59 0 0 0 17.4-41.8v-79.2l-118.7-.2V211z"/>
|
|
25
|
+
<path fill="red" stroke="#000" stroke-width=".5" d="M182.8 211.1a56.4 56.4 0 0 0 16.8 40 57 57 0 0 0 40.2 16.8 56.9 56.9 0 0 0 40.2-16.6 56.4 56.4 0 0 0 16.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33.2 33.2 0 0 1-10 24 34 34 0 0 1-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 0 1-10-24v-54l68 .2z"/>
|
|
26
|
+
<g id="e">
|
|
27
|
+
<g id="d" fill="#ff0" stroke="#000" stroke-width=".5">
|
|
28
|
+
<path stroke="none" d="M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9h-8.3"/>
|
|
29
|
+
<path d="M186.8 147.7l-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4h-15zm-1 6.4h17c.3 0 .6.3.6.7 0 .5-.3.8-.6.8h-17c-.3 0-.6-.3-.6-.8 0-.4.3-.7.7-.7z"/>
|
|
30
|
+
<path d="M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3c.3 0 .6.4.6.8 0 .3-.3.6-.6.6h-16.3c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6zm.4 1.5H202c.3 0 .6.3.6.7 0 .4-.3.7-.6.7h-15.5c-.4 0-.6-.3-.6-.7 0-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.4c-.3 0-.6-.2-.6-.5v-2zm4.6 2.7l.3 6.4h-4.3l.3-6.5h3.7"/>
|
|
31
|
+
<path id="a" d="M191 141.6v3.4h-4v-3.4h4z"/>
|
|
32
|
+
<use width="100%" height="100%" x="10.6" xlink:href="#a"/>
|
|
33
|
+
<path id="b" d="M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.3c-.3 0-.6-.3-.6-.6v-2z"/>
|
|
34
|
+
<use width="100%" height="100%" x="10.6" xlink:href="#b"/>
|
|
35
|
+
<path fill="#000" stroke="none" d="M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9v-1.6"/>
|
|
36
|
+
<path id="c" fill="#000" stroke="none" d="M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8v-1.2"/>
|
|
37
|
+
<use width="100%" height="100%" x="10.6" xlink:href="#c"/>
|
|
38
|
+
</g>
|
|
39
|
+
<use width="100%" height="100%" y="46.3" xlink:href="#d"/>
|
|
40
|
+
<use width="100%" height="100%" transform="rotate(-45.2 312.8 180)" xlink:href="#d"/>
|
|
41
|
+
</g>
|
|
42
|
+
<use width="100%" height="100%" x="45.7" xlink:href="#d"/>
|
|
43
|
+
<use width="100%" height="100%" transform="matrix(-1 0 0 1 479.8 0)" xlink:href="#e"/>
|
|
44
|
+
<g id="f" fill="#fff">
|
|
45
|
+
<path fill="#039" d="M232.6 202.4a8.3 8.3 0 0 0 2.2 5.7 7.2 7.2 0 0 0 5.3 2.4c2.1 0 4-1 5.3-2.4a8.3 8.3 0 0 0 2.2-5.7v-10.8h-15v10.8"/>
|
|
46
|
+
<circle cx="236.1" cy="195.7" r="1.5"/>
|
|
47
|
+
<circle cx="244.4" cy="195.7" r="1.5"/>
|
|
48
|
+
<circle cx="240.2" cy="199.7" r="1.5"/>
|
|
49
|
+
<circle cx="236.1" cy="203.9" r="1.5"/>
|
|
50
|
+
<circle cx="244.4" cy="203.9" r="1.5"/>
|
|
51
|
+
</g>
|
|
52
|
+
<use width="100%" height="100%" y="-26" xlink:href="#f"/>
|
|
53
|
+
<use width="100%" height="100%" x="-20.8" xlink:href="#f"/>
|
|
54
|
+
<use width="100%" height="100%" x="20.8" xlink:href="#f"/>
|
|
55
|
+
<use width="100%" height="100%" y="25.8" xlink:href="#f"/>
|
|
56
|
+
</g>
|
|
57
|
+
</svg>
|
package/svg/flags/pw.svg
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pw" width="640" height="480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M-70.3 0h640v480h-640z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(70.3)">
|
|
8
|
-
<path fill="#4aadd6" d="M-173.4 0h846.3v480h-846.3z"/>
|
|
9
|
-
<path fill="#ffde00" d="M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-pw" width="640" height="480">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="a">
|
|
4
|
+
<path fill-opacity=".7" d="M-70.3 0h640v480h-640z"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(70.3)">
|
|
8
|
+
<path fill="#4aadd6" d="M-173.4 0h846.3v480h-846.3z"/>
|
|
9
|
+
<path fill="#ffde00" d="M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|