@xplortech/apollo-core 2.4.2 → 2.5.0

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.
Files changed (156) hide show
  1. package/.typings/apollo-components.html-data.json +1011 -3481
  2. package/build/style.css +7 -7
  3. package/dist/apollo-core/apollo-core.css +1 -1
  4. package/dist/apollo-core/apollo-core.esm.js +1 -1
  5. package/dist/apollo-core/{p-8c1f73ea.entry.js → p-0e1877a2.entry.js} +1 -1
  6. package/dist/apollo-core/{p-94209785.entry.js → p-1c2e4034.entry.js} +1 -1
  7. package/dist/apollo-core/p-77f0fd4a.entry.js +1 -0
  8. package/dist/apollo-core/p-7c22b842.entry.js +1 -0
  9. package/dist/apollo-core/p-7d245bf0.entry.js +1 -0
  10. package/dist/apollo-core/{p-b1f4604d.entry.js → p-f4c2626d.entry.js} +1 -1
  11. package/dist/cjs/xpl-avatar_41.cjs.entry.js +11732 -1165
  12. package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
  13. package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
  14. package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
  15. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
  16. package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
  17. package/dist/collection/collection-manifest.json +1 -1
  18. package/dist/collection/components/xpl-data-card/xpl-data-card.js +11 -25
  19. package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
  20. package/dist/collection/components/xpl-dropdown/dropdown.stories.js +4 -0
  21. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
  22. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
  23. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
  24. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +2 -2
  25. package/dist/collection/components/xpl-dynamic-table/dynamic-table.stories.js +4 -0
  26. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
  27. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
  28. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
  29. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
  30. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
  31. package/dist/collection/components/xpl-header-accordion/header-accordion.stories.js +4 -0
  32. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
  33. package/dist/collection/components/xpl-icon/icon-types.js +1 -0
  34. package/dist/collection/components/xpl-icon/icons.stories.js +47 -12
  35. package/dist/collection/components/xpl-icon/xpl-icon.js +13 -15
  36. package/dist/collection/components/xpl-input/input.stories.js +4 -0
  37. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +3 -3
  38. package/dist/collection/components/xpl-input/xpl-input.js +5 -4
  39. package/dist/collection/components/xpl-list/list.stories.js +4 -0
  40. package/dist/collection/components/xpl-progress/progress.stories.js +4 -0
  41. package/dist/collection/components/xpl-radio/radio.stories.js +4 -0
  42. package/dist/collection/components/xpl-select/select.stories.js +4 -0
  43. package/dist/collection/components/xpl-select/xpl-select.js +13 -19
  44. package/dist/collection/components/xpl-skeleton/skeleton.stories.js +4 -0
  45. package/dist/collection/components/xpl-slideout/slideout.stories.js +6 -0
  46. package/dist/collection/components/xpl-table/table.stories.js +4 -0
  47. package/dist/collection/components/xpl-table-header/table-header.stories.js +4 -0
  48. package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +4 -0
  49. package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +5 -15
  50. package/dist/collection/components/xpl-tabs/tabs.stories.js +4 -0
  51. package/dist/collection/components/xpl-toast/toast.stories.js +4 -0
  52. package/dist/collection/components/xpl-toggle/toggle.stories.js +4 -0
  53. package/dist/collection/components/xpl-tooltip/tooltip.stories.js +4 -0
  54. package/dist/components/xpl-data-card.js +1 -1
  55. package/dist/components/xpl-divider2.js +1 -1
  56. package/dist/components/xpl-dropdown-group2.js +1 -1
  57. package/dist/components/xpl-dropdown-heading2.js +1 -1
  58. package/dist/components/xpl-dropdown-option2.js +1 -1
  59. package/dist/components/xpl-dropdown2.js +1 -1
  60. package/dist/components/xpl-dynamic-table-cell.js +1 -1
  61. package/dist/components/xpl-dynamic-table-row.js +1 -1
  62. package/dist/components/xpl-dynamic-table.js +1 -1
  63. package/dist/components/xpl-grid-item.js +1 -1
  64. package/dist/components/xpl-grid.js +1 -1
  65. package/dist/components/xpl-header-accordion.js +1 -1
  66. package/dist/components/xpl-icon2.js +1 -6
  67. package/dist/components/xpl-input2.js +1 -1
  68. package/dist/components/xpl-select2.js +1 -1
  69. package/dist/docs/xpl-accordion/readme.md +62 -0
  70. package/dist/docs/xpl-application-shell/readme.md +33 -0
  71. package/dist/docs/xpl-avatar/readme.md +35 -0
  72. package/dist/docs/xpl-backdrop/readme.md +34 -0
  73. package/dist/docs/xpl-badge/readme.md +29 -0
  74. package/dist/docs/xpl-breadcrumbs/xpl-breadcrumb-item/readme.md +19 -0
  75. package/dist/docs/xpl-breadcrumbs/xpl-breadcrumbs/readme.md +22 -0
  76. package/dist/docs/xpl-button/readme.md +44 -0
  77. package/dist/docs/xpl-button-row/readme.md +41 -0
  78. package/dist/docs/xpl-calendar/readme.md +48 -0
  79. package/dist/docs/xpl-checkbox/readme.md +47 -0
  80. package/dist/docs/xpl-choicelist/readme.md +43 -0
  81. package/dist/docs/xpl-content-area/readme.md +17 -0
  82. package/dist/docs/xpl-dashboard/readme.md +10 -0
  83. package/dist/docs/xpl-data-card/readme.md +54 -0
  84. package/dist/docs/xpl-divider/readme.md +30 -0
  85. package/dist/docs/xpl-dropdown/readme.md +80 -0
  86. package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +39 -0
  87. package/dist/docs/xpl-dropdown/xpl-dropdown-heading/readme.md +30 -0
  88. package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +36 -0
  89. package/dist/docs/xpl-dynamic-table/readme.md +19 -0
  90. package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -0
  91. package/dist/docs/xpl-dynamic-table-row/readme.md +19 -0
  92. package/dist/docs/xpl-grid/readme.md +10 -0
  93. package/dist/docs/xpl-grid-item/readme.md +20 -0
  94. package/dist/docs/xpl-header-accordion/readme.md +39 -0
  95. package/dist/docs/xpl-icon/readme.md +80 -0
  96. package/dist/docs/xpl-input/readme.md +90 -0
  97. package/dist/docs/xpl-input/xpl-input-color/readme.md +61 -0
  98. package/dist/docs/xpl-input/xpl-input-date/readme.md +56 -0
  99. package/dist/docs/xpl-input/xpl-input-file/readme.md +79 -0
  100. package/dist/docs/xpl-input/xpl-input-time/readme.md +69 -0
  101. package/dist/docs/xpl-large-card/readme.md +40 -0
  102. package/dist/docs/xpl-list/readme.md +34 -0
  103. package/dist/docs/xpl-main-nav/readme.md +28 -0
  104. package/dist/docs/xpl-modal/readme.md +55 -0
  105. package/dist/docs/xpl-nav-item/readme.md +24 -0
  106. package/dist/docs/xpl-pagination/readme.md +52 -0
  107. package/dist/docs/xpl-popover/readme.md +48 -0
  108. package/dist/docs/xpl-progress/readme.md +22 -0
  109. package/dist/docs/xpl-radio/readme.md +43 -0
  110. package/dist/docs/xpl-secondary-nav/readme.md +10 -0
  111. package/dist/docs/xpl-select/readme.md +88 -0
  112. package/dist/docs/xpl-skeleton/readme.md +31 -0
  113. package/dist/docs/xpl-slideout/readme.md +46 -0
  114. package/dist/docs/xpl-tab/readme.md +25 -0
  115. package/dist/docs/xpl-tab-panel/readme.md +18 -0
  116. package/dist/docs/xpl-table/readme.md +46 -0
  117. package/dist/docs/xpl-table-header/readme.md +13 -0
  118. package/dist/docs/xpl-table-header-cell/readme.md +47 -0
  119. package/dist/docs/xpl-tabs/readme.md +54 -0
  120. package/dist/docs/xpl-tag/readme.md +30 -0
  121. package/dist/docs/xpl-toast/readme.md +42 -0
  122. package/dist/docs/xpl-toggle/readme.md +23 -0
  123. package/dist/docs/xpl-toolbar/readme.md +18 -0
  124. package/dist/docs/xpl-tooltip/readme.md +35 -0
  125. package/dist/docs/xpl-utility-bar/readme.md +55 -0
  126. package/dist/esm/xpl-avatar_41.entry.js +11732 -1165
  127. package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
  128. package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
  129. package/dist/esm/xpl-dynamic-table.entry.js +1 -1
  130. package/dist/esm/xpl-grid-item.entry.js +1 -1
  131. package/dist/esm/xpl-grid.entry.js +1 -1
  132. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +2 -3
  133. package/dist/types/components/xpl-dynamic-table/dynamic-table.stories.d.ts +4 -0
  134. package/dist/types/components/xpl-header-accordion/header-accordion.stories.d.ts +4 -0
  135. package/dist/types/components/xpl-icon/icon-types.d.ts +2 -0
  136. package/dist/types/components/xpl-icon/xpl-icon.d.ts +1 -3
  137. package/dist/types/components/xpl-input/input.stories.d.ts +4 -0
  138. package/dist/types/components/xpl-list/list.stories.d.ts +4 -0
  139. package/dist/types/components/xpl-progress/progress.stories.d.ts +4 -0
  140. package/dist/types/components/xpl-radio/radio.stories.d.ts +4 -0
  141. package/dist/types/components/xpl-select/select.stories.d.ts +4 -0
  142. package/dist/types/components/xpl-select/xpl-select.d.ts +1 -3
  143. package/dist/types/components/xpl-slideout/slideout.stories.d.ts +6 -0
  144. package/dist/types/components/xpl-table/table.stories.d.ts +4 -0
  145. package/dist/types/components/xpl-table-header/table-header.stories.d.ts +4 -0
  146. package/dist/types/components/xpl-table-header-cell/table-header-cell.stories.d.ts +4 -0
  147. package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +1 -2
  148. package/dist/types/components/xpl-tabs/tabs.stories.d.ts +4 -0
  149. package/dist/types/components/xpl-toast/toast.stories.d.ts +4 -0
  150. package/dist/types/components/xpl-toggle/toggle.stories.d.ts +4 -0
  151. package/dist/types/components/xpl-tooltip/tooltip.stories.d.ts +4 -0
  152. package/dist/types/components.d.ts +24 -28
  153. package/package.json +7 -4
  154. package/dist/apollo-core/p-23ef2717.entry.js +0 -6
  155. package/dist/apollo-core/p-31461db7.entry.js +0 -1
  156. package/dist/apollo-core/p-7f8e5cd0.entry.js +0 -1
@@ -1,6 +1 @@
1
- import{proxyCustomElement as a,HTMLElement as l,h as e,Host as h,transformTag as t}from"@stencil/core/internal/client";import{g as r}from"./_commonjsHelpers.js";var C,o,i,d,n={ai:{name:"ai",keywords:[],heights:{16:{width:16,path:'<path d="M9.59997 2.27897C9.62999 2.19703 9.68446 2.12628 9.756 2.0763C9.82754 2.02632 9.9127 1.99952 9.99997 1.99952C10.0872 1.99952 10.1724 2.02632 10.2439 2.0763C10.3155 2.12628 10.3699 2.19703 10.4 2.27897L10.807 3.39097C11.1262 4.26303 11.6317 5.05498 12.2883 5.71162C12.945 6.36826 13.7369 6.87379 14.609 7.19297L15.721 7.59997C15.8029 7.62999 15.8737 7.68446 15.9236 7.756C15.9736 7.82754 16.0004 7.9127 16.0004 7.99997C16.0004 8.08724 15.9736 8.17241 15.9236 8.24395C15.8737 8.31549 15.8029 8.36995 15.721 8.39997L14.609 8.80697C13.7369 9.12615 12.945 9.63168 12.2883 10.2883C11.6317 10.945 11.1262 11.7369 10.807 12.609L10.4 13.721C10.3699 13.8029 10.3155 13.8737 10.2439 13.9236C10.1724 13.9736 10.0872 14.0004 9.99997 14.0004C9.9127 14.0004 9.82754 13.9736 9.756 13.9236C9.68446 13.8737 9.62999 13.8029 9.59997 13.721L9.19297 12.609C8.87379 11.7369 8.36826 10.945 7.71162 10.2883C7.05498 9.63168 6.26303 9.12615 5.39097 8.80697L4.27897 8.39997C4.19703 8.36995 4.12628 8.31549 4.0763 8.24395C4.02632 8.17241 3.99952 8.08724 3.99952 7.99997C3.99952 7.9127 4.02632 7.82754 4.0763 7.756C4.12628 7.68446 4.19703 7.62999 4.27897 7.59997L5.39097 7.19297C6.26303 6.87379 7.05498 6.36826 7.71162 5.71162C8.36826 5.05498 8.87379 4.26303 9.19297 3.39097L9.59997 2.27897ZM5.33297 11.116C5.34557 11.0818 5.36833 11.0524 5.39819 11.0315C5.42805 11.0107 5.46357 10.9996 5.49997 10.9996C5.53637 10.9996 5.57189 11.0107 5.60175 11.0315C5.63161 11.0524 5.65437 11.0818 5.66697 11.116L5.83597 11.58C5.96903 11.9432 6.17968 12.2731 6.45324 12.5467C6.7268 12.8203 7.0567 13.0309 7.41997 13.164L7.88397 13.333C7.91812 13.3456 7.94759 13.3683 7.9684 13.3982C7.98921 13.4281 8.00037 13.4636 8.00037 13.5C8.00037 13.5364 7.98921 13.5719 7.9684 13.6018C7.94759 13.6316 7.91812 13.6544 7.88397 13.667L7.41997 13.836C7.0567 13.969 6.7268 14.1797 6.45324 14.4532C6.17968 14.7268 5.96903 15.0567 5.83597 15.42L5.66697 15.884C5.65437 15.9181 5.63161 15.9476 5.60175 15.9684C5.57189 15.9892 5.53637 16.0004 5.49997 16.0004C5.46357 16.0004 5.42805 15.9892 5.39819 15.9684C5.36833 15.9476 5.34557 15.9181 5.33297 15.884L5.16397 15.42C5.03091 15.0567 4.82026 14.7268 4.5467 14.4532C4.27314 14.1797 3.94324 13.969 3.57997 13.836L3.11597 13.667C3.08182 13.6544 3.05236 13.6316 3.03154 13.6018C3.01073 13.5719 2.99957 13.5364 2.99957 13.5C2.99957 13.4636 3.01073 13.4281 3.03154 13.3982C3.05236 13.3683 3.08182 13.3456 3.11597 13.333L3.57997 13.164C3.94324 13.0309 4.27314 12.8203 4.5467 12.5467C4.82026 12.2731 5.03091 11.9432 5.16397 11.58L5.33297 11.116ZM2.79997 0.139971C2.81498 0.0989989 2.84221 0.0636258 2.87798 0.0386357C2.91375 0.0136455 2.95634 0.000244141 2.99997 0.000244141C3.04361 0.000244141 3.08619 0.0136455 3.12196 0.0386357C3.15773 0.0636258 3.18496 0.0989989 3.19997 0.139971L3.40297 0.695971C3.56298 1.13176 3.81589 1.52752 4.14415 1.85579C4.47242 2.18405 4.86818 2.43696 5.30397 2.59697L5.85997 2.79997C5.90094 2.81498 5.93632 2.84221 5.96131 2.87798C5.9863 2.91375 5.9997 2.95634 5.9997 2.99997C5.9997 3.04361 5.9863 3.08619 5.96131 3.12196C5.93632 3.15773 5.90094 3.18496 5.85997 3.19997L5.30397 3.40297C4.86818 3.56298 4.47242 3.81589 4.14415 4.14415C3.81589 4.47242 3.56298 4.86818 3.40297 5.30397L3.19997 5.85997C3.18496 5.90094 3.15773 5.93632 3.12196 5.96131C3.08619 5.9863 3.04361 5.9997 2.99997 5.9997C2.95634 5.9997 2.91375 5.9863 2.87798 5.96131C2.84221 5.93632 2.81498 5.90094 2.79997 5.85997L2.59697 5.30397C2.43696 4.86818 2.18405 4.47242 1.85579 4.14415C1.52752 3.81589 1.13176 3.56298 0.695971 3.40297L0.139971 3.19997C0.0989989 3.18496 0.0636258 3.15773 0.0386357 3.12196C0.0136455 3.08619 0.000244141 3.04361 0.000244141 2.99997C0.000244141 2.95634 0.0136455 2.91375 0.0386357 2.87798C0.0636258 2.84221 0.0989989 2.81498 0.139971 2.79997L0.695971 2.59697C1.13176 2.43696 1.52752 2.18405 1.85579 1.85579C2.18405 1.52752 2.43696 1.13176 2.59697 0.695971L2.79997 0.139971Z" fill="currentColor"></path>'}}},"alarm-clock":{name:"alarm-clock",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.624 4.791c0 .766-.328 1.455-.85 1.936.304.665.475 1.408.473 2.191a5.224 5.224 0 01-1.16 3.293l.996.996a.56.56 0 010 .794.56.56 0 01-.794 0l-.999-.998a5.25 5.25 0 01-6.585 0l-.996.996a.56.56 0 01-.795 0 .56.56 0 010-.795l.996-.996a5.237 5.237 0 01-1.16-3.292c0-.78.172-1.524.476-2.19a2.623 2.623 0 114.162-3.025 5.34 5.34 0 011.224 0 2.623 2.623 0 015.013 1.09zm-1.125 0c0-.827-.672-1.5-1.5-1.5a1.49 1.49 0 00-1.248.673c.967.342 1.806.96 2.42 1.762.204-.255.329-.581.329-.935zM5 3.291c-.827 0-1.5.673-1.5 1.5 0 .354.125.68.33.935a5.241 5.241 0 012.422-1.762A1.5 1.5 0 005 3.29zM3.875 8.916A4.122 4.122 0 008 13.04a4.122 4.122 0 004.124-4.124A4.122 4.122 0 008 4.79a4.122 4.122 0 00-4.125 4.125zm4.31-1.79a.505.505 0 10-1.01 0v2.356a.505.505 0 00.317.469l1.684.673a.505.505 0 00.375-.937L8.185 9.14V7.126z" fill="currentColor"></path>'}}},"alert-circle":{name:"alert-circle",keywords:["warning","triangle","exclamation","point","circle"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.47987 10.6083C8.60711 10.4811 8.67859 10.3085 8.67859 10.1285C8.67859 9.9486 8.60711 9.77603 8.47987 9.64879C8.35264 9.52155 8.18006 9.45007 8.00012 9.45007C7.82018 9.45007 7.64761 9.52155 7.52037 9.64879C7.39314 9.77603 7.32165 9.9486 7.32165 10.1285C7.32165 10.3085 7.39314 10.4811 7.52037 10.6083C7.64761 10.7355 7.82018 10.807 8.00012 10.807C8.18006 10.807 8.35264 10.7355 8.47987 10.6083Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8.54555 5.73818C8.54555 5.59352 8.48809 5.45479 8.3858 5.3525C8.28351 5.25021 8.14478 5.19275 8.00012 5.19275C7.85547 5.19275 7.71674 5.25021 7.61445 5.3525C7.51216 5.45479 7.4547 5.59352 7.4547 5.73818V8.13292C7.4547 8.27758 7.51216 8.41631 7.61445 8.5186C7.71674 8.62088 7.85547 8.67835 8.00012 8.67835C8.14478 8.67835 8.28351 8.62088 8.3858 8.5186C8.48809 8.41631 8.54555 8.27758 8.54555 8.13292V5.73818Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8.00012 1.99976C4.68642 1.99976 2 4.68617 2 7.99988C2 11.3136 4.68642 14 8.00012 14C11.3138 14 14.0002 11.3136 14.0002 7.99988C14.0002 4.68617 11.3138 1.99976 8.00012 1.99976ZM3.09086 7.99988C3.09086 6.69786 3.60808 5.44917 4.52875 4.5285C5.44941 3.60784 6.6981 3.09061 8.00012 3.09061C9.30214 3.09061 10.5508 3.60784 11.4715 4.5285C12.3922 5.44917 12.9094 6.69786 12.9094 7.99988C12.9094 9.3019 12.3922 10.5506 11.4715 11.4713C10.5508 12.3919 9.30214 12.9091 8.00012 12.9091C6.6981 12.9091 5.44941 12.3919 4.52875 11.4713C3.60808 10.5506 3.09086 9.3019 3.09086 7.99988Z" fill="currentColor"></path>'}}},"alert-hex":{name:"alert-hex",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.352 2.365A.563.563 0 015.75 2.2h4.5c.15 0 .292.06.398.165l3.187 3.188A.562.562 0 0114 5.95v4.5c0 .15-.06.293-.165.398l-3.187 3.188a.562.562 0 01-.398.164h-4.5a.562.562 0 01-.398-.164l-3.187-3.188A.563.563 0 012 10.45v-4.5c0-.149.06-.292.165-.397l3.187-3.188zm.631.96L3.125 6.183v4.034l2.858 2.858h4.034l2.858-2.858V6.183l-2.858-2.858H5.983zM8 5.2c.31 0 .563.252.563.563v2.625a.563.563 0 01-1.126 0V5.763c0-.31.252-.563.563-.563zm0 6a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},"alert-triangle":{name:"alert-triangle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.169 3.753a.191.191 0 00-.338 0l-4.658 8.714a.192.192 0 00.17.282h9.315a.191.191 0 00.169-.282L8.169 3.753zM6.818 3.21a1.34 1.34 0 012.364 0l4.658 8.715a1.34 1.34 0 01-1.182 1.972H3.342a1.34 1.34 0 01-1.182-1.972L6.818 3.21zm1.948 7.624a.766.766 0 11-1.532 0 .766.766 0 011.532 0zm-.192-4.021a.574.574 0 00-1.148 0v1.914a.574.574 0 001.148 0V6.814z" fill="currentColor"></path>'}}},apps:{name:"apps",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 2.766a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm5.4-.6a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2 5.4a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z" fill="currentColor"></path><path d="M11.3 9.066a.6.6 0 01.6.6v1.2h1.2a.6.6 0 110 1.2h-1.2v1.2a.6.6 0 01-1.2 0v-1.2H9.5a.6.6 0 010-1.2h1.2v-1.2a.6.6 0 01.6-.6z" fill="currentColor"></path>'}}},archive:{name:"archive",keywords:["box","catalog"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 4.075a.188.188 0 00-.188.188v1.125c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V4.263a.187.187 0 00-.188-.188H3.313zM2 4.263c0-.725.588-1.313 1.313-1.313h9.374c.725 0 1.313.588 1.313 1.313v1.125A1.313 1.313 0 0112.687 6.7H3.313A1.313 1.313 0 012 5.388V4.263zM3.313 7.45a.563.563 0 01.562.563v4.125c0 .103.084.187.188.187h7.875a.187.187 0 00.187-.187V8.013a.562.562 0 111.125 0v4.125a1.313 1.313 0 01-1.313 1.312H4.064a1.313 1.313 0 01-1.313-1.312V8.013a.563.563 0 01.563-.563zm3.374.75a.563.563 0 100 1.125h2.625a.562.562 0 100-1.125H6.688z" fill="currentColor"></path>'}}},"arrow-down":{name:"arrow-down",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.336 8.027a.837.837 0 010 1.184l-4.744 4.744a.837.837 0 01-1.184 0L2.664 9.21a.837.837 0 111.184-1.184l3.315 3.315V3.037a.837.837 0 011.674 0v8.305l3.315-3.315a.837.837 0 011.184 0z" fill="currentColor"></path>'}}},"arrow-down-right":{name:"arrow-down-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.8399 4.29341C12.3023 4.29341 12.6771 4.66825 12.6771 5.13062L12.6771 11.8399C12.6771 12.3023 12.3023 12.6771 11.8399 12.6771H5.13065C4.66826 12.6771 4.29343 12.3023 4.29344 11.8399C4.29344 11.3775 4.66822 11.0028 5.1306 11.0027L9.81869 11.0027L3.94663 5.13062C3.61968 4.80367 3.61968 4.27358 3.94663 3.94663C4.27358 3.61968 4.80367 3.61968 5.13062 3.94663L11.0027 9.81869L11.0027 5.13062C11.0027 4.66825 11.3776 4.29341 11.8399 4.29341Z" fill="currentColor"></path>'}}},"arrow-left":{name:"arrow-left",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.173 13.536a.837.837 0 01-1.184 0L2.245 8.792a.837.837 0 010-1.184L6.99 2.864a.837.837 0 011.184 1.184L4.858 7.363h8.305a.837.837 0 110 1.674H4.858l3.315 3.315a.837.837 0 010 1.184z" fill="currentColor"></path>'}}},"arrow-right":{name:"arrow-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.827 2.664a.837.837 0 011.184 0l4.744 4.744a.837.837 0 010 1.184L9.01 13.336a.837.837 0 11-1.184-1.184l3.315-3.315H2.837a.837.837 0 010-1.674h8.305L7.827 3.848a.837.837 0 010-1.184z" fill="currentColor"></path>'}}},"arrow-up":{name:"arrow-up",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.664 8.373a.837.837 0 010-1.184l4.744-4.744a.837.837 0 011.184 0l4.744 4.744a.837.837 0 11-1.184 1.184L8.837 5.058v8.305a.837.837 0 01-1.674 0V5.058L3.848 8.373a.837.837 0 01-1.184 0z" fill="currentColor"></path>'}}},"arrow-up-right":{name:"arrow-up-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.592 4.83721C4.592 4.37484 4.96683 4 5.42921 4L12.1385 4.00002C12.6009 4.00002 12.9757 4.37485 12.9757 4.83723V11.5465C12.9757 12.0089 12.6009 12.3837 12.1385 12.3837C11.6761 12.3837 11.3013 12.0089 11.3013 11.5465L11.3013 6.85845L5.42921 12.7305C5.10226 13.0575 4.57216 13.0575 4.24521 12.7305C3.91826 12.4036 3.91826 11.8735 4.24521 11.5465L10.1173 5.67445L5.42921 5.67442C4.96683 5.67442 4.592 5.29958 4.592 4.83721Z" fill="currentColor"></path>'}}},award:{name:"award",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.57 9.344a4 4 0 114.861 0l.565 4.257a.5.5 0 01-.753.494L8 12.75l-2.243 1.346a.5.5 0 01-.753-.495l.566-4.256zM5 6.166a3 3 0 116 0 3 3 0 01-6 0zm4.493 3.712A3.988 3.988 0 018 10.166a3.99 3.99 0 01-1.493-.287l-.375 2.825 1.61-.966a.5.5 0 01.515 0l1.611.966-.375-2.826z" fill="currentColor"></path>'}}},bell:{name:"bell",keywords:["notification"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.2a3.75 3.75 0 00-3.75 3.75v2.21a.188.188 0 01-.031.105L2.94 10.18a1.138 1.138 0 00.947 1.77h8.224a1.138 1.138 0 00.947-1.77l-1.277-1.916a.188.188 0 01-.032-.104V5.95A3.75 3.75 0 008 2.2zM5.375 5.95a2.625 2.625 0 115.25 0v2.21c0 .26.077.513.22.729l1.278 1.916a.013.013 0 01.002.007v.005l-.004.005a.019.019 0 01-.004.003H3.883l-.004-.003-.003-.005-.001-.005c0-.002 0-.005.002-.007l1.278-1.916a1.32 1.32 0 00.22-.728V5.95z" fill="currentColor"></path><path d="M9.488 12.888a1.5 1.5 0 01-2.976 0c-.013-.103.072-.188.175-.188h2.625c.104 0 .19.085.176.188z" fill="currentColor"></path>'}}},"bell-slash":{name:"bell-slash",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.325c-.748 0-1.422.312-1.9.815a.562.562 0 01-.815-.777A3.75 3.75 0 0111.75 5.95v1.78a.562.562 0 11-1.125 0V5.95A2.625 2.625 0 008 3.325zM5.137 5.433L2.892 3.807a.562.562 0 10-.66.912l2.018 1.46v1.982a.188.188 0 01-.031.104L2.94 10.18a1.138 1.138 0 00.947 1.77h8.332l.888.642a.562.562 0 10.66-.91l-1.032-.747a.338.338 0 00-.01-.008L5.148 5.441a.554.554 0 00-.011-.008zm5.529 5.392L5.375 6.994v1.167c0 .259-.077.512-.22.728l-1.278 1.916a.014.014 0 00-.002.007v.005l.004.005a.015.015 0 00.004.003h6.783zM8 14.2a1.5 1.5 0 001.488-1.313c.013-.102-.072-.187-.176-.187H6.688c-.104 0-.19.085-.176.188A1.5 1.5 0 008 14.2z" fill="currentColor"></path>'}}},bookmark:{name:"bookmark",keywords:["tab","star"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.214 3.452A.214.214 0 005 3.666v8.495l2.591-2.134a.643.643 0 01.818 0L11 12.161V3.666a.214.214 0 00-.214-.214H5.214zm-1.5.214a1.5 1.5 0 011.5-1.5h5.572a1.5 1.5 0 011.5 1.5v9.857a.643.643 0 01-1.052.497L8 11.356 4.766 14.02a.643.643 0 01-1.052-.496V3.665z" fill="currentColor"></path>'}}},"bookmark-slash":{name:"bookmark-slash",keywords:["bookmark","save","later"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.13517 2.12223C1.84761 1.91399 1.44569 1.9783 1.23746 2.26586C1.02923 2.55342 1.09353 2.95534 1.38109 3.16357L3.68669 4.83315V13.3571C3.68669 13.6017 3.82548 13.8251 4.04475 13.9335C4.26401 14.0418 4.52576 14.0164 4.72005 13.8678L7.97239 11.3807L11.2247 13.8678C11.419 14.0164 11.6808 14.0418 11.9001 13.9335C12.1193 13.8251 12.2581 13.6017 12.2581 13.3571V11.04L13.8096 12.1635C14.0972 12.3718 14.4991 12.3075 14.7074 12.0199C14.9155 11.7323 14.8513 11.3304 14.5637 11.1221L11.9978 9.26411C11.9938 9.2612 11.9899 9.25833 11.9859 9.25551L4.71208 3.98826C4.70817 3.98536 4.70422 3.9825 4.70024 3.97969L2.13517 2.12223ZM4.9724 5.76417V12.0563L7.58188 10.0608C7.81238 9.88452 8.13239 9.88452 8.36289 10.0608L10.9724 12.0563V10.109L4.9724 5.76417ZM6.1424 2.00005C5.78736 2.00005 5.49954 2.28787 5.49954 2.64291C5.49954 2.99794 5.78736 3.28576 6.1424 3.28576H10.7581C10.8765 3.28576 10.9724 3.3817 10.9724 3.50004V6.60599C10.9724 6.96102 11.2602 7.24884 11.6152 7.24884C11.9703 7.24884 12.2581 6.96102 12.2581 6.60599V3.50004C12.2581 2.67162 11.5865 2.00005 10.7581 2.00005H6.1424Z" fill="currentColor"></path>'}}},briefcase:{name:"briefcase",keywords:["suitcase","business"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.063 2.541A1.313 1.313 0 005.75 3.854v.937H3.312A1.313 1.313 0 002 6.104v6.375c0 .724.588 1.312 1.313 1.312h9.374A1.313 1.313 0 0014 12.48V6.104a1.313 1.313 0 00-1.313-1.313H10.25v-.937A1.313 1.313 0 008.937 2.54H7.063zm2.062 2.25v-.937a.187.187 0 00-.188-.188H7.063a.188.188 0 00-.188.188v.937h2.25zM5.75 5.916H3.312a.188.188 0 00-.187.188v.937a1.5 1.5 0 001.5 1.5h6.75a1.5 1.5 0 001.5-1.5v-.937a.188.188 0 00-.188-.188H5.75zm-1.125 3.75a2.613 2.613 0 01-1.5-.47v3.283c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V9.196c-.44.307-.964.471-1.5.47h-6.75z" fill="currentColor"></path>'}}},calendar:{name:"calendar",keywords:["time","day","month","year","date","appointment"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path>'}}},"calendar-month":{name:"calendar-month",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path><path d="M5.281 10.148h.938c.154 0 .281-.109.281-.242v-.808c0-.133-.127-.242-.281-.242H5.28c-.154 0-.281.109-.281.242v.808c0 .133.127.242.281.242zm3.469-1.05v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm2.25 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 1.939v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 0v.808c0 .133-.127.242-.281.242H5.28c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm4.5 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242z" fill="currentColor"></path>'}}},"calendar-week":{name:"calendar-week",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path><path d="M7.12 11.934H5.28c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.307-.374h1.84c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.307.373zm3.567 0H8.85c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.306-.374h1.837c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.306.373z" fill="currentColor"></path>'}}},camera:{name:"camera",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 6.166a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm-1.5 2.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M6.5 3.166a.5.5 0 00-.416.223l-.852 1.277H3.5a1.5 1.5 0 00-1.5 1.5v5.5a1.5 1.5 0 001.5 1.5h9a1.5 1.5 0 001.5-1.5v-5.5a1.5 1.5 0 00-1.5-1.5h-1.732L9.916 3.39a.5.5 0 00-.416-.223h-3zm-.584 2.278l.852-1.278h2.464l.852 1.278a.5.5 0 00.416.222h2a.5.5 0 01.5.5v5.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-5.5a.5.5 0 01.5-.5h2a.5.5 0 00.416-.222z" fill="currentColor"></path>'}}},"cash-register":{name:"cash-register",keywords:["checkout","pay"],heights:{16:{width:16,path:'<path d="M5.9375 8.9375H5.5625C5.35625 8.9375 5.1875 9.10625 5.1875 9.3125V9.6875C5.1875 9.89375 5.35625 10.0625 5.5625 10.0625H5.9375C6.14375 10.0625 6.3125 9.89375 6.3125 9.6875V9.3125C6.3125 9.10625 6.14375 8.9375 5.9375 8.9375ZM5.1875 7.8125C5.1875 7.60625 5.01875 7.4375 4.8125 7.4375H4.4375C4.23125 7.4375 4.0625 7.60625 4.0625 7.8125V8.1875C4.0625 8.39375 4.23125 8.5625 4.4375 8.5625H4.8125C5.01875 8.5625 5.1875 8.39375 5.1875 8.1875V7.8125ZM7.4375 7.8125C7.4375 7.60625 7.26875 7.4375 7.0625 7.4375H6.6875C6.48125 7.4375 6.3125 7.60625 6.3125 7.8125V8.1875C6.3125 8.39375 6.48125 8.5625 6.6875 8.5625H7.0625C7.26875 8.5625 7.4375 8.39375 7.4375 8.1875V7.8125ZM10.4375 8.9375H10.0625C9.85625 8.9375 9.6875 9.10625 9.6875 9.3125V9.6875C9.6875 9.89375 9.85625 10.0625 10.0625 10.0625H10.4375C10.6438 10.0625 10.8125 9.89375 10.8125 9.6875V9.3125C10.8125 9.10625 10.6438 8.9375 10.4375 8.9375ZM11.5625 7.4375H11.1875C10.9812 7.4375 10.8125 7.60625 10.8125 7.8125V8.1875C10.8125 8.39375 10.9812 8.5625 11.1875 8.5625H11.5625C11.7688 8.5625 11.9375 8.39375 11.9375 8.1875V7.8125C11.9375 7.60625 11.7688 7.4375 11.5625 7.4375ZM13.9859 10.8945L13.3883 6.71562C13.3086 6.1625 12.8352 5.75 12.275 5.75H6.875V5H9.125C9.33125 5 9.5 4.83125 9.5 4.625V2.375C9.5 2.16875 9.33125 2 9.125 2H3.125C2.91875 2 2.75 2.16875 2.75 2.375V4.625C2.75 4.83125 2.91875 5 3.125 5H5.375V5.75H3.725C3.16484 5.75 2.69141 6.1625 2.61172 6.71562L2.01406 10.8945C2.00469 10.9648 2 11.0352 2 11.1078V12.875C2 13.4961 2.50391 14 3.125 14H12.875C13.4961 14 14 13.4961 14 12.875V11.1055C14 11.0352 13.9953 10.9648 13.9859 10.8945ZM3.875 3.875V3.125H8.375V3.875H3.875ZM3.725 6.875H12.2727L12.8094 10.625H3.19062L3.725 6.875ZM12.875 12.875H3.125V11.75H12.875V12.875ZM9.6875 7.8125C9.6875 7.60625 9.51875 7.4375 9.3125 7.4375H8.9375C8.73125 7.4375 8.5625 7.60625 8.5625 7.8125V8.1875C8.5625 8.39375 8.73125 8.5625 8.9375 8.5625H9.3125C9.51875 8.5625 9.6875 8.39375 9.6875 8.1875V7.8125ZM8.1875 8.9375H7.8125C7.60625 8.9375 7.4375 9.10625 7.4375 9.3125V9.6875C7.4375 9.89375 7.60625 10.0625 7.8125 10.0625H8.1875C8.39375 10.0625 8.5625 9.89375 8.5625 9.6875V9.3125C8.5625 9.10625 8.39375 8.9375 8.1875 8.9375Z" fill="currentColor"></path>'}}},check:{name:"check",keywords:["mark","yes","confirm","accept","ok","success"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.78 4.039a.751.751 0 010 1.061l-7.26 7.262a.751.751 0 01-1.062 0L2.202 9.107a.751.751 0 011.061-1.062l2.725 2.725 6.73-6.731a.751.751 0 011.062 0z" fill="currentColor"></path>'}}},"check-circle":{name:"check-circle",keywords:[],heights:{17:{width:16,path:'<path d="M10.835 6.91a.562.562 0 10-.795-.795L7.063 9.092 5.96 7.99a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z" fill="currentColor"></path><path fill-rule="evenodd" d="M2 8.2a6 6 0 1112 0 6 6 0 01-12 0zm1.125 0a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0z" fill="currentColor"></path>'}}},"check-circle-fill":{name:"check-circle-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 14.166a6 6 0 100-12 6 6 0 000 12zm2.835-7.29a.562.562 0 10-.795-.795L7.063 9.058 5.96 7.956a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z" fill="currentColor"></path>'}}},"chevron-down":{name:"chevron-down",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M13.736 4.814a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 01-1.272 0l-5.1-5.1a.9.9 0 011.272-1.272L8 9.277l4.464-4.463a.9.9 0 011.272 0z" fill="currentColor"></path>'}}},"chevron-left":{name:"chevron-left",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.187 13.736a.9.9 0 01-1.273 0l-5.1-5.1a.9.9 0 010-1.272l5.1-5.1a.9.9 0 011.273 1.272L6.723 8l4.464 4.464a.9.9 0 010 1.272z" fill="currentColor"></path>'}}},"chevron-right":{name:"chevron-right",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.814 2.264a.9.9 0 011.272 0l5.1 5.1a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 11-1.272-1.272L9.277 8 4.814 3.536a.9.9 0 010-1.272z" fill="currentColor"></path>'}}},"chevron-up":{name:"chevron-up",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.264 11.187a.9.9 0 010-1.273l5.1-5.1a.9.9 0 011.272 0l5.1 5.1a.9.9 0 01-1.272 1.273L8 6.723l-4.464 4.464a.9.9 0 01-1.272 0z" fill="currentColor"></path>'}}},"chevrons-down":{name:"chevrons-down",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.108 8.251a.857.857 0 011.212 0L8 11.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 13.75a.857.857 0 01-1.212 0L3.108 9.463a.857.857 0 010-1.212z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.108 2.251a.857.857 0 011.212 0L8 5.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 7.75a.857.857 0 01-1.212 0L3.108 3.463a.857.857 0 010-1.212z" fill="currentColor"></path>'}}},"chevrons-left":{name:"chevrons-left",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.749 3.108a.857.857 0 010 1.212L4.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L2.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M13.749 3.108a.857.857 0 010 1.212L10.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L8.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z" fill="currentColor"></path>'}}},"chevrons-right":{name:"chevrons-right",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.251 3.108a.857.857 0 011.212 0l4.286 4.286a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L11.931 8 8.25 4.32a.857.857 0 010-1.212z" fill="currentColor"></path><path fill-rule="evenodd" d="M2.251 3.108a.857.857 0 011.212 0L7.75 7.394a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L5.931 8 2.25 4.32a.857.857 0 010-1.212z" fill="currentColor"></path>'}}},"chevrons-up":{name:"chevrons-up",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.394 2.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 4.069 4.32 7.75a.857.857 0 01-1.212-1.212L7.394 2.25z" fill="currentColor"></path><path fill-rule="evenodd" d="M7.394 8.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 10.069l-3.68 3.68a.857.857 0 11-1.212-1.212L7.394 8.25z" fill="currentColor"></path>'}}},"circle-slash":{name:"circle-slash",keywords:["no","deny","fail","failure","error","bad"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 017.901-3.822l-6.848 6.849a4.854 4.854 0 01-1.053-3.027zm1.849 3.822a4.875 4.875 0 006.848-6.848l-6.848 6.848zM8 2.166a6 6 0 100 12 6 6 0 000-12z" fill="currentColor"></path>'}}},clipboard:{name:"clipboard",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.071 2.166a.643.643 0 00-.642.643v2.572c0 .355.287.643.642.643H9.93a.643.643 0 00.643-.643V2.809a.643.643 0 00-.643-.643H6.07zm.643 2.572V3.452h2.572v1.286H6.714zm-2.464-.4a.643.643 0 10-.643-1.113 1.5 1.5 0 00-.75 1.299v8.142a1.5 1.5 0 001.5 1.5h7.286a1.5 1.5 0 001.5-1.5V4.524a1.5 1.5 0 00-.75-1.3.643.643 0 10-.643 1.114.214.214 0 01.107.186v8.142a.214.214 0 01-.214.215H4.357a.214.214 0 01-.214-.215V4.524c0-.079.042-.148.107-.186z" fill="currentColor"></path>'}}},clock:{name:"clock",keywords:["time","hour","minute","second","watch"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm.375 3.811a.563.563 0 00-1.125 0v2.625a.563.563 0 00.353.522l1.875.75a.562.562 0 00.418-1.044l-1.521-.609V5.977z" fill="currentColor"></path>'}}},"code-square":{name:"code-square",keywords:[],heights:{16:{width:16,path:'<path d="M2 3.3125C2 2.588 2.588 2 3.3125 2H12.6875C13.412 2 14 2.588 14 3.3125V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H3.3125C2.9644 14 2.63056 13.8617 2.38442 13.6156C2.13828 13.3694 2 13.0356 2 12.6875V3.3125ZM3.3125 3.125C3.26277 3.125 3.21508 3.14475 3.17992 3.17992C3.14475 3.21508 3.125 3.26277 3.125 3.3125V12.6875C3.125 12.791 3.209 12.875 3.3125 12.875H12.6875C12.7372 12.875 12.7849 12.8552 12.8201 12.8201C12.8552 12.7849 12.875 12.7372 12.875 12.6875V3.3125C12.875 3.26277 12.8552 3.21508 12.8201 3.17992C12.7849 3.14475 12.7372 3.125 12.6875 3.125H3.3125ZM8.915 6.1025C9.02047 5.99716 9.16344 5.93799 9.3125 5.93799C9.46156 5.93799 9.60453 5.99716 9.71 6.1025L11.21 7.6025C11.3153 7.70797 11.3745 7.85094 11.3745 8C11.3745 8.14906 11.3153 8.29203 11.21 8.3975L9.71 9.8975C9.64125 9.97154 9.55379 10.0257 9.45686 10.0542C9.35992 10.0827 9.25709 10.0845 9.1592 10.0595C9.0613 10.0345 8.97197 9.9835 8.90062 9.91196C8.82926 9.84042 8.77853 9.75096 8.75375 9.653C8.72869 9.55522 8.73044 9.45249 8.75881 9.35562C8.78719 9.25874 8.84114 9.17131 8.915 9.1025L10.0175 8L8.915 6.8975C8.80966 6.79203 8.75049 6.64906 8.75049 6.5C8.75049 6.35094 8.80966 6.20797 8.915 6.1025ZM7.085 6.8975L5.9825 8L7.085 9.1025C7.15904 9.17125 7.21317 9.25871 7.24168 9.35564C7.27019 9.45258 7.27203 9.55541 7.247 9.6533C7.22197 9.7512 7.171 9.84053 7.09946 9.91188C7.02792 9.98324 6.93846 10.034 6.8405 10.0588C6.74272 10.0838 6.63999 10.0821 6.54312 10.0537C6.44624 10.0253 6.35881 9.97136 6.29 9.8975L4.79 8.3975C4.68466 8.29203 4.62549 8.14906 4.62549 8C4.62549 7.85094 4.68466 7.70797 4.79 7.6025L6.29 6.1025C6.3967 6.00319 6.53773 5.94912 6.68347 5.95163C6.82921 5.95415 6.9683 6.01307 7.0715 6.116C7.17443 6.2192 7.23335 6.35829 7.23587 6.50403C7.23838 6.64977 7.18431 6.7908 7.085 6.8975Z" fill="currentColor"></path>'}}},comment:{name:"comment",keywords:["speak","bubble"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z" fill="currentColor"></path>'}}},"comment-alt":{name:"comment-alt",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z" fill="currentColor"></path><path d="M5 7.267a.666.666 0 111.332-.002A.666.666 0 015 7.267zm2.333 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002zm2.334 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002z" fill="currentColor"></path>'}}},"comment-check":{name:"comment-check",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M10.8352 5.38801C11.0549 5.16834 11.0549 4.81219 10.8352 4.59252C10.6156 4.37285 10.2594 4.37285 10.0398 4.59252L7.0625 7.56977L5.96025 6.46752C5.74058 6.24785 5.38442 6.24785 5.16475 6.46752C4.94508 6.68719 4.94508 7.04334 5.16475 7.26301L6.66475 8.76301C6.88442 8.98268 7.24058 8.98268 7.46025 8.76301L10.8352 5.38801Z" fill="currentColor"></path>'}}},"comment-closed":{name:"comment-closed",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 4.01549C6.55025 4.01549 5.375 5.19074 5.375 6.64049C5.375 8.09024 6.55025 9.26549 8 9.26549C9.44975 9.26549 10.625 8.09024 10.625 6.64049C10.625 5.19074 9.44975 4.01549 8 4.01549ZM7.00913 5.09278C7.29504 4.90936 7.6351 4.80299 8 4.80299C9.01482 4.80299 9.8375 5.62567 9.8375 6.64049C9.8375 7.00539 9.73113 7.34546 9.54771 7.63136L7.00913 5.09278ZM6.45229 5.64962C6.26887 5.93553 6.1625 6.27559 6.1625 6.64049C6.1625 7.65531 6.98518 8.47799 8 8.47799C8.3649 8.47799 8.70496 8.37163 8.99087 8.18821L6.45229 5.64962Z" fill="currentColor"></path>'}}},"comment-discussion":{name:"comment-discussion",keywords:["converse","talk"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 4.663a.188.188 0 01.188-.188h6.374a.188.188 0 01.188.188v4.125a.187.187 0 01-.188.187H7.063c-.15 0-.293.06-.398.165l-2.04 2.04V9.539a.563.563 0 00-.563-.563h-.75a.188.188 0 01-.187-.187V4.663zm.188-1.313A1.313 1.313 0 002 4.663v4.125c0 .724.588 1.313 1.313 1.313H3.5v1.157a1.093 1.093 0 001.865.772l1.93-1.93h2.393A1.313 1.313 0 0011 8.789V4.663A1.313 1.313 0 009.687 3.35H3.314zm9.562 2.813a.187.187 0 00-.188-.188h-.374a.562.562 0 110-1.125h.374c.725 0 1.313.588 1.313 1.313v4.125a1.313 1.313 0 01-1.313 1.313H12.5v1.157a1.093 1.093 0 01-1.865.772l-1.72-1.72a.564.564 0 01.612-.925c.07.03.131.075.183.13l1.665 1.665v-1.642a.562.562 0 01.563-.563h.75a.188.188 0 00.187-.187V6.163z" fill="currentColor"></path>'}}},"comment-minus":{name:"comment-minus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M6.2 5.9111C5.86863 5.9111 5.6 6.17972 5.6 6.51109C5.6 6.84246 5.86863 7.11109 6.2 7.11109H9.8C10.1314 7.11109 10.4 6.84246 10.4 6.51109C10.4 6.17972 10.1314 5.9111 9.8 5.9111H6.2Z" fill="currentColor"></path>'}}},"comment-plus":{name:"comment-plus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M7.99987 4.24367C8.34816 4.24367 8.6305 4.52601 8.6305 4.8743V6.11305H9.86937C10.2177 6.11305 10.5 6.39539 10.5 6.74368C10.5 7.09197 10.2177 7.37431 9.86937 7.37431H8.6305V8.61304C8.6305 8.96133 8.34816 9.24367 7.99987 9.24367C7.65158 9.24367 7.36924 8.96133 7.36924 8.61304V7.37431H6.13063C5.78234 7.37431 5.5 7.09197 5.5 6.74368C5.5 6.39539 5.78234 6.11305 6.13063 6.11305H7.36924V4.8743C7.36924 4.52601 7.65158 4.24367 7.99987 4.24367Z" fill="currentColor"></path>'}}},"comment-x":{name:"comment-x",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M6.52275 4.30412C6.30308 4.08444 5.94692 4.08444 5.72725 4.30411C5.50758 4.52378 5.50758 4.87994 5.72725 5.09961L7.2045 6.57686L5.72725 8.05411C5.50758 8.27378 5.50758 8.62993 5.72725 8.8496C5.94692 9.06928 6.30308 9.06928 6.52275 8.84961L8 7.37236L9.47725 8.84961C9.69692 9.06928 10.0531 9.06928 10.2727 8.84961C10.4924 8.62994 10.4924 8.27378 10.2727 8.05411L8.7955 6.57686L10.2727 5.09961C10.4924 4.87994 10.4924 4.52379 10.2727 4.30412C10.0531 4.08445 9.69692 4.08445 9.47725 4.30412L8 5.78137L6.52275 4.30412Z" fill="currentColor"></path>'}}},compass:{name:"compass",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.83 6.026a.545.545 0 00-.69-.69L6.671 6.493a.545.545 0 00-.345.345L5.17 10.307a.545.545 0 00.69.69L9.329 9.84a.545.545 0 00.345-.345l1.156-3.469zm-4.28 3.59l.725-2.175 2.175-.725-.725 2.176-2.175.725z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 2.166a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z" fill="currentColor"></path>'}}},"credit-card":{name:"credit-card",keywords:["money","billing","payments","transactions"],heights:{17:{width:16,path:'<path d="M9.5 9.479c0-.31.252-.563.563-.563h1.124a.563.563 0 010 1.125h-1.124A.563.563 0 019.5 9.48z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.313 3.666C2.587 3.666 2 4.254 2 4.98v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V4.979c0-.725-.588-1.313-1.313-1.313H3.313zm9.562 2.25V4.98a.187.187 0 00-.188-.188H3.313a.188.188 0 00-.188.188v.937h9.75zm-9.75 1.125h9.75v4.313a.187.187 0 01-.188.187H3.313a.187.187 0 01-.188-.187V7.04z" fill="currentColor"></path>'}}},dash:{name:"dash",keywords:["hyphen","range"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 8.2c0-.432.35-.782.783-.782h10.434a.783.783 0 010 1.565H2.783A.783.783 0 012 8.2z" fill="currentColor"></path>'}}},"dollar-bill":{name:"dollar-bill",keywords:["money","cash","pay"],heights:{16:{width:16,path:'<path d="M5.9375 8.9375H5.5625C5.35625 8.9375 5.1875 9.10625 5.1875 9.3125V9.6875C5.1875 9.89375 5.35625 10.0625 5.5625 10.0625H5.9375C6.14375 10.0625 6.3125 9.89375 6.3125 9.6875V9.3125C6.3125 9.10625 6.14375 8.9375 5.9375 8.9375ZM5.1875 7.8125C5.1875 7.60625 5.01875 7.4375 4.8125 7.4375H4.4375C4.23125 7.4375 4.0625 7.60625 4.0625 7.8125V8.1875C4.0625 8.39375 4.23125 8.5625 4.4375 8.5625H4.8125C5.01875 8.5625 5.1875 8.39375 5.1875 8.1875V7.8125ZM7.4375 7.8125C7.4375 7.60625 7.26875 7.4375 7.0625 7.4375H6.6875C6.48125 7.4375 6.3125 7.60625 6.3125 7.8125V8.1875C6.3125 8.39375 6.48125 8.5625 6.6875 8.5625H7.0625C7.26875 8.5625 7.4375 8.39375 7.4375 8.1875V7.8125ZM10.4375 8.9375H10.0625C9.85625 8.9375 9.6875 9.10625 9.6875 9.3125V9.6875C9.6875 9.89375 9.85625 10.0625 10.0625 10.0625H10.4375C10.6438 10.0625 10.8125 9.89375 10.8125 9.6875V9.3125C10.8125 9.10625 10.6438 8.9375 10.4375 8.9375ZM11.5625 7.4375H11.1875C10.9812 7.4375 10.8125 7.60625 10.8125 7.8125V8.1875C10.8125 8.39375 10.9812 8.5625 11.1875 8.5625H11.5625C11.7688 8.5625 11.9375 8.39375 11.9375 8.1875V7.8125C11.9375 7.60625 11.7688 7.4375 11.5625 7.4375ZM13.9859 10.8945L13.3883 6.71562C13.3086 6.1625 12.8352 5.75 12.275 5.75H6.875V5H9.125C9.33125 5 9.5 4.83125 9.5 4.625V2.375C9.5 2.16875 9.33125 2 9.125 2H3.125C2.91875 2 2.75 2.16875 2.75 2.375V4.625C2.75 4.83125 2.91875 5 3.125 5H5.375V5.75H3.725C3.16484 5.75 2.69141 6.1625 2.61172 6.71562L2.01406 10.8945C2.00469 10.9648 2 11.0352 2 11.1078V12.875C2 13.4961 2.50391 14 3.125 14H12.875C13.4961 14 14 13.4961 14 12.875V11.1055C14 11.0352 13.9953 10.9648 13.9859 10.8945ZM3.875 3.875V3.125H8.375V3.875H3.875ZM3.725 6.875H12.2727L12.8094 10.625H3.19062L3.725 6.875ZM12.875 12.875H3.125V11.75H12.875V12.875ZM9.6875 7.8125C9.6875 7.60625 9.51875 7.4375 9.3125 7.4375H8.9375C8.73125 7.4375 8.5625 7.60625 8.5625 7.8125V8.1875C8.5625 8.39375 8.73125 8.5625 8.9375 8.5625H9.3125C9.51875 8.5625 9.6875 8.39375 9.6875 8.1875V7.8125ZM8.1875 8.9375H7.8125C7.60625 8.9375 7.4375 9.10625 7.4375 9.3125V9.6875C7.4375 9.89375 7.60625 10.0625 7.8125 10.0625H8.1875C8.39375 10.0625 8.5625 9.89375 8.5625 9.6875V9.3125C8.5625 9.10625 8.39375 8.9375 8.1875 8.9375Z" fill="currentColor"></path>'}}},"dollar-sign":{name:"dollar-sign",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.5 3a.5.5 0 10-1 0v1.5h-.75a2.25 2.25 0 100 4.5h.75v2.5H5a.5.5 0 000 1h2.5V14a.5.5 0 101 0v-1.5h.75a2.25 2.25 0 100-4.5H8.5V5.5h2a.5.5 0 000-1h-2V3zm-1 2.5h-.75a1.25 1.25 0 100 2.5h.75V5.5zm1 3.5v2.5h.75a1.25 1.25 0 000-2.5H8.5z" fill="currentColor"></path>'}}},download:{name:"download",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.529 11.294c.26.26.682.26.942 0l3.334-3.334a.667.667 0 00-.943-.942L8.667 9.213V3.267a.667.667 0 00-1.334 0v5.946L5.138 7.018a.667.667 0 00-.943.942l3.334 3.334zm-3.307 1.973a.667.667 0 000 1.333h7.556a.667.667 0 100-1.333H4.222z" fill="currentColor"></path>'}}},drag:{name:"drag",keywords:["drag","move"],heights:{16:{width:16,path:'<rect width="2" height="2" x="5" y="3" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="5" y="7" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="5" y="11" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="3" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="7" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="11" rx="0.5" fill="currentColor"></rect>'}}},dumbbells:{name:"dumbbells",keywords:["strength","train"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M10.8618 3.14819C11.6902 3.14819 12.3618 3.81977 12.3618 4.64819V4.71843C12.4586 4.69541 12.5597 4.68323 12.6636 4.68323H13.0122C13.7302 4.68323 14.3122 5.26526 14.3122 5.98323V7.07555C14.3305 7.07434 14.349 7.07373 14.3676 7.07373C14.8238 7.07373 15.1936 7.44358 15.1936 7.8998V8.10036C15.1936 8.55659 14.8238 8.92643 14.3676 8.92643C14.349 8.92643 14.3305 8.92582 14.3122 8.92461V10.0167C14.3122 10.7347 13.7302 11.3167 13.0122 11.3167H12.6636C12.5597 11.3167 12.4586 11.3045 12.3618 11.2815V11.3519C12.3618 12.1803 11.6902 12.8519 10.8618 12.8519H10.4968C9.66839 12.8519 8.99682 12.1803 8.99682 11.3519V8.74524H7.00146V11.3519C7.00146 12.1803 6.32989 12.8519 5.50146 12.8519H5.13816C4.30974 12.8519 3.63816 12.1803 3.63816 11.3519V11.2809C3.54059 11.3043 3.43874 11.3167 3.334 11.3167H2.98772C2.26975 11.3167 1.68772 10.7347 1.68772 10.0167V8.92462C1.66949 8.92582 1.6511 8.92643 1.63256 8.92643C1.17642 8.92643 0.806641 8.55666 0.806641 8.10052V7.89965C0.806641 7.44351 1.17642 7.07373 1.63256 7.07373C1.6511 7.07373 1.66949 7.07434 1.68772 7.07554V5.98323C1.68772 5.26526 2.26976 4.68323 2.98773 4.68323H3.334C3.43874 4.68323 3.54059 4.69561 3.63816 4.719V4.64819C3.63816 3.81977 4.30974 3.14819 5.13816 3.14819H5.50146C6.32989 3.14819 7.00146 3.81977 7.00146 4.64819V7.25494H8.99682V4.64819C8.99682 3.81977 9.66839 3.14819 10.4968 3.14819H10.8618ZM11.3618 4.64819V11.3519C11.3618 11.628 11.1379 11.8519 10.8618 11.8519H10.4968C10.2207 11.8519 9.99682 11.628 9.99682 11.3519L9.99682 4.64819C9.99682 4.37205 10.2207 4.14819 10.4968 4.14819H10.8618C11.1379 4.14819 11.3618 4.37205 11.3618 4.64819ZM13.3122 10.0167V5.98323C13.3122 5.81754 13.1779 5.68323 13.0122 5.68323H12.6636C12.4979 5.68323 12.3636 5.81754 12.3636 5.98323V10.0167C12.3636 10.1824 12.4979 10.3167 12.6636 10.3167H13.0122C13.1779 10.3167 13.3122 10.1824 13.3122 10.0167ZM4.63816 11.3519V4.64819C4.63816 4.37205 4.86202 4.14819 5.13816 4.14819H5.50146C5.7776 4.14819 6.00146 4.37205 6.00146 4.64819V11.3519C6.00146 11.628 5.7776 11.8519 5.50146 11.8519H5.13816C4.86202 11.8519 4.63816 11.628 4.63816 11.3519ZM2.68772 5.98323V10.0167C2.68772 10.1824 2.82204 10.3167 2.98772 10.3167H3.334C3.49969 10.3167 3.634 10.1824 3.634 10.0167V5.98323C3.634 5.81754 3.49969 5.68323 3.334 5.68323H2.98773C2.82204 5.68323 2.68772 5.81754 2.68772 5.98323Z" fill="currentColor"></path>'}}},duplicate:{name:"duplicate",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 7.229c0-.725.588-1.313 1.313-1.313h1.124a.563.563 0 010 1.125H3.313a.188.188 0 00-.187.188v5.625c0 .103.084.187.188.187h5.624a.188.188 0 00.188-.187v-1.125a.562.562 0 111.125 0v1.125c0 .725-.588 1.312-1.313 1.312H3.314A1.312 1.312 0 012 12.854V7.229z" fill="currentColor"></path><path fill-rule="evenodd" d="M5.75 3.479c0-.725.588-1.313 1.313-1.313h5.625c.724 0 1.312.588 1.312 1.313v5.625c0 .725-.588 1.312-1.313 1.312H7.064A1.313 1.313 0 015.75 9.104V3.479zm1.313-.188a.188.188 0 00-.188.188v5.625c0 .103.084.187.188.187h5.625a.187.187 0 00.187-.187V3.479a.187.187 0 00-.188-.188H7.064z" fill="currentColor"></path>'}}},edit:{name:"edit",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M12.307 2.166c-.45 0-.88.179-1.197.496L5.956 7.816a.542.542 0 00-.142.252l-.543 2.17a.542.542 0 00.658.657l2.17-.542a.541.541 0 00.252-.143l5.153-5.153a1.693 1.693 0 00-1.197-2.89zm-.43 1.263a.608.608 0 11.86.86L7.69 9.338l-1.147.287.287-1.147 5.047-5.048z" fill="currentColor"></path><path d="M3.627 3.317A1.627 1.627 0 002 4.945v7.594a1.627 1.627 0 001.627 1.627h7.595a1.627 1.627 0 001.627-1.627V8.742a.542.542 0 00-1.085 0v3.797a.542.542 0 01-.542.543H3.627a.543.543 0 01-.542-.543V4.945a.542.542 0 01.542-.543h3.798a.542.542 0 100-1.085H3.627z" fill="currentColor"></path>'}}},expand:{name:"expand",keywords:[],heights:{17:{width:16,path:'<path d="M6.382 3.495h-3.19A.192.192 0 003 3.687v3.19c0 .17.207.256.328.135l1.187-1.187L7.19 8.5l-2.675 2.675-1.187-1.187a.192.192 0 00-.328.136v3.19c0 .105.086.192.192.192h3.19a.192.192 0 00.136-.329L5.33 11.991 8 9.32l2.669 2.67-1.187 1.186a.192.192 0 00.136.329h3.19a.192.192 0 00.192-.193v-3.19a.192.192 0 00-.328-.135l-1.187 1.187L8.81 8.5l2.675-2.675 1.187 1.187A.192.192 0 0013 6.876v-3.19a.192.192 0 00-.192-.191h-3.19a.192.192 0 00-.136.328L10.67 5.01 8 7.679l-2.669-2.67 1.187-1.186a.192.192 0 00-.136-.328z" fill="currentColor"></path>'}}},eye:{name:"eye",keywords:["look","watch","see"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.164 8.148c.316-.475.95-1.339 1.81-2.078.865-.744 1.9-1.312 3.026-1.312 1.127 0 2.16.568 3.026 1.312.86.74 1.494 1.603 1.81 2.078a.09.09 0 010 .105c-.316.475-.95 1.339-1.81 2.078-.865.744-1.9 1.312-3.026 1.312-1.127 0-2.16-.568-3.026-1.312-.86-.74-1.494-1.603-1.81-2.078a.09.09 0 010-.105zM8 3.61c-1.516 0-2.808.759-3.774 1.59-.971.835-1.673 1.794-2.018 2.313a1.238 1.238 0 000 1.375c.345.519 1.047 1.478 2.018 2.313.966.831 2.258 1.59 3.774 1.59s2.808-.759 3.774-1.59c.971-.835 1.673-1.794 2.018-2.313a1.238 1.238 0 000-1.375c-.345-.519-1.047-1.478-2.018-2.313C10.808 4.369 9.516 3.61 8 3.61zm0 6.12a1.53 1.53 0 100-3.06 1.53 1.53 0 000 3.06z" fill="currentColor"></path>'}}},"eye-closed":{name:"eye-closed",keywords:["hidden","invisible","concealed",""],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.107 3.933a.562.562 0 01.785-.126l10.875 7.875a.562.562 0 11-.66.912l-1.686-1.222C10.51 12.092 9.344 12.7 8 12.7c-1.486 0-2.753-.743-3.7-1.558-.952-.819-1.64-1.759-1.978-2.268a1.213 1.213 0 010-1.347c.265-.4.746-1.065 1.401-1.729l-1.49-1.08a.562.562 0 01-.126-.785zm2.54 2.534A10.658 10.658 0 003.259 8.15a.09.09 0 00-.016.05c0 .016.004.034.016.052.31.465.931 1.312 1.775 2.037.848.73 1.862 1.287 2.966 1.287.896 0 1.732-.367 2.468-.894l-1.672-1.21A1.5 1.5 0 016.543 7.84L4.647 6.466zM8 4.825c-.387 0-.762.069-1.124.189a.562.562 0 01-.355-1.068A4.672 4.672 0 018 3.7c1.486 0 2.753.744 3.7 1.559.952.818 1.64 1.759 1.978 2.267.272.41.272.939 0 1.348-.083.125-.186.275-.308.441a.562.562 0 11-.907-.665c.11-.151.204-.286.278-.398a.09.09 0 000-.103c-.31-.465-.931-1.312-1.774-2.037-.849-.73-1.863-1.287-2.967-1.287z" fill="currentColor"></path>'}}},"eye-droper":{name:"eye-droper",keywords:["sample","color","info"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.63416 14.2536C2.38179 14.506 1.97262 14.506 1.72026 14.2536C1.46789 14.0013 1.46789 13.5921 1.72026 13.3397C2.09148 12.9685 2.35891 12.5065 2.4959 11.9997L3.0233 10.0485C3.06207 9.90506 3.13777 9.77427 3.24285 9.6692L6.53564 6.37641C5.93161 5.56577 5.99759 4.41348 6.73359 3.67749C7.46958 2.9415 8.62187 2.87551 9.4325 3.47954L10.7444 2.16762C11.5815 1.33051 12.9388 1.33051 13.7759 2.16762C14.613 3.00473 14.613 4.36196 13.7759 5.19907L12.464 6.51093C13.0684 7.32159 13.0026 8.47418 12.2664 9.21032C11.5303 9.94646 10.3777 10.0123 9.56703 9.40791L6.2743 12.7006C6.16922 12.8057 6.03843 12.8814 5.89498 12.9202L4.09942 13.4055C3.54527 13.5553 3.04006 13.8477 2.63416 14.2536ZM8.64655 8.5182L7.4253 7.29694L4.22903 10.4932L3.77665 12.1668L5.45029 11.7145L8.64655 8.5182ZM11.5323 7.44267L11.5308 7.44416C11.4921 7.35187 11.4352 7.26541 11.36 7.19027L10.6672 6.4975L12.8708 4.29397C13.208 3.95673 13.208 3.40996 12.8708 3.07272C12.5335 2.73548 11.9868 2.73548 11.6495 3.07272L9.44599 5.27625L8.75366 4.58392C8.67835 4.50861 8.59168 4.4516 8.49916 4.41289L8.50065 4.41139C8.21408 4.29249 7.87171 4.34956 7.63868 4.58259C7.33008 4.89119 7.33008 5.39153 7.63868 5.70014L10.2438 8.30523C10.5524 8.61383 11.0527 8.61383 11.3613 8.30523C11.5945 8.07204 11.6515 7.72936 11.5323 7.44267Z" fill="currentColor"></path>'}}},file:{name:"file",keywords:["file","text","words"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.6 3.366a.2.2 0 00-.2.2v9.2c0 .11.09.2.2.2h6.8a.2.2 0 00.2-.2v-5.8H9.4a1.4 1.4 0 01-1.4-1.4v-2.2H4.6zm4.6.448v1.752c0 .11.09.2.2.2h1.752L9.2 3.814zm-6-.248a1.4 1.4 0 011.4-1.4h4.069c.37 0 .727.148.99.41l2.73 2.732c.264.262.411.618.411.99v6.468a1.4 1.4 0 01-1.4 1.4H4.6a1.4 1.4 0 01-1.4-1.4v-9.2z" fill="currentColor"></path>'}}},flag:{name:"flag",keywords:["alert","report"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.887 2.53819C13.0592 2.86892 13.0331 3.26799 12.8192 3.57346L11.4707 5.5L12.8192 7.42654C13.0331 7.73201 13.0592 8.13108 12.887 8.46181C12.7148 8.79254 12.3729 9 12 9H5V13H6.5C6.77614 13 7 13.2239 7 13.5C7 13.7761 6.77614 14 6.5 14H2.5C2.22386 14 2 13.7761 2 13.5C2 13.2239 2.22386 13 2.5 13H4V8V4V3C4 2.44772 4.44772 2 5 2H12C12.3729 2 12.7148 2.20746 12.887 2.53819ZM5 4V8H12L10.25 5.5L12 3H5V4Z" fill="currentColor"></path>'}}},folder:{name:"folder",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.636 3.803a.545.545 0 00-.545.545v7.637a.546.546 0 00.545.545h8.728a.545.545 0 00.545-.545v-6a.545.545 0 00-.545-.546h-4.91a.545.545 0 01-.453-.243l-.93-1.393H3.637zM2.48 3.19c.307-.307.723-.48 1.157-.48h2.728c.182 0 .352.092.453.244l.93 1.393h4.617A1.636 1.636 0 0114 5.985v6a1.636 1.636 0 01-1.636 1.636H3.636A1.637 1.637 0 012 11.985V4.348c0-.434.172-.85.48-1.157z" fill="currentColor"></path>'}}},gear:{name:"gear",keywords:["settings"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.572 3.31a4.946 4.946 0 01.856 0c.027.002.081.027.103.11l.217.829c.11.42.412.724.748.89.13.065.255.138.375.218.313.209.728.318 1.147.203l.827-.227c.082-.022.131.012.147.034.164.233.307.481.429.742.011.024.017.083-.044.143l-.61.604a1.402 1.402 0 00-.399 1.092 3.422 3.422 0 010 .436c-.024.375.09.788.398 1.093l.611.604c.06.06.055.12.044.143-.122.26-.265.508-.43.742-.015.022-.064.056-.146.034l-.827-.227a1.402 1.402 0 00-1.147.203c-.12.08-.245.152-.375.217a1.4 1.4 0 00-.748.891l-.217.83c-.022.081-.076.107-.103.109a4.97 4.97 0 01-.856 0c-.027-.002-.082-.028-.103-.11l-.217-.829a1.403 1.403 0 00-.748-.891 3.374 3.374 0 01-.375-.217 1.402 1.402 0 00-1.147-.203L4.155 11c-.082.022-.131-.012-.147-.034a4.87 4.87 0 01-.429-.742c-.011-.024-.017-.084.044-.143l.611-.604a1.4 1.4 0 00.398-1.093 3.437 3.437 0 010-.436 1.402 1.402 0 00-.398-1.092l-.611-.604c-.06-.06-.055-.12-.044-.143a4.84 4.84 0 01.43-.742c.015-.022.064-.056.146-.034l.827.227c.42.115.834.006 1.147-.203.12-.08.245-.153.375-.217.336-.167.638-.471.748-.891l.217-.83c.021-.082.076-.107.103-.11zM8 2.166c-.177 0-.352.008-.526.023a1.253 1.253 0 00-1.093.946l-.217.829c-.013.05-.06.118-.159.168a4.494 4.494 0 00-.501.29c-.092.061-.174.067-.224.053l-.828-.227c-.482-.132-1.043.016-1.364.472a5.994 5.994 0 00-.529.913c-.236.507-.083 1.067.273 1.42l.611.603c.037.037.073.11.066.22a4.563 4.563 0 000 .58c.007.11-.029.184-.066.22l-.61.605c-.357.351-.51.912-.274 1.418.15.321.327.627.529.914.32.456.882.604 1.364.472l.827-.227c.05-.014.133-.008.225.053.16.107.327.204.501.29.1.05.146.118.159.168l.217.829c.126.485.536.897 1.093.946a6.1 6.1 0 001.052 0 1.253 1.253 0 001.093-.946l.217-.83c.013-.05.06-.118.16-.167.173-.086.34-.183.5-.29.092-.061.175-.067.225-.053l.827.226c.482.133 1.043-.015 1.364-.471.202-.287.379-.593.528-.914.237-.506.084-1.067-.272-1.418l-.611-.604c-.037-.037-.073-.11-.066-.221a4.557 4.557 0 000-.58c-.007-.11.029-.184.066-.22l.61-.604c.357-.352.51-.912.274-1.419a5.994 5.994 0 00-.529-.913c-.32-.456-.882-.604-1.364-.472l-.827.227c-.05.014-.133.008-.225-.053a4.495 4.495 0 00-.5-.29c-.1-.05-.147-.118-.16-.168l-.217-.83a1.253 1.253 0 00-1.093-.945A6.072 6.072 0 008 2.166zm1.125 6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zm1.125 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" fill="currentColor"></path>'}}},gift:{name:"gift",keywords:["package","present","skill","craft","freebie"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 3.291a.937.937 0 100 1.875h1.731c-.175-.613-.407-1.05-.659-1.344-.322-.377-.685-.53-1.072-.53zM3.5 4.23c0 .337.081.656.225.937h-.413A1.312 1.312 0 002 6.48v1.5c0 .523.307.975.75 1.186v3.689c0 .725.588 1.312 1.313 1.312h7.875c.724 0 1.312-.587 1.312-1.312v-3.69c.443-.21.75-.663.75-1.186v-1.5c0-.725-.588-1.313-1.313-1.313h-.412a2.062 2.062 0 00-1.838-3c-.737 0-1.405.315-1.927.923a3.814 3.814 0 00-.51.782 3.814 3.814 0 00-.51-.782c-.522-.608-1.19-.923-1.928-.923A2.063 2.063 0 003.5 4.229zm5.206.937h1.732a.937.937 0 100-1.875c-.388 0-.75.154-1.073.53-.252.295-.484.732-.66 1.345zM3.313 6.291a.188.188 0 00-.188.188v1.5c0 .103.084.187.188.187h4.124V6.291H3.313zm5.25 0v1.875h4.124a.187.187 0 00.188-.187v-1.5a.187.187 0 00-.188-.188H8.564zm0 3h3.562v3.563a.187.187 0 01-.188.187H8.563v-3.75zm-1.126 0v3.75H4.063a.187.187 0 01-.187-.187V9.29h3.563z" fill="currentColor"></path>'}}},globe:{name:"globe",keywords:["world","earth","planet"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.157 7.604h2.05a8.344 8.344 0 011.186-3.711 8.8 8.8 0 01.264-.414 4.88 4.88 0 00-3.5 4.125zm2.05 1.125h-2.05a4.88 4.88 0 003.5 4.125 8.783 8.783 0 01-.264-.414 8.343 8.343 0 01-1.186-3.71zm1.128 0h3.33a7.227 7.227 0 01-1.022 3.132c-.23.383-.46.69-.643.912a7.478 7.478 0 01-.643-.912A7.227 7.227 0 016.335 8.73zm3.33-1.125h-3.33A7.228 7.228 0 017.357 4.47c.23-.382.46-.689.643-.911.184.222.413.529.643.911.46.768.916 1.831 1.022 3.133zm1.128 1.125a8.344 8.344 0 01-1.186 3.711 8.76 8.76 0 01-.264.414 4.88 4.88 0 003.5-4.125h-2.05zm2.05-1.125h-2.05a8.344 8.344 0 00-1.186-3.711 8.799 8.799 0 00-.264-.414 4.88 4.88 0 013.5 4.125zM8 2.166a6 6 0 100 12 6 6 0 000-12z" fill="currentColor"></path>'}}},graph:{name:"graph",keywords:["trend","stats","statistics"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 3.479a.563.563 0 00-1.125 0v9.375c0 .31.252.562.563.562h10.874a.563.563 0 000-1.125H3.126V3.48zm10.71 1.898a.562.562 0 10-.795-.796L9.5 8.121 7.648 6.269a.563.563 0 00-.796 0L4.415 8.706a.563.563 0 00.795.796l2.04-2.04 1.852 1.852a.563.563 0 00.796 0l3.937-3.937z" fill="currentColor"></path>'}}},"graph-bar":{name:"graph-bar",keywords:["trend","stats","statistics","bar-chart"],heights:{16:{width:16,path:'<path d="M2.9 3.375C2.9 3.16789 2.69853 3 2.45 3C2.20147 3 2 3.16789 2 3.375V12.625C2 12.8321 2.20147 13 2.45 13H13.55C13.7985 13 14 12.8321 14 12.625C14 12.4179 13.7985 12.25 13.55 12.25H2.9V3.375Z" fill="currentColor"></path><path d="M8.45 3.38467C8.69853 3.38467 8.9 3.55256 8.9 3.75967V10.5097C8.9 10.7168 8.69853 10.8847 8.45 10.8847C8.20147 10.8847 8 10.7168 8 10.5097V3.75967C8 3.55256 8.20147 3.38467 8.45 3.38467Z" fill="currentColor"></path><path d="M6.2 6.23916C6.2 6.03205 5.99853 5.86416 5.75 5.86416C5.50147 5.86416 5.3 6.03205 5.3 6.23916V10.4892C5.3 10.6963 5.50147 10.8642 5.75 10.8642C5.99853 10.8642 6.2 10.6963 6.2 10.4892V6.23916Z" fill="currentColor"></path><path d="M11.6 8.23916C11.6 8.03205 11.3985 7.86416 11.15 7.86416C10.9015 7.86416 10.7 8.03205 10.7 8.23916V10.4892C10.7 10.6963 10.9015 10.8642 11.15 10.8642C11.3985 10.8642 11.6 10.6963 11.6 10.4892V8.23916Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M2.9 3.375C2.9 3.16789 2.69853 3 2.45 3C2.20147 3 2 3.16789 2 3.375V12.625C2 12.8321 2.20147 13 2.45 13H13.55C13.7985 13 14 12.8321 14 12.625C14 12.4179 13.7985 12.25 13.55 12.25H2.9V3.375Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M8.45 3.38467C8.69853 3.38467 8.9 3.55256 8.9 3.75967V10.5097C8.9 10.7168 8.69853 10.8847 8.45 10.8847C8.20147 10.8847 8 10.7168 8 10.5097V3.75967C8 3.55256 8.20147 3.38467 8.45 3.38467Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M6.2 6.23916C6.2 6.03205 5.99853 5.86416 5.75 5.86416C5.50147 5.86416 5.3 6.03205 5.3 6.23916V10.4892C5.3 10.6963 5.50147 10.8642 5.75 10.8642C5.99853 10.8642 6.2 10.6963 6.2 10.4892V6.23916Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M11.6 8.23916C11.6 8.03205 11.3985 7.86416 11.15 7.86416C10.9015 7.86416 10.7 8.03205 10.7 8.23916V10.4892C10.7 10.6963 10.9015 10.8642 11.15 10.8642C11.3985 10.8642 11.6 10.6963 11.6 10.4892V8.23916Z" fill="currentColor"></path>'}}},grid:{name:"grid",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.6 2.166a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3zm6-4.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H9.2zm.6 4.2v-3h3v3h-3zm-1.2 3a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2-1.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z" fill="currentColor"></path>'}}},heart:{name:"heart",keywords:["love","beat"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.188 4.042c-1.002 0-2.063.873-2.063 2.25 0 1.612 1.185 3.107 2.524 4.26A15.414 15.414 0 008 12.213a15.413 15.413 0 002.351-1.659c1.339-1.154 2.524-2.65 2.524-4.262 0-1.376-1.06-2.25-2.063-2.25-1.03 0-1.956.74-2.271 1.843a.562.562 0 01-1.082 0C7.144 4.78 6.217 4.04 5.188 4.04zM8 12.854l-.259.5-.001-.002-.005-.002-.013-.007-.05-.027a15.504 15.504 0 01-.822-.485 16.558 16.558 0 01-1.936-1.426C3.534 10.215 2 8.43 2 6.292c0-1.999 1.564-3.375 3.188-3.375 1.16 0 2.177.6 2.812 1.514.635-.913 1.652-1.514 2.813-1.514C12.435 2.917 14 4.293 14 6.292c0 2.137-1.534 3.923-2.914 5.113a16.559 16.559 0 01-2.758 1.911l-.05.027-.013.007-.005.002-.001.001L8 12.854zm0 0l.259.5a.563.563 0 01-.518 0l.259-.5z" fill="currentColor"></path>'}}},home:{name:"home",keywords:["welcome","index","house","building"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.127 3.468a.204.204 0 00-.254 0l-4.28 3.424a.204.204 0 00-.077.16v5.721c0 .113.092.204.204.204h2.242v-4.28a.611.611 0 01.611-.611h2.854a.611.611 0 01.611.611v4.28h2.242a.204.204 0 00.204-.204V7.05a.206.206 0 00-.077-.158l-4.28-3.424zm-1.019-.955a1.427 1.427 0 011.783 0l4.28 3.424c.338.27.536.68.536 1.114v5.722A1.427 1.427 0 0112.28 14.2H9.427a.611.611 0 01-.612-.611v-4.28h-1.63v4.28a.612.612 0 01-.612.611H3.72a1.427 1.427 0 01-1.427-1.427V7.05c0-.432.198-.842.536-1.113l4.28-3.424z" fill="currentColor"></path>'}}},image:{name:"image",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 4.041a.188.188 0 00-.188.188v7.875c0 .104.084.187.188.187h.705a.578.578 0 01.022-.022L8.598 7.71a1.313 1.313 0 011.808-.046L12.875 9.9V4.23a.187.187 0 00-.188-.188H3.313zm9.374 8.25h-7.08l3.786-3.785a.187.187 0 01.259-.006l3.223 2.916v.688a.187.187 0 01-.188.187zM14 12.104V4.229c0-.725-.588-1.313-1.313-1.313H3.313C2.587 2.916 2 3.504 2 4.23v7.875c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312zM6.125 6.666a.375.375 0 11-.75 0 .375.375 0 01.75 0zm1.125 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" fill="currentColor"></path>'}}},info:{name:"info",keywords:["help"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm4.875-.187c0-.31.252-.563.563-.563h.75c.31 0 .562.252.562.563v2.062h.188a.562.562 0 110 1.125h-1.5a.563.563 0 010-1.125h.187v-1.5h-.188a.563.563 0 01-.562-.562zM8 6.666a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},"kebab-horizontal":{name:"kebab-horizontal",keywords:["kebab","dot","menu","more"],heights:{17:{width:16,path:'<path d="M3.125 9.725a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm4.875 0a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM14 8.6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z" fill="currentColor"></path>'}}},"kebab-vertical":{name:"kebab-vertical",keywords:["kebab","dot","menu","more"],heights:{17:{width:16,path:'<path d="M6.875 4.025a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zm0 4.875a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zM8 14.9a1.125 1.125 0 110-2.25 1.125 1.125 0 010 2.25z" fill="currentColor"></path>'}}},key:{name:"key",keywords:["key","lock","secure","safe"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.875 6.291a3 3 0 112.049 2.847.562.562 0 00-.576.135l-.769.768h-.891a.562.562 0 00-.563.563v.892l-.045.045h-.893a.562.562 0 00-.562.563v.892l-.045.045H3.312a.187.187 0 01-.187-.187v-1.267l3.768-3.768a.562.562 0 00.136-.576 2.996 2.996 0 01-.154-.952zm3-4.125a4.125 4.125 0 00-4.011 5.091l-3.7 3.7a.562.562 0 00-.164.397v1.5c0 .725.588 1.312 1.313 1.312h1.5a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.7-.7a4.125 4.125 0 10.966-8.136zm.375 4.5a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},law:{name:"law",keywords:["legal","bill"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.563 3.291a.563.563 0 00-1.125 0v.938h-.739c-.228 0-.453.06-.651.173l-.967.552a.188.188 0 01-.093.025H3.313a.562.562 0 100 1.125h.32L2.05 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.393 1.393 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.64 2.64 0 00.515-.337l.034-.03.011-.012.005-.004.002-.002v-.001l-.396-.398.397.398a.562.562 0 00.115-.629l-1.583-3.52h.121c.229 0 .453-.059.652-.172l.966-.552a.187.187 0 01.093-.025h.739v7.125H5.563a.562.562 0 100 1.125h4.875a.563.563 0 000-1.125H8.562V5.354h.739a.18.18 0 01.093.025l.966.552c.199.113.423.173.652.173h.121L9.55 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.33 1.33 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.636 2.636 0 00.514-.337l.035-.03.007-.007.004-.005.005-.004.002-.002v-.001l-.396-.398.397.398a.563.563 0 00.115-.629l-1.583-3.52h.32a.563.563 0 000-1.124h-1.675a.187.187 0 01-.093-.025l-.967-.552a1.313 1.313 0 00-.651-.173h-.739V3.29zM3.27 9.65c.214.101.539.205.979.205.44 0 .765-.104.979-.205L4.25 7.475l-.979 2.174zm7.5 0c.214.101.539.205.979.205.44 0 .765-.104.979-.205l-.979-2.174-.979 2.174z" fill="currentColor"></path>'}}},layers:{name:"layers",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.756 2.224a.545.545 0 01.488 0l5.454 2.727a.545.545 0 010 .976L8.244 8.654a.545.545 0 01-.488 0L2.302 5.927a.545.545 0 010-.976l5.454-2.727zM3.766 5.44L8 7.557l4.235-2.118L8 3.322 3.765 5.439z" fill="currentColor"></path><path d="M2.058 10.65a.545.545 0 01.731-.244L8 13.01l5.21-2.605a.545.545 0 01.488.975l-5.454 2.73a.546.546 0 01-.488 0l-5.454-2.73a.545.545 0 01-.244-.731z" fill="currentColor"></path><path d="M2.79 7.678a.545.545 0 10-.488.976l5.454 2.727a.545.545 0 00.488 0l5.454-2.727a.545.545 0 00-.488-.976L8 10.284 2.79 7.678z" fill="currentColor"></path>'}}},"left-align":{name:"left-align",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.306 8.129a.667.667 0 000 .943l3.334 3.333a.667.667 0 00.943-.943L7.387 9.267h5.946a.667.667 0 100-1.333H7.387l2.196-2.196a.667.667 0 00-.943-.943L5.306 8.13zM3.333 4.822a.667.667 0 00-1.333 0v7.556a.667.667 0 101.333 0V4.822z" fill="currentColor"></path>'}}},"light-bulb":{name:"light-bulb",keywords:["idea"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291c-1.772 0-3 1.268-3 2.813 0 .738.318 1.219.738 1.728l.16.19c.168.198.353.417.505.636.213.308.403.672.466 1.117a.562.562 0 01-1.113.158c-.03-.211-.122-.41-.277-.635a6.524 6.524 0 00-.407-.51l-.201-.24c-.47-.57-.996-1.307-.996-2.444 0-2.205 1.772-3.938 4.125-3.938 2.353 0 4.125 1.733 4.125 3.938 0 1.137-.526 1.875-.996 2.444l-.201.24c-.155.183-.287.34-.406.51-.156.225-.247.424-.277.635a.562.562 0 01-1.114-.159c.063-.444.253-.808.466-1.116.152-.22.337-.438.505-.636l.16-.19c.42-.51.738-.99.738-1.728C11 4.559 9.772 3.29 8 3.29zM6.5 13.604a.563.563 0 01.563-.563h1.875a.562.562 0 110 1.125H7.062a.563.563 0 01-.562-.562zm-.188-2.438a.562.562 0 100 1.125h3.375a.562.562 0 000-1.125H6.313z" fill="currentColor"></path>'}}},line:{name:"line",keywords:["bar","separator"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.99989 14C7.56767 14 7.21729 13.6496 7.21729 13.2174L7.21728 2.78261C7.21728 2.35039 7.56767 2 7.99989 2C8.43212 2 8.7825 2.35039 8.7825 2.78261L8.7825 13.2174C8.7825 13.6496 8.43212 14 7.99989 14Z" fill="currentColor"></path>'}}},link:{name:"link",keywords:["connect","hyperlink"],heights:{16:{width:16,path:'<path d="M7.8069 3.94998L8.8783 2.87858C9.15689 2.6 9.48761 2.37901 9.8516 2.22825C10.2156 2.07748 10.6057 1.99988 10.9997 1.99988C11.3937 1.99988 11.7838 2.07748 12.1478 2.22825C12.5117 2.37901 12.8425 2.6 13.1211 2.87858C13.3996 3.15716 13.6206 3.48789 13.7714 3.85187C13.9222 4.21586 13.9998 4.60598 13.9998 4.99995C13.9998 5.39393 13.9222 5.78405 13.7714 6.14803C13.6206 6.51202 13.3996 6.84275 13.1211 7.12133L10.9783 9.26413C10.6997 9.54273 10.369 9.76373 10.005 9.91451C9.64098 10.0653 9.25086 10.1429 8.85688 10.1429C8.4629 10.1429 8.07277 10.0653 7.70878 9.91451C7.3448 9.76373 7.01408 9.54273 6.7355 9.26413C6.62201 9.1422 6.56021 8.98101 6.56309 8.81446C6.56597 8.64791 6.6333 8.48895 6.75093 8.37101C6.86887 8.25338 7.02783 8.18605 7.19438 8.18317C7.36093 8.18029 7.52212 8.24209 7.64405 8.35558C7.80314 8.51517 7.99217 8.64179 8.20029 8.72819C8.40841 8.81459 8.63154 8.85906 8.85688 8.85906C9.08222 8.85906 9.30534 8.81459 9.51347 8.72819C9.72159 8.64179 9.91061 8.51517 10.0697 8.35558L12.2125 6.21278C12.5185 5.88798 12.686 5.45674 12.6793 5.01053C12.6727 4.56433 12.4925 4.13827 12.1769 3.82272C11.8614 3.50717 11.4353 3.32696 10.9891 3.32032C10.5429 3.31368 10.1117 3.48112 9.78685 3.78713L8.71545 4.85853C8.59352 4.97202 8.43233 5.03382 8.26578 5.03094C8.09923 5.02807 7.94027 4.96074 7.82233 4.8431C7.7047 4.72516 7.63737 4.56621 7.63449 4.39965C7.63161 4.2331 7.69341 4.07192 7.8069 3.94998ZM3.78701 12.2126C3.9461 12.3722 4.13512 12.4988 4.34324 12.5852C4.55136 12.6716 4.77449 12.7161 4.99983 12.7161C5.22517 12.7161 5.4483 12.6716 5.65642 12.5852C5.86454 12.4988 6.05357 12.3722 6.21266 12.2126L7.28406 11.1412C7.40599 11.0277 7.56718 10.9659 7.73373 10.9688C7.90028 10.9717 8.05924 11.039 8.17718 11.1567C8.29481 11.2746 8.36214 11.4335 8.36502 11.6001C8.3679 11.7667 8.3061 11.9278 8.19261 12.0498L7.12121 13.1212C6.84262 13.3998 6.5119 13.6207 6.14791 13.7715C5.78393 13.9223 5.39381 13.9999 4.99983 13.9999C4.20416 13.9999 3.44108 13.6838 2.87846 13.1212C2.31583 12.5586 1.99976 11.7955 1.99976 10.9998C1.99976 10.2041 2.31583 9.44105 2.87846 8.87843L5.02126 6.73562C5.29983 6.45702 5.63056 6.23602 5.99454 6.08524C6.35853 5.93446 6.74865 5.85686 7.14263 5.85686C7.53662 5.85686 7.92674 5.93446 8.29073 6.08524C8.65471 6.23602 8.98544 6.45702 9.26401 6.73562C9.3775 6.85756 9.4393 7.01874 9.43642 7.1853C9.43355 7.35185 9.36621 7.5108 9.24858 7.62874C9.13064 7.74638 8.97169 7.81371 8.80513 7.81659C8.63858 7.81946 8.4774 7.75766 8.35546 7.64417C8.19637 7.48458 8.00734 7.35796 7.79922 7.27157C7.5911 7.18517 7.36798 7.1407 7.14263 7.1407C6.91729 7.1407 6.69417 7.18517 6.48605 7.27157C6.27792 7.35796 6.0889 7.48458 5.92981 7.64417L3.78701 9.78697C3.62742 9.94607 3.5008 10.1351 3.4144 10.3432C3.328 10.5513 3.28353 10.7745 3.28353 10.9998C3.28353 11.2251 3.328 11.4483 3.4144 11.6564C3.5008 11.8645 3.62742 12.0535 3.78701 12.2126Z" fill="currentColor"></path>'}}},"link-external":{name:"link-external",keywords:["out","see","more","go","to"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M9.942 2.2h3.827a.23.23 0 01.231.231V6.26a.23.23 0 01-.394.163l-1.424-1.424-3.462 3.46a.692.692 0 01-.979-.979l3.462-3.461-1.424-1.425a.23.23 0 01.163-.394zm-6.327.924C2.723 3.124 2 3.847 2 4.739v7.846c0 .892.723 1.615 1.615 1.615h7.846c.893 0 1.616-.723 1.616-1.615v-3.23a.692.692 0 10-1.385 0v3.23a.23.23 0 01-.23.23H3.614a.23.23 0 01-.23-.23V4.74a.23.23 0 01.23-.23h3.231a.692.692 0 000-1.385h-3.23z" fill="currentColor"></path>'}}},"list-ordered":{name:"list-ordered",keywords:["numbers","tasks","todo","items"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.603 3.766a.4.4 0 00-.579-.358l-.802.4a.4.4 0 00.357.716l.224-.111v2.154H2.4a.4.4 0 000 .8h1.605a.4.4 0 100-.8h-.402v-2.8zm2.397.6a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm-3.26-2.344l.002-.003a.681.681 0 01.115-.123.528.528 0 01.343-.13c.156 0 .246.056.3.118a.454.454 0 01.103.3c0 .363-.216.547-.64.863l-.029.02c-.38.284-.934.695-.934 1.5a.4.4 0 00.4.4h1.602a.4.4 0 000-.8H2.918c.105-.159.28-.298.523-.478l.038-.028c.376-.28.925-.686.925-1.476a1.25 1.25 0 00-.303-.83 1.17 1.17 0 00-.9-.388c-.384 0-.671.162-.854.314a1.487 1.487 0 00-.279.307l-.005.009-.002.003-.001.002a.4.4 0 00.68.42zm-.34-.211l-.342-.208.342.208z" fill="currentColor"></path>'}}},"list-unordered":{name:"list-unordered",keywords:["bullet","point","tasks","todo","items"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.857 4.738a.857.857 0 100-1.715.857.857 0 000 1.715zm3.214-1.286a.643.643 0 000 1.286h7.286a.643.643 0 100-1.286H6.071zm0 4.286a.643.643 0 000 1.285h7.286a.643.643 0 100-1.285H6.071zm0 4.285a.643.643 0 100 1.286h7.286a.643.643 0 100-1.285H6.071zM3.714 8.166a.857.857 0 11-1.714 0 .857.857 0 011.714 0zm-.857 5.143a.857.857 0 100-1.714.857.857 0 000 1.714z" fill="currentColor"></path>'}}},loader:{name:"loader",keywords:[],heights:{17:{width:16,path:'<path d="M8.878 13.196a.879.879 0 11-1.757 0 .879.879 0 011.757 0zM9.16 3.137a1.16 1.16 0 11-2.321 0 1.16 1.16 0 012.322 0zm3.357 8.58a.97.97 0 11-1.941 0 .97.97 0 011.94 0zm-7.311 0a.764.764 0 11-1.528 0 .764.764 0 011.528 0zm8.895-3.551a1.072 1.072 0 11-2.144 0 1.072 1.072 0 012.144 0zm-10.437 0a.694.694 0 11-1.387 0 .694.694 0 011.387 0zm9.021-3.561a1.139 1.139 0 11-2.278 0 1.139 1.139 0 012.278 0zm-7.642 0a.6.6 0 11-1.202 0 .6.6 0 011.202 0z" fill="currentColor"></path>'}}},location:{name:"location",keywords:["here","marker"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.815 4.527a3.982 3.982 0 010 5.63L8 12.971l-2.815-2.815a3.981 3.981 0 115.63-5.63zM11.66 11a5.176 5.176 0 10-7.318 0l2.814 2.815a1.195 1.195 0 001.69 0L11.66 11zM8 8.934A1.592 1.592 0 108 5.75a1.592 1.592 0 000 3.185z" fill="currentColor"></path>'}}},lock:{name:"lock",keywords:["secure","safe","protected"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.8 5.366v1.6h-.2a1.4 1.4 0 00-1.4 1.4v4.4a1.4 1.4 0 001.4 1.4h6.8a1.4 1.4 0 001.4-1.4v-4.4a1.4 1.4 0 00-1.4-1.4h-.2v-1.6a3.2 3.2 0 00-6.4 0zm5.2 1.6v-1.6a2 2 0 00-4 0v1.6h4zm1.2 1.2h.2a.2.2 0 01.2.2v4.4a.2.2 0 01-.2.2H4.6a.2.2 0 01-.2-.2v-4.4a.2.2 0 01.2-.2h6.6z" fill="currentColor"></path>'}}},mail:{name:"mail",keywords:["email","unread"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 3.7C2.588 3.7 2 4.289 2 5.014v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V5.585a.67.67 0 000-.02v-.552c0-.725-.588-1.312-1.313-1.312H3.313zm9.562 1.553v-.24a.187.187 0 00-.188-.187H3.313a.188.188 0 00-.188.187v.24L8 8.111l4.875-2.858zm-9.75 1.304v4.83c0 .104.084.188.188.188h9.374a.187.187 0 00.188-.187v-4.83l-4.59 2.69a.562.562 0 01-.57 0l-4.59-2.69z" fill="currentColor"></path>'}}},"mail-check":{name:"mail-check",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M13.1999 10.2741C13.3646 10.1094 13.3646 9.84239 13.1999 9.67771C13.0352 9.51303 12.7682 9.51303 12.6035 9.67771L10.3715 11.9097L9.54521 11.0833C9.38053 10.9187 9.11353 10.9187 8.94884 11.0833C8.78416 11.248 8.78416 11.515 8.94884 11.6797L10.0734 12.8042C10.238 12.9689 10.505 12.9689 10.6697 12.8042L13.1999 10.2741Z" fill="currentColor"></path>'}}},"mail-closed":{name:"mail-closed",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path fill-rule="evenodd" d="M11.0853 9.21784C9.6356 9.21784 8.46035 10.3931 8.46035 11.8428C8.46035 13.2926 9.6356 14.4678 11.0853 14.4678C12.5351 14.4678 13.7103 13.2926 13.7103 11.8428C13.7103 10.3931 12.5351 9.21784 11.0853 9.21784ZM10.0945 10.2951C10.3804 10.1117 10.7204 10.0053 11.0853 10.0053C12.1002 10.0053 12.9228 10.828 12.9228 11.8428C12.9228 12.2077 12.8165 12.5478 12.6331 12.8337L10.0945 10.2951ZM9.53763 10.852C9.35421 11.1379 9.24785 11.4779 9.24785 11.8428C9.24785 12.8577 10.0705 13.6803 11.0853 13.6803C11.4502 13.6803 11.7903 13.574 12.0762 13.3906L9.53763 10.852Z" fill="currentColor"></path>'}}},"mail-minus":{name:"mail-minus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M9.80015 10.3857C9.46878 10.3857 9.20015 10.6543 9.20015 10.9857C9.20015 11.317 9.46878 11.5857 9.80015 11.5857H13.4001C13.7315 11.5857 14.0001 11.317 14.0001 10.9857C14.0001 10.6543 13.7315 10.3857 13.4001 10.3857H9.80015Z" fill="currentColor"></path>'}}},"mail-plus":{name:"mail-plus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M11.5 9.39426C11.8483 9.39426 12.1306 9.6766 12.1306 10.0249V11.2636H13.3695C13.7178 11.2636 14.0001 11.546 14.0001 11.8943C14.0001 12.2426 13.7178 12.5249 13.3695 12.5249H12.1306V13.7636C12.1306 14.1119 11.8483 14.3943 11.5 14.3943C11.1517 14.3943 10.8694 14.1119 10.8694 13.7636V12.5249H9.63075C9.28246 12.5249 9.00012 12.2426 9.00012 11.8943C9.00012 11.546 9.28246 11.2636 9.63075 11.2636H10.8694V10.0249C10.8694 9.6766 11.1517 9.39426 11.5 9.39426Z" fill="currentColor"></path>'}}},"mail-x":{name:"mail-x",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M9.78189 9.77036C9.6026 9.59107 9.31192 9.59107 9.13264 9.77036C8.95335 9.94965 8.95335 10.2403 9.13264 10.4196L10.3383 11.6253L9.13263 12.831C8.95335 13.0103 8.95335 13.3009 9.13263 13.4802C9.31192 13.6595 9.6026 13.6595 9.78189 13.4802L10.9876 12.2745L12.1932 13.4802C12.3725 13.6595 12.6632 13.6595 12.8425 13.4802C13.0218 13.3009 13.0218 13.0103 12.8425 12.831L11.6368 11.6253L12.8425 10.4196C13.0218 10.2403 13.0218 9.94965 12.8425 9.77037C12.6632 9.59108 12.3725 9.59108 12.1932 9.77036L10.9876 10.976L9.78189 9.77036Z" fill="currentColor"></path>'}}},map:{name:"map",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6 2.666a.498.498 0 00-.256.07L2.252 4.733A.5.5 0 002 5.166v8a.5.5 0 00.748.434l3.268-1.867 3.751 1.876a.497.497 0 00.489-.013l3.492-1.995a.5.5 0 00.252-.435v-8a.5.5 0 00-.748-.434L9.984 4.6 6.233 2.724A.498.498 0 006 2.666zm4.5 9.639l2.5-1.429V4.028l-2.5 1.429v6.848zm-1-6.83l-3-1.5v6.882l3 1.5V5.475zM3 5.457l2.5-1.429v6.848L3 12.305V5.457z" fill="currentColor"></path>'}}},megaphone:{name:"megaphone",keywords:["bullhorn","loud","shout","broadcast"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.678 2.442A.562.562 0 0114 2.95l-.917-.436-.011.009-.058.042c-.054.038-.14.097-.258.168a7.42 7.42 0 01-1.098.539c-.991.396-2.513.803-4.592.803a1.2 1.2 0 00-.646-.187H5A3 3 0 003.876 9.67l-.001.03c0 1.74.365 2.949.61 3.563.196.494.672.75 1.138.75h.897c.514 0 .921-.291 1.16-.643a1.58 1.58 0 00.232-1.272 9.507 9.507 0 01-.287-2.387c1.795.065 3.133.433 4.033.793a7.42 7.42 0 011.098.539 4.267 4.267 0 01.316.21l.01.009h.001a.563.563 0 00.917-.437V2.95l-.918-.436a.562.562 0 01.596-.072zM5.002 9.888c.024 1.476.337 2.48.528 2.96a.045.045 0 00.02.022.139.139 0 00.073.018h.897c.062 0 .151-.035.23-.15a.456.456 0 00.074-.356A10.527 10.527 0 016.5 9.885a1.23 1.23 0 01-.081.003H5.002zm2.623-1.303c1.951.066 3.43.466 4.451.874.308.124.574.248.799.363V3.954a9.03 9.03 0 01-.799.362c-1.021.41-2.5.81-4.451.875v3.394zm5.457-6.07zM3.125 6.887c0-1.036.84-1.875 1.875-1.875h1.42a.08.08 0 01.08.08v3.59a.08.08 0 01-.08.08H5a1.875 1.875 0 01-1.875-1.875z" fill="currentColor"></path>'}}},"minus-circle":{name:"minus-circle",keywords:[],heights:{17:{width:16,path:'<path d="M5.818 7.655a.545.545 0 100 1.09h4.364a.546.546 0 000-1.09H5.818z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 2.2a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z" fill="currentColor"></path>'}}},moon:{name:"moon",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M9.243 2.36a.66.66 0 01.692-.154 6.166 6.166 0 01-2.099 11.96 6.166 6.166 0 01-5.797-4.064.66.66 0 01.846-.846A4.843 4.843 0 009.09 3.052a.66.66 0 01.154-.692zm1.423 1.712a6.164 6.164 0 01-6.76 6.76 4.843 4.843 0 106.76-6.76z" fill="currentColor"></path>'}}},navigation:{name:"navigation",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.833 2.334c.17.17.215.43.112.648L8.802 13.84a.571.571 0 01-1.07-.107l-1.06-4.238-4.24-1.06a.571.571 0 01-.105-1.07L13.184 2.22a.571.571 0 01.649.113zm-9.574 5.38l3.022.755a.571.571 0 01.416.416l.756 3.022 3.774-7.968L4.26 7.714z" fill="currentColor"></path>'}}},organization:{name:"organization",keywords:["people","group","team"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 12.854c0 .103.084.187.187.187H5v-.937c0-.31.252-.563.562-.563h1.875c.311 0 .563.252.563.563v.937h1.687a.187.187 0 00.188-.187V3.479a.187.187 0 00-.188-.188H3.312a.188.188 0 00-.187.188v9.375zm.187 1.312A1.312 1.312 0 012 12.854V3.479c0-.725.588-1.313 1.312-1.313h6.375c.725 0 1.313.588 1.313 1.313v9.375c0 .064-.005.126-.013.187h1.7a.187.187 0 00.188-.187V8.38a.188.188 0 00-.084-.156l-.79-.527a.563.563 0 01.623-.936l.791.527c.366.244.585.653.585 1.092v4.474c0 .725-.588 1.312-1.313 1.312h-2.624a.56.56 0 01-.148-.02c-.074.014-.15.02-.228.02h-2.25a.562.562 0 01-.562-.562v-.938h-.75v.938c0 .31-.252.562-.563.562h-2.25zM4.25 4.98c0-.31.252-.563.562-.563h.375a.562.562 0 110 1.125h-.375a.562.562 0 01-.562-.562zm.562 1.687a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375zM4.25 9.48c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm3.562-.563a.562.562 0 000 1.125h.375a.562.562 0 100-1.125h-.375zM7.25 7.23c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm.562-2.813a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375z" fill="currentColor"></path>'}}},package:{name:"package",keywords:["box","ship"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M11.634 5.41L8 3.31 4.367 5.408l3.634 2.099 3.633-2.098zm-7.839.99v4.194l3.633 2.098V8.498L3.795 6.4zm4.778 6.291l3.632-2.097V6.402L8.573 8.498v4.193zM7.428 2.32a1.145 1.145 0 011.144 0l4.206 2.427a1.145 1.145 0 01.572.992v4.856a1.144 1.144 0 01-.572.991l-4.206 2.427a1.145 1.145 0 01-1.144 0l-4.206-2.427a1.145 1.145 0 01-.572-.992V5.74a1.145 1.145 0 01.572-.992L7.428 2.32z" fill="currentColor"></path>'}}},paperclip:{name:"paperclip",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.154 3.228a1.59 1.59 0 00-1.126.467L4.15 8.572a2.655 2.655 0 003.756 3.755l4.877-4.877a.53.53 0 01.75.75l-4.877 4.878A3.717 3.717 0 113.4 7.82l4.877-4.877a2.655 2.655 0 113.755 3.754l-4.883 4.878a1.593 1.593 0 01-2.253-2.253l4.506-4.5a.53.53 0 01.75.75l-4.505 4.5a.532.532 0 00.751.752l4.883-4.877a1.594 1.594 0 00-1.127-2.72z" fill="currentColor"></path>'}}},pencil:{name:"pencil",keywords:["edit","change","update","write"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.53 2.603a1.49 1.49 0 012.108 0l.925.925a1.49 1.49 0 010 2.108L6.23 12.971c-.18.18-.401.31-.645.38l-2.77.79a.639.639 0 01-.79-.79l.792-2.769c.07-.243.2-.465.38-.644l7.334-7.335zm1.205.904a.213.213 0 00-.301 0l-1.076 1.075 1.226 1.226 1.076-1.075a.213.213 0 000-.301l-.925-.925zM10.68 6.712L9.454 5.486 4.1 10.84a.213.213 0 00-.054.093l-.476 1.663 1.664-.475a.213.213 0 00.092-.054l5.356-5.356z" fill="currentColor"></path>'}}},people:{name:"people",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.144 5.153a1.523 1.523 0 100 3.046 1.523 1.523 0 000-3.046zM3.48 6.676a2.666 2.666 0 114.49 1.942 4.194 4.194 0 012.31 3.11.571.571 0 01-1.128.18 3.047 3.047 0 00-6.017 0 .571.571 0 11-1.129-.18 4.194 4.194 0 012.31-3.11 2.658 2.658 0 01-.838-1.942zm6.854-1.142a.571.571 0 000 1.142 1.143 1.143 0 01.508 2.166.571.571 0 00-.317.512v.268a.571.571 0 00.437.556c.914.22 1.647.914 1.92 1.807a.571.571 0 101.093-.335 3.816 3.816 0 00-1.95-2.294 2.286 2.286 0 00-1.69-3.822z" fill="currentColor"></path>'}}},percent:{name:"percent",keywords:[],heights:{17:{width:16,path:'<path d="M13.138 3.028c.26.26.26.683 0 .943l-9.333 9.334a.667.667 0 01-.943-.943l9.333-9.334c.26-.26.683-.26.943 0zM3 4.666a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm8.5 5.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" fill="currentColor"></path>'}}},person:{name:"person",keywords:["people","man","woman","human"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.304 6.287a2.305 2.305 0 11-4.61 0 2.305 2.305 0 014.61 0zm.056 2.834A3.69 3.69 0 008 2.6a3.688 3.688 0 00-2.362 6.52 5.535 5.535 0 00-3.163 4.74.691.691 0 001.381.065 4.149 4.149 0 018.288 0 .692.692 0 101.381-.065 5.535 5.535 0 00-3.164-4.74z" fill="currentColor"></path>'}}},"person-add":{name:"person-add",keywords:["people","man","woman","human","plus"],heights:{16:{width:16,path:'<path d="M7.90021 8.548C8.78473 8.97851 9.53735 9.63725 10.0823 10.4563C10.6272 11.2753 10.9438 12.2248 10.9992 13.207C11.0049 13.3054 10.9911 13.4039 10.9586 13.4969C10.9262 13.5899 10.8758 13.6757 10.8102 13.7492C10.7447 13.8228 10.6653 13.8827 10.5766 13.9255C10.4879 13.9684 10.3916 13.9934 10.2932 13.999C10.1948 14.0046 10.0963 13.9909 10.0033 13.9584C9.91027 13.926 9.82453 13.8756 9.75099 13.81C9.67744 13.7445 9.61753 13.6651 9.57467 13.5764C9.53182 13.4876 9.50685 13.3914 9.50121 13.293C9.44572 12.2691 9.00009 11.3053 8.25593 10.5999C7.51176 9.89439 6.52562 9.5008 5.50021 9.5C4.47479 9.5008 3.48865 9.89439 2.74448 10.5999C2.00032 11.3053 1.55469 12.2691 1.4992 13.293C1.49362 13.3914 1.46872 13.4877 1.42593 13.5764C1.38313 13.6651 1.32327 13.7446 1.24978 13.8102C1.17628 13.8758 1.09058 13.9263 0.99757 13.9587C0.904561 13.9912 0.806065 14.0051 0.707705 13.9995C0.609345 13.9939 0.513047 13.969 0.42431 13.9262C0.335573 13.8834 0.256134 13.8236 0.19053 13.7501C0.124925 13.6766 0.0744395 13.5909 0.041955 13.4979C0.00947059 13.4049 -0.00437633 13.3064 0.00120485 13.208C0.0563662 12.2256 0.372768 11.2758 0.917734 10.4566C1.4627 9.63739 2.21647 8.97851 3.1012 8.548C2.59074 8.06729 2.23643 7.44434 2.08419 6.75988C1.93196 6.07542 1.98881 5.36102 2.24739 4.70926C2.50597 4.0575 2.95436 3.49843 3.53443 3.10451C4.1145 2.71059 4.79952 2.49998 5.50071 2.49998C6.20189 2.49998 6.88691 2.71059 7.46698 3.10451C8.04705 3.49843 8.49543 4.0575 8.75402 4.70926C9.0126 5.36102 9.06945 6.07542 8.91722 6.75988C8.76498 7.44434 8.41067 8.06729 7.90021 8.548ZM13.2502 0C13.4491 0 13.6399 0.0790176 13.7805 0.21967C13.9212 0.360322 14.0002 0.551088 14.0002 0.75V2H15.2502C15.4491 2 15.6399 2.07902 15.7805 2.21967C15.9212 2.36032 16.0002 2.55109 16.0002 2.75C16.0002 2.94891 15.9212 3.13968 15.7805 3.28033C15.6399 3.42098 15.4491 3.5 15.2502 3.5H14.0002V4.75C14.0002 4.94891 13.9212 5.13968 13.7805 5.28033C13.6399 5.42098 13.4491 5.5 13.2502 5.5C13.0513 5.5 12.8605 5.42098 12.7199 5.28033C12.5792 5.13968 12.5002 4.94891 12.5002 4.75V3.5H11.2502C11.0513 3.5 10.8605 3.42098 10.7199 3.28033C10.5792 3.13968 10.5002 2.94891 10.5002 2.75C10.5002 2.55109 10.5792 2.36032 10.7199 2.21967C10.8605 2.07902 11.0513 2 11.2502 2H12.5002V0.75C12.5002 0.551088 12.5792 0.360322 12.7199 0.21967C12.8605 0.0790176 13.0513 0 13.2502 0ZM5.50021 4C5.23387 3.99398 4.96901 4.04123 4.72118 4.13897C4.47335 4.23672 4.24755 4.38299 4.05703 4.5692C3.86651 4.75542 3.71512 4.97782 3.61173 5.22334C3.50835 5.46887 3.45506 5.73258 3.45499 5.99899C3.45492 6.2654 3.50808 6.52913 3.61134 6.77471C3.71461 7.02029 3.86589 7.24277 4.05632 7.42907C4.24674 7.61538 4.47247 7.76177 4.72025 7.85964C4.96803 7.95751 5.23286 8.00489 5.49921 7.999C6.02177 7.98744 6.51904 7.77178 6.88458 7.39816C7.25011 7.02455 7.45486 6.52268 7.45499 5.99999C7.45512 5.4773 7.25062 4.97533 6.88527 4.60153C6.51993 4.22773 6.02276 4.01182 5.50021 4Z" fill="currentColor"></path>'}}},"person-circle":{name:"person-circle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M11 13.798a6 6 0 11.019-.01c-.013.013-.02.018-.02.01zM3.124 8.6a4.875 4.875 0 118.373 3.395 4.007 4.007 0 00-1.79-1.675 2.67 2.67 0 00-3.242-4.236 2.67 2.67 0 00-.176 4.236 4.006 4.006 0 00-1.79 1.675A4.859 4.859 0 013.126 8.6zm2.162 4.051c.775.52 1.709.824 2.713.824a4.853 4.853 0 002.712-.823 3.004 3.004 0 00-5.425 0zM9.179 9.45a1.668 1.668 0 10-2.36-2.36 1.668 1.668 0 002.36 2.36z" fill="currentColor"></path>'}}},phone:{name:"phone",keywords:[],heights:{17:{width:16,path:'<path d="M2.83 2.703l2.209-.509a1.07 1.07 0 011.226.624l1.02 2.38c.187.435.06.95-.308 1.251l-.937.767a7.29 7.29 0 002.911 2.909l.767-.938c.3-.368.816-.495 1.252-.307l2.38 1.02c.479.204.739.72.624 1.226l-.509 2.208c-.112.49-.544.832-1.045.832C6.68 14.17 1.998 9.52 1.998 3.748c0-.501.342-.933.832-1.045zm9.146 10.33a.483.483 0 00.49-.38l.306-1.329a.5.5 0 00-.29-.571l-1.572-.675a.5.5 0 00-.584.144l-.673.822a.773.773 0 01-.954.206c-1.78-.928-2.854-1.999-3.783-3.782a.773.773 0 01.206-.954l.823-.673a.5.5 0 00.143-.584l-.674-1.572a.5.5 0 00-.572-.29l-1.33.306a.483.483 0 00-.378.49 9.295 9.295 0 008.842 8.842z" fill="currentColor"></path>'}}},"phone-minus":{name:"phone-minus",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M10.8002 4.38567C10.4688 4.38567 10.2002 4.65429 10.2002 4.98566C10.2002 5.31704 10.4688 5.58566 10.8002 5.58566H14.4002C14.7316 5.58566 15.0002 5.31704 15.0002 4.98566C15.0002 4.65429 14.7316 4.38567 14.4002 4.38567H10.8002Z" fill="currentColor"></path>'}}},"phone-pause":{name:"phone-pause",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M10.9521 2.00001C11.2833 2.00013 11.5515 2.2685 11.5518 2.59962V6.20021C11.5516 6.53142 11.2834 6.79971 10.9521 6.79982C10.6208 6.79982 10.3517 6.53149 10.3516 6.20021V2.59962C10.3518 2.26843 10.6209 2.00001 10.9521 2.00001Z" fill="currentColor"></path><path d="M13.4023 2.00001C13.7334 2.00023 14.0017 2.26856 14.002 2.59962V6.20021C14.0018 6.53136 13.7335 6.79961 13.4023 6.79982C13.071 6.79982 12.8019 6.53149 12.8018 6.20021V2.59962C12.802 2.26843 13.0711 2.00001 13.4023 2.00001Z" fill="currentColor"></path>'}}},"phone-plus":{name:"phone-plus",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M12.5 2.39427C12.8483 2.39427 13.1306 2.67661 13.1306 3.0249V4.26365H14.3695C14.7178 4.26365 15.0001 4.54599 15.0001 4.89428C15.0001 5.24257 14.7178 5.52491 14.3695 5.52491H13.1306V6.76364C13.1306 7.11193 12.8483 7.39427 12.5 7.39427C12.1517 7.39427 11.8694 7.11193 11.8694 6.76364V5.52491H10.6308C10.2825 5.52491 10.0001 5.24257 10.0001 4.89428C10.0001 4.54599 10.2825 4.26365 10.6308 4.26365H11.8694V3.0249C11.8694 2.67661 12.1517 2.39427 12.5 2.39427Z" fill="currentColor"></path>'}}},"phone-slash":{name:"phone-slash",keywords:[],heights:{16:{width:16,path:'<path d="M9.71777 9.02121C10.0178 8.65316 10.5337 8.52605 10.9697 8.71359L13.3516 9.73312C13.8298 9.93708 14.0895 10.4533 13.9746 10.9597L13.4658 13.1677C13.3533 13.6576 12.9225 13.9996 12.4209 13.9997C9.77269 14.0008 7.3516 13.0105 5.50977 11.3786L6.30664 10.5818C7.83718 11.9192 9.80878 12.7651 11.9766 12.8669C12.2097 12.8777 12.4132 12.7154 12.4658 12.488L12.7725 11.1579C12.8267 10.9224 12.7044 10.6821 12.4824 10.5866L10.9102 9.91183C10.7054 9.82404 10.4672 9.88293 10.3262 10.0554L9.65332 10.8777C9.42127 11.1614 9.02425 11.253 8.69922 11.0837C8.02542 10.7323 7.45291 10.3602 6.95117 9.93722L7.75 9.13839C8.12068 9.4499 8.52261 9.72562 8.95117 9.95871L9.71777 9.02121Z" fill="currentColor"></path><path d="M5.03906 2.02804C5.54523 1.91107 6.06069 2.17312 6.26465 2.65109L7.28418 5.03097C7.47168 5.46699 7.34557 5.98288 6.97754 6.28293L6.04004 7.04953C6.12781 7.15639 6.18455 7.22843 6.40121 7.51468C6.40121 7.51468 6.63702 7.82258 6.25007 8.16786C5.86313 8.51315 5.60141 8.31448 5.60141 8.31448C5.27374 7.8857 5.20047 7.84757 4.91602 7.30148C4.74677 6.97655 4.83852 6.57937 5.12207 6.34738L5.94531 5.67453C6.11775 5.53345 6.17568 5.29532 6.08789 5.09054L5.41406 3.51828C5.31877 3.29611 5.07835 3.17412 4.84277 3.22824L3.5127 3.53488C3.28508 3.58746 3.12287 3.79076 3.13379 4.02414C3.22927 6.05804 3.71931 7.49369 4.91602 8.98011C4.91602 8.98011 5.11968 9.28998 4.72677 9.62953C4.33385 9.96907 4.11523 9.78089 4.11523 9.78089C2.63135 7.98257 1.99805 6.10215 1.99805 3.58175C1.99817 3.08029 2.34035 2.64943 2.83008 2.53683L5.03906 2.02804Z" fill="currentColor"></path><path d="M2.293 12.9822C2.05955 13.215 2.05955 13.5924 2.293 13.8252C2.52645 14.0579 2.90494 14.0579 3.13839 13.8252L13.8265 3.01785C14.0599 2.78508 14.0599 2.40768 13.8265 2.17491C13.593 1.94214 13.2146 1.94214 12.9811 2.17491L2.293 12.9822Z" fill="currentColor"></path>'}}},"phone-x":{name:"phone-x",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M11.7819 2.77037C11.6026 2.59109 11.3119 2.59109 11.1326 2.77037C10.9533 2.94966 10.9533 3.24034 11.1326 3.41963L12.3383 4.6253L11.1326 5.83098C10.9533 6.01026 10.9533 6.30094 11.1326 6.48023C11.3119 6.65952 11.6026 6.65952 11.7819 6.48023L12.9876 5.27456L14.1932 6.48023C14.3725 6.65952 14.6632 6.65952 14.8425 6.48023C15.0218 6.30095 15.0218 6.01027 14.8425 5.83098L13.6368 4.6253L14.8425 3.41963C15.0218 3.24034 15.0218 2.94966 14.8425 2.77038C14.6632 2.59109 14.3725 2.59109 14.1932 2.77038L12.9876 3.97605L11.7819 2.77037Z" fill="currentColor"></path>'}}},"pie-chart":{name:"pie-chart",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.168a.545.545 0 00-.545.545v5.455c0 .3.244.545.545.545h5.454A.545.545 0 0014 8.168a6 6 0 00-6-6zm.545 5.454V3.29a4.91 4.91 0 014.334 4.333H8.545z" fill="currentColor"></path><path d="M6.036 3.666a.545.545 0 10-.436-1 6 6 0 107.926 7.836.545.545 0 10-1.005-.425 4.908 4.908 0 11-6.485-6.411z" fill="currentColor"></path>'}}},pin:{name:"pin",keywords:["save","star","bookmark"],heights:{16:{width:16,path:'<path d="M8.89147 5.21676C8.89147 5.078 8.91211 4.93962 8.95201 4.80661L9.00377 4.66501C9.02372 4.61891 9.04593 4.57377 9.07116 4.53025L9.79088 3.29002H6.20885L6.92857 4.53025L6.99596 4.66501C7.01591 4.71112 7.03325 4.7584 7.04771 4.80661L7.07408 4.90719C7.0966 5.00861 7.10826 5.11267 7.10826 5.21676V6.75581C7.10826 6.95192 7.06765 7.14553 6.9901 7.32416L6.90025 7.49799C6.87976 7.53164 6.85731 7.56403 6.83385 7.59564L6.75865 7.68744L5.92467 8.61907H10.0751L9.24108 7.68744C9.21466 7.65795 9.18945 7.6274 9.16588 7.59564L9.09948 7.49799C8.96344 7.27451 8.89147 7.0174 8.89147 6.75581V5.21676ZM10.1815 6.75581C10.1815 6.78077 10.1881 6.80576 10.201 6.82709L11.663 8.45794C12.026 9.05434 11.6459 9.80762 10.9833 9.89933L10.8475 9.90909H5.1522L5.01646 9.89933C4.39782 9.81379 4.02568 9.15194 4.27427 8.57903L4.33677 8.45794L5.79771 6.82709C5.80423 6.81638 5.80999 6.80488 5.81334 6.79291L5.81822 6.75581V5.21676C5.81822 5.20349 5.81617 5.18943 5.81236 5.17672L4.68248 3.2285C4.51035 2.65425 4.90259 2.07652 5.47935 2.00684L5.59654 2H10.4032L10.5204 2.00684C11.0971 2.07658 11.4893 2.6543 11.3173 3.2285L10.1874 5.17672C10.1836 5.18943 10.1815 5.20349 10.1815 5.21676V6.75581Z" fill="currentColor"></path><path d="M8.52054 9.8454V13.0455C8.52054 13.2714 8.22588 14 7.99994 14C7.77401 14 7.47581 13.2714 7.47581 13.0455V9.8454H8.52054Z" fill="currentColor"></path>'}}},"pin-circle":{name:"pin-circle",keywords:[],heights:{16:{width:16,path:'<path d="M12.71 8C12.71 5.39874 10.6013 3.29004 8 3.29004C5.39874 3.29004 3.29004 5.39874 3.29004 8C3.29004 10.6013 5.39874 12.71 8 12.71V14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14V12.71C10.6013 12.71 12.71 10.6013 12.71 8Z" fill="currentColor"></path><path fill-rule="evenodd" d="M6.04903 5.40045C5.94099 5.0403 6.21067 4.67784 6.58667 4.67784H9.41311C9.78911 4.67784 10.0588 5.0403 9.95075 5.40045L9.28628 6.54619C9.28404 6.55367 9.2829 6.56143 9.2829 6.56923V7.47465C9.2829 7.48936 9.28694 7.50378 9.29459 7.51635L10.1539 8.47556C10.3816 8.84962 10.1123 9.32873 9.67441 9.32873H8.30603V11.173C8.30603 11.3059 8.13275 11.7344 7.99989 11.7344C7.86703 11.7344 7.69168 11.3059 7.69168 11.173V9.32873H6.32538C5.88747 9.32873 5.61821 8.84962 5.8459 8.47556L6.7052 7.51635C6.71284 7.50379 6.71689 7.48936 6.71689 7.47465V6.56923C6.71689 6.56143 6.71575 6.55367 6.71351 6.54619L6.04903 5.40045Z" fill="currentColor"></path>'}}},"pin-circle-filled":{name:"pin-circle-filled",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM6.58691 4.67773C6.21095 4.67773 5.94088 5.04029 6.04883 5.40039L6.71387 6.5459C6.71611 6.55337 6.7168 6.56153 6.7168 6.56934V7.47461C6.7168 7.48932 6.71273 7.50404 6.70508 7.5166L5.8457 8.47559C5.61815 8.84958 5.88743 9.32897 6.3252 9.3291H7.69141V11.1729C7.69141 11.3057 7.86714 11.7344 8 11.7344C8.13285 11.7341 8.30566 11.3057 8.30566 11.1729V9.3291H9.6748C10.1124 9.32881 10.3817 8.8495 10.1543 8.47559L9.29492 7.5166C9.28727 7.50404 9.2832 7.48932 9.2832 7.47461V6.56934C9.2832 6.56153 9.28389 6.55337 9.28613 6.5459L9.95117 5.40039C10.0591 5.0403 9.78903 4.67773 9.41309 4.67773H6.58691Z" fill="currentColor"></path>'}}},"pin-filled":{name:"pin-filled",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.68239 3.22883C4.49866 2.61638 4.95727 2 5.59668 2H10.4032C11.0426 2 11.5012 2.61638 11.3175 3.22883L10.1875 5.17724C10.1837 5.18995 10.1818 5.20315 10.1818 5.21642V6.75614C10.1818 6.78115 10.1886 6.80568 10.2016 6.82704L11.6629 8.45823C12.0501 9.09434 11.5922 9.90909 10.8475 9.90909H8.52054V13.0455C8.52054 13.2714 8.22587 14 7.99994 14C7.774 14 7.47581 13.2714 7.47581 13.0455V9.90909H5.15233C4.40765 9.90909 3.94976 9.09434 4.33696 8.45823L5.79824 6.82704C5.81124 6.80568 5.81812 6.78115 5.81812 6.75614V5.21642C5.81812 5.20315 5.81618 5.18995 5.81237 5.17724L4.68239 3.22883Z" fill="currentColor"></path>'}}},play:{name:"play",keywords:["play","start","begin","action"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm-1.216 3.92a.188.188 0 00-.284.162v3.837c0 .146.159.236.284.161l3.198-1.919a.188.188 0 000-.321l-3.198-1.92z" fill="currentColor"></path>'}}},plus:{name:"plus",keywords:["add","new","more"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.2a.783.783 0 01.783.783v4.435h4.434a.782.782 0 010 1.565H8.783v4.435a.782.782 0 11-1.566 0V8.983H2.783a.783.783 0 010-1.565h4.434V2.983A.783.783 0 018 2.2z" fill="currentColor"></path>'}}},"plus-circle":{name:"plus-circle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.2a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zM8 2.2a6 6 0 100 12 6 6 0 000-12zm.563 3.563a.563.563 0 00-1.126 0v1.875H5.563a.563.563 0 000 1.125h1.875v1.875a.562.562 0 101.125 0V8.763h1.876a.563.563 0 000-1.125H8.562V5.763z" fill="currentColor"></path>'}}},printer:{name:"printer",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.182 2.712c0-.301.244-.546.545-.546h6.546c.301 0 .545.245.545.546v3.273h.546A1.636 1.636 0 0114 7.62v2.727a1.636 1.636 0 01-1.636 1.637h-.546v1.636a.545.545 0 01-.545.545H4.727a.545.545 0 01-.545-.545v-1.636h-.546A1.636 1.636 0 012 10.348V7.621a1.636 1.636 0 011.636-1.636h.546V2.712zm0 8.182V9.257c0-.3.244-.545.545-.545h6.546c.301 0 .545.244.545.545v1.637h.546a.545.545 0 00.545-.546V7.621a.545.545 0 00-.545-.546H3.636a.545.545 0 00-.545.546v2.727a.545.545 0 00.545.546h.546zm6.545.537V9.803H5.273v3.272h5.454v-1.644zm0-8.174v2.728H5.273V3.257h5.454z" fill="currentColor"></path>'}}},question:{name:"question",keywords:["help","explain"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm6.75 2.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.19 6.73a.755.755 0 01.255-.299c.108-.072.278-.14.555-.14.21 0 .415.065.553.17a.46.46 0 01.197.393c0 .132-.03.198-.058.239a.717.717 0 01-.207.184 4.88 4.88 0 01-.194.12l-.005.003c-.07.042-.153.092-.235.146a1.812 1.812 0 00-.519.496.562.562 0 10.936.624.716.716 0 01.207-.184 4.88 4.88 0 01.194-.12l.005-.003c.07-.042.153-.092.235-.146.167-.112.366-.266.52-.496.16-.24.246-.527.246-.863 0-.57-.27-1.011-.647-1.294A2.07 2.07 0 008 5.166c-.473 0-.866.12-1.18.33a1.878 1.878 0 00-.636.731.563.563 0 101.007.503z" fill="currentColor"></path>'}}},"refresh-cw":{name:"refresh-cw",keywords:[],heights:{17:{width:16,path:'<path d="M2.262 9.55a.597.597 0 00-.362.55v3a.6.6 0 101.2 0v-1.613l1.302 1.224a5.1 5.1 0 008.409-1.91.6.6 0 10-1.132-.401 3.9 3.9 0 01-6.435 1.456l-.013-.013L4.015 10.7H5.5a.6.6 0 100-1.2h-3a.598.598 0 00-.238.05zm11.476-1.399a.597.597 0 00.362-.55v-3a.6.6 0 10-1.2 0v1.612l-1.302-1.224A5.1 5.1 0 003.189 6.9a.6.6 0 001.132.4 3.9 3.9 0 016.435-1.456l.013.013L11.985 7H10.5a.6.6 0 100 1.2h3a.598.598 0 00.238-.049z" fill="currentColor"></path>'}}},repeat:{name:"repeat",keywords:["rerun","duplicate","replica"],heights:{16:{width:16,path:'<path d="M10.3011 2.1466C10.2829 2.12836 10.2628 2.11313 10.2415 2.10092C10.1505 2.03731 10.0399 2 9.92056 2C9.61045 2 9.35905 2.25196 9.35905 2.56277C9.35905 2.6878 9.39974 2.80331 9.46856 2.89673C9.47975 2.91407 9.49302 2.93046 9.50838 2.94551L9.51514 2.95214C9.52354 2.96092 9.53222 2.96943 9.54116 2.97765L10.818 4.2294H5.5698C3.60141 4.2294 2 5.8344 2 7.80721C2 8.43999 2.16485 9.03483 2.45367 9.55105C2.59858 9.81005 2.74296 9.96291 3.00303 9.96291C3.31919 9.96291 3.57548 9.70604 3.57548 9.38916C3.57548 9.26771 3.53783 9.15506 3.47358 9.06232L3.47268 9.06081C3.25347 8.69392 3.1273 8.26508 3.1273 7.80721C3.1273 6.45739 4.223 5.35924 5.5698 5.35924H10.818L9.50838 6.64311C9.49035 6.66079 9.47519 6.68029 9.46291 6.70104C9.39751 6.79305 9.35905 6.90562 9.35905 7.02719C9.35905 7.338 9.61045 7.58996 9.92056 7.58996C10.0451 7.58996 10.1602 7.54931 10.2533 7.48054C10.2703 7.46969 10.2863 7.45685 10.3011 7.44202L12.7436 4.99404C12.8537 4.88372 12.8537 4.70488 12.7436 4.59458L10.3011 2.1466Z" fill="currentColor"></path><path d="M10.4302 11.7684C12.3986 11.7684 14 10.1634 14 8.19058C14 7.55781 13.8352 6.96296 13.5463 6.44674C13.4014 6.18775 13.257 6.03489 12.997 6.03489C12.6808 6.03489 12.4245 6.29176 12.4245 6.60863C12.4245 6.73009 12.4622 6.84274 12.5264 6.93548L12.5273 6.93699C12.7465 7.30387 12.8727 7.73272 12.8727 8.19058C12.8727 9.54041 11.777 10.6385 10.4302 10.6385H5.18202L6.49162 9.35468L6.49671 9.34956C6.61971 9.24633 6.69794 9.09127 6.69794 8.91789C6.69794 8.60708 6.44654 8.35512 6.13643 8.35512C5.97785 8.35512 5.83463 8.421 5.73252 8.52694C5.72076 8.53553 5.70951 8.54514 5.69889 8.55578L3.2564 11.0037C3.14635 11.1141 3.14635 11.2929 3.2564 11.4032L5.65183 13.804C5.75481 13.924 5.90741 14 6.07771 14C6.38783 14 6.63923 13.748 6.63923 13.4372C6.63923 13.3226 6.60502 13.2159 6.54628 13.127C6.53267 13.1 6.51445 13.0746 6.49162 13.0523L5.18202 11.7684H10.4302Z" fill="currentColor"></path>'}}},"right-align":{name:"right-align",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.694 9.072a.667.667 0 000-.943L7.36 4.795a.667.667 0 00-.943.943l2.196 2.195H2.667a.667.667 0 000 1.334h5.946l-2.196 2.195a.667.667 0 00.943.943l3.333-3.333zm1.973 3.306a.667.667 0 101.333 0V4.822a.667.667 0 00-1.333 0v7.556z" fill="currentColor"></path>'}}},rocket:{name:"rocket",keywords:["staff","stafftools","blast","off","space","launch","ship"],heights:{17:{width:16,path:'<path d="M13 3.166a8.94 8.94 0 00-7.01 3.951A3.816 3.816 0 003 7.849v.635a4.682 4.682 0 014.683 4.665v.009h.634a3.782 3.782 0 00.732-2.99A8.911 8.911 0 0013 3.166zM8.538 6.51c0-.618.503-1.12 1.12-1.12.617 0 1.12.502 1.12 1.12 0 .617-.503 1.12-1.12 1.12-.617 0-1.12-.503-1.12-1.12zm-3.959 4.24a1.23 1.23 0 00-1.526.847c-.035.106-.044.22-.044.335v1.234h1.235c.105 0 .202-.008.3-.035a1.231 1.231 0 00.89-1.499 1.25 1.25 0 00-.855-.882z" fill="currentColor"></path>'}}},"rotate-ccw":{name:"rotate-ccw",keywords:[],heights:{17:{width:16,path:'<path d="M11.232 3.773a5.555 5.555 0 00-6.604.923L3.19 6.046v-1.78a.645.645 0 10-1.291 0V7.54a.663.663 0 00.047.241.642.642 0 00.598.403h3.273a.645.645 0 000-1.291H4.175L5.518 5.63l.015-.013a4.264 4.264 0 11-1.01 4.434.645.645 0 00-1.217.43 5.555 5.555 0 107.927-6.708z" fill="currentColor"></path>'}}},"rotate-cw":{name:"rotate-cw",keywords:[],heights:{17:{width:16,path:'<path d="M8.236 3.1a5.556 5.556 0 104.458 7.35.646.646 0 10-1.218-.43 4.264 4.264 0 11-1.004-4.434l.014.013 1.341 1.264h-1.646a.646.646 0 100 1.29h3.273A.643.643 0 0014.1 7.5V4.235a.646.646 0 10-1.291 0v1.778l-1.431-1.347A5.555 5.555 0 008.236 3.1z" fill="currentColor"></path>'}}},save:{name:"save",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.8 2.166a1.8 1.8 0 00-1.8 1.8v8.4a1.8 1.8 0 001.8 1.8h8.4a1.8 1.8 0 001.8-1.8v-6.6a.6.6 0 00-.176-.424l-3-3a.6.6 0 00-.424-.176H3.8zm0 1.2a.6.6 0 00-.6.6v8.4a.6.6 0 00.6.6h.6v-4.2a.6.6 0 01.6-.6h6a.6.6 0 01.6.6v4.2h.6a.6.6 0 00.6-.6V6.015l-2.649-2.649H5.6v1.8h4.2a.6.6 0 110 1.2H5a.6.6 0 01-.6-.6v-2.4h-.6zm1.8 6v3.6h4.8v-3.6H5.6z" fill="currentColor"></path>'}}},search:{name:"search",keywords:["magnifying","glass"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.4 2.05a5.55 5.55 0 103.358 9.97l2.112 2.11a.75.75 0 001.06-1.06l-2.11-2.111A5.55 5.55 0 007.4 2.05zm2.925 8.352a4.05 4.05 0 10-.123.123.764.764 0 01.123-.123z" fill="currentColor"></path>'}}},share:{name:"share",keywords:[],heights:{16:{width:16,path:'<path d="M3.75 6.49999C3.6837 6.49999 3.62011 6.52633 3.57322 6.57322C3.52634 6.6201 3.5 6.68369 3.5 6.74999V13.25C3.5 13.388 3.612 13.5 3.75 13.5H12.25C12.3163 13.5 12.3799 13.4737 12.4268 13.4268C12.4737 13.3799 12.5 13.3163 12.5 13.25V6.74999C12.5 6.68369 12.4737 6.6201 12.4268 6.57322C12.3799 6.52633 12.3163 6.49999 12.25 6.49999H11.25C11.0511 6.49999 10.8603 6.42098 10.7197 6.28032C10.579 6.13967 10.5 5.9489 10.5 5.74999C10.5 5.55108 10.579 5.36031 10.7197 5.21966C10.8603 5.07901 11.0511 4.99999 11.25 4.99999H12.25C13.216 4.99999 14 5.78399 14 6.74999V13.25C14 13.7141 13.8156 14.1592 13.4874 14.4874C13.1592 14.8156 12.7141 15 12.25 15H3.75C3.28587 15 2.84075 14.8156 2.51256 14.4874C2.18437 14.1592 2 13.7141 2 13.25V6.74999C2 5.78399 2.784 4.99999 3.75 4.99999H4.75C4.94891 4.99999 5.13968 5.07901 5.28033 5.21966C5.42098 5.36031 5.5 5.55108 5.5 5.74999C5.5 5.9489 5.42098 6.13967 5.28033 6.28032C5.13968 6.42098 4.94891 6.49999 4.75 6.49999H3.75ZM7.823 0.176993C7.84622 0.153711 7.87381 0.13524 7.90418 0.122637C7.93456 0.110034 7.96712 0.103546 8 0.103546C8.03288 0.103546 8.06544 0.110034 8.09582 0.122637C8.12619 0.13524 8.15378 0.153711 8.177 0.176993L11.073 3.07299C11.1081 3.10796 11.1319 3.15254 11.1416 3.2011C11.1513 3.24965 11.1464 3.29999 11.1274 3.34572C11.1084 3.39146 11.0763 3.43054 11.0351 3.458C10.9939 3.48547 10.9455 3.50008 10.896 3.49999H8.75V9.24999C8.75 9.44891 8.67098 9.63967 8.53033 9.78032C8.38968 9.92098 8.19891 9.99999 8 9.99999C7.80109 9.99999 7.61032 9.92098 7.46967 9.78032C7.32902 9.63967 7.25 9.44891 7.25 9.24999V3.49999H5.104C5.05449 3.50008 5.00607 3.48547 4.96487 3.458C4.92368 3.43054 4.89157 3.39146 4.87261 3.34572C4.85365 3.29999 4.8487 3.24965 4.85838 3.2011C4.86806 3.15254 4.89195 3.10796 4.927 3.07299L7.823 0.176993Z" fill="currentColor"></path>'}}},"shopping-bag":{name:"shopping-bag",keywords:[],heights:{17:{width:16,path:'<path d="M6.364 7.075a.545.545 0 10-1.091 0 2.727 2.727 0 105.454 0 .546.546 0 00-1.09 0 1.636 1.636 0 11-3.273 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M4.29 2.385a.545.545 0 01.437-.219h6.546c.171 0 .333.081.436.219l1.633 2.177c.07.092.112.207.112.332v7.636a1.636 1.636 0 01-1.636 1.636H4.182a1.636 1.636 0 01-1.637-1.636V4.894c0-.125.042-.24.113-.332L4.29 2.385zm6.71.872l.818 1.091H4.182L5 3.258h6zM3.636 12.53V5.44h8.728v7.09a.545.545 0 01-.546.546H4.182a.545.545 0 01-.546-.546z" fill="currentColor"></path>'}}},"shopping-cart":{name:"shopping-cart",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.5 2.416a.5.5 0 000 1h1.59l.416 2.078a.498.498 0 00.008.042l.836 4.173a1.5 1.5 0 001.494 1.207h4.852A1.5 1.5 0 0013.19 9.71l.801-4.199a.5.5 0 00-.491-.594H5.41l-.42-2.098a.5.5 0 00-.49-.402h-2zm3.83 7.098l-.72-3.598h7.286l-.687 3.6a.5.5 0 01-.5.4H6.83a.5.5 0 01-.5-.402z" fill="currentColor"></path><path d="M5.5 12.916a1 1 0 112 0 1 1 0 01-2 0zm5.5 0a1 1 0 112 0 1 1 0 01-2 0z" fill="currentColor"></path>'}}},"sign-in":{name:"sign-in",keywords:["door","arrow","direction","enter","log in"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm5.624 3.858L9.74 5.835a.643.643 0 10-.909-.909L6.045 7.712a.643.643 0 000 .909l2.786 2.786a.643.643 0 10.91-.91L8.05 8.81h4.877a.643.643 0 000-1.285H8.052z" fill="currentColor"></path>'}}},"sign-out":{name:"sign-out",keywords:["door","arrow","direction","leave","log out"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm8.948 3.858H6.5a.643.643 0 000 1.285h4.876l-1.688 1.689a.643.643 0 10.91.909l2.785-2.786a.643.643 0 000-.91l-2.786-2.785a.643.643 0 10-.909.91l1.688 1.688z" fill="currentColor"></path>'}}},signature:{name:"signature",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.848 6.372a2.892 2.892 0 00-.209.31c-.283.513-.524.925-.748 1.307-.412.703-.764 1.305-1.208 2.25-.217.46-.504 1.324-.634 1.966l-.001.008a1.45 1.45 0 01-.03.126v.001a.635.635 0 01-.053.122v.002c-.013.022-.072.123-.195.197a.556.556 0 01-.64-.047.554.554 0 01-.167-.23v-.001a.578.578 0 01-.037-.16 4.26 4.26 0 01-.008-.199l-.005-.148a74.324 74.324 0 01-.029-3.04l.002-.339c0-.245-.014-1.086-.134-1.821-.062-.374-.142-.665-.23-.834a1.117 1.117 0 00-.263.235c-.115.134-.214.28-.33.45-.04.058-.08.119-.125.183-.4.577-.7 1.21-1.003 1.926a.555.555 0 01-1.023-.432c.31-.736.646-1.454 1.114-2.128l.093-.136c.122-.18.271-.4.433-.588.213-.247.502-.507.901-.626a.902.902 0 01.762.107c.2.13.332.319.42.486.177.334.28.774.347 1.177.135.825.15 1.74.148 2.005l-.001.339-.001.278c.333-.656.64-1.18.968-1.74.22-.377.45-.77.705-1.233l.455.252-.455-.252c.119-.215.328-.5.544-.752.207-.24.482-.523.745-.67a.6.6 0 01.675.058.692.692 0 01.205.298c.046.125.064.268.074.361a4.552 4.552 0 01.023.392v.007l.001.033v-.003c.027.36.036.847.045 1.345l.01.48c.011.535.03 1.038.074 1.428l.068-.081c.227-.28.471-.653.73-1.06.045-.071.09-.144.137-.216.209-.332.425-.674.63-.964.127-.178.258-.349.39-.494.129-.14.284-.285.464-.382a.867.867 0 01.722-.069c.24.09.386.27.47.406.153.243.25.58.32.822l.011.043c.069.237.122.41.174.527.348-.179.666-.536.954-1.275a.555.555 0 011.035.404c-.391 1.002-.931 1.668-1.736 1.972a.897.897 0 01-.72-.021 1.067 1.067 0 01-.437-.417c-.157-.256-.256-.6-.327-.85l-.01-.032a8.78 8.78 0 00-.111-.365 4.243 4.243 0 00-.293.374 21.23 21.23 0 00-.59.903l-.146.23c-.256.403-.531.826-.805 1.164-.137.169-.286.33-.443.462a1.396 1.396 0 01-.58.307.724.724 0 01-.853-.46 1.966 1.966 0 01-.103-.418L8.01 9.6c-.09-.506-.116-1.22-.131-1.882l-.01-.515c-.006-.3-.01-.583-.02-.831zm3.875.465l.003.003a.036.036 0 01-.003-.003z" fill="currentColor"></path>'}}},"sliders-h":{name:"sliders-h",keywords:[],heights:{17:{width:16,path:'<path d="M13 4.166a.5.5 0 01-.5.5H9a.5.5 0 010-1h3.5a.5.5 0 01.5.5zm-6.5.5v1a.5.5 0 001 0v-3a.5.5 0 00-1 0v1h-3a.5.5 0 000 1h3zm1.5 4a.5.5 0 000-1H3.5a.5.5 0 000 1H8zm5-.5a.5.5 0 01-.5.5h-2v1a.5.5 0 01-1 0v-3a.5.5 0 011 0v1h2a.5.5 0 01.5.5zm-6.5 5.5a.5.5 0 01-1 0v-1h-2a.5.5 0 010-1h2v-1a.5.5 0 111 0v3zm6.5-1.5a.5.5 0 01-.5.5H8a.5.5 0 010-1h4.5a.5.5 0 01.5.5z" fill="currentColor"></path>'}}},"sliders-v":{name:"sliders-v",keywords:[],heights:{17:{width:16,path:'<path d="M4 3.166a.5.5 0 01.5.5v3.5a.5.5 0 01-1 0v-3.5a.5.5 0 01.5-.5zm.5 6.5h1a.5.5 0 000-1h-3a.5.5 0 000 1h1v3a.5.5 0 001 0v-3zm4-1.5a.5.5 0 00-1 0v4.5a.5.5 0 001 0v-4.5zm-.5-5a.5.5 0 01.5.5v2h1a.5.5 0 010 1h-3a.5.5 0 010-1h1v-2a.5.5 0 01.5-.5zm5.5 6.5a.5.5 0 010 1h-1v2a.5.5 0 01-1 0v-2h-1a.5.5 0 010-1h3zm-1.5-6.5a.5.5 0 01.5.5v4.5a.5.5 0 01-1 0v-4.5a.5.5 0 01.5-.5z" fill="currentColor"></path>'}}},sort:{name:"sort",keywords:[],heights:{17:{width:16,path:'<path d="M4.524 6.542l3.304-3.304a.243.243 0 01.344 0l3.304 3.304a.243.243 0 01-.172.415H4.696a.243.243 0 01-.172-.415zm6.952 3.248l-3.304 3.305a.243.243 0 01-.344 0L4.524 9.791a.243.243 0 01.172-.415h6.608c.217 0 .326.262.172.415z" fill="currentColor"></path>'}}},star:{name:"star",keywords:["save","remember","like"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431zm0 1.981L6.88 6.683a.607.607 0 01-.457.332l-2.508.365 1.814 1.768a.608.608 0 01.175.538l-.428 2.498 2.243-1.18a.608.608 0 01.565 0l2.244 1.18-.43-2.498a.609.609 0 01.176-.538l1.814-1.768-2.508-.364a.607.607 0 01-.456-.332L8 4.41v.001z" fill="currentColor"></path>'}}},"star-fill":{name:"star-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431z" fill="currentColor"></path>'}}},"star-half-fill":{name:"star-half-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 00-.546.34L5.93 5.86l-3.41.495a.607.607 0 00-.337 1.036L4.65 9.796l-.582 3.396a.608.608 0 00.881.64L8 12.228l3.05 1.604a.607.607 0 00.882-.64l-.584-3.396 2.47-2.405a.607.607 0 00-.338-1.037l-3.41-.495-1.525-3.09A.607.607 0 008 2.431zm0 1.981l1.12 2.272a.607.607 0 00.457.332l2.508.364-1.814 1.77a.608.608 0 00-.175.537l.428 2.498a136.52 136.52 0 00-2.526-1.249V4.411z" fill="currentColor"></path>'}}},sun:{name:"sun",keywords:["star","light"],heights:{16:{width:16,path:'<path d="M8 11C7.20435 11 6.44129 10.6839 5.87868 10.1213C5.31607 9.55871 5 8.79565 5 8C5 7.20435 5.31607 6.44129 5.87868 5.87868C6.44129 5.31607 7.20435 5 8 5C8.79565 5 9.55871 5.31607 10.1213 5.87868C10.6839 6.44129 11 7.20435 11 8C11 8.79565 10.6839 9.55871 10.1213 10.1213C9.55871 10.6839 8.79565 11 8 11ZM8 9.875C8.49728 9.875 8.97419 9.67746 9.32583 9.32583C9.67746 8.97419 9.875 8.49728 9.875 8C9.875 7.50272 9.67746 7.02581 9.32583 6.67417C8.97419 6.32254 8.49728 6.125 8 6.125C7.50272 6.125 7.02581 6.32254 6.67417 6.67417C6.32254 7.02581 6.125 7.50272 6.125 8C6.125 8.49728 6.32254 8.97419 6.67417 9.32583C7.02581 9.67746 7.50272 9.875 8 9.875ZM12.2428 3.75725C12.295 3.80949 12.3365 3.87151 12.3648 3.93978C12.3931 4.00805 12.4076 4.08123 12.4076 4.15513C12.4076 4.22902 12.3931 4.3022 12.3648 4.37047C12.3365 4.43874 12.295 4.50076 12.2428 4.553L11.447 5.348C11.3782 5.42204 11.2908 5.47617 11.1939 5.50468C11.0969 5.53319 10.9941 5.53503 10.8962 5.51C10.7983 5.48497 10.709 5.434 10.6376 5.36246C10.5663 5.29092 10.5155 5.20146 10.4908 5.1035C10.4657 5.00572 10.4674 4.90299 10.4958 4.80612C10.5242 4.70924 10.5781 4.62181 10.652 4.553L11.447 3.758C11.5525 3.65266 11.6954 3.5935 11.8445 3.5935C11.9936 3.5935 12.1365 3.65266 12.242 3.758L12.2428 3.75725ZM5.348 10.652C5.45334 10.7575 5.51251 10.9004 5.51251 11.0495C5.51251 11.1986 5.45334 11.3415 5.348 11.447L4.553 12.2428C4.50114 12.2965 4.43909 12.3394 4.37047 12.3689C4.30186 12.3984 4.22806 12.414 4.15337 12.4146C4.07868 12.4153 4.00461 12.4011 3.93546 12.3729C3.86632 12.3446 3.8035 12.3029 3.75066 12.2501C3.69782 12.1973 3.65602 12.1345 3.62771 12.0654C3.59939 11.9963 3.58512 11.9222 3.58574 11.8475C3.58635 11.7729 3.60183 11.699 3.63128 11.6304C3.66073 11.5618 3.70355 11.4997 3.75725 11.4478L4.55225 10.652C4.60449 10.5997 4.66651 10.5583 4.73478 10.53C4.80305 10.5017 4.87623 10.4871 4.95012 10.4871C5.02402 10.4871 5.0972 10.5017 5.16547 10.53C5.23374 10.5583 5.29576 10.5997 5.348 10.652ZM8 2C8.14918 2 8.29226 2.05926 8.39775 2.16475C8.50324 2.27024 8.5625 2.41332 8.5625 2.5625V3.6875C8.5625 3.83668 8.50324 3.97976 8.39775 4.08525C8.29226 4.19074 8.14918 4.25 8 4.25C7.85082 4.25 7.70774 4.19074 7.60225 4.08525C7.49676 3.97976 7.4375 3.83668 7.4375 3.6875V2.5625C7.4375 2.41332 7.49676 2.27024 7.60225 2.16475C7.70774 2.05926 7.85082 2 8 2ZM4.25 8C4.25 8.14918 4.19074 8.29226 4.08525 8.39775C3.97976 8.50324 3.83668 8.5625 3.6875 8.5625H2.5625C2.41332 8.5625 2.27024 8.50324 2.16475 8.39775C2.05926 8.29226 2 8.14918 2 8C2 7.85082 2.05926 7.70774 2.16475 7.60225C2.27024 7.49676 2.41332 7.4375 2.5625 7.4375H3.6875C3.83668 7.4375 3.97976 7.49676 4.08525 7.60225C4.19074 7.70774 4.25 7.85082 4.25 8ZM14 8C14 8.14918 13.9407 8.29226 13.8352 8.39775C13.7298 8.50324 13.5867 8.5625 13.4375 8.5625H12.3125C12.1633 8.5625 12.0202 8.50324 11.9148 8.39775C11.8093 8.29226 11.75 8.14918 11.75 8C11.75 7.85082 11.8093 7.70774 11.9148 7.60225C12.0202 7.49676 12.1633 7.4375 12.3125 7.4375H13.4375C13.5867 7.4375 13.7298 7.49676 13.8352 7.60225C13.9407 7.70774 14 7.85082 14 8ZM8 11.75C8.14918 11.75 8.29226 11.8093 8.39775 11.9148C8.50324 12.0202 8.5625 12.1633 8.5625 12.3125V13.4375C8.5625 13.5867 8.50324 13.7298 8.39775 13.8352C8.29226 13.9407 8.14918 14 8 14C7.85082 14 7.70774 13.9407 7.60225 13.8352C7.49676 13.7298 7.4375 13.5867 7.4375 13.4375V12.3125C7.4375 12.1633 7.49676 12.0202 7.60225 11.9148C7.70774 11.8093 7.85082 11.75 8 11.75ZM10.652 10.652C10.7575 10.5467 10.9004 10.4875 11.0495 10.4875C11.1986 10.4875 11.3415 10.5467 11.447 10.652L12.2428 11.447C12.3453 11.553 12.402 11.6951 12.4008 11.8426C12.3996 11.9901 12.3405 12.1312 12.2363 12.2355C12.132 12.3399 11.991 12.3991 11.8435 12.4004C11.696 12.4018 11.5539 12.3452 11.4478 12.2428L10.652 11.4478C10.5997 11.3955 10.5583 11.3335 10.53 11.2652C10.5017 11.1969 10.4871 11.1238 10.4871 11.0499C10.4871 10.976 10.5017 10.9028 10.53 10.8345C10.5583 10.7663 10.5997 10.7042 10.652 10.652ZM3.75725 3.75725C3.80949 3.70498 3.87151 3.66351 3.93978 3.63522C4.00805 3.60693 4.08123 3.59237 4.15513 3.59237C4.22902 3.59237 4.3022 3.60693 4.37047 3.63522C4.43874 3.66351 4.50076 3.70498 4.553 3.75725L5.348 4.553C5.44731 4.6597 5.50138 4.80073 5.49887 4.94647C5.49635 5.09221 5.43743 5.2313 5.3345 5.3345C5.2313 5.43743 5.09221 5.49635 4.94647 5.49887C4.80073 5.50138 4.6597 5.44731 4.553 5.348L3.758 4.553C3.65266 4.44753 3.5935 4.30456 3.5935 4.1555C3.5935 4.00644 3.65266 3.86347 3.758 3.758L3.75725 3.75725Z" fill="currentColor"></path>'}}},tag:{name:"tag",keywords:["release"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.218 7.669V3.588a.203.203 0 01.203-.203h4.082a.203.203 0 01.143.059l5.076 5.076a.202.202 0 010 .288l-4.08 4.08a.201.201 0 01-.222.045.201.201 0 01-.066-.044L3.278 7.813a.203.203 0 01-.06-.144zM2 7.669V3.588c0-.785.637-1.422 1.421-1.422h4.082c.376 0 .739.15 1.005.417l5.076 5.076a1.421 1.421 0 010 2.01L9.502 13.75a1.421 1.421 0 01-2.01 0L2.418 8.674A1.422 1.422 0 012 7.67zm4.06-2.254a.812.812 0 100 1.624.812.812 0 000-1.624z" fill="currentColor"></path>'}}},"three-bars":{name:"three-bars",keywords:["hamburger","menu","dropdown"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 3.88a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.286H2.643A.643.643 0 012 3.88zm0 4.286a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.285H2.643A.643.643 0 012 8.166zm.643 3.643a.643.643 0 100 1.286h10.714a.643.643 0 100-1.286H2.643z" fill="currentColor"></path>'}}},"time-reverse":{name:"time-reverse",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.922 8.155c.007 3.306-2.69 6.01-5.995 6.011a5.973 5.973 0 01-3.42-1.066l-.108-.086a.58.58 0 01.717-.913l.11.085c.77.517 1.698.82 2.697.82a4.836 4.836 0 004.838-4.84 4.836 4.836 0 00-4.838-4.838 4.823 4.823 0 00-3.434 1.428l1.188 1.171a.29.29 0 01-.204.497H2.368a.29.29 0 01-.29-.29V3.072a.29.29 0 01.494-.206l1.09 1.076a6 6 0 0110.26 4.214zM8.127 6.317a.505.505 0 00-1.01 0v2.357a.505.505 0 00.317.468l1.684.674a.505.505 0 00.375-.938l-1.366-.546V6.317z" fill="currentColor"></path>'}}},tools:{name:"tools",keywords:["screwdriver","wrench","settings"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.904 3.394a3.669 3.669 0 00-1.578 3.017c0 1.305.68 2.45 1.707 3.103.422.269.758.754.736 1.34v.007l-.134 2.723a.612.612 0 11-1.223-.06l.133-2.718c.002-.07-.04-.176-.169-.258A4.895 4.895 0 013.102 6.41c0-1.663.83-3.133 2.095-4.017a1.21 1.21 0 011.366-.032c.377.241.62.675.62 1.162v2.301c0 .068.034.13.09.169l.612.416c.07.047.16.047.23 0l.612-.416a.204.204 0 00.09-.169v-2.3c0-.487.243-.92.62-1.162a1.21 1.21 0 011.366.032 4.893 4.893 0 012.095 4.017c0 1.74-.908 3.269-2.274 4.137-.129.082-.17.189-.169.258l.133 2.718a.612.612 0 11-1.223.06l-.134-2.73c-.022-.586.314-1.071.736-1.34a3.67 3.67 0 001.707-3.103 3.669 3.669 0 00-1.578-3.017c-.02.014-.055.055-.055.13v2.301c0 .473-.235.916-.626 1.182l-.612.416a1.429 1.429 0 01-1.606 0l-.612-.416a1.429 1.429 0 01-.626-1.182V3.524c0-.075-.035-.116-.055-.13zm.009-.004z" fill="currentColor"></path>'}}},trashcan:{name:"trashcan",keywords:["garbage","rubbish","recycle","delete"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.8 3.566c0-.11.09-.2.2-.2h2c.11 0 .2.09.2.2v1H6.8v-1zm3.6 0v1h1.8a.6.6 0 010 1.2H3.8a.6.6 0 010-1.2h1.8v-1a1.4 1.4 0 011.4-1.4h2a1.4 1.4 0 011.4 1.4zm-5.203 3.94a.6.6 0 10-1.194.12l.528 5.28a1.4 1.4 0 001.393 1.26h4.152a1.4 1.4 0 001.393-1.26l.528-5.28a.6.6 0 10-1.194-.12l-.528 5.28a.2.2 0 01-.199.18H5.924a.2.2 0 01-.2-.18l-.527-5.28z" fill="currentColor"></path>'}}},"triangle-down":{name:"triangle-down",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M4.08 6.668l3.726 3.725c.107.107.28.107.388 0l3.725-3.725a.274.274 0 00-.194-.468h-7.45a.274.274 0 00-.194.468z" fill="currentColor"></path>'}}},"triangle-left":{name:"triangle-left",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M8.806 4.28L5.08 8.007a.274.274 0 000 .388l3.726 3.725c.172.173.468.05.468-.194v-7.45a.274.274 0 00-.468-.194z" fill="currentColor"></path>'}}},"triangle-right":{name:"triangle-right",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M6.468 4.28l3.725 3.726a.274.274 0 010 .388l-3.725 3.725A.274.274 0 016 11.925v-7.45c0-.244.295-.367.468-.194z" fill="currentColor"></path>'}}},"triangle-up":{name:"triangle-up",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M4.08 10.006L7.807 6.28a.274.274 0 01.388 0l3.725 3.726a.274.274 0 01-.194.468h-7.45a.274.274 0 01-.194-.468z" fill="currentColor"></path>'}}},trophy:{name:"trophy",keywords:["goal","win","winner"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.3333 3.00002V4.00002H13.6667C13.85 4.00002 14 4.15002 14 4.33335V5.60002C14 6.85835 12.5729 8.21044 10.675 8.57085C10.1042 9.7771 9.25625 10.4063 8.5 10.6V12.3334H9.83333C9.84389 12.3334 9.8541 12.3336 9.86397 12.3339H10.0753C10.352 12.3339 10.5763 12.5582 10.5763 12.8349C10.5763 13.1117 10.352 13.336 10.0753 13.336H5.9246C5.90723 13.336 5.89008 13.3351 5.87318 13.3334H5.8472C5.8149 13.3334 5.78467 13.324 5.75906 13.308C5.5637 13.2396 5.42358 13.0536 5.42358 12.8349C5.42358 12.5582 5.64789 12.3339 5.92459 12.3339H6.13568C6.14578 12.3336 6.15611 12.3334 6.16667 12.3334H7.5V10.6C6.74375 10.4084 5.89583 9.7771 5.325 8.57085C3.42292 8.20835 2 6.85627 2 5.60002V4.33335C2 4.15002 2.15 4.00002 2.33333 4.00002H4.66667V3.00002C4.66667 2.81669 4.81667 2.66669 5 2.66669H11C11.1833 2.66669 11.3333 2.81669 11.3333 3.00002ZM3 5.10002V5.60002C3 6.17528 3.69778 6.95499 4.74983 7.36961C4.82366 7.3987 4.89762 7.33142 4.8801 7.25403C4.71216 6.51187 4.67026 5.82208 4.6669 5.10005C4.66664 5.04482 4.6219 5.00002 4.56667 5.00002H3.1C3.04477 5.00002 3 5.04479 3 5.10002ZM5.66667 5.16669C5.66667 8.03335 6.89583 9.66669 8 9.66669C9.06667 9.66669 10.3333 8.09377 10.3333 5.16669V3.76669C10.3333 3.71146 10.2886 3.66669 10.2333 3.66669H5.76667C5.71144 3.66669 5.66667 3.71146 5.66667 3.76669V5.16669ZM11.2502 7.36961C12.3022 6.95499 13 6.17528 13 5.60002V5.10002C13 5.04479 12.9552 5.00002 12.9 5.00002H11.4333C11.3781 5.00002 11.3334 5.04482 11.3331 5.10004C11.3297 5.82045 11.2878 6.5117 11.1199 7.25403C11.1024 7.33142 11.1763 7.3987 11.2502 7.36961Z" fill="currentColor"></path>'}}},unlock:{name:"unlock",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M6 5.2a2 2 0 013.685-1.076.6.6 0 101.012-.647A3.2 3.2 0 004.8 5.2v1.6h-.4A1.2 1.2 0 003.2 8v4.8A1.2 1.2 0 004.4 14h7.2a1.2 1.2 0 001.2-1.2V8a1.2 1.2 0 00-1.2-1.2H6V5.2zM5.4 8h-1v4.8h7.2V8H5.4z" fill="currentColor"></path>'}}},upload:{name:"upload",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.471 2.795a.667.667 0 00-.942 0L4.195 6.13a.667.667 0 10.943.943l2.195-2.196v5.946a.667.667 0 101.334 0V4.876l2.195 2.196a.667.667 0 10.943-.943L8.47 2.795zM4.222 13.267a.667.667 0 000 1.333h7.556a.667.667 0 000-1.333H4.222z" fill="currentColor"></path>'}}},"video-camera":{name:"video-camera",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M14 4.979a.562.562 0 00-.852-.482L10.25 6.235V5.73c0-.725-.588-1.313-1.313-1.313H3.314A1.311 1.311 0 002 5.73v4.875c0 .725.588 1.312 1.313 1.312h5.624c.725 0 1.313-.587 1.313-1.312v-.507l2.898 1.74a.562.562 0 00.852-.483V4.979zm-3.75 3.806l2.625 1.575V5.972L10.25 7.547v1.238zM9.125 7.23v-1.5a.188.188 0 00-.188-.188H3.314a.188.188 0 00-.188.188v4.875c0 .104.084.187.188.187h5.624a.187.187 0 00.188-.187V7.229z" fill="currentColor"></path>'}}},x:{name:"x",keywords:["remove","close","delete"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.243 3.465a.83.83 0 011.173 0l3.563 3.563 3.562-3.563a.83.83 0 111.173 1.172L9.151 8.2l3.563 3.563a.828.828 0 01-.58 1.437.83.83 0 01-.593-.264L7.98 9.373l-3.563 3.563a.83.83 0 01-1.173-1.173L6.806 8.2 3.243 4.637a.83.83 0 010-1.172z" fill="currentColor"></path>'}}},"x-circle":{name:"x-circle",keywords:[],heights:{17:{width:16,path:'<path d="M6.523 5.928a.563.563 0 00-.796.795L7.205 8.2 5.727 9.678a.563.563 0 00.796.795L8 8.996l1.477 1.477a.562.562 0 10.796-.795L8.796 8.2l1.477-1.477a.562.562 0 10-.796-.795L8 7.405 6.523 5.928z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.757 3.958a6 6 0 108.486 8.485 6 6 0 00-8.486-8.485zm.796 7.69a4.875 4.875 0 116.894-6.895 4.875 4.875 0 01-6.894 6.895z" fill="currentColor"></path>'}}},"x-circle-fill":{name:"x-circle-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M14 8.5a6 6 0 11-12 0 6 6 0 0112 0zm-3.844-2.434a.493.493 0 00-.544.12L7.995 7.802 6.377 6.184a.493.493 0 00-.698.698L7.298 8.5l-1.619 1.618-.002.002a.493.493 0 00.697.698l1.62-1.62 1.618 1.616a.494.494 0 10.697-.697L8.692 8.5l1.617-1.617a.492.492 0 00-.153-.817z" fill="currentColor"></path>'}}},"zoom-in":{name:"zoom-in",keywords:[],heights:{17:{width:16,path:'<path d="M7.4 5.2a.6.6 0 01.6.6V7h1.2a.6.6 0 110 1.2H8v1.2a.6.6 0 01-1.2 0V8.2H5.6a.6.6 0 010-1.2h1.2V5.8a.6.6 0 01.6-.6z" fill="currentColor"></path><path fill-rule="evenodd" d="M10.77 11.82a5.4 5.4 0 11.848-.848l2.206 2.204a.6.6 0 01-.848.849L10.77 11.82zM3.2 7.6a4.2 4.2 0 117.225 2.914.59.59 0 00-.111.111A4.2 4.2 0 013.2 7.6z" fill="currentColor"></path>'}}},"zoom-out":{name:"zoom-out",keywords:[],heights:{17:{width:16,path:'<path d="M5.6 7a.6.6 0 000 1.2h3.6a.6.6 0 100-1.2H5.6z" fill="currentColor"></path><path fill-rule="evenodd" d="M7.4 13a5.377 5.377 0 003.37-1.18l2.206 2.205a.6.6 0 00.848-.849l-2.205-2.205a5.4 5.4 0 10-4.22 2.03zm0-9.6a4.2 4.2 0 102.914 7.225.59.59 0 01.11-.11A4.2 4.2 0 007.4 3.4z" fill="currentColor"></path>'}}}};
2
- /*
3
- object-assign
4
- (c) Sindre Sorhus
5
- @license MIT
6
- */function c(){if(o)return C;o=1;var a=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,e=Object.prototype.propertyIsEnumerable;return C=function(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de","5"===Object.getOwnPropertyNames(a)[0])return!1;for(var l={},e=0;e<10;e++)l["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(l).map((function(a){return l[a]})).join(""))return!1;var h={};return"abcdefghijklmnopqrst".split("").forEach((function(a){h[a]=a})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},h)).join("")}catch(a){return!1}}()?Object.assign:function(h,t){for(var r,C,o=function(a){if(null==a)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}(h),i=1;i<arguments.length;i++){for(var d in r=Object(arguments[i]))l.call(r,d)&&(o[d]=r[d]);if(a){C=a(r);for(var n=0;n<C.length;n++)e.call(r,C[n])&&(o[C[n]]=r[C[n]])}}return o},C}var p=function(){if(d)return i;d=1;const a=n,l=c();for(const h of Object.keys(a)){const t=(a,e,t)=>{const r=[],C=l({},e,t);t&&((t.width||t.height)&&(C.width=t.width?t.width:parseInt(t.height)*e.width/e.height,C.height=t.height?t.height:parseInt(t.width)*e.height/e.width),t.class&&(C.class=`octicon octicon-${h} ${t.class}`,C.class.trim()),t["aria-label"]&&(C["aria-label"]=t["aria-label"],C.role="img",delete C["aria-hidden"]));for(const a of Object.keys(C))r.push(`${a}="${C[a]}"`);return r.join(" ").trim()};a[h].symbol=h;for(const l of Object.keys(a[h].heights))a[h].heights[l].options={version:"1.1",width:a[h].heights[l].width,height:parseInt(l),viewBox:`0 0 ${a[h].heights[l].width} ${l}`,class:`octicon octicon-${h}`,"aria-hidden":"true"};a[h].toSVG=function(l={}){const{height:r,width:C}=l,o=e(Object.keys(a[h].heights),r||C||16);return`<svg ${t(a[h],a[h].heights[o].options,l)}>${a[h].heights[o].path}</svg>`}}function e(a,l){return a.map((a=>parseInt(a,10))).reduce(((a,e)=>e<=l?e:a),a[0])}return i=a}(),s=r(p);const u=a(class extends l{constructor(a){super(),!1!==a&&this.__registerHost()}render(){let a={};if(void 0!==this.size)if("number"==typeof this.size){const l=this.size<=32?this.size:32;a={width:l,height:l}}else console.warn("[Apollo] xpl-icon: size is not a number, the value passed was ignored. Please change value to a number.");let l="xpl-icon__wrapper ";return this.backgroundColor&&(l+=`xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`),e(h,{key:"24576487ab74d82288bd43262d3021f19d12489d"},e("figure",{key:"1b90df03ca412fd56fd868f934a24712d3a19079",class:l},e("span",{key:"e0ebd1ccfb6796190240841035a0a2db8c1bb3f1","aria-label":this.icon,role:"img",class:"xpl-icon",style:{width:`${a.width}px`,height:`${a.height}px`},innerHTML:s[this.icon].toSVG(a)}),e("figcaption",{key:"d3976b8859355ef990e9bffa210b5c005505c308"},this.icon," icon")))}static get style(){return".xpl-icon{align-items:center;display:grid;justify-content:center}"}},[0,"xpl-icon",{icon:[1],size:[2],backgroundColor:[1,"background-color"]}]);function v(){"undefined"!=typeof customElements&&["xpl-icon"].forEach((a=>{"xpl-icon"===a&&(customElements.get(t(a))||customElements.define(t(a),u))}))}export{u as X,v as d}
1
+ import{proxyCustomElement as o,HTMLElement as r,h as t,Host as e,transformTag as n}from"@stencil/core/internal/client";import{g as l}from"./_commonjsHelpers.js";var i,a,h={exports:{}},d={"aaland-islands":{name:"aaland-islands",keywords:["flag","aaland","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#0464ae" rx="4" ry="4"></rect><polygon fill="#ffd500" points="31 12 17 12 17 4 9 4 9 12 1 12 1 20 9 20 9 28 17 28 17 20 31 20 31 12"></polygon><polygon fill="#db070d" points="31 14 15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14"></polygon><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"add-magic":{name:"add-magic",keywords:["ai","add magic","artificial","intelligence","sparkle","plus","magic","stars","AI","unicorn sparkles","fairy dust"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M12.53 8.28a0.68 0.68 0 0 0-0.42-0.63l-3.42-1.34-1.35-3.43a0.68 0.68 0 0 0-1.25 0l-1.36 3.43-3.41 1.34a0.68 0.68 0 0 0 0 1.25l3.41 1.36 1.36 3.42a0.68 0.68 0 0 0 1.25 0l1.35-3.42 3.42-1.36a0.68 0.68 0 0 0 0.42-0.62z"></path><path fill="currentColor" stroke-width="0" d="M12.53 1.33a2.24 2.24 0 1 0 0 4.49 2.24 2.24 0 1 0 0-4.49z"></path><path fill="currentColor" stroke-width="0" d="M14.32 12.09h-0.89v-0.89a0.68 0.68 0 0 0-1.34 0v0.89h-0.89a0.68 0.68 0 0 0 0 1.34h0.89v0.89a0.68 0.68 0 0 0 1.34 0v-0.89h0.89a0.68 0.68 0 0 0 0-1.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M15.63 10.32a0.84 0.84 0 0 0-0.52-0.77l-4.28-1.68-1.67-4.27a0.84 0.84 0 0 0-1.57 0l-1.68 4.27-4.27 1.68a0.84 0.84 0 0 0 0 1.55l4.27 1.7 1.68 4.26a0.84 0.84 0 0 0 1.57 0l1.67-4.26 4.28-1.7a0.84 0.84 0 0 0 0.52-0.78z"></path><path fill="currentColor" stroke-width="0" d="M15.63 1.67a2.8 2.8 0 1 0 0 5.59 2.8 2.8 0 1 0 0-5.59z"></path><path fill="currentColor" stroke-width="0" d="M17.86 15.07h-1.11v-1.11a0.84 0.84 0 0 0-1.68 0v1.11h-1.11a0.84 0.84 0 0 0 0 1.68h1.11v1.11a0.84 0.84 0 0 0 1.68 0v-1.11h1.11a0.84 0.84 0 0 0 0-1.68z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M18.73 12.37a1.01 1.01 0 0 0-0.63-0.93l-5.12-2.01-2.01-5.12a1.01 1.01 0 0 0-1.87 0l-2.02 5.12-5.11 2.01a1.01 1.01 0 0 0 0 1.86l5.11 2.03 2.02 5.11a1.01 1.01 0 0 0 1.87 0l2.01-5.11 5.12-2.03a1.01 1.01 0 0 0 0.63-0.93z"></path><path fill="currentColor" stroke-width="0" d="M18.73 2a3.35 3.35 0 1 0 0 6.7 3.35 3.35 0 1 0 0-6.71z"></path><path fill="currentColor" stroke-width="0" d="M21.4 18.06h-1.33v-1.33a1.01 1.01 0 0 0-2.01 0v1.33h-1.33a1.01 1.01 0 0 0 0 2.01h1.33v1.33a1.01 1.01 0 0 0 2.01 0v-1.33h1.33a1.01 1.01 0 0 0 0-2.01z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M25.06 16.55a1.35 1.35 0 0 0-0.83-1.24l-6.86-2.69-2.68-6.85a1.35 1.35 0 0 0-2.51 0l-2.71 6.85-6.84 2.69a1.35 1.35 0 0 0 0 2.49l6.84 2.72 2.71 6.84a1.35 1.35 0 0 0 2.51 0l2.68-6.84 6.86-2.72a1.35 1.35 0 0 0 0.83-1.25z"></path><path fill="currentColor" stroke-width="0" d="M25.06 2.67a4.49 4.49 0 1 0 0 8.97 4.49 4.49 0 1 0 0-8.97z"></path><path fill="currentColor" stroke-width="0" d="M28.64 24.17h-1.78v-1.78a1.35 1.35 0 0 0-2.69 0v1.78h-1.78a1.35 1.35 0 0 0 0 2.69h1.78v1.78a1.35 1.35 0 0 0 2.69 0v-1.78h1.78a1.35 1.35 0 0 0 0-2.69z"></path></g>'}}},"adjust-contrast-2":{name:"adjust-contrast-2",keywords:["circle-slash","adjust-contrast-2","no entry","restricted","circle","slash","remove","no","do not enter","none","not allowed"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.57 3.45l-9.12 9.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.68 4.3l-11.38 11.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.79 5.15l-13.64 13.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.15 6.89l-18.26 18.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},afghanistan:{name:"afghanistan",keywords:["flag","afghanistan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c33220" d="M10 4H22V28H10z"></path><path d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#35793c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fffffc" d="M20.099,15.783c0-.177-.078-.356-.262-.546,.109-.314,.05-.557-.226-.849h0c-.103-.102-.315-.32-.367-.445l.071-.247c.213-.02,.185-.25-.022-.289-.189-.048-.332,.128-.162,.243l-.744,2.586v-.426c.093-.055,.075-.175,.012-.227l.194-.292h-.206v-1.046c.052-.024,.067-.083,.062-.132,.087-.022,.114-.114,.118-.177,.086-.02,.118-.088,.124-.135,.131-.045,.142-.123,.166-.169h-.647v-1.176c.094-.053,.05-.222-.048-.23v-.01c.193-.138,.101-.361-.047-.426,.017-.038-.022-.077-.051-.084-.003-.018-.016-.041-.069-.076-.07-.037-.043-.217-.091-.232h0c-.047,.017-.021,.195-.091,.232-.053,.036-.066,.058-.068,.076-.03,.008-.069,.046-.051,.084-.148,.065-.24,.288-.047,.426,0,.003,0,.007,.001,.01-.11,.009-.14,.199-.032,.239v1.167h-.003c-.003-.023-.673-.316-.685-.329v-.199c.526-.425,.188-1.08-.359-1.226-.184-.072-.312-.22-.349-.267,.072-.046,.072-.125,.012-.167,.227-.198-.126-.376-.157-.533,.002-.017-.019-.03-.035-.024-.043,.038-.038,.13-.134,.2-.102,.069-.171,.265-.041,.356-.059,.043-.059,.121,.013,.167-.037,.047-.165,.194-.349,.267-.547,.146-.885,.802-.359,1.226v.199c-.012,.009-.674,.31-.682,.324v-1.164c.103-.045,.067-.227-.038-.236,.181-.158,.12-.353-.046-.436,.017-.038-.022-.077-.051-.084-.003-.018-.016-.041-.069-.076-.048-.032-.066-.164-.068-.212-.001-.011-.01-.019-.021-.02,0,0-.001,0-.001,0h0c-.048,.011-.022,.196-.092,.232-.053,.036-.066,.058-.068,.076-.03,.008-.069,.046-.051,.084-.148,.065-.24,.288-.047,.426,0,.003,0,.005,.001,.01-.103,.008-.142,.186-.042,.234v1.171c-.178,0-.555,0-.73-.001,0,0,.001,.105,.13,.153,0,0-.006,.107,.128,.142,0,0,.029,.158,.148,.17v1.162h-.148l.227,.302s-.116,.073-.02,.203v.332l-.707-2.463c.17-.115,.027-.291-.162-.243-.206,.038-.234,.269-.022,.289l.071,.247c-.261,.447-.83,.694-.602,1.283-.845,.786,.337,1.203,.108,1.976,.284-.183,.515-.415,.477-.728-.042-.245-.018-.547,.178-.72,.099-.082,.209-.183,.27-.309l.389,1.355v.091s-.118,.063-.01,.161c0,0-.099,.065,0,.161-.002,.507,.048,.389-.197,.841,0,0-.177-.038-.148,.123,0,0-.178,.009-.089,.161l.247,.19h0s5.621,0,5.621,0c.032-.1-.077-.183-.156-.184,0-.095-.09-.154-.179-.141l-.334-.425v-.428c.093-.052,.089-.145,.011-.188,.073-.047,.042-.14-.011-.17v-.062l.424-1.468c.172,.302,.472,.388,.466,.797-.209,.362,.059,.719,.408,.928-.197-.493,.418-.927,.415-1.385Zm-6.421,2.4l.257-.405h.687l.282,.405h-1.227Zm1.287,0l-.295-.424,.01-1.947c.099-.069,.094-.189,.01-.242l.211-.283h-.228v-.008c.136-.204,.582-.826,1.35-.843h0c.87-.054,1.352,.854,1.321,.851h-.205s.158,.254,.158,.254c-.09,.059-.052,.187,.01,.217l.01,1.804-.256,.302,.305,.319h-2.4Zm3.689,0h-1.271s.259-.393,.259-.393h.703l.309,.393Z"></path><path fill="#fff" d="M10.943,21.739c.342-.045,1.203-.438,1.727-.93,.676-.634,1.254-1.046,2.153-.649-.349,.29-.723,.588-1.019,.955-.679,.87-1.92,1.435-2.861,.623Z"></path><path fill="#fff" d="M11.585,18.402c-.523-.607-1.24-.779-1.922-1.102-.947-.41-1.593-1.247-1.497-2.324,.441,1.498,3.104,.63,3.419,3.426Z"></path><path fill="#fff" d="M8.327,17.448c.17,.155,.947,.915,2.148,.85,.672-.037,1.308,.245,1.737,.816-1.697-.09-3.343,.509-3.884-1.666Z"></path><path fill="#fff" d="M13.478,19.827c-1.015,.018-1.712,.938-2.726,.916-.481-.017-.878-.19-1.227-.514,.345,.321,1.132-.226,1.596-.488,.807-.456,1.59-.5,2.358,.086Z"></path><path fill="#fff" d="M8.629,12.951c.29,.865,.754,1.083,1.182,1.255,.318,.128,1.239,.325,1.223,2.237-.751-1.484-3.009-1.432-2.405-3.492Z"></path><path fill="#fff" d="M10.943,14.502c-.534-.607-1.051-1.18-1.549-1.769-.203-.229-.37-.525-.252-.855,.074,.156,.147,.31,.22,.463,.014-.003,.028-.005,.042-.008-.099-.447-.115-.88,.204-1.266,.03,.406,.059,.802,.088,1.199,.016,.002,.031,.004,.047,.006,.035-.151,.313-.759,.466-.761,.129,.203-.544,.945-.189,.936,.093-.222,.15-.468,.365-.66,.081,.326-.16,.494-.279,.727,.029,.024,.063,.053,.1,.085,.123-.109,.119-.328,.318-.348,.125,.226-.311,.442-.027,.609,.052-.098,.105-.197,.162-.304,.12,.058,.143,.128,.07,.228-.262,.339,.338,.498,.215,1.719Z"></path><path fill="#fff" d="M11.67,12.042c-.228,.566-.452,1.123-.676,1.68,.007,.007,.014,.014,.02,.021-.029-.197-.08-.394-.1-.592-.025-.558-.287-1.045-.45-1.562-.161-.567-.35-1.182,.13-1.666-.019,.355-.036,.68-.054,1.007,.362-.487,.691-.731,1.259-.957-.074,.265-.161,.372-.364,.451-.404,.179-.801,.541-.78,1.012,.279-.38,.547-.755,1.013-.94-.134,.444-.496,.731-.827,1.022-.107,.085-.105,.154-.015,.265,.354-.296,.709-.592,1.063-.889,.012,.01,.023,.021,.035,.031-.159,.477-.681,.697-1.044,1.014,.025,.047,.049,.09,.082,.152,.332-.277,.652-.544,.971-.81,.016,.012,.031,.023,.047,.035-.191,.389-.568,.624-.885,.903-.169,.133,.022,.392,.033,.603,.14-.31,.262-.607,.542-.779Z"></path><path fill="#fff" d="M17.774,9.42c-.27,.239-.691,.297-1.122,.117-.13,.314-.392,.387-.71,.361,.172-.117,.344-.233,.515-.35-.344-.081-.686,.041-.989-.141-.366,.383-.573,.426-.924,.189-.174,.264-.346,.542-.74,.382-.254,.483-.659,.552-.968,.167-.131,.171-.265,.453-.529,.357-.244-.123-.127-.383-.153-.628,.088,.159,.054,.372,.271,.364,.207-.008,.318-.147,.368-.303,.254,.111,.509,.286,.778,.108,.088-.044,.122-.128,.086-.241-.098-.307-.17-.62-.122-.955,.139,.274,.136,1.14,.585,.94,.181-.069,.31-.196,.388-.396-.143,.051-.272,.098-.401,.144-.007-.013-.014-.026-.021-.039,.151-.102,.303-.204,.452-.305,.101,.273,.405,.38,.692,.235,.221-.104,.027-.417,.053-.612,.015-.003,.03-.007,.045-.01,.09,.223,.173,.44,.455,.435,.247,.006,.495,.001,.764,.001-.028-.211-.058-.43-.087-.649,.02-.004,.04-.008,.06-.012,.093,.241,.066,.589,.272,.761,.282,.113,.564,.106,.87-.046-.142-.071-.241-.089-.275-.242,.279-.177,.631,.303,.722,.54q-.098,.034-.336-.173Z"></path><path fill="#fff" d="M18.347,8.687c.1,.308,.118,.624,.065,.943-.009,.43-1.164,.731-1.088,.077,.262,.205,.538,.174,.819,.043,.31-.135,.05-.762,.135-1.052,.023-.004,.046-.007,.069-.011Z"></path><path fill="#fff" d="M19.601,10.278c-.246,.206-.415,.157-.556-.15-.213,.351-.812,.384-.713-.148,.285,.252,.461,.228,.781-.114-.052,.398,.282,.324,.489,.412Z"></path><path fill="#fff" d="M21.057,21.739c-.342-.045-1.203-.438-1.727-.93-.676-.634-1.254-1.046-2.153-.649,.349,.29,.723,.588,1.019,.955,.679,.87,1.92,1.435,2.861,.623Z"></path><path fill="#fff" d="M20.415,18.402c.523-.607,1.24-.779,1.922-1.102,.947-.41,1.593-1.247,1.497-2.324-.441,1.498-3.104,.63-3.419,3.426Z"></path><path fill="#fff" d="M23.673,17.448c-.17,.155-.947,.915-2.148,.85-.672-.037-1.308,.245-1.737,.816,1.697-.09,3.343,.509,3.884-1.666Z"></path><path fill="#fff" d="M18.522,19.827c1.015,.018,1.712,.938,2.726,.916,.481-.017,.878-.19,1.227-.514-.345,.321-1.132-.226-1.596-.488-.807-.456-1.59-.5-2.358,.086Z"></path><path fill="#fff" d="M23.371,12.951c-.29,.865-.754,1.083-1.182,1.255-.318,.128-1.239,.325-1.223,2.237,.751-1.484,3.009-1.432,2.405-3.492Z"></path><path fill="#fff" d="M21.057,14.502c.534-.607,1.051-1.18,1.549-1.769,.203-.229,.37-.525,.252-.855-.074,.156-.147,.31-.22,.463-.014-.003-.028-.005-.042-.008,.099-.447,.115-.88-.204-1.266-.03,.406-.059,.802-.088,1.199-.016,.002-.031,.004-.047,.006-.035-.151-.313-.759-.466-.761-.129,.203,.544,.945,.189,.936-.093-.222-.15-.468-.365-.66-.081,.326,.16,.494,.279,.727-.029,.024-.063,.053-.1,.085-.123-.109-.119-.328-.318-.348-.125,.226,.311,.442,.027,.609-.052-.098-.105-.197-.162-.304-.12,.058-.143,.128-.07,.228,.262,.339-.338,.498-.215,1.719Z"></path><path fill="#fff" d="M20.33,12.042c.228,.566,.452,1.123,.676,1.68-.007,.007-.014,.014-.02,.021,.029-.197,.08-.394,.1-.592,.025-.558,.287-1.045,.45-1.562,.161-.567,.35-1.182-.13-1.666,.019,.355,.036,.68,.054,1.007-.362-.487-.691-.731-1.259-.957,.074,.265,.161,.372,.364,.451,.404,.179,.801,.541,.78,1.012-.279-.38-.547-.755-1.013-.94,.134,.444,.496,.731,.827,1.022,.107,.085,.105,.154,.015,.265-.354-.296-.709-.592-1.063-.889-.012,.01-.023,.021-.035,.031,.159,.477,.681,.697,1.044,1.014-.025,.047-.049,.09-.082,.152-.332-.277-.652-.544-.971-.81-.016,.012-.031,.023-.047,.035,.191,.389,.568,.624,.885,.903,.169,.133-.022,.392-.033,.603-.14-.31-.262-.607-.542-.779Z"></path><path fill="#fff" d="M19.016,22.928c-.296-.083-.579-.162-.862-.241,.002-.012,.004-.024,.007-.036,.159-.07,.319-.139,.478-.209l-.005,.005c.119-.085,.237-.169,.374-.267-.218-.136-.409-.276-.62-.375-.066-.031-.184,.048-.263,.072-.607-.401-.675-1.177-1.19-1.638-.016,.004-.032,.008-.048,.013,.054,.41,.309,.75,.462,1.145-.075,.012-.141,.023-.205,.033-.195-.381-.251-.815-.508-1.155-.024,.003-.047,.007-.071,.01-.01,.414,.256,.776,.374,1.177-.07,.01-.141,.021-.211,.031-.159-.406-.219-.842-.503-1.177-.021,.003-.043,.005-.064,.008-.004,.433,.257,.773,.399,1.207h-1.117c.142-.434,.404-.774,.399-1.207-.021-.003-.043-.005-.064-.008-.284,.335-.344,.77-.503,1.177-.07-.01-.141-.021-.211-.031,.118-.401,.384-.763,.374-1.177-.024-.003-.047-.007-.071-.01-.257,.34-.313,.774-.508,1.155-.065-.011-.13-.021-.205-.033,.153-.395,.408-.735,.462-1.145-.016-.004-.032-.008-.048-.013-.515,.461-.583,1.237-1.19,1.638-.079-.024-.197-.103-.263-.072-.211,.099-.403,.239-.62,.375,.137,.098,.256,.183,.374,.267l-.005-.005c.159,.07,.319,.139,.478,.209,.002,.012,.004,.024,.007,.036-.283,.079-.566,.158-.862,.241,1.048,.573,1.473-.231,2.162,.061-.263,.123-.511,.24-.801,.376,1.1,.237,1.311-.343,1.654-.335,.343-.008,.554,.572,1.654,.335-.29-.136-.538-.253-.801-.376,.689-.291,1.115,.512,2.162-.061Z"></path></g>'}}},"alarm-clock":{name:"alarm-clock",keywords:["alarm-clock","alarm","ringer","clock","alert","notification","time","watch","reminder","ring"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.9 1.33l1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.12 1.33l-1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2.45a5.56 5.56 0 1 0 0 11.12 5.56 5.56 0 1 0 0-11.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.08 11.94l-1.63 1.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.94 11.94l1.63 1.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.12v2.89l2.45 1.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.1 1.67l2.22 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.89 1.67l-2.23 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 3.05a6.94 6.94 0 1 0 0 13.88 6.94 6.94 0 1 0 0-13.88z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.08 14.9l-2.03 2.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.9 14.9l2.03 2.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.38v3.61l3.05 1.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.29 2l2.66 2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.66 2l-2.67 2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 3.66a8.31 8.31 0 1 0 0 16.62 8.31 8.31 0 1 0 0-16.62z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.09 17.85l-2.43 2.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.85 17.85l2.43 2.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 7.65v4.32l3.66 2.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.81 2.67l3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.23 2.67l-3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 4.9a11.13 11.13 0 1 0 0 22.25 11.13 11.13 0 1 0 0-22.25z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.15 23.89l-3.26 3.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.89 23.89l3.26 3.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 10.23v5.79l4.9 3.11"></path></g>'}}},albania:{name:"albania",keywords:["flag","albania"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#ea3323" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path d="M23.605,19.588c-.246-.289-.52-.31-.864,.06-.36,.011-.612,.017-.972,.03,.193-.163,.296-.288,.49-.451,.612,.278,.588-.457,1.163-.456-.17-.142-.312-.194-.619-.052-.453-.204-.491,.085-.572,.275-.307,.202-.555,.372-.862,.574-.626-.183-1.134-.285-1.76-.467,1.246-.875-1.567-.662-1.663-2.225,.009-1.203,.547,.582,1.051,.771,.988,.125-.175-.487-.203-1.124,.435-.974,.65,.863,.974,1.016,.327,.592,1.488,.549,.903-.067-.798-.111-1.234-1.615-.525-1.282,.841,.746,1.885,2.781,3.157,1.789,.251-.283,.162-.59-.233-.523-.89,.074-1.565-.359-2.303-1.527-.146-.266-.186-.643,.135-.362,.478,.699,1.856,1.586,2.482,1.006,.185-.317,.143-.666-.192-.551-.58,.575-3.215-1.19-2.134-1.511,.732,.608,1.676,1.099,2.159,.803,.354-.217,.361-.771-.089-.736-.907,.123-1.25-.075-2.12-.827-.726-.869,1.972,.726,2.254,.124,.923-1.373-1.215,.169-2.349-1.103-.671-1.08,2.229,.967,2.553-.661,.249-1.16-1.446,.807-2.447-.323-.911-.805,2.412,.226,2.441-1.123,.19-1.153-1.532,.613-2.308,.206-1.185-.63,2.484-.701,2.384-2.036-.13-1.72-1.499,1.235-2.688,.957-.473-.577-1.514,.443-2.193,.657-.11,.287,.213,1.053-.133,1.256-.813,.631-1.475-.563-.729-1.359,.385-.824,1.944-.626,2.494-1.247-.276,.121-.724,.225-.939-.023,.52-.038,1.375,.12,1.674-.444,.053-.254-.117-.3-.276-.136-.336,.429-.739,.485-1.266,.406,.185-.217,.604-.526,.822-.14,.045-.279-.034-.592-.792-.462,.01-.209-.442-.3-.714-.296h0c-.558,.084-1.193,.417-1.835,.418,.242,.203,.289,.215,.533,.388-.369,.134-.656,.413-.784,.595,.323,.015,.429-.012,.539,.035-.449,.13-.653,.206-.89,.444,.684-.004-.225,.538-.357,.783-.132-.246-1.04-.787-.357-.783-.237-.238-.441-.314-.89-.444,.11-.047,.216-.02,.539-.035-.128-.182-.414-.46-.784-.595,.244-.173,.292-.185,.533-.388-.641,0-1.278-.334-1.835-.418h0c-.272-.004-.724,.087-.714,.296-.758-.13-.837,.183-.792,.462,.218-.386,.637-.077,.822,.14-.527,.079-.93,.024-1.266-.406-.159-.163-.329-.117-.276,.136,.298,.564,1.154,.407,1.674,.444-.216,.248-.663,.143-.939,.023,.551,.622,2.109,.423,2.494,1.247,.746,.796,.084,1.99-.729,1.359-.346-.205-.023-.968-.133-1.256-.68-.215-1.719-1.234-2.193-.658-1.192,.277-2.555-2.675-2.688-.957-.094,1.341,3.564,1.401,2.384,2.036-.781,.407-2.495-1.36-2.309-.207,.037,1.354,3.347,.314,2.442,1.123-.461,.331-1.286,.654-2.013-.004-.333-.255-.557-.041-.434,.327,.323,.959,1.556,.757,2.403,.285,.218-.122,.416,.161,.15,.376-1.134,1.271-3.271-.269-2.349,1.104,.296,.604,2.973-.994,2.255-.124-.87,.752-1.213,.95-2.12,.827-.45-.035-.443,.519-.089,.736,.483,.296,1.426-.195,2.158-.803,1.081,.319-1.553,2.087-2.134,1.511-.336-.115-.378,.234-.193,.551,.628,.579,2.003-.306,2.482-1.006,.321-.281,.281,.096,.135,.362-.738,1.167-1.414,1.601-2.303,1.527-.394-.067-.484,.24-.233,.523,1.259,1.604,3.485-3.266,3.469-1.302,.162,.411-1.76,1.042-.647,1.312,.878,.192,1.294-2.628,1.688-1.468-.024,.639-1.194,1.249-.203,1.125,.51-.185,1.035-1.979,1.051-.771-.1,1.568-2.909,1.345-1.664,2.225-.625,.182-1.134,.284-1.76,.467-.307-.201-.555-.372-.862-.574-.081-.189-.119-.478-.572-.275-.307-.142-.449-.09-.619,.052,.575,0,.552,.735,1.163,.456,.193,.163,.296,.288,.49,.451-.361-.012-.612-.019-.972-.03-.344-.369-.618-.349-.864-.06-.188,.029-.267,.033-.395,.261,.455-.214,.896,.383,1.202-.017,.353,.022,.67,.04,1.023,.063-.13,.11-.308,.169-.437,.28-.766-.258-1.007,.451-.972,1.025,.051-.171,.134-.317,.285-.409,.472,.12,.649-.073,.675-.355,.227-.186,.57-.227,.798-.414,.265,.085,.394,.138,.661,.222,.039,.564,1.118,.114,1.035,.649,.11-.196,.107-.386-.149-.56-.093-.253-.3-.368-.57-.222-.255-.072-.322-.176-.575-.248,.642-.205,1.097-.251,1.739-.455,.833,1.14,1.108-.732,1.621-1.083,.281-.46,1.024-.685,.937,.128-.091,.767-.725,1.421-1.279,1.737-.371,.242-.528,.136-.815,.121-.914,.156,.25,.791,.581,.6,1.573-1.206,.561,.655-.32,.546-.445,.06-.362,.31-.066,.432,.532,.219,1.012-.192,1.256-.462,.188-.206,.322-.214,.289,.105-.023,.992-1.555,.613-.953,1.235,.563,.39,.971-.274,1.162-.675,.617-.634,.369,.958-.294,1.24,.369,.588,.799,1.186,1.168,1.775,.369-.59,.799-1.188,1.168-1.775-.664-.279-.909-1.878-.294-1.24,.19,.401,.598,1.065,1.161,.675,.603-.618-.931-.245-.953-1.235-.033-.319,.1-.311,.288-.105,.244,.27,.724,.681,1.256,.462,.295-.122,.379-.372-.066-.432-.883,.108-1.891-1.751-.32-.546,.33,.191,1.495-.444,.581-.6-.287,.015-.444,.121-.815-.121-.554-.316-1.186-.968-1.279-1.737-.085-.811,.655-.59,.937-.128,.513,.349,.789,2.223,1.621,1.083,.641,.204,1.097,.25,1.739,.455-.254,.072-.321,.176-.575,.248-.271-.146-.477-.031-.57,.222-.256,.173-.259,.364-.149,.56-.082-.535,.996-.085,1.035-.649,.267-.085,.396-.137,.661-.222,.227,.188,.57,.229,.798,.414,.026,.282,.203,.475,.675,.355,.151,.092,.234,.239,.285,.409,.034-.574-.206-1.282-.972-1.025-.13-.111-.308-.17-.437-.28,.353-.023,.671-.041,1.023-.063,.307,.4,.745-.196,1.202,.017-.128-.228-.208-.232-.395-.261Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},algeria:{name:"algeria",keywords:["flag","algeria"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M19,4h12V28h-12c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 23 16)"></path><path fill="#2b6536" d="M5,4h11V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c22b38" d="M19.091 17.427L20.769 19.737 20.769 16.882 23.483 16 20.769 15.118 20.769 12.263 19.091 14.573 16.376 13.691 18.054 16 16.376 18.309 19.091 17.427z"></path><path fill="#c22b38" d="M14.345,20.907c-2.71-2.17-3.148-6.126-.978-8.836,2.17-2.71,6.126-3.148,8.836-.978,.361,.289,.689,.617,.978,.978-2.17-3.758-6.976-5.046-10.734-2.876-3.758,2.17-5.046,6.976-2.876,10.734,2.17,3.758,6.976,5.046,10.734,2.876,1.195-.69,2.187-1.682,2.876-2.876-2.17,2.71-6.126,3.148-8.836,.978Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},andorra:{name:"andorra",keywords:["flag","andorra"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f9df4b" d="M10 4H22V28H10z"></path><path fill="#06019a" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#c42936" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c3ad7e" d="M19.726,17.064c.006-.063-.024-.119-.07-.16-.014-.182-.275-.204-.344-.047-.25-.184-.265-.67-.074-.86,.258,.215,.473-.198,.208-.351,.731-.074,.805-1.646-.178-1.662h0c-.017,0-.035,0-.051,0v.002c-.062,.006-.122,.024-.175,.055,.071-.2-.233-.327-.262-.106-.109-.255,.261-.491,.407-.676,.205-.2,.291-.558-.024-.641-.044-.107-.137-.187-.238-.187v.004s-.007-.001-.01-.002c-.071-.141-.237-.216-.385-.122-.067-.09-.158-.107-.275-.048-.102-.113-.279-.075-.35,.056-.155,0-.309,.162-.216,.309h0c.029,.056,.082,.098,.144,.109-.19,.146-.561,.219-.797,.041-.135-.183,.148-.423,.13-.628,.009-.221-.071-.377-.226-.438-.349-.15-.62,.27-.956,.243-.348,.028-.657-.443-1.01-.213-.445,.376,.234,.869-.064,1.055-.247,.149-.582,.086-.773-.057,.318-.016,.184-.42-.076-.423-.077-.126-.248-.168-.351-.052-.114-.05-.206-.034-.274,.047-.13-.087-.306-.035-.375,.112-.1,.033-.198,.085-.235,.19-.247,.023-.264,.334-.127,.489,.143,.251,.569,.472,.504,.79-.003,.001-.006,.004-.007,.008-.067-.149-.276-.071-.267,.084,.003,.038,.03,.081-.025,.043-.251-.121-.558,.02-.71,.232-.361,.427-.196,1.179,.343,1.373-.299,.129,.002,.585,.234,.363,.181,.257,.133,.664-.121,.856-.072-.153-.29-.122-.328,.038-.047,.041-.064,.093-.06,.155-.181,.164,.006,.446,.229,.408-.557,.493-.178,1.378,.49,1.607,.631,.292,1.582-.024,2.095,.441-.312,.103-.18,.548,.115,.56,.114,.163,.362,.137,.492,.008,.088,.098,.192,.207,.323,.248,.127-.046,.256-.16,.32-.251,.126,.131,.382,.164,.488-.004,.271-.006,.383-.363,.158-.518h0c-.014-.01-.028-.019-.044-.027,.478-.473,1.514-.166,2.107-.452,.768-.318,.945-1.083,.493-1.57h0c-.016-.015-.033-.031-.052-.046,.237,.079,.444-.202,.253-.387Zm-.07-2.905c.013,.011,.027,.025,.042,.04-.017-.017-.035-.034-.055-.049,.004,.003,.009,.006,.013,.009Zm-.317-1.215c-.002,.01-.004,.021-.006,.03l.006-.03Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},angola:{name:"angola",keywords:["flag","angola"],style:"colored",heights:{32:{width:32,path:'<g><path d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#bc2833" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#ffcb00" fill-rule="evenodd" d="M13.109,11.395h1.791l.543-1.688,.558,1.688h1.791l-1.439,1.072,.558,1.718-1.468-1.043-1.454,1.043,.558-1.718-1.439-1.072Z"></path><path fill="#ffcb00" fill-rule="evenodd" d="M19.657,20.63l-1.409-1.101c1.424-1.16,2.349-2.936,2.349-4.918,0-3.025-2.158-5.565-5.007-6.167l.22-1.028c.396,.088,.862,.255,1.243,.387l.367-.616c.396,.191,.837,.381,1.204,.616l-.279,.661c.367,.235,.81,.599,1.057,.885l.551-.431c.294,.323,.646,.66,.896,1.013l-.499,.514c.322,.473,.447,.691,.685,1.236l.7-.164c.132,.411,.333,.914,.407,1.34l-.663,.261c.079,.331,.182,.909,.175,1.395,0,.029-.003,.062-.003,.092l.693,.099c-.029,.426-.044,.911-.132,1.336h-.719c-.103,.44-.235,.979-.396,1.39l.602,.353c-.191,.382-.381,.837-.631,1.204l-.661-.279c-.25,.367-.528,.719-.837,1.042l.426,.558c-.117,.103-.22,.206-.338,.323m-3.098-.132l1.064,.641c-.099,.091-.397,.245-.475,.276l.174,.668c-.411,.132-.852,.323-1.307,.411l-.264-.661c-.426,.088-.851,.147-1.292,.147l-.088,.69c-.411-.029-.91,0-1.365-.103v-.69c-.411-.074-.808-.176-1.189-.309l-.338,.602c-.352-.147-.822-.323-1.204-.558l.25-.661c-.308-.162-.587-.367-.852-.573l.661-.837c1.087,.866,2.452,1.38,3.95,1.38,.793,0,1.571-.132,2.276-.425"></path><path fill="#ffcb00" d="M23.355,23.749h0s-2.222-1.718-2.222-1.718h0s0,0,0,0l-.354-.272h0s-5.85-4.495-5.85-4.495c-1.101-.866-2.158-1.644-2.334-2.672l-.323,.793c-.382,.984-.455,1.894,1.395,3.054l6.468,4.149h0l.818,.549,1.515,1.052c.147,.103,.161,.573,.704,.646,.221,.029,.367-.132,.367-.132,.237-.288,.172-.685-.183-.954Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},anguilla:{name:"anguilla",keywords:["flag","anguilla"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#001b69" stroke-width="0" rx="4" ry="4"></rect><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fff" stroke-width="0" d="m18.7322,11.5625c0,5.6533.6555,7.6012,1.9678,8.9135.7827.777,1.1296,1.0693,2.3448,1.8681,1.2152-.7988,1.5622-1.0911,2.3448-1.8681,1.3123-1.3123,1.9678-3.2602,1.9678-8.9135-.9545.4087-1.4984.6068-2.2855.5947-.7041-.0108-1.4502-.3378-2.0271-.5947-.577.2568-1.323.5838-2.0271.5947-.7871.0121-1.331-.186-2.2855-.5947h0Z"></path><path fill="#f09d38" stroke-width="0" d="m23.181,14.3929c.2027.4545.8524.9563,1.031,1.2022-.2274.2459-.2728.2191-.243.676.3953-.3944.4024-.4355.6567-.3757.759,1.2009-.2434,2.0672-1.4272,2.2372.3163.2578.6827-.0378.9822.0412.1627.1841-.0774.5195.0491.8355.2647-.0243.2329-.5337.2945-.7184.1933-.6767,1.3557-1.1486,1.4148-1.7693.2451-.1097.49-.0343.7881.1252-.1484-.5815-.6394-.5753-.771-.7569-.3133-.4564-.5909-.977-1.26-1.1121-.5601.1138-1.3208-.6749-1.5153-.385h0Z"></path><path fill="#f09d38" stroke-width="0" d="m21.557,16.3209c.3268-.3831.4887-1.1653.6333-1.4307.3343.0768.3307.1276.7405-.111-.5504-.149-.5919-.1358-.6552-.3781.7356-1.1781,2.0006-.7915,2.7415.1579.0914-.387-.354-.5578-.4206-.8472.0947-.2232.518-.1775.7519-.4317-.1462-.2117-.6037.053-.8038.0874-.7179.1531-1.6986-.6062-2.3019-.3661-.2162-.1554-.2607-.397-.252-.7228-.47.3968-.2348.8077-.3418,1.0035-.2769.4773-.63.9545-.4427,1.5816.3616.4185.0016,1.4611.3508,1.4572h0Z"></path><path fill="#f09d38" stroke-width="0" d="m24.2121,16.5903c-.513-.0684-1.2988.2041-1.6119.2234-.104-.3125-.0565-.3358-.4827-.5468.1509.5262.1842.5531-.0005.7301-1.4232.0061-1.7549-1.2063-1.2764-2.3185-.3947.1257-.3176.5774-.5429.7814-.2493.0382-.4273-.3308-.7765-.3902-.1145.2288.3599.4652.4942.6106.5088.5065.3345,1.6995.8621,2.0675-.0276.2568-.2215.4181-.5185.5795.5993.1782.8465-.2262,1.0776-.2402.5717-.0209,1.1828.0203,1.6488-.4569.1889-.515,1.2937-.74,1.1266-1.04h0Z"></path><path fill="#a3caf9" stroke-width="0" d="m19.814,19.2764c.2515.4775.5466.8602.886,1.1996.7827.777,1.1296,1.0693,2.3448,1.8681,1.2152-.7988,1.5622-1.0911,2.3449-1.8681.3394-.3394.6344-.7221.8859-1.1996h-6.4616Z"></path></g>'}}},antarctica:{name:"antarctica",keywords:["flag","antarctica"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#0a9fdc" stroke-width="0" rx="4" ry="4"></rect><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fff" stroke-width="0" d="m24.2729,17.0616c-.9173-.8872.7066-1.9823-1.5924-2.4151.5095-1.0203.1293-3.5052-.8921-3.681-.4433-.1389-1.1795-.738-1.6083-.2392-.1323-.6149-.3676-.6566-.7839-.9346-.6112.3802-1.2604-.1846-1.6672-.5577-.5457-.2048-1.8386.1854-2.1093-.4833-.2653.5967-.4256.5257-.9167.3974-.0861.3517-.5609.8666-1.1353,1.1394.0208,1.0127-.5702,2.1007-.812,2.8624-1.9474.9736-3.6138-.5607-5.0486-1.715-.1144,1.5936,1.2899,1.797.915,2.8199.2181.4951.6098-.0805.7848.3907-.1006.6217.7483.231.3058.7999-.5219.403.0089,1.5509-.6263,1.4027-.3269.4984.779,1.1933.6607.6176.4852,1.2436.561.5645.6881,1.2945.0747.0726-.0172.3106.0017.7131.4617-.1191.2413.2196.365.4267.7114-.2418,1.563.8976,2.0177.5735,1.3893.2056,4.6588-.5564,4.2725,1.2275-1.2536,1.3523.3784,1.3535,1.6208,1.4109.4147.2021.6316-.0938,1.0094-.3404.2245.3474.5427.3115.8866-.0212.3272.1239.7745-.6911,1.1759-.354-.0722-.229-.1326-.449.3363-.6169-.3275-.4497.421-.7406.7262-1.0227-.249-.6701.1321-.7673.6697-1.0221-.3009-1.1177.8217-1.5671.7558-2.673Z"></path></g>'}}},"antigua-barbuda":{name:"antigua-barbuda",keywords:["flag","antigua"," barbuda"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" rx="4" ry="4"></rect><path fill="#fcd116" d="M16,17.658l-7.935-2.645,4.044-.774-3.439-2.263,4.032,.832-2.312-3.406,3.406,2.312-.832-4.032,2.263,3.439,.774-4.044,.774,4.044,2.263-3.439-.832,4.032,3.406-2.312-2.312,3.406,4.032-.832-3.439,2.263,4.044,.774-7.935,2.645Z"></path><path fill="#0072c6" d="M2 15H30V20H2z"></path><path fill="#fff" d="M5 19H27V28H5z"></path><path fill="#ce1126" d="M1,8V24c0,2.209,1.791,4,4,4h11L1.922,5.475c-.567,.69-.922,1.562-.922,2.525Z"></path><path fill="#ce1126" d="M16,28h11c2.209,0,4-1.791,4-4V8c0-.963-.354-1.835-.922-2.525l-14.078,22.525Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},argentina:{name:"argentina",keywords:["flag","argentina"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#81acdc" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#81acdc" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#edb840" d="M19.511,15.935c-.02-.007-.04-.007-.041-.007l-1.938-.073c.085-.024,.165-.053,.243-.082,.179-.066,.347-.129,.556-.11,.322,.029,.54-.092,.7-.18,.057-.031,.106-.059,.148-.072,.088-.029,.155-.006,.203,.01,.037,.013,.082,.028,.103-.015,.006-.013,.013-.038-.012-.072-.046-.062-.179-.117-.363-.09-.084,.012-.148,.042-.216,.074-.127,.059-.27,.126-.608,.099-.266-.021-.429,.032-.587,.084-.091,.03-.178,.058-.282,.071l1.814-.833s.02-.008,.036-.022c.026-.023,.035-.052,.023-.08-.007-.016-.019-.028-.034-.035-.034-.014-.075,.002-.079,.004l-1.819,.674c.069-.054,.132-.112,.193-.169,.14-.13,.271-.252,.471-.315,.308-.096,.464-.292,.578-.434,.041-.051,.076-.095,.109-.124,.07-.06,.141-.065,.192-.068,.039-.003,.087-.006,.09-.053,0-.014-.003-.04-.038-.062-.066-.04-.21-.04-.369,.056-.073,.044-.121,.096-.171,.151-.094,.103-.201,.22-.524,.324-.254,.082-.384,.194-.51,.302-.072,.062-.142,.122-.233,.174l1.357-1.463c.032-.032,.05-.082,.016-.117-.012-.012-.028-.019-.045-.019-.037,0-.068,.031-.071,.034l-1.422,1.319c.043-.077,.079-.154,.114-.23,.079-.173,.154-.337,.315-.471,.248-.207,.317-.447,.368-.622,.018-.063,.034-.117,.054-.156,.042-.083,.105-.114,.151-.136,.035-.017,.078-.038,.063-.083-.005-.013-.018-.036-.059-.042-.076-.012-.209,.044-.32,.193-.051,.069-.075,.135-.1,.205-.048,.131-.102,.28-.361,.5-.203,.173-.281,.326-.356,.474-.043,.085-.085,.167-.149,.25l.694-1.871c.017-.042,.015-.095-.03-.114-.016-.007-.033-.007-.049,0-.034,.014-.051,.055-.053,.058l-.809,1.763c.011-.087,.014-.172,.017-.256,.007-.19,.014-.37,.111-.556,.15-.286,.122-.534,.102-.716-.007-.065-.014-.12-.01-.165,.007-.092,.053-.145,.087-.184,.026-.029,.058-.065,.026-.101-.009-.01-.031-.026-.071-.017-.075,.018-.177,.12-.222,.301-.021,.083-.018,.153-.015,.227,.006,.14,.013,.298-.142,.6-.122,.237-.135,.409-.147,.574-.007,.095-.014,.187-.042,.288l-.075-1.994c0-.045-.022-.094-.072-.094h0c-.03,0-.054,.019-.065,.052-.007,.02-.007,.039-.007,.041l-.073,1.938c-.024-.085-.053-.165-.082-.243-.066-.179-.129-.347-.11-.556,.029-.322-.092-.54-.18-.7-.031-.057-.059-.106-.072-.148-.029-.088-.006-.155,.01-.203,.013-.037,.028-.082-.015-.103-.013-.006-.039-.013-.072,.012-.062,.046-.117,.179-.09,.363,.012,.084,.042,.148,.074,.216,.059,.127,.126,.27,.099,.608-.021,.266,.032,.429,.084,.587,.03,.091,.058,.178,.071,.282l-.833-1.814c-.017-.042-.056-.078-.102-.059-.028,.012-.043,.038-.04,.073,.001,.021,.009,.039,.009,.04l.674,1.818c-.054-.069-.112-.132-.169-.193-.13-.14-.252-.271-.315-.471-.096-.308-.292-.464-.434-.578-.051-.041-.095-.076-.124-.109-.06-.07-.065-.141-.068-.192-.003-.039-.006-.087-.053-.09-.014,0-.04,.003-.062,.038-.04,.066-.04,.21,.056,.369,.044,.073,.096,.121,.151,.171,.103,.094,.22,.201,.324,.524,.082,.254,.194,.384,.302,.51,.062,.072,.122,.142,.174,.234l-1.463-1.357c-.032-.032-.082-.05-.117-.015-.021,.021-.025,.052-.009,.083,.009,.019,.023,.033,.024,.033l1.319,1.422c-.077-.043-.154-.079-.23-.114-.173-.079-.337-.154-.471-.315-.207-.248-.447-.317-.623-.368-.062-.018-.116-.034-.156-.054-.083-.042-.114-.105-.136-.151-.017-.035-.038-.078-.083-.062-.013,.005-.036,.018-.042,.059-.012,.076,.044,.209,.193,.32,.069,.051,.135,.075,.205,.1,.131,.048,.28,.102,.5,.361,.173,.203,.326,.281,.474,.356,.085,.043,.167,.085,.25,.149l-1.871-.694c-.042-.017-.095-.015-.114,.03-.007,.016-.007,.033,0,.049,.014,.034,.055,.051,.058,.053l1.763,.809c-.087-.011-.172-.014-.256-.017-.19-.007-.37-.014-.556-.111-.286-.15-.535-.122-.716-.101-.065,.007-.12,.014-.165,.01-.092-.007-.145-.054-.184-.087-.029-.026-.065-.057-.101-.026-.01,.009-.026,.031-.017,.071,.018,.075,.12,.177,.301,.222,.083,.021,.153,.018,.227,.015,.14-.006,.298-.013,.6,.142,.237,.122,.409,.135,.574,.147,.095,.007,.187,.014,.288,.042l-1.994,.075h0c-.045,0-.093,.022-.094,.072,0,.017,.006,.033,.018,.045,.026,.026,.07,.027,.074,.027l1.938,.073c-.085,.023-.165,.053-.243,.082-.179,.066-.347,.129-.556,.11-.322-.029-.54,.092-.7,.18-.057,.031-.106,.059-.148,.072-.088,.029-.155,.006-.203-.01-.037-.013-.082-.028-.103,.015-.006,.013-.013,.038,.012,.072,.046,.062,.179,.117,.363,.09,.084-.012,.148-.042,.216-.074,.127-.059,.27-.126,.608-.099,.266,.021,.429-.032,.587-.084,.091-.03,.178-.058,.282-.071l-1.814,.833c-.042,.017-.078,.056-.059,.102,.011,.026,.034,.04,.065,.04,.002,0,.005,0,.007,0,.021-.001,.039-.009,.04-.009l1.818-.674c-.069,.054-.132,.112-.193,.169-.14,.13-.271,.252-.471,.315-.308,.096-.464,.292-.578,.434-.041,.051-.076,.095-.109,.124-.07,.06-.141,.065-.192,.068-.039,.002-.087,.006-.09,.053,0,.014,.003,.04,.038,.062,.066,.04,.21,.04,.369-.056,.073-.044,.121-.096,.171-.151,.094-.103,.201-.22,.524-.324,.254-.082,.384-.194,.51-.302,.072-.062,.142-.122,.233-.174l-1.357,1.463c-.032,.032-.05,.082-.015,.117,.012,.013,.028,.019,.045,.019,.012,0,.025-.003,.038-.01,.019-.009,.033-.023,.033-.024l1.422-1.319c-.043,.077-.079,.154-.114,.23-.079,.173-.154,.337-.315,.471-.248,.207-.317,.447-.368,.623-.018,.063-.034,.116-.054,.156-.042,.083-.105,.114-.151,.137-.035,.017-.078,.038-.062,.083,.005,.013,.018,.036,.059,.042,.076,.012,.209-.044,.32-.193,.051-.068,.075-.135,.1-.205,.048-.131,.102-.28,.361-.5,.203-.173,.281-.326,.356-.474,.043-.085,.085-.167,.149-.25l-.694,1.871c-.017,.042-.015,.095,.03,.114,.008,.003,.017,.005,.025,.005,.008,0,.016-.002,.024-.005,.034-.014,.051-.055,.053-.058l.809-1.763c-.011,.087-.014,.172-.017,.256-.007,.19-.014,.37-.111,.556-.15,.286-.122,.535-.101,.716,.007,.065,.014,.12,.01,.165-.007,.092-.054,.145-.087,.184-.026,.029-.057,.065-.026,.101,.009,.01,.031,.026,.071,.016,.075-.018,.177-.12,.222-.301,.021-.083,.018-.153,.015-.227-.006-.14-.013-.298,.142-.6,.122-.237,.135-.409,.147-.574,.007-.095,.014-.187,.042-.288l.075,1.994c0,.045,.022,.094,.072,.094,.03,0,.054-.019,.065-.052,.007-.02,.007-.039,.007-.041l.073-1.938c.024,.085,.053,.165,.082,.243,.066,.179,.129,.347,.11,.556-.029,.322,.092,.54,.18,.7,.031,.057,.059,.106,.072,.148,.029,.088,.006,.155-.01,.203-.013,.037-.028,.082,.015,.103,.006,.003,.014,.006,.025,.006,.013,0,.029-.004,.047-.017,.062-.046,.117-.179,.09-.363-.012-.084-.042-.148-.074-.216-.059-.127-.126-.27-.099-.608,.021-.266-.032-.429-.084-.587-.03-.091-.058-.178-.071-.282l.833,1.814s.008,.02,.022,.036c.023,.026,.052,.035,.08,.023,.016-.007,.028-.019,.035-.034,.014-.034-.002-.075-.004-.079l-.674-1.818c.054,.069,.112,.132,.169,.193,.13,.14,.252,.271,.315,.471,.096,.308,.292,.464,.434,.578,.051,.041,.095,.076,.124,.109,.06,.07,.065,.141,.068,.192,.002,.039,.006,.087,.053,.09,0,0,.002,0,.003,0,.014,0,.039-.006,.059-.038,.04-.066,.04-.21-.056-.369-.044-.073-.096-.121-.151-.171-.103-.094-.22-.201-.324-.524-.082-.254-.194-.384-.302-.51-.062-.072-.122-.142-.173-.233l1.463,1.357c.032,.032,.082,.05,.117,.015,.021-.021,.025-.051,.009-.083-.009-.019-.023-.033-.024-.033l-1.319-1.422c.077,.043,.154,.079,.23,.114,.173,.079,.337,.154,.471,.315,.207,.248,.447,.317,.622,.368,.063,.018,.116,.034,.156,.054,.083,.042,.114,.105,.137,.151,.015,.03,.032,.066,.065,.066,.006,0,.012-.001,.018-.003,.013-.005,.036-.018,.042-.059,.012-.076-.044-.209-.193-.32-.068-.051-.135-.075-.205-.1-.131-.048-.28-.102-.5-.361-.173-.203-.326-.281-.474-.356-.085-.043-.167-.085-.25-.149l1.871,.694c.042,.017,.095,.015,.114-.03,.007-.016,.007-.033,0-.049-.014-.034-.055-.051-.058-.053l-1.763-.809c.087,.011,.172,.014,.256,.017,.19,.007,.37,.014,.556,.111,.286,.15,.535,.122,.716,.102,.065-.007,.12-.014,.165-.01,.093,.007,.145,.053,.184,.087,.02,.018,.044,.039,.069,.039,.011,0,.021-.004,.032-.013,.01-.009,.026-.031,.016-.071-.018-.075-.12-.177-.301-.222-.083-.021-.153-.018-.227-.015-.14,.006-.298,.013-.6-.142-.237-.122-.409-.135-.574-.147-.095-.007-.187-.014-.288-.042l1.994-.075h0c.045,0,.093-.022,.093-.072,0-.03-.019-.054-.052-.065Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},armenia:{name:"armenia",keywords:["flag","armenia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#102f9b" d="M1 11H31V21H1z"></path><path fill="#c82a20" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#e8ad3b" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"arrow-bold-left-1":{name:"arrow-bold-left-1",keywords:["back","previous","arrow","left","bold"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M13.57 5.34h-4.67v-1.77c0-0.43-0.24-0.81-0.62-1a1.11 1.11 0 0 0-1.16 0.11l-5.86 4.44c-0.28 0.21-0.44 0.53-0.44 0.89s0.16 0.67 0.44 0.89l5.86 4.44a1.11 1.11 0 0 0 1.16 0.11c0.38-0.19 0.62-0.57 0.62-1v-1.77h4.67c0.86 0 1.56-0.7 1.56-1.56v-2.22c0-0.86-0.7-1.56-1.56-1.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M16.93 6.66h-5.83v-2.21c0-0.53-0.3-1.01-0.77-1.25a1.38 1.38 0 0 0-1.46 0.14l-7.3 5.54c-0.35 0.26-0.55 0.67-0.55 1.11s0.2 0.84 0.55 1.11l7.3 5.54a1.38 1.38 0 0 0 1.46 0.14c0.48-0.24 0.77-0.71 0.77-1.25v-2.21h5.83c1.07 0 1.94-0.87 1.94-1.94v-2.78c0-1.07-0.87-1.94-1.94-1.94z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M20.28 7.98h-6.98v-2.65c0-0.64-0.35-1.21-0.92-1.49a1.65 1.65 0 0 0-1.75 0.16l-8.75 6.65c-0.42 0.32-0.66 0.8-0.66 1.32s0.24 1.01 0.66 1.32l8.75 6.65a1.66 1.66 0 0 0 1.75 0.16c0.57-0.28 0.92-0.85 0.92-1.49v-2.65h6.98c1.28 0 2.33-1.04 2.33-2.33v-3.32c0-1.28-1.04-2.33-2.33-2.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M27.14 10.68h-9.34v-3.55c0-0.85-0.47-1.61-1.24-1.99a2.21 2.21 0 0 0-2.33 0.22l-11.71 8.89c-0.56 0.42-0.88 1.07-0.88 1.77s0.32 1.35 0.88 1.77l11.71 8.89a2.22 2.22 0 0 0 2.33 0.22c0.76-0.38 1.24-1.14 1.24-1.99v-3.55h9.34c1.72 0 3.12-1.4 3.12-3.12v-4.45c0-1.72-1.4-3.12-3.12-3.11z"></path></g>'}}},"arrow-bold-left":{name:"arrow-bold-left",keywords:["arrow-bold-left","back","previous","arrow","left","bold","outline"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.52 3.21l-5.86 4.45a0.45 0.45 0 0 0 0 0.71l5.86 4.44a0.45 0.45 0 0 0 0.71-0.36v-2.44h5.34a0.89 0.89 0 0 0 0.89-0.89v-2.22a0.89 0.89 0 0 0-0.89-0.89h-5.34v-2.44a0.45 0.45 0 0 0-0.71-0.36z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.38 4.01l-7.31 5.54a0.56 0.56 0 0 0 0 0.88l7.31 5.55a0.56 0.56 0 0 0 0.89-0.45v-3.04h6.66a1.11 1.11 0 0 0 1.11-1.11v-2.78a1.11 1.11 0 0 0-1.11-1.11h-6.66v-3.04a0.56 0.56 0 0 0-0.89-0.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.24 4.8l-8.76 6.64a0.67 0.67 0 0 0 0 1.06l8.76 6.64a0.67 0.67 0 0 0 1.06-0.53v-3.65h7.98a1.33 1.33 0 0 0 1.33-1.33v-3.32a1.33 1.33 0 0 0-1.33-1.33h-7.98v-3.65a0.67 0.67 0 0 0-1.06-0.53z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.04 6.42l-11.72 8.89a0.89 0.89 0 0 0 0 1.42l11.72 8.89a0.89 0.89 0 0 0 1.43-0.71v-4.88h10.68a1.78 1.78 0 0 0 1.78-1.78v-4.45a1.78 1.78 0 0 0-1.78-1.78h-10.68v-4.89a0.89 0.89 0 0 0-1.43-0.7z"></path></g>'}}},"arrow-bold-right-1":{name:"arrow-bold-right-1",keywords:["arrow","forward","next","right","bold"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M14.76 7.12l-5.86-4.44a1.11 1.11 0 0 0-1.16-0.11 1.11 1.11 0 0 0-0.62 1v1.77h-4.67c-0.86 0-1.56 0.7-1.56 1.56v2.22c0 0.86 0.7 1.56 1.56 1.56h4.67v1.77a1.11 1.11 0 0 0 1.78 0.89l5.86-4.44c0.28-0.21 0.44-0.53 0.44-0.89s-0.16-0.67-0.44-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M18.41 8.88l-7.3-5.54a1.38 1.38 0 0 0-1.46-0.14 1.38 1.38 0 0 0-0.77 1.25v2.21h-5.83c-1.07 0-1.94 0.87-1.94 1.94v2.78c0 1.07 0.87 1.94 1.94 1.94h5.83v2.21a1.39 1.39 0 0 0 2.23 1.11l7.3-5.55c0.35-0.26 0.55-0.67 0.55-1.1s-0.2-0.84-0.55-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M22.06 10.65l-8.75-6.65a1.66 1.66 0 0 0-1.75-0.16 1.65 1.65 0 0 0-0.92 1.49v2.65h-6.98c-1.28 0-2.33 1.04-2.33 2.33v3.32c0 1.28 1.04 2.33 2.33 2.33h6.98v2.65a1.66 1.66 0 0 0 2.67 1.33l8.75-6.65c0.42-0.32 0.66-0.8 0.66-1.32s-0.24-1.01-0.66-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M29.52 14.25l-11.71-8.89a2.22 2.22 0 0 0-2.33-0.22 2.21 2.21 0 0 0-1.24 1.99v3.55h-9.35c-1.72 0-3.12 1.4-3.11 3.12v4.45c0 1.72 1.4 3.12 3.11 3.11h9.35v3.55a2.23 2.23 0 0 0 3.57 1.77l11.71-8.89c0.56-0.42 0.88-1.07 0.88-1.77s-0.32-1.35-0.88-1.77z"></path></g>'}}},"arrow-bold-right":{name:"arrow-bold-right",keywords:["arrow-bold-right","forward","arrow","right","bold","outline","send","next"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.5 12.81l5.86-4.45a0.45 0.45 0 0 0 0-0.71l-5.86-4.44a0.45 0.45 0 0 0-0.71 0.36v2.44h-5.34a0.89 0.89 0 0 0-0.89 0.89v2.22a0.89 0.89 0 0 0 0.89 0.89h5.34v2.44a0.45 0.45 0 0 0 0.71 0.36z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.6 15.97l7.31-5.54a0.56 0.56 0 0 0 0-0.88l-7.31-5.54a0.56 0.56 0 0 0-0.89 0.44v3.04h-6.66a1.11 1.11 0 0 0-1.11 1.11v2.78a1.11 1.11 0 0 0 1.11 1.11h6.66v3.04a0.56 0.56 0 0 0 0.89 0.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.7 19.14l8.76-6.64a0.67 0.67 0 0 0 0-1.06l-8.76-6.64a0.67 0.67 0 0 0-1.06 0.53v3.65h-7.98a1.33 1.33 0 0 0-1.33 1.33v3.32a1.33 1.33 0 0 0 1.33 1.33h7.98v3.65a0.67 0.67 0 0 0 1.06 0.53z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 25.62l11.72-8.89a0.89 0.89 0 0 0 0-1.42l-11.72-8.89a0.89 0.89 0 0 0-1.42 0.71v4.89h-10.68a1.78 1.78 0 0 0-1.78 1.78v4.45a1.78 1.78 0 0 0 1.78 1.78h10.68v4.88a0.89 0.89 0 0 0 1.42 0.71z"></path></g>'}}},"arrow-diagonal-out-2":{name:"arrow-diagonal-out-2",keywords:["link-external","arrow-diagonal-out-2","arrow","out","diagonal","log","exit","leave","logout","launch","app","access","link","external"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M6.03 3.35h-2.68a1.34 1.34 0 0 0-1.34 1.34v8.04a1.34 1.34 0 0 0 1.34 1.34h8.04a1.34 1.34 0 0 0 1.34-1.34v-2.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M8.04 8.04l6.03-6.03-0.2 0.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M9.38 2.01h4.69v4.69"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M7.54 4.19h-3.35a1.68 1.68 0 0 0-1.68 1.67v10.05a1.68 1.68 0 0 0 1.68 1.68h10.05a1.68 1.68 0 0 0 1.67-1.68v-3.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M10.05 10.05l7.54-7.54-0.25 0.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M11.73 2.51h5.86v5.87"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M9.05 5.03h-4.02a2.02 2.02 0 0 0-2.02 2v12.06a2.02 2.02 0 0 0 2.02 2.02h12.06a2.02 2.02 0 0 0 2-2.02v-4.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M12.06 12.06l9.05-9.05-0.3 0.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M14.08 3.01h7.03v7.05"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.04 6.69h-5.35a2.69 2.69 0 0 0-2.69 2.66v16.04a2.69 2.69 0 0 0 2.69 2.69h16.04a2.69 2.69 0 0 0 2.66-2.69v-5.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M16.04 16.04l12.04-12.04-0.4 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M18.73 4h9.35v9.38"></path></g>'}}},"arrow-down":{name:"arrow-down",keywords:["arrow-down","line","arrow","down","bottom","filter","sort"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 13.57v-11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 9.79l-3.78 3.78-3.78-3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 16.93v-13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 12.21l-4.72 4.72-4.72-4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 20.28v-16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 14.63l-5.65 5.65-5.65-5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 27.14v-22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 19.58l-7.57 7.57-7.56-7.57"></path></g>'}}},"arrow-down-left":{name:"arrow-down-left",keywords:["arrow-down-left","back","previous","arrow","bottom","left","diagonal","down","down-left"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 12.68l9.34-9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.69 12.68h-5.35v-5.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 15.82l11.66-11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.83 15.82h-6.67v-6.67"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 18.95l13.96-13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.98 18.95h-7.99v-7.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 25.37l18.7-18.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.37 25.37h-10.69v-10.7"></path></g>'}}},"arrow-down-right":{name:"arrow-down-right",keywords:["arrow-down-right","arrow","forward","next","bottom","diagonal","right","down","down-right"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 12.68l-9.34-9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 7.33v5.35h-5.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 15.82l-11.66-11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 9.15v6.67h-6.67"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 18.95l-13.96-13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 10.96v7.99h-7.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 25.37l-18.7-18.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 14.67v10.7h-10.7"></path></g>'}}},"arrow-down-to-line":{name:"arrow-down-to-line",keywords:["download","arrow-down-to-line","clone","copy","local","arrow","line","bottom","move","down","vertical"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 7.34l-3.56 3.56-3.56-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.9v-8.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 13.57h-11.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 9.16l-4.44 4.44-4.44-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.6v-10.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 16.93h-13.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 10.97l-5.32 5.32-5.32-5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 16.29v-12.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 20.28h-16.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 14.69l-7.12 7.12-7.12-7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 21.8v-16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 27.14h-22.25"></path></g>'}}},"arrow-left":{name:"arrow-left",keywords:["arrow-left","line","arrow","left","next","previous","back"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 8.01h11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 11.79l-3.78-3.78 3.78-3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 9.99h13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 14.71l-4.72-4.72 4.72-4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 11.97h16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.31 17.62l-5.65-5.65 5.65-5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 16.02h22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 23.59l-7.57-7.57 7.57-7.56"></path></g>'}}},"arrow-left-to-line":{name:"arrow-left-to-line",keywords:["align-left","arrow-left-to-line","clone","copy","local","back","previous","arrow","left","move","horizontal","line"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 11.57l-3.56-3.56 3.56-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.01h8.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 13.57v-11.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 14.43l-4.44-4.44 4.44-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.99h10.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 16.93v-13.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 17.29l-5.32-5.32 5.32-5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 11.97h12.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 20.28v-16.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 23.14l-7.12-7.12 7.12-7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 16.02h16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 27.14v-22.25"></path></g>'}}},"arrow-right":{name:"arrow-right",keywords:["arrow-right","line","arrow","right","next","forward"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 8.01h-11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 4.23l3.78 3.78-3.78 3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 9.99h-13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 5.27l4.72 4.72-4.72 4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 11.97h-16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.63 6.32l5.65 5.65-5.65 5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 16.02h-22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 8.46l7.57 7.56-7.57 7.57"></path></g>'}}},"arrow-right-to-line":{name:"arrow-right-to-line",keywords:["arrow-right","arrow-right-to-line","forward","next","right","move","horizontal","last","line"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 4.45l3.56 3.56-3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.01h-8.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 2.45v11.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 5.55l4.44 4.44-4.44 4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 9.99h-10.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 3.05v13.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 6.65l5.32 5.32-5.32 5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 11.97h-12.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 3.66v16.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 8.9l7.12 7.12-7.12 7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 16.02h-16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 4.9v22.25"></path></g>'}}},"arrow-rotate-anticlockwise-1":{name:"arrow-rotate-anticlockwise-1",keywords:["rotate-ccw","arrow-rotate-anticlockwise-1","rotate","arrow","counterclockwise","loop","reload","sync","update","repeat","anticlockwise"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.67 11.63a6.45 6.45 0 1 0-0.63-6.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.67 2.94l0.37 2.62 2.62-0.36"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.33 14.51a8.05 8.05 0 1 0-0.79-7.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.09 3.67l0.45 3.27 3.27-0.45"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.99 17.38a9.64 9.64 0 1 0-0.94-9.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.5 4.4l0.54 3.91 3.92-0.54"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.34 23.27a12.9 12.9 0 1 0-1.26-12.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.35 5.88l0.72 5.25 5.24-0.73"></path></g>'}}},"arrow-rotate-clockwise-1":{name:"arrow-rotate-clockwise-1",keywords:["rotate-cw","arrow-rotate-clockwise-1","rotate","arrow","loop","reload","sync","update","repeat","clockwise"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.35 11.63a6.45 6.45 0 1 1 0.63-6.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.35 2.94l-0.37 2.62-2.62-0.36"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.65 14.51a8.05 8.05 0 1 1 0.79-7.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.89 3.67l-0.45 3.27-3.27-0.45"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.95 17.38a9.64 9.64 0 1 1 0.94-9.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.44 4.4l-0.54 3.91-3.92-0.54"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.7 23.27a12.9 12.9 0 1 1 1.26-12.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.69 5.88l-0.72 5.25-5.24-0.73"></path></g>'}}},"arrow-up":{name:"arrow-up",keywords:["arrow-up","arrow","top","up","sort","filter"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 6.23l3.78-3.78 3.78 3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 7.77l4.72-4.72 4.72 4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 9.31l5.65-5.65 5.65 5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 12.46l7.56-7.57 7.57 7.57"></path></g>'}}},"arrow-up-from-line":{name:"arrow-up-from-line",keywords:["upload","arrow-up-from-line","send","arrow","top","up","move","line","upward"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.45 6.01l3.56-3.56 3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2.45v8.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 13.57h11.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.55 7.49l4.44-4.44 4.44 4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 3.05v10.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 16.93h13.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.65 8.98l5.32-5.32 5.32 5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 3.66v12.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 20.28h16.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.9 12.02l7.12-7.12 7.12 7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 4.9v16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 27.14h22.25"></path></g>'}}},"arrow-up-left":{name:"arrow-up-left",keywords:["arrow-up-left","back","previous","arrow","top","left","diagonal","up"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 3.34l9.34 9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 8.69v-5.35h5.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 4.16l11.66 11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 10.83v-6.67h6.67"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 4.99l13.96 13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 12.98v-7.99h7.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 6.67l18.7 18.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 17.37v-10.69h10.7"></path></g>'}}},"arrow-up-right":{name:"arrow-up-right",keywords:["arrow-up-right","arrow","forward","next","top","diagonal","right","up","up-right"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 3.34l-9.34 9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.33 3.34h5.35v5.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 4.16l-11.66 11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.15 4.16h6.67v6.67"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 4.99l-13.96 13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.96 4.99h7.99v7.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 6.67l-18.7 18.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.67 6.67h10.7v10.7"></path></g>'}}},"arrows-expand":{name:"arrows-expand",keywords:["expand","arrows-expand","maximize","screen","resize","arrows","full","fullscreen","zoom"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 2.45h-3.78v3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 2.45l3.78 3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 13.57h3.78v-3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 13.57l-3.78-3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 2.45h3.78v3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 2.45l-3.78 3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 13.57h-3.78v-3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 13.57l3.78-3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 3.05h-4.72v4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 3.05l4.72 4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 16.93h4.72v-4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 16.93l-4.72-4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 3.05h4.72v4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 3.05l-4.72 4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 16.93h-4.72v-4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 16.93l4.72-4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.32 3.66h-5.66v5.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 3.66l5.66 5.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.65 20.32h5.67v-5.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.32 20.32l-5.67-5.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.65 3.66h5.67v5.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.32 3.66l-5.67 5.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.32 20.32h-5.66v-5.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 20.32l5.66-5.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 4.9h-7.57v7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 4.9l7.56 7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 27.14h7.57v-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 27.14l-7.56-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 4.9h7.57v7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 4.9l-7.56 7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 27.14h-7.57v-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 27.14l7.56-7.56"></path></g>'}}},aruba:{name:"aruba",keywords:["flag","aruba"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#4091df" stroke-width="0" rx="4" ry="4"></rect><path fill="#ffd203" stroke-width="0" d="M1 18H31V20H1z"></path><path fill="#ffd203" stroke-width="0" d="M1 22H31V24H1z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fff" stroke-width="0" d="M7.2397 12.7031L3.2451 11.4717 7.2397 10.2402 8.4712 6.2451 9.7026 10.2402 13.6973 11.4717 9.7026 12.7031 8.4712 16.6973 7.2397 12.7031z"></path><path fill="#db4647" stroke-width="0" d="m8.4712,7.9424l.8317,2.697,2.697.8317-2.697.8317-.8317,2.697-.8317-2.6969-2.697-.8319,2.697-.8317.8317-2.697Z"></path></g>'}}},australia:{name:"australia",keywords:["flag","australia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#061b65" rx="4" ry="4"></rect><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#d22d32" d="M1.805,5.589l3.285,2.411h1.364L2.359,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#d22d32" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#fff" d="M6.838,18.741l.536,1.666,1.636-.62-.968,1.457,1.505,.893-1.743,.152,.24,1.733-1.205-1.268-1.205,1.268,.24-1.733-1.743-.152,1.505-.893-.968-1.457,1.636,.62,.536-1.666Z"></path><path fill="#fff" d="M23.113,21.755l.291,.906,.89-.337-.527,.793,.819,.486-.948,.082,.131,.943-.656-.69-.656,.69,.131-.943-.948-.082,.819-.486-.527-.793,.89,.337,.291-.906Z"></path><path fill="#fff" d="M20.166,13.127l.291,.906,.89-.337-.527,.793,.819,.486-.948,.082,.131,.943-.656-.69-.656,.69,.131-.943-.948-.082,.819-.486-.527-.793,.89,.337,.291-.906Z"></path><path fill="#fff" d="M23.43,7.127l.291,.906,.89-.337-.527,.793,.819,.486-.948,.082,.131,.943-.656-.69-.656,.69,.131-.943-.948-.082,.819-.486-.527-.793,.89,.337,.291-.906Z"></path><path fill="#fff" d="M28.132,10.817l.291,.906,.89-.337-.527,.793,.819,.486-.948,.082,.131,.943-.656-.69-.656,.69,.131-.943-.948-.082,.819-.486-.527-.793,.89,.337,.291-.906Z"></path><path fill="#fff" d="M25.742,16l.23,.565,.608,.045-.466,.393,.146,.592-.518-.321-.518,.321,.146-.592-.466-.393,.608-.045,.23-.565Z"></path><path fill="#d22d32" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#d22d32" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#d22d32" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},austria:{name:"austria",keywords:["flag","austria"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#b92932" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#b92932" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"award-2":{name:"award-2",keywords:["award","award-2","ribbon","winner","prize","medal","achievement","badge"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.94v5.97l-2.89-2.23-2.89 2.23v-5.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.11a4.45 4.45 0 1 0 0 8.9 4.45 4.45 0 1 0 0-8.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 11.15v7.44l-3.61-2.77-3.61 2.77v-7.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.39a5.55 5.55 0 1 0 0 11.1 5.55 5.55 0 1 0 0-11.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 13.37v8.91l-4.32-3.33-4.32 3.33v-8.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 1.66a6.65 6.65 0 1 0 0 13.3 6.65 6.65 0 1 0 0-13.3z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 17.89v11.92l-5.78-4.45-5.79 4.45v-11.92"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 2.23a8.9 8.9 0 1 0 0 17.8 8.9 8.9 0 1 0 0-17.8z"></path></g>'}}},azerbaijan:{name:"azerbaijan",keywords:["flag","azerbaijan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#dd4446" d="M1 11H31V21H1z"></path><path fill="#52b4de" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#649e3f" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M15.593,19.056c-1.688,0-3.056-1.368-3.056-3.056s1.368-3.056,3.056-3.056c.822,0,1.568,.325,2.117,.853-.669-.889-1.733-1.465-2.932-1.465-2.025,0-3.667,1.642-3.667,3.667s1.642,3.667,3.667,3.667c1.199,0,2.263-.575,2.932-1.465-.549,.528-1.295,.853-2.117,.853Z"></path><path fill="#fff" d="M18.852,13.963l.39,1.096,1.051-.499-.499,1.051,1.096,.39-1.096,.39,.499,1.051-1.051-.499-.39,1.096-.39-1.096-1.051,.499,.499-1.051-1.096-.39,1.096-.39-.499-1.051,1.051,.499,.39-1.096Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"bag-shopping-2":{name:"bag-shopping-2",keywords:["shopping-bag","bag-shopping-2","bag","shopping","purchase","sale","retail","cart","e-commerce","handbag","purse"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.49 2h7.04a1.78 1.78 0 0 1 1.77 1.59l0.94 8.45a1.78 1.78 0 0 1-1.77 1.98h-8.92a1.78 1.78 0 0 1-1.77-1.98l0.94-8.45a1.78 1.78 0 0 1 1.77-1.59z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 4.67a2.45 2.45 0 1 1-4.9 0"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.59 2.5h8.8a2.22 2.22 0 0 1 2.2 1.97l1.17 10.55a2.22 2.22 0 0 1-2.2 2.46h-11.14a2.22 2.22 0 0 1-2.2-2.46l1.17-10.55a2.22 2.22 0 0 1 2.2-1.97z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 5.83a3.05 3.05 0 1 1-6.1 0"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.7 2.99h10.54a2.66 2.66 0 0 1 2.64 2.37l1.41 12.63a2.66 2.66 0 0 1-2.65 2.96h-13.34a2.66 2.66 0 0 1-2.64-2.96l1.4-12.63a2.66 2.66 0 0 1 2.64-2.37z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 6.98a3.66 3.66 0 1 1-7.32 0"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.97 4h14.1a3.56 3.56 0 0 1 3.54 3.17l1.88 16.91a3.56 3.56 0 0 1-3.54 3.95h-17.86a3.56 3.56 0 0 1-3.54-3.95l1.88-16.91a3.56 3.56 0 0 1 3.54-3.17z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 9.35a4.9 4.9 0 1 1-9.79 0"></path></g>'}}},bahamas:{name:"bahamas",keywords:["flag","bahamas"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f7cb4f" d="M1 11H31V21H1z"></path><path fill="#33768a" d="M5,4H27c2.208,0,4,1.792,4,4v4H1V8c0-2.208,1.792-4,4-4Z"></path><path fill="#33768a" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},bahrain:{name:"bahrain",keywords:["flag","bahrain"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ea3323" d="M27,4H9V28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Z"></path><path fill="#fff" d="M10,23.2l6-2.4-6-2.4,6-2.4-6-2.4,6-2.4-6-2.4,6-2.4-6-2.4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4h5l6-2.4-6-2.4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"ball-basket-2":{name:"ball-basket-2",keywords:["ball-basket-2","game","sport","basketball","ball"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.85 1.56c-0.04 1.6-0.67 3.19-1.89 4.4s-2.81 1.85-4.4 1.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 8.17a6.43 6.43 0 0 0-4.4 1.89 6.43 6.43 0 0 0-1.89 4.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.57 3.45l-9.12 9.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.57 12.57l-9.12-9.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.79 1.95c-0.05 1.99-0.83 3.97-2.35 5.49s-3.5 2.31-5.49 2.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.03 10.19a8.02 8.02 0 0 0-5.49 2.35 8.01 8.01 0 0 0-2.35 5.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.68 4.3l-11.38 11.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.68 15.68l-11.38-11.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.73 2.33c-0.06 2.39-1 4.76-2.82 6.58s-4.19 2.76-6.58 2.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 12.21a9.61 9.61 0 0 0-6.58 2.82 9.6 9.6 0 0 0-2.82 6.58"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.79 5.15l-13.64 13.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.79 18.79l-13.64-13.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.7 3.12c-0.08 3.2-1.34 6.37-3.77 8.81s-5.61 3.7-8.81 3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.92 16.34a12.86 12.86 0 0 0-8.81 3.77 12.85 12.85 0 0 0-3.77 8.81"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.15 6.89l-18.26 18.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.15 25.15l-18.26-18.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},"ball-golf":{name:"ball-golf",keywords:["ball-golf","game","sport","ball","golf"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a4.67 4.67 0 1 0 0 9.34 4.67 4.67 0 1 0 0-9.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 15.13v-2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 13.13h4"></path><path fill="currentColor" d="M8.01 3.12a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z" data-stroke="none"></path><path fill="currentColor" d="M6.45 4.9a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z" data-stroke="none"></path><path fill="currentColor" d="M9.57 4.9a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a5.83 5.83 0 1 0 0 11.66 5.83 5.83 0 1 0 0-11.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.87v-2.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 16.37h5"></path><path fill="currentColor" d="M9.99 3.89a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path><path fill="currentColor" d="M8.05 6.11a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path><path fill="currentColor" d="M11.93 6.11a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a6.98 6.98 0 1 0 0 13.96 6.98 6.98 0 1 0 0-13.96z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 22.61v-2.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 19.62h5.98"></path><path fill="currentColor" d="M11.97 4.66a1 1 0 1 0 0 1.99 1 1 0 1 0 0-1.99z" data-stroke="none"></path><path fill="currentColor" d="M9.64 7.32a1 1 0 1 0 0 1.99 1 1 0 1 0 0-1.99z" data-stroke="none"></path><path fill="currentColor" d="M14.3 7.32a1 1 0 1 0 0 1.99 1 1 0 1 0 0-1.99z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a9.35 9.35 0 1 0 0 18.69 9.35 9.35 0 1 0 0-18.7z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 30.26v-4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 26.25h8.01"></path><path fill="currentColor" d="M16.02 6.23a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path><path fill="currentColor" d="M12.9 9.79a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path><path fill="currentColor" d="M19.14 9.79a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path></g>'}}},"ball-tennis":{name:"ball-tennis",keywords:["ball-tennis","game","sport","ball","tennis"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.32 1.57a6.44 6.44 0 0 1-1.88 4.87 6.43 6.43 0 0 1-4.87 1.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.45 7.7c-1.75-0.08-3.53 0.54-4.87 1.88s-1.97 3.12-1.88 4.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.38 1.95a8.03 8.03 0 0 1-2.35 6.08 8.02 8.02 0 0 1-6.08 2.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.03 9.6c-2.19-0.1-4.41 0.68-6.08 2.35s-2.45 3.89-2.35 6.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.43 2.34a9.62 9.62 0 0 1-2.81 7.28 9.61 9.61 0 0 1-7.28 2.81"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.6 11.51c-2.62-0.12-5.28 0.81-7.28 2.81s-2.94 4.66-2.81 7.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.64 3.13a12.87 12.87 0 0 1-3.77 9.74 12.86 12.86 0 0 1-9.74 3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.91 15.4c-3.5-0.17-7.06 1.09-9.74 3.77s-3.93 6.24-3.77 9.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},"ball-volleyball":{name:"ball-volleyball",keywords:["ball-volleyball","game","sport","ball","volleyball"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.71 9.38c0.7 0.26 1.45 0.39 2.19 0.39a6.33 6.33 0 0 0 4.11-1.76"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.23 11.8a6.45 6.45 0 0 0-1.17-1.9 6.33 6.33 0 0 0-4.05-1.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.91 1.56a6.42 6.42 0 0 0-0.82 2.08 6.33 6.33 0 0 0 0.92 4.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.13 9.11c-1.11 2.24-2.79 3.73-7.57 3.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.17 9.58c-1.7-2.06-1.64-5.13-1-6.75"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.02 4.87c2.37-0.53 4.55-0.13 7.43 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.13 11.7c0.88 0.32 1.81 0.49 2.74 0.49a7.9 7.9 0 0 0 5.12-2.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.5 14.71a8.04 8.04 0 0 0-1.46-2.37 7.9 7.9 0 0 0-5.05-2.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.86 1.95a8 8 0 0 0-1.02 2.59 7.9 7.9 0 0 0 1.15 5.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.88 11.36c-1.38 2.8-3.48 4.65-9.44 4.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.44 11.95c-2.12-2.56-2.05-6.39-1.24-8.42"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.76 6.08c2.95-0.67 5.67-0.16 9.26 4.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.55 14.01c1.05 0.39 2.16 0.58 3.28 0.59a9.47 9.47 0 0 0 6.14-2.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.77 17.63a9.63 9.63 0 0 0-1.75-2.84 9.46 9.46 0 0 0-6.05-2.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.81 2.33a9.59 9.59 0 0 0-1.22 3.11 9.46 9.46 0 0 0 1.38 6.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.63 13.62c-1.66 3.35-4.17 5.57-11.31 5.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.72 14.32c-2.54-3.07-2.45-7.66-1.49-10.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.49 7.28c3.54-0.8 6.8-0.19 11.1 5.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.41 18.76c1.41 0.52 2.9 0.78 4.4 0.78a12.67 12.67 0 0 0 8.21-3.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.47 23.59a12.89 12.89 0 0 0-2.35-3.8 12.67 12.67 0 0 0-8.1-3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.81 3.12a12.84 12.84 0 0 0-1.63 4.16 12.66 12.66 0 0 0 1.84 8.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.26 18.22c-2.22 4.48-5.59 7.46-15.14 7.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.33 19.17c-3.41-4.11-3.28-10.25-2-13.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.04 9.75c4.74-1.07 9.1-0.26 14.86 7.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},bangladesh:{name:"bangladesh",keywords:["flag","bangladesh"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#2d694f" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="7" fill="#e13e47"></circle><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"banking-mobile":{name:"banking-mobile",keywords:["banking-mobile","app","online","payment","dollar","money","mobile","banking"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 1.56h-5.78a1.78 1.78 0 0 0-1.78 1.78v9.34a1.78 1.78 0 0 0 1.78 1.78h5.78a1.78 1.78 0 0 0 1.78-1.78v-9.34a1.78 1.78 0 0 0-1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.35 1.78h-2.67v0.67h2.67v-0.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 6.01h-2.12a1.22 1.22 0 1 0 0 2.45h1.12a1.22 1.22 0 1 1 0 2.44h-2.12m1.56-5.78v0.89m0 5.78v-0.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 1.94h-7.22a2.22 2.22 0 0 0-2.22 2.22v11.66a2.22 2.22 0 0 0 2.22 2.22h7.22a2.22 2.22 0 0 0 2.22-2.22v-11.66a2.22 2.22 0 0 0-2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.66 2.22h-3.33v0.83h3.33v-0.83z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 7.49h-2.63a1.53 1.53 0 1 0 0 3.06h1.38a1.53 1.53 0 1 1 0 3.05h-2.63m1.94-7.22v1.11m0 7.22v-1.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 2.33h-8.64a2.66 2.66 0 0 0-2.66 2.66v13.96a2.66 2.66 0 0 0 2.66 2.66h8.64a2.66 2.66 0 0 0 2.66-2.66v-13.96a2.66 2.66 0 0 0-2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.96 2.66h-3.99v1h3.99v-1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.98h-3.16a1.83 1.83 0 1 0 0 3.66h1.66a1.83 1.83 0 1 1 0 3.65h-3.16m2.33-8.64v1.33m0 8.64v-1.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 3.12h-11.57a3.56 3.56 0 0 0-3.56 3.56v18.69a3.56 3.56 0 0 0 3.56 3.56h11.57a3.56 3.56 0 0 0 3.56-3.56v-18.7a3.56 3.56 0 0 0-3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.69 3.56h-5.34v1.33h5.34v-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 12.02h-4.23a2.45 2.45 0 1 0 0 4.89h2.22a2.45 2.45 0 1 1 0 4.9h-4.22m3.11-11.57v1.78m0 11.57v-1.78"></path></g>'}}},barbados:{name:"barbados",keywords:["flag","barbados"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f7cb4d" d="M10 4H22V28H10z"></path><path fill="#09207b" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#09207b" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path d="M20.325,12.45c-.817,.127-1.658,.556-2.234,1.152-.067,.082,.356-.09,.394-.095,.316-.095-.094,.444-.117,.586-.324,1.034-.605,2.033-.709,3.223,0,.082-.013,.143-.051,.146l-1.081-.161v-3.83c.254-.006,.65,.06,.876,.135-.728-.726-1.069-1.674-1.403-2.584-.334,.911-.674,1.859-1.403,2.584,.226-.074,.622-.141,.876-.135v3.83l-1.081,.161c-.039-.004-.051-.064-.051-.146-.104-1.189-.385-2.189-.709-3.223-.023-.141-.433-.681-.117-.586,.039,.005,.461,.177,.394,.095-.575-.596-1.417-1.025-2.234-1.152-.072-.018-.114,.018-.05,.101,1.084,1.668,1.991,3.637,1.983,5.974,.421,0,1.442-.249,1.865-.249v2.702h1.053v-2.702c.423,0,1.444,.249,1.865,.249-.008-2.336,.899-4.305,1.983-5.974,.064-.083,.022-.119-.05-.101Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},basque:{name:"basque",keywords:["flag","basque"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#d62818" stroke-width="0" rx="4" ry="4"></rect><path fill="#019c46" stroke-width="0" d="m27.7097,4.0715l-11.7097,9.3677L4.2903,4.0715c-1.4476.2603-2.6104,1.2986-3.0678,2.6672l11.5765,9.2612L1.2225,25.2612c.4575,1.3687,1.6202,2.407,3.0678,2.6672l11.7097-9.3677,11.7097,9.3677c1.4476-.2603,2.6104-1.2986,3.0678-2.6672l-11.5765-9.2612,11.5765-9.2612c-.4575-1.3687-1.6202-2.407-3.0678-2.6672Z"></path><path fill="#fff" stroke-width="0" d="M14 4H18V28H14z"></path><path fill="#fff" stroke-width="0" d="M14 1H18V31H14z" transform="rotate(90 16 16)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},belarus:{name:"belarus",keywords:["flag","belarus"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2d27" d="M1,8v13H31V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4Z"></path><path fill="#367b37" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#fff" d="M4 13L5 16 4 19 3 16 4 13z"></path><path fill="#fff" d="M2.5 8L3.5 11 2.5 14 1.5 11 2.5 8z"></path><path fill="#fff" d="M5.5 8L6.5 11 5.5 14 4.5 11 5.5 8z"></path><path fill="#fff" d="M2.5 18L3.5 21 2.5 24 1.5 21 2.5 18z"></path><path fill="#fff" d="M5.5 18L6.5 21 5.5 24 4.5 21 5.5 18z"></path><path fill="#fff" d="M1 13L1 19 2 16 1 13z"></path><path fill="#fff" d="M7 13L6 16 7 19 7 13z"></path><path fill="#fff" d="M5,6l-.645-1.935c-.27,.044-.53,.113-.779,.208l-.576,1.727,1,3,1-3Z"></path><path fill="#fff" d="M1.853,5.558c-.526,.677-.853,1.518-.853,2.442v1l1-3-.147-.442Z"></path><path fill="#fff" d="M6.667 4L6 6 7 9 7 4 6.667 4z"></path><path fill="#fff" d="M5,26l-.645,1.935c-.27-.044-.53-.113-.779-.208l-.576-1.727,1-3,1,3Z"></path><path fill="#fff" d="M1.853,26.442c-.526-.677-.853-1.518-.853-2.442v-1l1,3-.147,.442Z"></path><path fill="#fff" d="M6.667 28L6 26 7 23 7 28 6.667 28z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},belgium:{name:"belgium",keywords:["flag","belgium"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f8dc51" d="M10 4H22V28H10z"></path><path d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#dd4446" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},belize:{name:"belize",keywords:["flag","belize"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0f0e91" d="M1 8H31V24H1z"></path><path fill="#c82c24" d="M5,4H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z"></path><path fill="#c82c24" d="M5,23H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="5" fill="#fff"></circle><circle cx="16" cy="12.5" r=".5" fill="#4b8a26"></circle><circle cx="14.25" cy="12.969" r=".5" fill="#4b8a26"></circle><circle cx="12.969" cy="14.25" r=".5" fill="#4b8a26"></circle><circle cx="12.5" cy="16" r=".5" fill="#4b8a26"></circle><circle cx="12.969" cy="17.75" r=".5" fill="#4b8a26"></circle><circle cx="14.25" cy="19.031" r=".5" fill="#4b8a26"></circle><circle cx="16" cy="19.5" r=".5" fill="#4b8a26"></circle><circle cx="17.75" cy="19.031" r=".5" fill="#4b8a26"></circle><circle cx="19.031" cy="17.75" r=".5" fill="#4b8a26"></circle><circle cx="19.5" cy="16" r=".5" fill="#4b8a26"></circle><circle cx="19.031" cy="14.25" r=".5" fill="#4b8a26"></circle><circle cx="17.75" cy="12.969" r=".5" fill="#4b8a26"></circle><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},bell:{name:"bell",keywords:["bell","alert","notification","alarm","reminder","ring"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 11.35a1.78 1.78 0 0 1-1.78-1.78v-3.78a4.23 4.23 0 0 0-8.46 0v3.78a1.78 1.78 0 0 1-1.78 1.78h12.02z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.35 13.69a1.54 1.54 0 0 1-2.67 0"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 14.15a2.22 2.22 0 0 1-2.22-2.22v-4.71a5.27 5.27 0 0 0-10.54 0v4.71a2.22 2.22 0 0 1-2.22 2.22h14.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.66 17.08a1.92 1.92 0 0 1-3.33 0"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 16.96a2.66 2.66 0 0 1-2.66-2.66v-5.66a6.32 6.32 0 0 0-12.64 0v5.66a2.66 2.66 0 0 1-2.66 2.66h17.96z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.96 20.46a2.3 2.3 0 0 1-3.99 0"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 22.7a3.56 3.56 0 0 1-3.56-3.56v-7.57a8.46 8.46 0 0 0-16.91 0v7.57a3.56 3.56 0 0 1-3.56 3.56h24.03z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.69 27.38a3.08 3.08 0 0 1-5.34 0"></path></g>'}}},"bell-slash":{name:"bell-slash",keywords:["bell-slash","alert","notification","bell","alarm","reminder","ring","off","mute","silent","slash"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.91 4.14a4.23 4.23 0 0 0-8.13 1.65v3.78a1.78 1.78 0 0 1-1.78 1.78h2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.45 11.35h5.57a1.78 1.78 0 0 1-1.78-1.78v-2.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.35 13.69a1.54 1.54 0 0 1-2.67 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.85 5.16a5.27 5.27 0 0 0-10.13 2.06v4.71a2.22 2.22 0 0 1-2.22 2.22h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.54 14.15h6.94a2.22 2.22 0 0 1-2.22-2.22v-2.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.66 17.08a1.92 1.92 0 0 1-3.33 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.79 6.19a6.32 6.32 0 0 0-12.14 2.46v5.65a2.66 2.66 0 0 1-2.66 2.66h3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.62 16.96h8.33a2.66 2.66 0 0 1-2.66-2.66v-3.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.96 20.46a2.3 2.3 0 0 1-3.99 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.81 8.28a8.46 8.46 0 0 0-16.24 3.29v7.57a3.56 3.56 0 0 1-3.56 3.56h5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.9 22.7h11.14a3.56 3.56 0 0 1-3.56-3.56v-4.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.69 27.38a3.08 3.08 0 0 1-5.34 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},benin:{name:"benin",keywords:["flag","benin"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#d63034" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#f6d44a" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#3b8655" d="M5,4H13V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},bermuda:{name:"bermuda",keywords:["flag","bermuda"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="m27.5892,12v8.0298c0,2.1448-4.2877,2.8417-4.2877,2.8417,0,0-4.2877-.6969-4.2877-2.8417v-8.0298h8.5754Z"></path><rect width="30" height="24" x="1" y="4" fill="#ca0a2b" stroke-width="0" rx="4" ry="4"></rect><path fill="#001b69" stroke-width="0" d="m5,4h11v12H1v-8c0-2.2077,1.7923-4,4-4Z"></path><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path fill="#fff" stroke-width="0" d="m27.5754,12v8.0298c0,2.1448-4.2877,2.8417-4.2877,2.8417,0,0-4.2877-.6969-4.2877-2.8417v-8.0298h8.5754Z"></path><path fill="#2b911d" stroke-width="0" d="m19.1144,20.6154c.6801,1.6881,4.1733,2.2561,4.1733,2.2561,0,0,3.4933-.568,4.1733-2.2561h-8.3467Z"></path><path fill="#ca0a2b" stroke-width="0" d="m27.0273,18.3301c-.8108.0733-.1942-1.494-1.6328-1.0032.0736-.4354.5457-.9157.8319-.5378-.7031-1.5031,1.0003-1.9197-1.5011-1.4649.0302-.0168-.0381-.2904-.1522-.2387.0161-.0171.05.2998-.0804.193-.0511.0413-.0112-.8407-.1903-.4362-.1603-.1854.4492-.2932.2374-.5069-.1947-.2119-.1494-.2181-.2058.014-.1285-.306.0978-.1254.2638-.3897.1255.0036-.2517-.5971-.1812-.1799-.4135.0265.0449-.1938-.0214-.4121-.6406.2686.1199-.5213-.4301-.4939.1232-.0983.1442-.3253-.144-.2075.0737-.1696-.6439-.4431-.6934-.1315-.0976-.1016-.3402-.1613-.2164.1418-.2038-.1123-.3862-.0482-.2497.2041-.6465-.1229.0718.5084-.3272.5395-.1322-.0474-.2511-.1261-.082.1681.1448.1587-.0632.2992-.1671.089-.1806.1462-.0312.5742.3393.3598.0821.3753-.7933-.0505-.2085.592.158.1073-.1881.2158-.0449.4728-.1107.1483-.4065-.104-.3442.2234-.6001.1524-.8196-.4632-1.4397-.1039.1569.8212.2268.854-.0653,1.5739.2626-.426.8642.2251.8311.5293-.4826-.1509-1.3611-.0148-1.1462.8326-.1254.1976-.8465.1922-.2028.3755-.1003.3136.1017,1.271.211.205.1403.6878.4615.7373.264-.1089.1649.1577.2159.8012.3266.2182.326,1.0054.3409,1.3123,1.2762,1.3008-.4529.2758-1.0347.1846-1.4408.6251-.0246.4657.0254.7735.3548.4161.1431.7404.4601.3273.5254-.1342.1717,1.4483.408-.7948,1.188-.3704,1.1139.8546.7088.3605,1.8231-.1461.4834.5138.8145,1.6188.8937.5165.0657.4624.3825.8736.5254.1342.235.0936.2677.4459.3425-.1354.1613-.8629-1.2781-.4474-1.4223-1.0513.8446.408,1.0115-.4143,1.2771-1.1415.1153.5642.1624-.083.3256-.232-.1975.8479.124.7951.264.1091.1089,1.0669.3116.1074.211-.2051.2333.009.2775-.2002.278-.2024Zm-1.3531-2.6888c.0002.0041-.0002.0078-.0051.005.0017-.0017.0036-.0031.0051-.005Zm-.114.1641c-.0026.0014-.0053.0029-.008.0043.0018-.0029.0047-.004.008-.0043Zm-.1766,1.7699c-.0014-.0292-.0019-.058-.0014-.0859l.0014.0859Z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},bhutan:{name:"bhutan",keywords:["flag","bhutan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f8d047" d="M2.316,26.947L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5C2.791,4,1,5.791,1,8V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#ed7135" d="M29.684,5.053L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c2.209,0,4-1.791,4-4V8c0-1.172-.513-2.216-1.316-2.947Z"></path><path d="M27,4H5C2.791,4,1,5.791,1,8V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M27.084,10.205c-.74,.015-1.23-.071-2.008,.19,.293-.456,1.041-.381,1.209-.894-.495,.303-1.017-.084-1.394,.463,.189-.8,.637-1.403,.775-2.073-.711,.623-.856,1.851-1.519,2.299-.653,.15-1.142-.813-1.689-.538-1.216-.097-2.44-1.422-3.677-1.113,.394-.03,.708,.097,.952,.263-.228,.041-.509-.2-.66-.032,.322,.02,.611,.145,.458,.45-.732-.517-1.584-.46-2.102-.014,.381-.197,.737-.035,1.034,.09-.223,.185-.622-.02-.75,.235,.122-.057,.279-.061,.518-.015-.041,.088-.065,.207-.053,.37-1.067-.88-2.607,.719-1.201,.499-1.034-.372,.665-.606,1.66,.072-.348-.074-1.054,.068-1.198-.362-.057,.168-.049,.317,.072,.408-.63,.28-1.769,.206-2.058,.804,.464-.458,1.2-.091,1.716-.194-.046,.094-.061,.182-.044,.25-.156,.022-.249,.364-.172,.484-.101,.48-1.499,1.344-.165,.747-.034,.453-.557,.613-.29,1.126,.037-.431,.378-.481,.714-.559-.091,.239,.128,.578,.393,.525-.109,.193-.005,.539,.249,.59-.119,.346-.593-.008-.726,.337,.36-.116,.583,.374,.962,.196-.048,.151-.015,.242,.084,.392-.239-.026-.614,.089-.727-.189-.184,.321,.392,.323,.386,.554-.042-.132-.281-.232-.383-.109-.061-.377-.523-.404-.706-.294,.08-.24-.393-.418-.5-.266-.12-.38-.538-.661-.703-.96-.182,.255,.153,.353,.076,.623-.094-.103-.303-.145-.405-.025-.064-.154-.353-.223-.462-.064-.066-.146-.351-.193-.455-.046-.103-.456-.707-.215-.854-.572-.117,.318,.362,.349,.289,.667-.293-.201-.704,.05-.602,.397-.212-.2-.629-.002-.562,.295-.318-.266-1.029,.063-1.175,.322,.207-.118,.452-.04,.66,.017-.089,.131-.203,.365-.084,.535-.336,0-.447,.441-.317,.696-.411,.102-.706,.695-1.178,.542,.206,.365,.655,.022,.937,.063-.119,.08-.237,.521-.092,.673-.165,.082-.313,.325-.292,.465-.267,.029-.387,.356-.66,.26,.042,.124,.213,.201,.411,.243-.129,.088-.233,.241-.411,.171,.005,.099,.052,.202,.149,.278-.192-.01-.425,.095-.6,.023-.002,.094,.021,.198,.08,.295-.325-.084-.785-.158-.964,.111,.165-.017,.328,.036,.377,.127-.855,.154-2.126-.768-2.65-.132,.578-.039,1.391,.197,1.922,.444-.496,.033-1.649,.203-1.967,.568,.425-.031,1.029-.163,1.401-.18-.854,.498-1.886,.76-2.71,1.273,.591,.129,1.292-.37,1.901-.505-.814,.395-1.493,1.088-2.406,1.452,1.477,.007,2.977-1.099,4.119-1.854-.318,.174-.327,.635-.743,.686,.528,.187,.776-.549,1.33-.495-.283,.455-.674,.244-.799,.722,1.537-.314,2.069-2.136,3.596-2.12,.003,.056,.005,.114-.001,.17-.005,.098-.025,.197-.059,.289-.481-.095-.559-.017-.193,.248-.224,.062-.265,.37-.535,.429,.128,.169,.446,.059,.564-.071,.007,.126,.148,.237,.076,.371,.233,.02,.125-.393,.381-.395-.089,.099-.003,.273,.154,.251-.079,.08-.022,.182,.089,.185-.072,.138,.006,.302-.043,.474-1.219,.138-.419,2.281,.498,2.264,.9-.012,1.316-1.467,.829-2.09,.079,.01,.163-.013,.227-.063,.05,.097,.174,.163,.299,.157,.148,.233,.339,.45,.242,.781,.495-.551-.1-1.856-.814-1.374-.092-.086-.223-.111-.318-.097,.027-.214-.013-.31-.172-.343-.254-.475-.498-.876-.242-1.432,2.803,1.917,3.279-2.006,.845-1.188,.045-.066,.058-.191,.025-.251,.094-.044,.19-.163,.207-.256,.13,.022,.321-.076,.439-.04-.441-.627-1.331-.045-1.208,.618-.642,.412-.49-.605-.463-.935,.091-.054,.091-.285,.047-.351,.08-.024,.168-.157,.162-.251,.15,.019,.271-.163,.281-.286,.152,.083,.4,.012,.457-.156,.112,.091,.416,.094,.491-.029,1.17,.402,2.421,.691,3.709,.846-.076,.154-.085,.272-.028,.361-.294,.057-.584-.131-.806,.027,.262,.023,.178,.191,.519,.226-.356,.039-.296,.524-.628,.502,.306,.339,.482-.196,.757-.164-.009,.135,.115,.268-.012,.458,.201,.007,.302-.217,.345-.374,.108,.1,.222,.377,.459,.267,.003,.176,.313,.299,.444,.233,.062,.169,.409,.232,.528,.133,.03,.099,.16,.148,.268,.18l-.002,.006c.237,.082,.46-.115,.652,.021h0c.098,.052,.189,.144,.3,.133-.768,1.387,2.561,2.308,2.591,.555-.168-.665-.166-1.817-1.168-1.488-.023-.03-.06-.035-.106-.025,.122-.087,.165-.195,.128-.319,.302,.012,.314-.37,.66-.239-.302-.358-1.3-.228-1.265,.292-.173-.069-.375,.085-.366,.27-.108-.026-.258,.026-.338,.175-.402-.242-.828-.38-1.276-.32-.051-.119-.263-.258-.421-.212,.567-1.012,.817-2.36,1.365-3.099,.446-.163,.518,.447,.117,.549,.156,.111,.364,.022,.478-.125-.122,.322-.057,.707,.285,.788-.152-.249,.125-.382,.074-.597,.186,.097,.327,.333,.312,.491,.248-.238-.071-.56-.091-.82,.437,.084,.811-.226,1.116-.425,.081-.056,.165-.088,.23-.099h0c4.022,2.042,1.674-4.575-.016-.88-1.252,.202-2.838-.007-3.699-1.121,.653-.071,.921,.731,1.484,.632-.435-.123-.446-.65-.934-.733,.723-.512,1.759-.339,2.276,.363-.165,.09-.224,.366-.44,.351,.199,.125,.411,.084,.576-.073-.044,.181,0,.349,.229,.422-.148-.164,.039-.288,.136-.412,.07,.124,.243,.207,.152,.368,.252-.036,.313-.483,.116-.638,.193-.223-.028-.535-.269-.616,.497-.417,.723,.367,.499,.81,.251-.161,.251-.456,.252-.708,.676,.408,2.325-.686,2.459,.369,.32-.411-.168-.653-.681-.705,.018-.277-.325-.58-.563-.358,.282-.039,.358,.369,.023,.485,.076-.305-.272-.559-.549-.407,.47,.156,.118,.599-.284,.515,.007-.369,.412-.668,.128-1.062,.1-.014,.097-.112,.01-.16,.123,.019,.18-.093,.062-.159,.076,.01,.16-.033,.117-.106,.781-.298,1.882-.353,2.521-.705l-.019,.006Zm-4.919,1.451c.139-.408,.774-.607,.586-.043,.18-.325,.846-.362,.409,.071,.16,.04,.364-.084,.53-.072-.181,.798-1.064,.053-1.528,.051,0-.002,.002-.004,.003-.006Z"></path></g>'}}},"bicycle-2":{name:"bicycle-2",keywords:["bicycle-2","sport","bike","cycling","transportation","cycle","bicycle","spin"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 13.13a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 13.13a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.63 6.31l-0.37-0.72a0.89 0.89 0 0 0-0.79-0.47h-1.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 10.46l-3.03-7.46a0.89 0.89 0 0 0-0.82-0.55h-1.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 10.46c3.2-1.11 5.64-2.77 7.31-5"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 16.37a3.33 3.33 0 1 0 0-6.66 3.33 3.33 0 0 0 0 6.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 16.37a3.33 3.33 0 1 0 0-6.66 3.33 3.33 0 0 0 0 6.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.27 7.87l-0.47-0.89a1.11 1.11 0 0 0-0.98-0.6h-2.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 13.04l-3.78-9.29a1.11 1.11 0 0 0-1.03-0.7h-1.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 13.04c3.99-1.38 7.03-3.46 9.13-6.23"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 19.62a3.99 3.99 0 1 0 0-7.98 3.99 3.99 0 0 0 0 7.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 19.62a3.99 3.99 0 1 0 0-7.98 3.99 3.99 0 0 0 0 7.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.91 9.43l-0.56-1.07a1.33 1.33 0 0 0-1.18-0.71h-2.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 15.63l-4.52-11.14a1.33 1.33 0 0 0-1.24-0.83h-1.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 15.63c4.78-1.65 8.42-4.14 10.93-7.47"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 26.25a5.34 5.34 0 1 0 0-10.68 5.34 5.34 0 0 0 0 10.68z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 26.25a5.34 5.34 0 1 0 0-10.68 5.34 5.34 0 0 0 0 10.68z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.27 12.61l-0.75-1.42a1.78 1.78 0 0 0-1.58-0.95h-3.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 20.91l-6.06-14.9a1.78 1.78 0 0 0-1.65-1.11h-2.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 20.91c6.4-2.21 11.27-5.54 14.64-9.99"></path></g>'}}},blog:{name:"blog",keywords:["blog","page","text","data","pen","document","paper","file","pencil","content","article","invoice","edit"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.16 14.02h-2.93a1.78 1.78 0 0 1-1.78-1.78v-8.9a1.78 1.78 0 0 1 1.78-1.78h7.12a1.78 1.78 0 0 1 1.78 1.78v2.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 5.12h5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 7.79h5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 10.46h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.28 13.75l2.81-2.81a0.89 0.89 0 0 0 0-1.26l-0.52-0.52a0.89 0.89 0 0 0-1.26 0l-2.81 2.81-0.71 2.49 2.49-0.71z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.93 17.48h-3.66a2.22 2.22 0 0 1-2.22-2.22v-11.1a2.22 2.22 0 0 1 2.22-2.22h8.88a2.22 2.22 0 0 1 2.22 2.22v3.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 6.38h6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.71h6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 13.04h2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.31 17.15l3.51-3.5a1.11 1.11 0 0 0 0-1.57l-0.65-0.65a1.11 1.11 0 0 0-1.57 0l-3.51 3.5-0.88 3.11 3.1-0.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.7 20.95h-4.38a2.66 2.66 0 0 1-2.66-2.66v-13.3a2.66 2.66 0 0 1 2.66-2.66h10.64a2.66 2.66 0 0 1 2.66 2.66v4.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 7.65h7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 11.64h7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 15.63h3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.35 20.55l4.2-4.2a1.33 1.33 0 0 0 0-1.88l-0.78-0.78a1.33 1.33 0 0 0-1.88 0l-4.2 4.2-1.06 3.72 3.72-1.06z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.32 28.04h-5.87a3.56 3.56 0 0 1-3.56-3.56v-17.8a3.56 3.56 0 0 1 3.56-3.56h14.24a3.56 3.56 0 0 1 3.56 3.56v5.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 10.23h10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 15.58h10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 20.91h4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.56 27.51l5.62-5.63a1.78 1.78 0 0 0 0-2.52l-1.04-1.04a1.78 1.78 0 0 0-2.52 0l-5.62 5.63-1.42 4.97 4.98-1.41z"></path></g>'}}},bolivia:{name:"bolivia",keywords:["flag","bolivia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6e54c" d="M1 11H31V21H1z"></path><path fill="#c53a28" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#34783a" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"bolt-lightning":{name:"bolt-lightning",keywords:["lightning","charge","power","storm","thunder","battery","energy","flash","electric","bolt"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.45 14.46l1.78-6.23h-4.26a0.45 0.45 0 0 1-0.41-0.6l2.12-5.78a0.45 0.45 0 0 1 0.42-0.29h3.71a0.45 0.45 0 0 1 0.41 0.6l-1.32 3.4h3.34a0.45 0.45 0 0 1 0.35 0.71l-6.14 8.19z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.05 18.04l2.22-7.77h-5.31a0.56 0.56 0 0 1-0.52-0.75l2.64-7.21a0.56 0.56 0 0 1 0.52-0.37h4.63a0.56 0.56 0 0 1 0.52 0.76l-1.65 4.24h4.16a0.56 0.56 0 0 1 0.45 0.89l-7.66 10.21z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.64 21.61l2.66-9.31h-6.36a0.67 0.67 0 0 1-0.62-0.89l3.17-8.65a0.67 0.67 0 0 1 0.62-0.43h5.55a0.67 0.67 0 0 1 0.62 0.9l-1.98 5.08h4.99a0.67 0.67 0 0 1 0.53 1.07l-9.18 12.23z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.9 28.93l3.56-12.46h-8.51a0.89 0.89 0 0 1-0.84-1.2l4.25-11.57a0.89 0.89 0 0 1 0.83-0.58h7.42a0.89 0.89 0 0 1 0.83 1.21l-2.64 6.8h6.67a0.89 0.89 0 0 1 0.72 1.42l-12.29 16.38z"></path></g>'}}},"bolt-lightning-slash":{name:"bolt-lightning-slash",keywords:["not","ban","allowed","off","slash","lightning","charge","power","storm","thunder","battery","energy","flash","electric","bolt","blocked"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 9.12l-4.01 5.34 0.45-1.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.79 8.23h-3.82a0.45 0.45 0 0 1-0.41-0.6l2.12-5.78a0.45 0.45 0 0 1 0.42-0.29h3.71a0.45 0.45 0 0 1 0.41 0.6l-1.32 3.4h1.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 11.38l-4.99 6.66 0.56-1.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.71 10.27h-4.75a0.56 0.56 0 0 1-0.52-0.75l2.64-7.21a0.56 0.56 0 0 1 0.52-0.37h4.63a0.56 0.56 0 0 1 0.52 0.76l-1.65 4.24h1.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 13.63l-5.99 7.98 0.67-2.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.64 12.3h-5.7a0.67 0.67 0 0 1-0.62-0.89l3.17-8.65a0.67 0.67 0 0 1 0.62-0.43h5.55a0.67 0.67 0 0 1 0.62 0.9l-1.98 5.08h2.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 18.25l-8.01 10.68 0.9-3.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.58 16.46h-7.63a0.89 0.89 0 0 1-0.84-1.19l4.25-11.57a0.89 0.89 0 0 1 0.83-0.59h7.42a0.89 0.89 0 0 1 0.83 1.22l-2.64 6.8h3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},"book-wrench-1":{name:"book-wrench-1",keywords:["book-wrench-1","settings","page","book","api","wrench","tools","maintenance","documentation","document","instructions","docs","guidelines","manual"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 11.35c-0.57 0.75-0.65 2.27 0 3.11h-9.57a1.56 1.56 0 0 1-1.55-1.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 11.35h-9.57a1.56 1.56 0 0 0-1.55 1.56v-9.57a1.78 1.78 0 0 1 1.78-1.78h9.34v9.79z"></path><path fill="currentColor" d="M10.01 5.12c0-0.87-0.56-1.6-1.33-1.88v1.65a0.45 0.45 0 0 1-0.45 0.45h-0.44a0.45 0.45 0 0 1-0.45-0.45v-1.65a2 2 0 0 0-1.33 1.88c0 0.78 0.46 1.46 1.11 1.78v2a0.89 0.89 0 0 0 1.78 0v-2a2 2 0 0 0 1.11-1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 14.15c-0.71 0.94-0.81 2.83 0 3.89h-11.93a1.94 1.94 0 0 1-1.95-1.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 14.15h-11.93a1.94 1.94 0 0 0-1.95 1.95v-11.94a2.22 2.22 0 0 1 2.22-2.22h11.66v12.21z"></path><path fill="currentColor" d="M12.49 6.38c0-1.09-0.7-2-1.67-2.34v2.07a0.56 0.56 0 0 1-0.55 0.55h-0.56a0.56 0.56 0 0 1-0.55-0.55v-2.07a2.49 2.49 0 0 0-1.67 2.34c0 0.98 0.57 1.82 1.39 2.23v2.49a1.11 1.11 0 0 0 2.22 0v-2.49a2.49 2.49 0 0 0 1.39-2.23z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 16.96c-0.85 1.12-0.98 3.39 0 4.65h-14.29a2.33 2.33 0 0 1-2.33-2.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 16.96h-14.29a2.33 2.33 0 0 0-2.33 2.32v-14.29a2.66 2.66 0 0 1 2.66-2.66h13.96v14.63z"></path><path fill="currentColor" d="M14.96 7.65c0-1.3-0.84-2.4-1.99-2.81v2.48a0.67 0.67 0 0 1-0.67 0.66h-0.66a0.67 0.67 0 0 1-0.67-0.66v-2.48a2.98 2.98 0 0 0-1.99 2.81c0 1.17 0.68 2.18 1.66 2.67v2.98a1.33 1.33 0 0 0 2.66 0v-2.98a2.98 2.98 0 0 0 1.66-2.67z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 22.7c-1.14 1.5-1.31 4.53 0 6.23h-19.13a3.12 3.12 0 0 1-3.12-3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 22.7h-19.13a3.12 3.12 0 0 0-3.12 3.11v-19.14a3.56 3.56 0 0 1 3.56-3.56h18.69v19.59z"></path><path fill="currentColor" d="M20.02 10.23c0-1.74-1.12-3.21-2.67-3.75v3.31a0.89 0.89 0 0 1-0.89 0.89h-0.89a0.89 0.89 0 0 1-0.89-0.89v-3.31a3.99 3.99 0 0 0-2.67 3.75c0 1.57 0.91 2.91 2.23 3.58v3.99a1.78 1.78 0 0 0 3.56 0v-3.99a3.99 3.99 0 0 0 2.22-3.58z" data-stroke="none"></path></g>'}}},bookmark:{name:"bookmark",keywords:["bookmark","favorite","ribbon","tag","saved","marker"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 14.46l-4.67-3.11-4.67 3.11v-11.12a1.78 1.78 0 0 1 1.78-1.78h5.78a1.78 1.78 0 0 1 1.78 1.78v11.12z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 18.04l-5.83-3.89-5.83 3.89v-13.88a2.22 2.22 0 0 1 2.22-2.22h7.22a2.22 2.22 0 0 1 2.22 2.22v13.88z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 21.61l-6.98-4.65-6.98 4.65v-16.62a2.66 2.66 0 0 1 2.66-2.66h8.64a2.66 2.66 0 0 1 2.66 2.66v16.62z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 28.93l-9.35-6.23-9.35 6.23v-22.25a3.56 3.56 0 0 1 3.56-3.56h11.57a3.56 3.56 0 0 1 3.56 3.56v22.25z"></path></g>'}}},"bookmark-slash":{name:"bookmark-slash",keywords:["bookmark-slash","bookmark","favorite","ribbon","tag","saved","marker","remove","disabled","block","slash"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 12.68v-9.34a1.78 1.78 0 0 1 1.78-1.78h5.78a1.78 1.78 0 0 1 1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 7.11v7.35l-4.41-2.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 15.82v-11.66a2.22 2.22 0 0 1 2.22-2.22h7.22a2.22 2.22 0 0 1 2.22 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 8.87v9.17l-5.5-3.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 18.95v-13.96a2.66 2.66 0 0 1 2.66-2.66h8.64a2.66 2.66 0 0 1 2.66 2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 10.63v10.98l-6.59-4.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 25.37v-18.7a3.56 3.56 0 0 1 3.56-3.56h11.57a3.56 3.56 0 0 1 3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 14.23v14.69l-8.82-5.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},"bosnia-herzegovina":{name:"bosnia-herzegovina",keywords:["flag","bosnia","herzegovina"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#091c91" rx="4" ry="4"></rect><rect width="30" height="24" x="1" y="4" fill="#091c91" rx="4" ry="4"></rect><path fill="#f6ce46" d="M24 28L8 4 24 4 24 28z"></path><path fill="#fff" d="M5,4c-.542,0-1.058,.11-1.529,.306l.442,.321-.527,1.623,1.381-1.003,1.381,1.003-.527-1.623,.862-.627h-1.482Z"></path><path fill="#fff" d="M8.713 9.377L10.094 8.373 8.387 8.373 7.859 6.75 7.332 8.373 5.625 8.373 7.006 9.377 6.478 11 7.859 9.997 9.24 11 8.713 9.377z"></path><path fill="#fff" d="M11.807 14.127L13.187 13.123 11.481 13.123 10.953 11.5 10.426 13.123 8.719 13.123 10.1 14.127 9.572 15.75 10.953 14.747 12.334 15.75 11.807 14.127z"></path><path fill="#fff" d="M14.9 18.877L16.281 17.873 14.574 17.873 14.047 16.25 13.519 17.873 11.813 17.873 13.193 18.877 12.666 20.5 14.047 19.497 15.428 20.5 14.9 18.877z"></path><path fill="#fff" d="M17.994 23.627L19.375 22.623 17.668 22.623 17.141 21 16.613 22.623 14.906 22.623 16.287 23.627 15.76 25.25 17.141 24.247 18.522 25.25 17.994 23.627z"></path><path fill="#fff" d="M21.606 28L22.469 27.373 20.762 27.373 20.234 25.75 19.707 27.373 18 27.373 18.862 28 21.606 28z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},botswana:{name:"botswana",keywords:["flag","botswana"],style:"colored",heights:{32:{width:32,path:'<g><path d="M1 13H31V19H1z"></path><path fill="#7ba9d0" d="M5,4H27c2.208,0,4,1.792,4,4v6H1V8c0-2.208,1.792-4,4-4Z"></path><path fill="#7ba9d0" d="M5,18H27c2.208,0,4,1.792,4,4v6H1v-6c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23)"></path><path fill="#fff" d="M1 12H31V14H1z"></path><path fill="#fff" d="M1 18H31V20H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"box-archive":{name:"box-archive",keywords:["archive","box-archive","box","storage","email","mail","mailbox","inbox","drawer"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 5.56v6.23a1.78 1.78 0 0 1-1.78 1.78h-6.68a1.78 1.78 0 0 1-1.78-1.78v-6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 2.45h11.12q0.89 0 0.89 0.89v1.33q0 0.89-0.89 0.89h-11.12q-0.89 0-0.89-0.89v-1.33q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 8.23h3.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 6.94v7.77a2.22 2.22 0 0 1-2.22 2.22h-8.32a2.22 2.22 0 0 1-2.22-2.22v-7.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 3.05h13.88q1.11 0 1.11 1.11v1.67q0 1.11-1.11 1.11h-13.88q-1.11 0-1.11-1.11v-1.67q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 10.27h4.44"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 8.31v9.31a2.66 2.66 0 0 1-2.66 2.66h-9.98a2.66 2.66 0 0 1-2.66-2.66v-9.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 3.66h16.62q1.33 0 1.33 1.33v1.99q0 1.33-1.33 1.33h-16.62q-1.33 0-1.33-1.33v-1.99q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.31 12.3h5.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 11.13v12.46a3.56 3.56 0 0 1-3.56 3.55h-13.35a3.56 3.56 0 0 1-3.56-3.56v-12.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 4.9h22.25q1.78 0 1.78 1.78v2.67q0 1.78-1.78 1.78h-22.25q-1.78 0-1.78-1.78v-2.67q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 16.46h7.12"></path></g>'}}},brazil:{name:"brazil",keywords:["flag","brazil"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#459a45" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fedf00" d="M3.472,16l12.528,8,12.528-8-12.528-8L3.472,16Z"></path><circle cx="16" cy="16" r="5" fill="#0a2172"></circle><path fill="#fff" d="M14,14.5c-.997,0-1.958,.149-2.873,.409-.078,.35-.126,.71-.127,1.083,.944-.315,1.951-.493,2.999-.493,2.524,0,4.816,.996,6.519,2.608,.152-.326,.276-.666,.356-1.026-1.844-1.604-4.245-2.583-6.875-2.583Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"british-virgin-islands":{name:"british-virgin-islands",keywords:["flag","british","virgin","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#061b65" rx="4" ry="4"></rect><path fill="#fff" d="M23.627,22.973c-1.769,0-3.294-1.052-3.921-1.554-.16,.137-.295,.193-.426,.193-.301-.042-.84-.403-.892-.854-.042-.362,.195-.649,.412-.785,.243-.19,.489-.439,.525-.516,.148-.21,.275-.301,.418-.323-.09-.187-.139-.382-.142-.59l.03-6.918h8.038v6.927c.003,.21-.052,.414-.161,.615,.294,.088,.45,.278,.602,.461,.126,.153,.3,.363,.416,.405l.15,.103c.356,.535,.098,1.065-.205,1.267-.073,.048-.316,.172-.567,.172-.085,0-.165-.014-.236-.042-.059-.023-.112-.054-.158-.093-.643,.527-2.088,1.534-3.75,1.535l-.133-.002Z"></path><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#d22d32" d="M1.806,5.589l3.285,2.411h1.364L2.36,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#d22d32" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#d22d32" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#d22d32" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#d22d32" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path fill="#006129" d="M23.578,21.485c-2.438-1.257-3.712-1.958-3.727-2.946l.029-6.665h7.539v6.677c.015,.907-1.355,1.763-3.729,2.935l-.056,.028-.056-.029Z"></path><path fill="#fff" d="M24.804,19.197c-.03-.692-.453-2.224-.597-2.715,.317-.841,.952-2.296-.207-2.805-.155-.163,.161,.004,.253-.269,.304-.34-.269-1.113-.631-.888-.717,.175-.015,.325-.328,.614-.068,.588,.597,.274-.056,.778-.231,.099-.31,.726-.312,.968-.247,.38-1.212,1.18-.691,1.622,.286-.143,.094-.59,.279-.733,.131-.087,.499-.363,.623-.532,.043,.282-.359,.983-.161,1.013-.252,.827-.194,1.931-.144,2.714-.116,.226-.21,.654,.108,.717-.232-.012-.139,.199-.002,.218,.135-.165,.937-.198,.658-.423,.167,.023,.068,.331,.364,.236,.22,.597,.51-.095,.592-.168,.149-.127,.427,.023,.251-.349Zm-.031-.1s-.003,.005-.007,.006c.002,0,.005-.003,.007-.006Zm-.566-3.668c.074-.162-.024-.319,.062-.456,.209,.141-.053,.788-.062,.456Z"></path><path fill="#ffc72c" d="M23.631,22.723c-1.894,0-3.51-1.271-3.939-1.64l-.053,.059c-.093,.101-.231,.22-.36,.22-.17-.025-.606-.311-.644-.632-.039-.326,.262-.523,.296-.545,.232-.18,.59-.508,.629-.649,.099-.127,.175-.158,.26-.158,.196,0,.383,.166,.404,.185,.027,.03,1.538,1.737,3.213,1.737l.148-.004c1.01-.028,1.825-.418,2.332-.74,.541-.344,.859-.685,.895-.733,.05-.099,.299-.433,.581-.433,.232,.047,.361,.202,.523,.398,.162,.196,.344,.417,.524,.481l.078,.062c.233,.367-.006,.743-.187,.863-.062,.041-.256,.131-.429,.131-.054,0-.103-.008-.146-.025-.095-.037-.16-.112-.185-.211v-.03c-.401,.36-1.984,1.667-3.813,1.667,0,0-.128-.002-.128-.002Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},brunei:{name:"brunei",keywords:["flag","brunei"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#f4e24e" rx="4" ry="4"></rect><path fill="#fff" d="M31 19L1 13 1 8 31 14 31 19z"></path><path d="M31 24L1 18 1 13 31 19 31 24z"></path><path fill="#bf2a2c" d="M15.186,21.96c-.641-.085-1.228-.289-1.637-.568-.079-.054-.154-.099-.165-.099-.012,0-.022,.06-.022,.135,0,.211-.085,.317-.298,.372-.204,.053-.515-.054-.767-.263-.261-.217-.563-.382-.818-.449-.21-.055-.489-.046-.691,.022-.094,.031-.2,.076-.237,.099-.037,.023-.078,.041-.091,.041-.036,0-.031-.227,.007-.299,.049-.095,.171-.189,.312-.24,.072-.026,.13-.06,.13-.074s-.024-.07-.054-.121c-.096-.168-.057-.331,.111-.459,.171-.131,.462-.154,.718-.056,.065,.024,.125,.045,.134,.045,.034,0,.013-.047-.08-.183-.107-.157-.128-.234-.115-.421,.017-.236,.21-.43,.446-.447,.193-.014,.312,.051,.597,.322,.849,.81,1.772,1.256,2.849,1.377,.272,.03,.819,.014,1.139-.034,.969-.146,1.945-.633,2.708-1.351,.211-.199,.313-.252,.486-.252,.151,0,.256,.048,.364,.167,.098,.109,.132,.213,.121,.379-.007,.106-.024,.159-.087,.262-.093,.152-.077,.166,.107,.094,.25-.097,.557-.052,.723,.105,.146,.139,.16,.277,.046,.465-.041,.069-.075,.133-.075,.144,0,.019,.031,.028,.183,.052,.198,.032,.312,.179,.312,.404,0,.068-.008,.122-.019,.122-.01,0-.085-.027-.167-.061-.231-.095-.362-.12-.633-.118-.206,.001-.276,.011-.42,.058-.219,.072-.454,.21-.646,.381-.211,.188-.344,.247-.549,.246-.191-.002-.321-.057-.39-.166-.037-.058-.042-.094-.033-.225,.006-.086,.005-.156-.002-.156-.007,0-.081,.047-.165,.105-.22,.151-.36,.226-.611,.325-.767,.304-1.875,.435-2.722,.323h0Z"></path><path fill="#bf2a2c" d="M15.537,20.486c-1.277-.123-2.499-.788-3.242-1.842-.807-1.1-1.061-2.553-.815-3.881,.131-.605,.395-1.21,.846-1.64-.359,.761-.481,1.634-.289,2.459,.298,1.647,1.689,3.041,3.355,3.282,.659,.191,1.34-.011,1.97-.215,1.388-.489,2.446-1.807,2.575-3.28,.11-.797-.012-1.626-.371-2.348,.205,.108,.463,.533,.615,.818,.53,1.026,.554,2.256,.242,3.351-.423,1.394-1.488,2.614-2.897,3.058-.639,.209-1.319,.272-1.988,.237h0Z"></path><path fill="#bf2a2c" d="M8.126,13.128c.157-.073,.804,.103,.884,.167s.213,.379,.22,.722c.12,0,.212,.107,.352,.27s.342,.476,.55,.537,.368,.359,.373,.734,.019,2.343,.046,2.474,.18,.55,.223,.672,.065,.143-.185,.288-1.388,.141-1.591-.135c-.148-.203-.009-.281,.081-.378s.122-.33,.15-.462,.101-.264,.12-.507-.024-1.32-.063-1.614-.706-.549-.864-.919-.506-1.752-.297-1.85Z"></path><path fill="#bf2a2c" d="M23.874,13.128c-.157-.073-.804,.103-.884,.167s-.213,.379-.22,.722c-.12,0-.212,.107-.352,.27s-.342,.476-.55,.537-.368,.359-.373,.734-.019,2.343-.046,2.474-.18,.55-.223,.672-.065,.143,.185,.288,1.388,.141,1.591-.135c.148-.203,.009-.281-.081-.378s-.122-.33-.15-.462-.101-.264-.12-.507,.024-1.32,.063-1.614,.706-.549,.864-.919,.506-1.752,.297-1.85Z"></path><path fill="#bf2a2c" d="M18.651,11.757c-.504-.238-.943-.525-1.43-.589-.452-.06-.841,.273-1.011,.465v-.798l.104-.258,.282,.33,.245-.271,.394,.251s-.312-.453-.304-1.041c0-.132-.339-.241-.775-.255v-.504l.721,.329-.408-.545,.556-.18-.838-.442c.065-.025,.108-.065,.108-.112,0-.075-.112-.136-.249-.136s-.249,.061-.249,.136c0,.055,.06,.102,.146,.124v1.332c-.427,.017-.756,.124-.756,.255,0,0-.1,.797-.326,1.087l.367-.341,.256,.304,.277-.309,.127,.247v.777c-.179-.194-.556-.502-.992-.444-.487,.064-.926,.351-1.43,.589-.504,.238-1.052,.467-1.554,.27,.061,.652,1.659,1.299,2.156,1.45s1.111-.15,1.334-.225c.223-.076,.311,.14,.245,.322-.066,.181,.018,.287,.13,.397,.025-.128,.067-.194,.111-.226v.45c-.088-.076-.274-.208-.486-.192,.035,.116,.35,.171,.27,.63-.08,.458-.225,.977-.005,1.382-.266-.117-.371,.07-.371,.07,0,0,.381,.137,.279,.513-.102,.376-.458,1.167,.044,1.714-.433-.201-.623-.062-.761-.248,.002,.473,.707,.785,1.029,.785h.322c.322,0,1.046-.313,1.049-.785-.138,.187-.328,.048-.761,.248,.502-.547,.147-1.337,.044-1.714-.102-.376,.279-.513,.279-.513,0,0-.105-.187-.371-.07,.22-.405,.075-.924-.005-1.382-.08-.458,.235-.514,.27-.63-.229-.018-.427,.138-.505,.209v-.479c.052,.026,.102,.092,.13,.237,.111-.11,.196-.216,.13-.397-.066-.181,.022-.397,.245-.322,.223,.076,.836,.377,1.334,.225s2.096-.798,2.156-1.45c-.502,.197-1.05-.032-1.554-.27Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"brush-2":{name:"brush-2",keywords:["brush-2","brush","remove","tool","delete","clear","color","paint","art","painting","drawing","broom","sweep","dust","tidy"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 11.35l0.22 2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 11.35l-0.22 2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.35 5.56l0.24-2.36c0.1-0.91-0.54-1.78-1.44-1.86a1.6 1.6 0 0 0-1.73 1.77l0.26 2.45-1.79 0.26a1.78 1.78 0 0 0-1.51 1.52l-0.79 5.66a0.89 0.89 0 0 0 0.88 1.02h9.08a0.89 0.89 0 0 0 0.88-1.02l-0.79-5.66a1.78 1.78 0 0 0-1.51-1.52l-1.78-0.26z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 8.68h-9.34"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 14.15l0.28 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 14.15l-0.28 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.66 6.94l0.31-2.95c0.12-1.13-0.67-2.22-1.8-2.32a2 2 0 0 0-2.17 2.2l0.33 3.07-2.23 0.32a2.22 2.22 0 0 0-1.89 1.89l-0.98 7.07a1.11 1.11 0 0 0 1.1 1.26h11.32a1.11 1.11 0 0 0 1.1-1.26l-0.98-7.07a2.22 2.22 0 0 0-1.89-1.89l-2.22-0.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 10.82h-11.66"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.63 16.96l0.33 3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.31 16.96l-0.33 3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.96 8.31l0.38-3.53c0.14-1.35-0.8-2.66-2.16-2.78a2.39 2.39 0 0 0-2.59 2.64l0.39 3.67-2.68 0.38a2.66 2.66 0 0 0-2.26 2.27l-1.17 8.47a1.33 1.33 0 0 0 1.31 1.52h13.58a1.33 1.33 0 0 0 1.31-1.52l-1.17-8.47a2.66 2.66 0 0 0-2.26-2.27l-2.67-0.38z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 12.97h-13.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 22.7l0.45 5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 22.7l-0.45 5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.69 11.13l0.5-4.73c0.19-1.81-1.07-3.56-2.89-3.72a3.2 3.2 0 0 0-3.47 3.53l0.52 4.91-3.58 0.52a3.56 3.56 0 0 0-3.02 3.03l-1.57 11.34a1.78 1.78 0 0 0 1.76 2.02h18.16a1.78 1.78 0 0 0 1.76-2.02l-1.57-11.34a3.56 3.56 0 0 0-3.02-3.03l-3.58-0.52z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 17.36h-18.7"></path></g>'}}},"bug-slash":{name:"bug-slash",keywords:["bug-slash","exterminator","animal","insect","virus","fly","error","none","antivirus","pesticide","slash","bug"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 5.12v-1.12a2 2 0 1 1 4 0v1.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 13.57v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.6 11.43a3.76 3.76 0 0 1-0.37-1.64v-2.89a1.78 1.78 0 0 1 1.78-1.78h4c0.26 0 0.51 0.06 0.73 0.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 8v1.79a3.78 3.78 0 0 1-3.78 3.78 3.77 3.77 0 0 1-1.47-0.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 8.68h-2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 6.45a2.45 2.45 0 0 1-2.45-2.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 8.68h2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 10.9a2.45 2.45 0 0 1 2.45 2.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 6.38v-1.38a2.5 2.5 0 1 1 5 0v1.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 16.93v-2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.74 14.26a4.69 4.69 0 0 1-0.47-2.05v-3.61a2.22 2.22 0 0 1 2.22-2.22h5c0.33 0 0.63 0.07 0.91 0.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 9.98v2.23a4.72 4.72 0 0 1-4.72 4.72 4.7 4.7 0 0 1-1.83-0.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 10.82h-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 8.05a3.05 3.05 0 0 1-3.05-3.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 10.82h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 13.6a3.05 3.05 0 0 1 3.05 3.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 7.65v-1.66a2.99 2.99 0 1 1 5.98 0v1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 20.28v-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.87 17.08a5.62 5.62 0 0 1-0.55-2.45v-4.32a2.66 2.66 0 0 1 2.66-2.66h5.98c0.39 0 0.76 0.08 1.1 0.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 11.96v2.67a5.65 5.65 0 0 1-5.65 5.65 5.63 5.63 0 0 1-2.19-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 12.97h-3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 9.64a3.66 3.66 0 0 1-3.66-3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 12.97h3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 16.29a3.66 3.66 0 0 1 3.66 3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 10.23v-2.22a4 4 0 1 1 8.01 0v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 27.14v-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.2 22.86a7.52 7.52 0 0 1-0.74-3.28v-5.78a3.56 3.56 0 0 1 3.56-3.56h8.01c0.52 0 1.02 0.11 1.46 0.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 16.01v3.57a7.57 7.57 0 0 1-7.57 7.56 7.53 7.53 0 0 1-2.94-0.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 17.36h-5.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 12.9a4.9 4.9 0 0 1-4.9-4.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 17.36h5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 21.8a4.9 4.9 0 0 1 4.89 4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},bulgaria:{name:"bulgaria",keywords:["flag","bulgaria"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#439571" d="M1 11H31V21H1z"></path><path fill="#fff" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#c63621" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},bullhorn:{name:"bullhorn",keywords:["bullhorn","speaker","megaphone","announcement","marketing","announce","loud"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.84 9.57l0.87 4.13a0.89 0.89 0 0 1-0.69 1.06l-0.87 0.18a0.89 0.89 0 0 1-1.05-0.68l-0.98-4.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 11.79s-1.72-2.23-3.78-2.22h-4.01a2.89 2.89 0 1 1 0-5.79h4c2.06 0 3.78-2.23 3.79-2.22v10.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 3.78v5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.58 5.34a1.54 1.54 0 0 1 0 2.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.77 11.93l1.09 5.16a1.11 1.11 0 0 1-0.85 1.32l-1.09 0.23a1.11 1.11 0 0 1-1.31-0.86l-1.23-5.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 14.71s-2.15-2.78-4.71-2.78h-5a3.61 3.61 0 1 1 0-7.21h5c2.57 0 4.72-2.78 4.71-2.78v12.77z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 4.72v7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.19 6.66a1.92 1.92 0 0 1 0 3.33"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.71 14.3l1.31 6.18a1.33 1.33 0 0 1-1.03 1.57l-1.3 0.28a1.33 1.33 0 0 1-1.58-1.03l-1.46-7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 17.62s-2.58-3.33-5.65-3.32h-5.99a4.32 4.32 0 1 1 0-8.65h5.99c3.07 0 5.65-3.33 5.65-3.32v15.29z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 5.65v8.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.79 7.98a2.3 2.3 0 0 1 0 3.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.67 19.14l1.75 8.27a1.78 1.78 0 0 1-1.37 2.11l-1.74 0.36a1.78 1.78 0 0 1-2.11-1.37l-1.96-9.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 23.59s-3.45-4.45-7.57-4.45h-8.01a5.79 5.79 0 1 1 0-11.57h8.01c4.12 0 7.57-4.45 7.57-4.45v20.46z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 7.57v11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.16 10.68a3.08 3.08 0 0 1 0 5.34"></path></g>'}}},"burkina-faso":{name:"burkina-faso",keywords:["flag","burkina","faso"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#479d52" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#dc3e36" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fcd116" d="M17.743 16.364L20.562 14.315 17.077 14.315 16 11 14.923 14.315 11.437 14.315 14.257 16.364 13.18 19.678 16 17.63 18.82 19.678 17.743 16.364z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},burundi:{name:"burundi",keywords:["flag","burundi"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#62af3f" rx="4" ry="4"></rect><path fill="#b92932" d="M16,16L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5c-1.037,0-1.974,.405-2.684,1.053l13.684,10.947Z"></path><path fill="#b92932" d="M16,16L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c1.037,0,1.974-.405,2.684-1.053l-13.684-10.947Z"></path><path fill="#fff" d="M28.304,4.236l-8.71,6.968c-1.002-.752-2.244-1.204-3.594-1.204s-2.591,.451-3.594,1.204L3.696,4.236c-1.003,.348-1.819,1.075-2.28,2.019l9.113,7.29c-.337,.75-.529,1.58-.529,2.455s.192,1.705,.529,2.455L1.417,25.745c.461,.944,1.277,1.671,2.28,2.019l8.71-6.968c1.002,.752,2.244,1.204,3.594,1.204s2.591-.451,3.594-1.204l8.71,6.968c1.003-.348,1.819-1.075,2.28-2.019l-9.113-7.29c.337-.75,.529-1.58,.529-2.455s-.192-1.705-.529-2.455l9.113-7.29c-.461-.944-1.277-1.671-2.28-2.019Z"></path><path fill="#b92932" d="M16.477 12.325L16 11.5 15.523 12.325 14.57 12.325 15.047 13.151 14.57 13.976 15.523 13.976 16 14.802 16.477 13.976 17.43 13.976 16.953 13.151 17.43 12.325 16.477 12.325z"></path><path fill="#b92932" d="M19.529 17.693L20.005 16.868 19.052 16.867 18.575 16.042 18.099 16.867 17.146 16.867 17.622 17.693 17.146 18.518 18.099 18.519 18.575 19.344 19.052 18.519 20.005 18.518 19.529 17.693z"></path><path fill="#b92932" d="M13.901 16.867L13.425 16.042 12.948 16.867 11.995 16.868 12.471 17.693 11.995 18.518 12.948 18.519 13.425 19.344 13.901 18.519 14.854 18.518 14.378 17.693 14.854 16.867 13.901 16.867z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},calendar:{name:"calendar",keywords:["calendar","plan","time","schedule","date","reminder","event","appointment"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 2.45h8.46q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78h-8.46q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 3.05h10.54q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22h-10.54q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.94h14.98"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 3.66h12.64q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66h-12.64q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.31h17.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 4.9h16.91q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.55h-16.91q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.13h24.04"></path></g>'}}},"calendar-alert":{name:"calendar-alert",keywords:["calendar-alert","alert","notification","warning","error","plan","time","schedule","date","reminder","event","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 7.12v-2.89a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h1.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 14.91h0.38a0.89 0.89 0 0 0 0.75-1.37l-2.61-4.12a0.89 0.89 0 0 0-1.5 0l-2.61 4.12a0.89 0.89 0 0 0 0.75 1.37h0.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 11.79v1.78"></path><path fill="currentColor" d="M11.79 16.02a0.67 0.67 0 1 0 0-1.33 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 8.9v-3.61a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h2.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 18.64h0.48a1.11 1.11 0 0 0 0.94-1.72l-3.27-5.15a1.11 1.11 0 0 0-1.87 0l-3.26 5.15a1.11 1.11 0 0 0 0.93 1.72h0.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.74 14.74v2.22"></path><path fill="currentColor" d="M14.74 20.02a0.84 0.84 0 1 0 0-1.66 0.84 0.84 0 0 0 0 1.66z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 10.65v-4.31a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h2.81"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 22.31h0.58a1.33 1.33 0 0 0 1.12-2.06l-3.92-6.16a1.33 1.33 0 0 0-2.24 0l-3.89 6.16a1.33 1.33 0 0 0 1.11 2.06h0.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.65 17.65v2.65"></path><path fill="currentColor" d="M17.65 23.96a1.01 1.01 0 1 0 0-1.99 1.01 1.01 0 0 0 0 1.99z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 14.16v-5.73a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h3.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 29.67h0.77a1.77 1.77 0 0 0 1.49-2.74l-5.21-8.19a1.77 1.77 0 0 0-2.98 0l-5.18 8.19a1.77 1.77 0 0 0 1.48 2.74h0.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.47 23.47v3.53"></path><path fill="currentColor" d="M23.47 31.87a1.34 1.34 0 1 0 0-2.65 1.34 1.34 0 0 0 0 2.65z" data-stroke="none"></path></g>'}}},"calendar-check-out":{name:"calendar-check-out",keywords:["calendar-check-out","arrow","right","out","plan","time","schedule","date","reminder","event","calendar","appointment","departure","check"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 10.46l2.22 2.22-2.22 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 8.48v-4.25a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.68h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.3 13.08l2.78 2.77-2.78 2.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 10.6v-5.31a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.08 15.85h-5.57"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.32 15.66l3.33 3.31-3.33 3.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 12.69v-6.35a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h5.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.64 18.98h-6.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.37 20.83l4.42 4.4-4.42 4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 16.88v-8.45a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h7.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.78 25.24h-8.87"></path></g>'}}},"calendar-clock":{name:"calendar-clock",keywords:["calendar-clock","plan","time","schedule","date","reminder","event","appointment","calendar","watch"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 7.12v-2.89a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.23"></path><path fill="currentColor" d="M12.46 8.46c-1.96 0-3.56 1.6-3.56 3.55s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.06 4.4a0.67 0.67 0 0 1-0.87 0.36l-1.44-0.59a0.67 0.67 0 0 1-0.42-0.62v-1.55a0.67 0.67 0 0 1 1.34 0v1.11l1.02 0.42a0.67 0.67 0 0 1 0.37 0.87z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.94h14.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 8.88v-3.61a2.22 2.22 0 0 0-2.22-2.22h-10.54a2.22 2.22 0 0 0-2.22 2.22v9.44a2.22 2.22 0 0 0 2.22 2.22h4.02"></path><path fill="currentColor" d="M15.54 10.55c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.57 5.49a0.83 0.83 0 0 1-1.09 0.45l-1.8-0.73a0.83 0.83 0 0 1-0.51-0.77v-1.95a0.83 0.83 0 0 1 1.66 0v1.39l1.28 0.52a0.83 0.83 0 0 1 0.46 1.09z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.31h17.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 10.65v-4.33a2.66 2.66 0 0 0-2.66-2.66h-12.64a2.66 2.66 0 0 0-2.66 2.66v11.3a2.66 2.66 0 0 0 2.66 2.66h4.83"></path><path fill="currentColor" d="M18.62 12.64c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.08 6.58a1 1 0 0 1-1.31 0.54l-2.15-0.88a1 1 0 0 1-0.62-0.92v-2.33a1 1 0 0 1 2 0v1.66l1.53 0.63a1 1 0 0 1 0.55 1.3z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.13h24.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 14.25v-5.8a3.56 3.56 0 0 0-3.56-3.56h-16.91a3.56 3.56 0 0 0-3.56 3.56v15.13a3.56 3.56 0 0 0 3.56 3.56h6.45"></path><path fill="currentColor" d="M24.92 16.91c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.12 8.81a1.33 1.33 0 0 1-1.75 0.73l-2.88-1.18a1.33 1.33 0 0 1-0.83-1.24v-3.12a1.33 1.33 0 0 1 2.67 0v2.22l2.06 0.85a1.33 1.33 0 0 1 0.73 1.74z" data-stroke="none"></path></g>'}}},"calendar-days":{name:"calendar-days",keywords:["calendar-week","calendar-days","calendar","days","appointment","event","reminder","date","schedule","time","plan"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 2.45h8.46q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78h-8.46q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="currentColor" d="M8.01 7.34c-0.49 0-0.89 0.4-0.89 0.89s0.4 0.89 0.89 0.89 0.89-0.4 0.89-0.89-0.4-0.89-0.89-0.89z" data-stroke="none"></path><path fill="currentColor" d="M11.13 9.12c0.49 0 0.89-0.4 0.88-0.89s-0.4-0.89-0.89-0.89-0.89 0.4-0.89 0.89 0.4 0.89 0.89 0.89z" data-stroke="none"></path><path fill="currentColor" d="M8.01 10.01c-0.49 0-0.89 0.4-0.89 0.89s0.4 0.89 0.89 0.89 0.89-0.4 0.89-0.89-0.4-0.89-0.89-0.89z" data-stroke="none"></path><path fill="currentColor" d="M4.9 10.01c-0.49 0-0.89 0.4-0.89 0.89s0.4 0.89 0.89 0.89 0.89-0.4 0.89-0.89-0.4-0.89-0.89-0.89z" data-stroke="none"></path><path fill="currentColor" d="M11.13 10.01c-0.49 0-0.89 0.4-0.9 0.89s0.4 0.89 0.89 0.89 0.89-0.4 0.89-0.89-0.4-0.89-0.89-0.89z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 3.05h10.54q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22h-10.54q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.94h14.98"></path><path fill="currentColor" d="M9.99 9.16c-0.61 0-1.11 0.5-1.11 1.11s0.5 1.11 1.11 1.11 1.11-0.5 1.11-1.11-0.5-1.11-1.11-1.11z" data-stroke="none"></path><path fill="currentColor" d="M13.88 11.38c0.61 0 1.11-0.5 1.11-1.11s-0.5-1.11-1.11-1.11-1.11 0.5-1.11 1.11 0.5 1.11 1.11 1.11z" data-stroke="none"></path><path fill="currentColor" d="M9.99 12.49c-0.61 0-1.11 0.5-1.11 1.11s0.5 1.11 1.11 1.11 1.11-0.5 1.11-1.11-0.5-1.11-1.11-1.11z" data-stroke="none"></path><path fill="currentColor" d="M6.11 12.49c-0.61 0-1.11 0.5-1.11 1.11s0.5 1.11 1.11 1.11 1.11-0.5 1.11-1.11-0.5-1.11-1.11-1.11z" data-stroke="none"></path><path fill="currentColor" d="M13.88 12.49c-0.61 0-1.11 0.5-1.11 1.11s0.5 1.11 1.11 1.11 1.11-0.5 1.11-1.11-0.5-1.11-1.11-1.11z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 3.66h12.64q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66h-12.64q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.31h17.96"></path><path fill="currentColor" d="M11.97 10.97c-0.73 0-1.33 0.6-1.33 1.33s0.6 1.33 1.33 1.33 1.33-0.6 1.33-1.33-0.6-1.33-1.33-1.33z" data-stroke="none"></path><path fill="currentColor" d="M16.63 13.63c0.73 0 1.33-0.6 1.33-1.33s-0.6-1.33-1.33-1.33-1.33 0.6-1.33 1.33 0.6 1.33 1.33 1.33z" data-stroke="none"></path><path fill="currentColor" d="M11.97 14.96c-0.73 0-1.33 0.6-1.33 1.33s0.6 1.33 1.33 1.33 1.33-0.6 1.33-1.33-0.6-1.33-1.33-1.33z" data-stroke="none"></path><path fill="currentColor" d="M7.32 14.96c-0.73 0-1.33 0.6-1.33 1.33s0.6 1.33 1.33 1.33 1.33-0.6 1.33-1.33-0.6-1.33-1.33-1.33z" data-stroke="none"></path><path fill="currentColor" d="M16.63 14.96c-0.73 0-1.33 0.6-1.33 1.33s0.6 1.33 1.33 1.33 1.33-0.6 1.33-1.33-0.6-1.33-1.33-1.33z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 4.9h16.91q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.55h-16.91q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.13h24.04"></path><path fill="currentColor" d="M16.02 14.69c-0.98 0-1.78 0.8-1.78 1.78s0.8 1.78 1.78 1.78 1.78-0.8 1.78-1.78-0.8-1.78-1.78-1.78z" data-stroke="none"></path><path fill="currentColor" d="M22.25 18.25c0.98 0 1.78-0.8 1.78-1.78s-0.8-1.78-1.78-1.78-1.78 0.8-1.78 1.78 0.8 1.78 1.78 1.78z" data-stroke="none"></path><path fill="currentColor" d="M16.02 20.02c-0.98 0-1.78 0.8-1.78 1.78s0.8 1.78 1.78 1.78 1.78-0.8 1.78-1.78-0.8-1.78-1.78-1.78z" data-stroke="none"></path><path fill="currentColor" d="M9.79 20.02c-0.98 0-1.78 0.8-1.78 1.78s0.8 1.78 1.78 1.78 1.78-0.8 1.78-1.78-0.8-1.78-1.78-1.78z" data-stroke="none"></path><path fill="currentColor" d="M22.25 20.02c-0.98 0-1.78 0.8-1.78 1.78s0.8 1.78 1.78 1.78 1.78-0.8 1.78-1.78-0.8-1.78-1.78-1.78z" data-stroke="none"></path></g>'}}},"calendar-grid":{name:"calendar-grid",keywords:["calendar-month","calendar","grid","days","month","appointment","event","reminder","date","schedule","time","plan"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 9.57h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 5.56v8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 5.56v8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 2.45h8.46q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78h-8.46q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 11.93h14.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 6.94v9.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 6.94v9.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 3.05v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 3.05h10.54q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22h-10.54q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.94h14.98"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 14.3h17.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 8.31v11.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 8.31v11.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 3.66h12.64q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66h-12.64q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.31h17.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19.14h24.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 11.13v16.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 11.13v16.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 4.9v-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 4.9h16.91q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.55h-16.91q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.13h24.04"></path></g>'}}},"calendar-minus":{name:"calendar-minus",keywords:["calendar-minus","remove","delete","cancel","plan","time","schedule","minus","date","reminder","event","appointment","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 8.68v-4.45a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 11.35h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 10.85v-5.56a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h7.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.19 14.19h-5.57"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 12.99v-6.65a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h8.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.97 16.99h-6.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 17.28v-8.85a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h11.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.55 22.6h-8.87"></path></g>'}}},"calendar-pen":{name:"calendar-pen",keywords:["calendar-pen","edit","settings","plan","preference","customize","time","schedule","pen","date","reminder","event","appointment","pencil","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 6.68v-2.45a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.28 14.2l2.81-2.81a0.89 0.89 0 0 0 0-1.26l-0.52-0.52a0.89 0.89 0 0 0-1.26 0l-2.81 2.81-0.71 2.49 2.49-0.71z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 8.35v-3.06a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h4.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.35 17.75l3.51-3.51a1.11 1.11 0 0 0 0-1.58l-0.65-0.65a1.11 1.11 0 0 0-1.57 0l-3.51 3.51-0.89 3.12 3.11-0.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 10v-3.66a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h5.41"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.38 21.25l4.2-4.2a1.33 1.33 0 0 0 0-1.9l-0.78-0.77a1.33 1.33 0 0 0-1.88 0l-4.2 4.19-1.06 3.74 3.72-1.06z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 13.3v-4.87a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h7.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.45 28.26l5.58-5.58a1.77 1.77 0 0 0 0-2.53l-1.04-1.02a1.77 1.77 0 0 0-2.5 0l-5.58 5.57-1.41 4.97 4.95-1.41z"></path></g>'}}},"calendar-plus":{name:"calendar-plus",keywords:["calendar-plus","add","create","new","plan","time","schedule","plus","date","reminder","event","appointment","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 9.12v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 6.61v-2.38a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h5.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 11.35h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.41 11.4v5.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 8.26v-2.97a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h7.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.19 14.19h-5.57"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.64 13.64v6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 9.88v-3.54a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h8.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.97 16.99h-6.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.12 18.14v8.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 13.14v-4.71a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h11.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.55 22.6h-8.87"></path></g>'}}},"calendar-refresh":{name:"calendar-refresh",keywords:["calendar-refresh","reload","sync","update","refresh","plan","time","schedule","date","reminder","event","appointment","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 11.79h2.23v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 7.06v-2.83a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.24 14.14a2.45 2.45 0 1 1 0.5-2.57"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.85 14.74h2.79v-2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 8.82v-3.53a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h4.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.8 17.68a3.06 3.06 0 1 1 0.63-3.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.98 17.65h3.33v-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 10.55v-4.21a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h5.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.31 21.16a3.66 3.66 0 1 1 0.76-3.85"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.24 23.47h4.43v-4.42"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 14.03v-5.6a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h7.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.34 28.14a4.87 4.87 0 1 1 1.01-5.12"></path></g>'}}},"calendar-search":{name:"calendar-search",keywords:["calendar-search","plan","time","schedule","lens","date","reminder","event","appointment","find","calendar","search"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.02 14.02a2 2 0 1 0 0-4.01 2 2 0 0 0 0 4.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 7.81v-3.58a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.43 13.43l1.48 1.48"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.02 17.52a2.5 2.5 0 1 0 0-5.01 2.5 2.5 0 0 0 0 5.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 9.76v-4.47a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h4.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.79 16.79l1.85 1.85"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.98 20.97a2.99 2.99 0 1 0 0-6 2.99 2.99 0 0 0 0 6z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 11.68v-5.34a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h5.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.1 20.1l2.21 2.21"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.91 27.89a3.98 3.98 0 1 0 0-7.98 3.98 3.98 0 0 0 0 7.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 15.53v-7.1a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h7.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.73 26.73l2.94 2.94"></path></g>'}}},"calendar-settings":{name:"calendar-settings",keywords:["calendar-settings","cog","settings","gear","plan","preference","customize","time","schedule","date","reminder","event","appointment","calendar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 2.45v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 5.56h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 9.57v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.51 10.41l-0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 12.46h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.51 14.51l-0.63-0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 15.35v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.41 14.51l0.63-0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 12.46h0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.41 10.41l0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 7.41v-3.18a1.78 1.78 0 0 0-1.78-1.78h-8.46a1.78 1.78 0 0 0-1.78 1.78v7.56a1.78 1.78 0 0 0 1.78 1.78h3.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 14.24a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 3.06v-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 6.95h15.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.58 11.96v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.14 13.01l-0.79 0.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.19 15.58h-1.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.14 18.14l-0.79-0.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.58 19.19v-1.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.01 18.14l0.79-0.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.96 15.58h1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.01 13.01l0.79 0.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 9.26v-3.97a2.23 2.23 0 0 0-2.22-2.23h-10.58a2.23 2.23 0 0 0-2.22 2.23v9.45a2.23 2.23 0 0 0 2.22 2.22h4.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.58 17.8a2.23 2.23 0 1 0 0-4.45 2.23 2.23 0 0 0 0 4.45z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 3.66v-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.32h17.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.65 14.32v1.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.71 15.57l-0.94 0.95"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.97 18.65h-1.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.71 21.71l-0.94-0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.65 22.97v-1.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.57 21.71l0.95-0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.32 18.65h1.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.57 15.57l0.95 0.95"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 11.08v-4.74a2.67 2.67 0 0 0-2.66-2.68h-12.66a2.67 2.67 0 0 0-2.66 2.68v11.31a2.67 2.67 0 0 0 2.66 2.65h5.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.65 21.31a2.67 2.67 0 1 0 0-5.33 2.67 2.67 0 0 0 0 5.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 4.87v-3.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 11.07h23.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.8 19.05v1.75"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.87 20.71l-1.25 1.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.55 24.8h-1.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.87 28.87l-1.25-1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.8 30.55v-1.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.71 28.87l1.26-1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.05 24.8h1.75"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.71 20.71l1.26 1.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 14.74v-6.31a3.55 3.55 0 0 0-3.54-3.56h-16.84a3.55 3.55 0 0 0-3.53 3.56v15.04a3.55 3.55 0 0 0 3.53 3.53h6.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.8 28.34a3.55 3.55 0 1 0 0-7.09 3.55 3.55 0 0 0 0 7.09z"></path></g>'}}},cambodia:{name:"cambodia",keywords:["flag","cambodia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ce2c2d" d="M1 8H31V24H1z"></path><path fill="#0f299c" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#0f299c" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M23,19.56h-.349v-.676h-.349v-.577h-.347v-.435h-.207v-.337c-1.181,.12-.041-2.08-.268-2.706-.088-.009-.162,.047-.201,.106,.061-.16-.094-.609-.184-.242h-.181v-.487c-.454,.425-.108,.088-.26-.33-.01,.067-.09,.196-.123,.185,.068-.165,.156-.285,.036-.509-.147,.466,.042-.047-.102-.253-.007,.054-.06,.209-.069,.197,.05-.796-.769-.795-.718,0-.009,.012-.062-.143-.069-.197-.143,.206,.045,.719-.102,.253-.121,.225-.033,.344,.036,.509-.033,.011-.113-.117-.123-.184-.152,.418,.194,.755-.26,.33v.852h-.219c.024-.097-.19-.093-.159,.002h-1.3l.002-.783c-.201,.078-.192,.183-.189,.307-.227,.098-.265-.318-.043-.304v-.323c-.041,.009-.158,.007-.262,.165v-.082c-.137-.012-.138,.117-.141,.367h-.036c-.098-.348,.306-.505,.096-.845-.337,.542,.262-.405-.03-.57-.267,.722,.085-.266-.144-.401-.175,.661,.045-.217-.104-.27-.232,.429,.065-.11-.094-.215-.166,.279-.063-.112-.049-.184h-.062l.022-.171h-.079l.019-.142h-.137l.013-.144h-.125c.031-.286-.322-.285-.292,0h-.125l.013,.144h-.137l.019,.142h-.079l.022,.171h-.061c.01,.067,.107,.463-.049,.184-.157,.11,.136,.646-.096,.208-.149,.101,.081,.885-.102,.277-.229,.134,.123,1.124-.144,.401-.292,.164,.307,1.112-.03,.57-.21,.341,.195,.498,.096,.845h-.017c-.001-.267,0-.377-.149-.367v.081c-.104-.156-.22-.154-.261-.164v.323c.218-.019,.188,.401-.034,.304,.006-.127,.003-.227-.197-.306v.783h-1.297c.031-.095-.183-.099-.159-.002h-.218v-.852c-.454,.425-.108,.088-.26-.33-.01,.067-.09,.196-.123,.184,.068-.165,.156-.285,.036-.509-.146,.466,.042-.047-.102-.253-.007,.054-.06,.209-.069,.197,.05-.796-.769-.795-.718,0-.009,.012-.062-.143-.069-.197-.143,.206,.045,.719-.102,.253-.121,.225-.032,.344,.036,.509-.033,.011-.113-.117-.123-.185-.152,.419,.194,.755-.26,.33v.487h-.181c-.09-.368-.245,.083-.184,.242-.039-.058-.114-.115-.201-.106-.227,.626,.914,2.824-.269,2.706v.337h-.207v.438l-.347-.003v.578h-.349v.676s-.349,0-.349,0v.724h2.493c.235,0,.683,0,.918,0h0s3.131,0,3.131,0h0c.235,0,.683,0,.918,0h0s3.125,0,3.125,0h0c.235,0,.683,0,.918,0h0s2.499,0,2.499,0v-.724Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},camera:{name:"camera",keywords:["camera","picture","photo","photography","image"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 3.34h-2l-0.45-1.2a0.89 0.89 0 0 0-0.83-0.58h-2.78a0.89 0.89 0 0 0-0.83 0.58l-0.45 1.2h-2a1.78 1.78 0 0 0-1.78 1.78v5.78a1.78 1.78 0 0 0 1.78 1.78h9.34a1.78 1.78 0 0 0 1.78-1.78v-5.78a1.78 1.78 0 0 0-1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.56a2.45 2.45 0 1 0 0 4.9 2.45 2.45 0 1 0 0-4.9z"></path><path fill="currentColor" d="M3.78 4.9a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 4.16h-2.5l-0.56-1.5a1.11 1.11 0 0 0-1.04-0.72h-3.46a1.11 1.11 0 0 0-1.04 0.72l-0.56 1.5h-2.5a2.22 2.22 0 0 0-2.22 2.22v7.22a2.22 2.22 0 0 0 2.22 2.22h11.66a2.22 2.22 0 0 0 2.22-2.22v-7.22a2.22 2.22 0 0 0-2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.94a3.05 3.05 0 1 0 0 6.1 3.05 3.05 0 1 0 0-6.1z"></path><path fill="currentColor" d="M4.72 6.11a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 4.99h-2.99l-0.67-1.8a1.33 1.33 0 0 0-1.25-0.86h-4.14a1.33 1.33 0 0 0-1.25 0.86l-0.67 1.8h-2.99a2.66 2.66 0 0 0-2.66 2.66v8.64a2.66 2.66 0 0 0 2.66 2.66h13.96a2.66 2.66 0 0 0 2.66-2.66v-8.64a2.66 2.66 0 0 0-2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 8.31a3.66 3.66 0 1 0 0 7.32 3.66 3.66 0 1 0 0-7.32z"></path><path fill="currentColor" d="M5.65 7.32a1 1 0 1 0 0 1.99 1 1 0 1 0 0-1.99z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 6.67h-4.01l-0.9-2.4a1.78 1.78 0 0 0-1.67-1.16h-5.54a1.78 1.78 0 0 0-1.67 1.16l-0.9 2.4h-4.01a3.56 3.56 0 0 0-3.56 3.56v11.57a3.56 3.56 0 0 0 3.56 3.56h18.7a3.56 3.56 0 0 0 3.56-3.56v-11.57a3.56 3.56 0 0 0-3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 11.13a4.9 4.9 0 1 0 0 9.79 4.9 4.9 0 1 0 0-9.79z"></path><path fill="currentColor" d="M7.57 9.79a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path></g>'}}},cameroon:{name:"cameroon",keywords:["flag","cameroon"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2a2c" d="M10 4H22V28H10z"></path><path fill="#357960" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#f6d44a" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f6d44a" d="M17.516 16.391L19.969 14.609 16.937 14.609 16 11.725 15.063 14.609 12.031 14.609 14.484 16.391 13.547 19.275 16 17.492 18.453 19.275 17.516 16.391z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},canada:{name:"canada",keywords:["flag","canada"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M8 4H24V28H8z"></path><path fill="#c53a28" d="M5,4h4V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#c53a28" d="M27,4h4V28h-4c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 27 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c53a28" d="M16.275,22.167l-.138-2.641c-.007-.16,.117-.296,.277-.304,.021,0,.042,0,.063,.004l2.629,.462-.355-.979c-.03-.08-.005-.17,.061-.223l2.88-2.332-.649-.303c-.091-.043-.135-.146-.104-.242l.569-1.751-1.659,.352c-.093,.019-.186-.029-.223-.116l-.321-.756-1.295,1.389c-.076,.08-.201,.083-.281,.007-.049-.047-.071-.115-.058-.182l.624-3.22-1.001,.578c-.095,.056-.217,.024-.272-.071-.002-.004-.004-.008-.006-.012l-1.016-1.995-1.016,1.995c-.049,.098-.169,.138-.267,.089-.004-.002-.008-.004-.012-.006l-1.001-.578,.624,3.22c.021,.108-.05,.212-.158,.233-.067,.013-.135-.009-.182-.058l-1.295-1.389-.321,.756c-.037,.087-.131,.136-.223,.116l-1.659-.352,.569,1.751c.031,.095-.013,.199-.104,.242l-.649,.303,2.88,2.332c.066,.054,.091,.144,.061,.223l-.355,.979,2.629-.462c.158-.027,.309,.079,.336,.237,.004,.021,.005,.042,.004,.063l-.138,2.641h.551Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"canary-islands":{name:"canary-islands",keywords:["flag","canary","islands"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0868a9" stroke-width="0" d="M10 4H22V28H10z"></path><path fill="#fff" stroke-width="0" d="m5,4h6v24h-6c-2.2077,0-4-1.7923-4-4V8c0-2.2077,1.7923-4,4-4Z"></path><path fill="#ffcc01" stroke-width="0" d="m25,4h6v24h-6c-2.2077,0-4-1.7923-4-4V8c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 26 16)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},"cape-verde":{name:"cape-verde",keywords:["flag","cape","verde"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#13348f" rx="4" ry="4"></rect><path fill="#bf312d" d="M1 17H31V21H1z"></path><path fill="#fff" d="M1 16H31V18H1z"></path><path fill="#fff" d="M1 20H31V22H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f7d116" d="M6.977 19.855L7.219 20.6 8.004 20.6 7.369 21.06 7.612 21.805 6.977 21.344 6.342 21.805 6.585 21.06 5.95 20.6 6.734 20.6 6.977 19.855z"></path><path fill="#f7d116" d="M6.912 15.959L7.155 16.703 7.939 16.703 7.304 17.163 7.547 17.908 6.912 17.448 6.277 17.908 6.52 17.163 5.885 16.703 6.67 16.703 6.912 15.959z"></path><path fill="#f7d116" d="M18.005 15.961L18.248 16.704 19.033 16.704 18.398 17.163 18.64 17.906 18.006 17.447 17.371 17.906 17.613 17.163 16.978 16.704 17.763 16.704 18.005 15.961z"></path><path fill="#f7d116" d="M17.933,19.857l.242,.743h.785l-.635,.459,.242,.743-.635-.459-.635,.459,.242-.743-.635-.459h.784l.242-.743Z"></path><path fill="#f7d116" d="M12.458,11.952l.242,.746h.785l-.635,.461,.243,.746-.635-.461-.635,.461,.242-.746-.635-.461h.784l.243-.746Z"></path><path fill="#f7d116" d="M12.46,23.644l.242,.746h.785l-.635,.461,.242,.746-.635-.461-.635,.461,.243-.746-.635-.461h.784l.243-.746Z"></path><path fill="#f7d116" d="M9.028,13.065l.242,.746h.785l-.635,.461,.243,.746-.635-.461-.635,.461,.242-.746-.635-.461h.784l.243-.746Z"></path><path fill="#f7d116" d="M15.883 22.534L16.125 23.28 16.91 23.28 16.275 23.741 16.518 24.487 15.883 24.026 15.248 24.487 15.491 23.741 14.856 23.28 15.64 23.28 15.883 22.534z"></path><path fill="#f7d116" d="M9.148 22.622L9.391 23.368 10.175 23.368 9.54 23.829 9.783 24.576 9.148 24.114 8.513 24.576 8.756 23.829 8.121 23.368 8.906 23.368 9.148 22.622z"></path><path fill="#f7d116" d="M15.783 12.98L16.026 13.726 16.811 13.726 16.176 14.187 16.418 14.933 15.784 14.472 15.149 14.933 15.391 14.187 14.757 13.726 15.541 13.726 15.783 12.98z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"car-ventilation":{name:"car-ventilation",keywords:["car-ventilation","air","car","ventilation","conditioner","hvac","fan","blower"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.73 6.9c-0.78 0.93-1.08 1.77-0.88 2.52 0.29 1.11 1.49 1.41 1.77 2.52 0.19 0.75-0.1 1.59-0.89 2.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.22 11.31c0.27 0.09 0.53 0.16 0.8 0.26v-8.01c-4-1.48-8.01-1.48-12.02 0v8.01c0.42-0.16 0.84-0.28 1.26-0.41"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.29 6.9c-0.78 0.93-1.08 1.77-0.89 2.52 0.29 1.11 1.49 1.41 1.77 2.52 0.19 0.75-0.1 1.59-0.88 2.52"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.14 8.6c-0.98 1.16-1.35 2.21-1.11 3.15 0.36 1.39 1.86 1.76 2.22 3.14 0.24 0.93-0.13 1.98-1.11 3.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.48 14.11c0.33 0.11 0.67 0.2 1 0.32v-9.99c-5-1.85-9.99-1.85-14.98 0v9.99c0.52-0.19 1.05-0.36 1.57-0.51"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.84 8.6c-0.98 1.16-1.35 2.21-1.11 3.15 0.36 1.39 1.86 1.76 2.22 3.14 0.24 0.93-0.13 1.98-1.11 3.15"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.55 10.31c-1.17 1.39-1.62 2.65-1.33 3.77 0.43 1.66 2.23 2.11 2.65 3.76 0.29 1.12-0.15 2.38-1.32 3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.75 16.9c0.4 0.13 0.8 0.24 1.2 0.39v-11.97c-5.99-2.22-11.97-2.22-17.96 0v11.97c0.63-0.23 1.26-0.43 1.89-0.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.39 10.31c-1.17 1.39-1.62 2.65-1.32 3.77 0.43 1.66 2.23 2.11 2.65 3.76 0.29 1.12-0.15 2.38-1.33 3.77"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.47 13.79c-1.57 1.86-2.16 3.55-1.78 5.05 0.57 2.22 2.98 2.82 3.56 5.04 0.39 1.5-0.21 3.18-1.78 5.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.43 22.62c0.53 0.17 1.07 0.32 1.61 0.52v-16.02c-8.01-2.97-16.02-2.97-24.04 0v16.02c0.84-0.31 1.68-0.57 2.53-0.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.57 13.79c-1.57 1.86-2.16 3.55-1.78 5.05 0.57 2.22 2.98 2.82 3.56 5.04 0.39 1.5-0.21 3.18-1.78 5.04"></path></g>'}}},"caret-down":{name:"caret-down",keywords:["triangle-down","triangle","arrow","caret","bottom","down"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M12.48 3.56h-8.94a1.56 1.56 0 0 0-1.32 2.39l4.47 7.05c0.29 0.45 0.78 0.72 1.32 0.73s1.03-0.27 1.32-0.73l4.47-7.05a1.56 1.56 0 1 0-1.32-2.39z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M15.57 4.44h-11.16a1.94 1.94 0 0 0-1.64 2.98l5.58 8.8c0.36 0.56 0.97 0.9 1.64 0.9s1.28-0.34 1.64-0.9l5.58-8.8a1.94 1.94 0 1 0-1.64-2.98z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M18.65 5.32h-13.36a2.33 2.33 0 0 0-1.97 3.57l6.68 10.54c0.43 0.68 1.16 1.08 1.97 1.08s1.54-0.4 1.97-1.08l6.68-10.54a2.33 2.33 0 1 0-1.97-3.57z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M24.96 7.12h-17.88a3.11 3.11 0 0 0-2.63 4.78l8.94 14.11c0.57 0.91 1.56 1.45 2.63 1.44s2.06-0.54 2.63-1.44l8.95-14.11a3.11 3.11 0 1 0-2.64-4.78z"></path></g>'}}},"caret-expand-y":{name:"caret-expand-y",keywords:["sort","caret-expand-y","arrow","caret","vertical","expand","maximize","open","screen","resize","menu","full","fullscreen","zoom","sorting","select"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M8.93 2.3c-0.41-0.61-1.43-0.61-1.84 0l-2.09 3.08a1.11 1.11 0 0 0 0.92 1.74h4.18a1.11 1.11 0 1 0 0.92-1.74l-2.09-3.08z"></path><path fill="currentColor" d="M10.1 8.9h-4.18a1.11 1.11 0 1 0-0.92 1.74l2.09 3.08a1.11 1.11 0 0 0 1.84 0l2.09-3.08a1.11 1.11 0 0 0-0.92-1.74z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M11.14 2.86c-0.52-0.76-1.78-0.76-2.3 0l-2.61 3.85a1.39 1.39 0 0 0 1.15 2.17h5.22a1.39 1.39 0 1 0 1.15-2.17l-2.61-3.85z"></path><path fill="currentColor" d="M12.6 11.1h-5.22a1.39 1.39 0 1 0-1.15 2.17l2.61 3.85a1.39 1.39 0 0 0 2.3 0l2.61-3.85a1.39 1.39 0 0 0-1.15-2.17z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M13.35 3.43c-0.62-0.92-2.13-0.92-2.76 0l-3.12 4.62a1.66 1.66 0 0 0 1.38 2.59h6.24a1.66 1.66 0 1 0 1.38-2.59l-3.12-4.62z"></path><path fill="currentColor" d="M15.09 13.3h-6.24a1.66 1.66 0 1 0-1.38 2.59l3.12 4.62a1.66 1.66 0 0 0 2.76 0l3.12-4.62a1.66 1.66 0 0 0-1.38-2.59z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M17.86 4.59c-0.83-1.22-2.86-1.22-3.68 0l-4.18 6.18a2.22 2.22 0 0 0 1.84 3.47h8.36a2.22 2.22 0 1 0 1.84-3.47l-4.18-6.18z"></path><path fill="currentColor" d="M20.2 17.8h-8.36a2.22 2.22 0 1 0-1.84 3.47l4.18 6.18a2.22 2.22 0 0 0 3.68 0l4.18-6.18a2.22 2.22 0 0 0-1.84-3.47z"></path></g>'}}},"caret-left":{name:"caret-left",keywords:["triangle-left","triangle","back","previous","arrow","caret","left"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M11.65 2.17a1.55 1.55 0 0 0-1.58 0.05l-7.05 4.47c-0.45 0.29-0.72 0.78-0.73 1.32s0.27 1.03 0.73 1.32l7.05 4.47a1.56 1.56 0 0 0 1.58 0.05 1.56 1.56 0 0 0 0.81-1.37v-8.94c0-0.57-0.31-1.09-0.81-1.37z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M14.53 2.71a1.94 1.94 0 0 0-1.97 0.06l-8.8 5.58c-0.56 0.36-0.9 0.97-0.9 1.64s0.34 1.28 0.9 1.64l8.8 5.58a1.94 1.94 0 0 0 1.97 0.06 1.94 1.94 0 0 0 1.01-1.7v-11.16c0-0.71-0.39-1.36-1.01-1.7z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M17.42 3.25a2.32 2.32 0 0 0-2.37 0.07l-10.54 6.68c-0.68 0.43-1.08 1.16-1.08 1.97s0.4 1.54 1.08 1.97l10.54 6.68a2.33 2.33 0 0 0 2.37 0.07 2.33 2.33 0 0 0 1.2-2.04v-13.36c0-0.85-0.46-1.63-1.2-2.04z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M23.31 4.35a3.11 3.11 0 0 0-3.17 0.09l-14.11 8.95c-0.91 0.57-1.45 1.56-1.44 2.63s0.54 2.06 1.44 2.63l14.11 8.95a3.11 3.11 0 0 0 3.17 0.09 3.12 3.12 0 0 0 1.61-2.73v-17.88c0-1.14-0.62-2.18-1.61-2.73z"></path></g>'}}},"caret-right":{name:"caret-right",keywords:["triangle-right","caret-right","triangle","arrow","caret","forward","next","right"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M13 6.69l-7.05-4.47a1.56 1.56 0 0 0-2.39 1.32v8.94a1.56 1.56 0 0 0 2.39 1.32l7.05-4.47c0.45-0.29 0.72-0.78 0.73-1.32s-0.27-1.03-0.73-1.32z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M16.22 8.35l-8.8-5.58a1.94 1.94 0 0 0-2.98 1.64v11.16a1.94 1.94 0 0 0 2.98 1.64l8.8-5.58c0.56-0.36 0.9-0.97 0.9-1.64s-0.34-1.28-0.9-1.64z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M19.43 10l-10.54-6.68a2.33 2.33 0 0 0-3.57 1.97v13.36a2.33 2.33 0 0 0 3.58 1.97l10.53-6.68c0.68-0.43 1.08-1.16 1.08-1.97s-0.4-1.54-1.08-1.97z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M26.01 13.39l-14.11-8.95a3.12 3.12 0 0 0-4.78 2.64v17.88a3.11 3.11 0 0 0 4.78 2.63l14.11-8.94c0.91-0.57 1.45-1.56 1.44-2.63s-0.54-2.06-1.44-2.63z"></path></g>'}}},"caret-up":{name:"caret-up",keywords:["triangle-up","triangle","caret-up","arrow","caret","top","up"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M9.33 3.02c-0.29-0.45-0.78-0.72-1.32-0.73s-1.03 0.27-1.32 0.73l-4.47 7.05a1.56 1.56 0 1 0 1.32 2.39h8.94a1.56 1.56 0 0 0 1.32-2.39l-4.47-7.05z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M11.63 3.76c-0.36-0.56-0.97-0.9-1.64-0.9s-1.28 0.34-1.64 0.9l-5.58 8.8a1.94 1.94 0 1 0 1.64 2.98h11.16a1.94 1.94 0 0 0 1.64-2.98l-5.58-8.8z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M13.94 4.51c-0.43-0.68-1.16-1.08-1.97-1.08s-1.54 0.4-1.97 1.08l-6.68 10.54a2.33 2.33 0 1 0 1.97 3.57h13.36a2.33 2.33 0 0 0 1.97-3.57l-6.68-10.54z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M18.65 6.03c-0.57-0.91-1.56-1.45-2.63-1.44s-2.06 0.54-2.63 1.44l-8.95 14.11a3.11 3.11 0 1 0 2.64 4.78h17.88a3.11 3.11 0 0 0 2.63-4.78l-8.94-14.11z"></path></g>'}}},"cart-shopping":{name:"cart-shopping",keywords:["shopping-cart","cart-shopping","basket","shopping","buy","trolley","cart","ecommerce","checkout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 1.56l1.2 0.3a0.89 0.89 0 0 1 0.66 0.73l0.97 6.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 11.79h-9.34a1.33 1.33 0 0 1 0-2.67h7.38a0.89 0.89 0 0 0 0.84-0.58l1.13-3.12a0.89 0.89 0 0 0-0.83-1.19h-9.08"></path><path fill="currentColor" d="M3.56 15.13a0.89 0.89 0 1 0 0-1.78 0.89 0.89 0 0 0 0 1.78z" data-stroke="none"></path><path fill="currentColor" d="M12.46 15.13a0.89 0.89 0 1 0 0-1.78 0.89 0.89 0 0 0 0 1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 1.94l1.5 0.38a1.11 1.11 0 0 1 0.83 0.91l1.2 8.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 14.71h-11.66a1.67 1.67 0 0 1 0-3.33h9.22a1.11 1.11 0 0 0 1.04-0.73l1.41-3.89a1.11 1.11 0 0 0-1.04-1.49h-11.33"></path><path fill="currentColor" d="M4.44 18.87a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22z" data-stroke="none"></path><path fill="currentColor" d="M15.54 18.87a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 2.33l1.79 0.45a1.33 1.33 0 0 1 1 1.09l1.43 9.76"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 17.62h-13.96a2 2 0 0 1 0-3.99h11.04a1.33 1.33 0 0 0 1.25-0.87l1.69-4.66a1.33 1.33 0 0 0-1.25-1.78h-13.57"></path><path fill="currentColor" d="M5.32 22.61a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66z" data-stroke="none"></path><path fill="currentColor" d="M18.62 22.61a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 3.12l2.4 0.6a1.78 1.78 0 0 1 1.33 1.47l1.92 13.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 23.59h-18.69a2.67 2.67 0 0 1 0-5.34h14.78a1.78 1.78 0 0 0 1.67-1.18l2.27-6.23a1.78 1.78 0 0 0-1.68-2.38h-18.16"></path><path fill="currentColor" d="M7.12 30.26a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z" data-stroke="none"></path><path fill="currentColor" d="M24.92 30.26a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z" data-stroke="none"></path></g>'}}},"cayman-islands":{name:"cayman-islands",keywords:["flag","cayman","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#001b69" stroke-width="0" rx="4" ry="4"></rect><path fill="#fff" stroke-width="0" d="m6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977h-4v2.794l-3.257-2.389c-.767.374-1.389.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24h2.464l3.036-2.226Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.806,5.589l3.285,2.411h1.364l-4.095-3.005c-.204.18-.39.377-.554.594Z"></path><polygon fill="#ca0a2b" stroke-width="0" points="1 16 6.454 12 6.454 13 2.363 16 1 16"></polygon><polygon fill="#ca0a2b" stroke-width="0" points="9.5 16 7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16"></polygon><polygon fill="#ca0a2b" stroke-width="0" points="16 15.667 11 12 11 13 15.091 16 16 16 16 15.667"></polygon><polygon fill="#ca0a2b" stroke-width="0" points="16 4 15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4"></polygon><path stroke-width="0" d="m27,4H5c-2.209,0-4,1.791-4,4v16c0,2.209,1.791,4,4,4h22c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3h22c1.654,0,3,1.346,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3h22c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#f9d24e" stroke-width="0" d="m22.447,12.392c-.355-.321-1.506-1.229-1.933-1.485-.036-.021-.051-.064-.038-.104.013-.038.061-.094.101-.094h.005c.215.028.445.094.689.195-.281-.222-.555-.406-.78-.524-.037-.019-.055-.062-.043-.101.011-.039.057-.1.098-.1h.003c.326.023.669.122,1.06.308-.32-.346-.67-.644-.954-.806-.037-.021-.053-.065-.039-.105.014-.038.062-.092.102-.092.002,0,.004,0,.007,0,.382.062.769.227,1.153.491l-.317-.615c-.019-.037-.01-.082.022-.108.022-.019.065-.036.1-.036.015,0,.028.004.038.011l.203.151c.161.117.309.225.481.396-.196-.386-.399-.7-.594-.984-.021-.032-.02-.074.003-.104.017-.021.042-.034.069-.034.01,0,.021.002.031.006.308.116.572.315.825.623.099-.074.209-.11.335-.11.049,0,.1.005.155.016-.019-.165.04-.3.093-.422.03-.068.061-.138.077-.215.007-.033.034-.06.067-.067.006,0,.012-.002.018-.002.028,0,.054.014.071.036.055.076.104.18.137.29.121-.133.294-.279.471-.323.007-.002.014-.003.021-.003.036,0,.068.022.082.057.016.042.011.123-.029.144-.012.007-.025.033-.037.065.123-.066.247-.104.355-.104.042.007.142.048.142.091,0,.042-.029.116-.071.124-.109.021-.156.119-.221.28l-.012.029c.041-.009.084-.017.132-.024.109-.157.286-.336.481-.522.017-.016.039-.024.061-.024.019,0,.037.006.053.018.033.025.074.093.056.131-.072.151-.152.355-.24.62.22-.207.474-.377.768-.513.012-.006.024-.009.037-.009.028,0,.056.015.073.039.023.035.04.112.01.142-.195.194-.478.657-.704,1.13.725-.757,1.359-1.006,1.62-1.108.011-.005.021-.007.032-.007.029,0,.056.015.073.04.023.034.039.11.009.14-.327.327-.732.788-1.1,1.243.385-.285.841-.562,1.325-.723.009-.003.019-.005.028-.005.03,0,.059.016.075.042.021.035.035.112.005.141-.28.269-.699.686-1.102,1.092.303-.087.579-.131.824-.131.108,0,.211.009.309.027.039.008.1.046.104.085.003.039.013.082-.024.096-.52.192-1.789.773-2.394,1.338-.016.015-.038.023-.06.023,0,0-2.395-.056-2.395-.056Z"></path><path fill="#fff" stroke-width="0" d="m24.184,8.569l.013.035c-.09.044-.11.247-.153.356.165-.141.359-.229.509-.229.019,0,.038.001.056.004v.037c-.243.045-.26.355-.387.54.095-.044.209-.067.315-.083.161-.184.335-.361.529-.545l.03.022c-.122.256-.249.631-.366,1.01.27-.34.601-.596,1.009-.785l.021.03c-.288.288-.718,1.067-.941,1.666.855-1.068,1.638-1.378,1.951-1.502l.02.031c-.504.504-1.156,1.284-1.583,1.871.43-.394,1.131-.95,1.898-1.206l.019.031c-.341.326-.885.871-1.359,1.352.385-.143.788-.241,1.14-.241.102,0,.2.008.293.026l.066.013c-.477.177-1.789.765-2.423,1.356l-2.393-.056c-.299-.299-1.461-1.215-1.89-1.473l.012-.035c.392.051.836.23,1.326.533-.443-.418-.967-.818-1.365-1.027l.01-.035c.474.034.951.235,1.432.512-.423-.533-.927-.974-1.275-1.173l.012-.035c.473.076.948.315,1.422.71-.162-.31-.353-.691-.495-.961l.029-.023c.367.284.612.395,1.074,1.006-.271-.666-.57-1.141-.858-1.561.318.12.585.332.844.667.106-.108.221-.15.347-.15.086,0,.177.019.275.049-.115-.302.081-.483.136-.739.07.098.139.266.162.434.105-.148.329-.382.537-.434m-.7-.175c-.012,0-.024.001-.036.004-.068.014-.121.067-.135.135-.015.071-.044.135-.072.199-.044.101-.095.218-.103.355-.022-.002-.044-.003-.065-.003-.116,0-.222.028-.318.083-.247-.286-.508-.475-.811-.589-.02-.008-.041-.011-.062-.011-.053,0-.104.024-.138.067-.047.06-.05.144-.007.207.118.172.238.354.358.557-.041-.03-.081-.06-.122-.089-.064-.047-.13-.095-.201-.15-.032-.024-.069-.037-.107-.037-.039,0-.079.013-.111.04-.064.053-.111.167-.073.24.052.099.11.212.172.331-.305-.173-.612-.286-.916-.335-.009-.002-.019-.002-.028-.002-.073,0-.14.046-.165.117-.028.08-.008.203.066.245.164.094.387.261.625.481-.24-.083-.465-.131-.682-.147-.004,0-.008,0-.013,0-.078,0-.147.052-.168.127-.023.08.004.2.077.238.101.053.212.12.33.198-.064-.014-.126-.025-.187-.033-.008,0-.015-.001-.023-.001-.074,0-.14.047-.165.117-.027.078-.008.2.063.242.412.247,1.569,1.16,1.856,1.447.032.032.075.05.12.051l2.393.056s.003,0,.004,0c.044,0,.087-.017.119-.047.594-.554,1.85-1.128,2.365-1.32.074-.027.12-.1.113-.179s-.064-.143-.141-.157l-.066-.013c-.1-.019-.21-.029-.325-.029-.167,0-.348.02-.541.059.33-.331.651-.65.88-.869.059-.057.071-.147.029-.217-.036-.059-.115-.113-.186-.113-.013,0-.026.002-.038.006-.294.098-.578.237-.842.396.247-.288.494-.558.707-.771.059-.059.068-.151.023-.22-.037-.056-.116-.106-.185-.106-.016,0-.031.003-.046.008-.22.087-.696.275-1.269.767.16-.281.322-.52.447-.644.06-.06.068-.155.02-.224-.038-.054-.115-.1-.184-.1-.019,0-.037.004-.054.011-.198.091-.378.197-.542.319.046-.122.089-.225.13-.311.036-.076.013-.167-.055-.217-.038-.027-.092-.044-.144-.044-.042,0-.082.011-.11.037-.059.056-.115.11-.168.163-.018-.073-.072-.147-.14-.158-.027-.005-.055-.007-.084-.007-.058,0-.119.009-.181.026-.003-.013-.006-.026-.011-.039-.028-.074-.111-.148-.19-.148-.01,0-.02.001-.029.004-.15.038-.295.14-.414.25-.029-.068-.064-.131-.101-.182-.033-.046-.086-.073-.142-.073h0Z"></path><path fill="#009431" stroke-width="0" d="m26.888,15.128c-.114,0-.215-.053-.312-.104-.098-.053-.191-.102-.298-.102l-.102.005c-.361,0-.429-.239-.489-.45-.021-.075-.043-.152-.077-.228-.37.146-.911.229-1.503.229-.507,0-.984-.063-1.308-.173-.292.234-.71.364-1.131.364-.593,0-1.124-.27-1.29-.656-.113-.262-.047-.541.184-.785-.035-.278-.17-.356-.468-.362h-.004c-.21,0-.422-.094-.559-.232-.09-.091-.14-.192-.146-.293-.002-.008-.003-.015-.003-.022-.021.019-.087.062-.12.062-.003,0-.057,0-.071,0-.021,0-.038-.003-.042-.017-.056-.173-.035-.345.056-.473.087-.123.227-.192.393-.196.058-.011.117-.044.179-.078.089-.05.19-.106.335-.106.363.005.527.146.671.271.111.095.215.186.357.21.033-.043.182-.097.309-.097.01,0,.113.016.123.02.201-.251.507-.388.822-.388.079,0,.16.009.239.025.073-.078.245-.127.429-.127.134,0,.269.026.39.076.097-.03.248-.045.398-.045.418,0,.762.113,1.02.338-.009-.025.045-.027.099-.027.679,0,1.16.351,1.674.876.033.065.124.101.189.126.082.032.178.069.223.138.017-.005.036-.011.053-.016.062-.019.126-.038.186-.038.031,0,.141.055.157.08.027.146-.063.224-.151.299-.061.054-.125.109-.146.167-.126.221-.292.263-.505.263h-.054c.052.079.107.147.166.219.166.203.336.414.397.873.043.195-.043.293-.098.333-.065.032-.118.044-.171.044Z"></path><path fill="#fff" stroke-width="0" d="m23.062,11.51c.123,0,.247.024.357.07.141-.024.287-.039.432-.039.348,0,.694.083.961.316.053-.004.105-.006.156-.006.631,0,1.089.316,1.611.85h0c.06.15.428.155.412.302h.002c.078,0,.209-.065.299-.065.036,0,.065.01.082.038.016.122-.243.224-.305.389-.095.165-.22.206-.422.206-.056,0-.119-.003-.188-.008-.004.006-.009.011-.013.017.212.413.535.519.622,1.182.033.146-.016.217-.063.251-.042.019-.081.027-.12.027-.196,0-.366-.206-.61-.206-.017,0-.035,0-.053.003-.017,0-.034.001-.049.001-.435,0-.335-.38-.525-.701-.383.171-.971.252-1.542.252-.484,0-.956-.058-1.28-.168-.385.255-.791.359-1.159.359-.938,0-1.623-.682-1.043-1.293.116-.098.098-.083.019-.167-.045-.262-.257-.337-.549-.344-.011,0-.022.001-.033.001-.259,0-.593-.223-.591-.461h-.002v-.015c-.058-.015-.091-.032-.123-.032-.031,0-.062.016-.114.064-.096-.296.07-.548.367-.555.195-.034.295-.185.513-.185.023,0,.048.002.074.005.008,0,.016,0,.024,0,.424,0,.551.411.916.474.076-.044.21-.096.324-.096.033,0,.065.004.092.014.244-.226.529-.382.851-.382.072,0,.146.008.222.024.13-.086.288-.126.447-.126m0-.175h0c-.175,0-.339.04-.48.117-.063-.01-.126-.015-.189-.015-.312,0-.616.124-.903.369-.013,0-.027-.002-.04-.002-.122,0-.251.041-.346.085-.094-.031-.173-.1-.263-.177-.149-.128-.334-.287-.631-.287-.034-.003-.067-.005-.098-.005-.167,0-.284.065-.378.117-.058.032-.109.061-.165.071-.165.001-.334.086-.436.229-.107.151-.132.352-.068.552.018.057.064.1.122.115.015.004.03.006.045.006.033,0,.066-.01.095-.028.028.074.076.146.142.212.156.157.389.259.594.259.005,0,.043-.001.047-.002.303.008.346.102.363.199.002.012.006.025.01.036-.246.276-.308.575-.186.86.182.424.733.709,1.371.709.411,0,.818-.118,1.184-.343.328.097.779.152,1.255.152.56,0,1.077-.073,1.453-.204.016.046.03.093.043.139.061.217.146.513.572.513l.06-.002s.008,0,.012,0c.122,0,.203.043.288.088.102.054.217.115.353.115.066,0,.131-.015.194-.043.088-.059.218-.186.16-.448-.061-.469-.248-.699-.413-.902-.022-.027-.044-.054-.065-.081.167-.016.338-.078.46-.288.026-.063.086-.115.134-.157.095-.083.213-.185.192-.342-.003-.024-.011-.048-.024-.069-.028-.045-.095-.122-.232-.122-.072,0-.146.022-.21.042-.065-.059-.154-.094-.219-.12-.042-.016-.112-.044-.129-.061-.009-.021-.013-.027-.029-.044-.529-.542-1.027-.903-1.736-.903-.032,0-.065,0-.099.002-.267-.207-.609-.312-1.019-.312-.132,0-.271.011-.414.033-.118-.042-.247-.065-.375-.065h0Z"></path><path fill="#fff" stroke-width="0" d="m23.626,23.62c-1.684,0-3.137-1.001-3.734-1.48-.152.131-.281.184-.406.184-.286-.04-.8-.384-.849-.813-.04-.345.186-.618.392-.748.231-.181.466-.418.5-.491.141-.2.262-.286.398-.308-.086-.178-.132-.364-.135-.562l.028-5.362h7.654v5.37c.003.2-.049.394-.153.586.28.084.429.265.573.439.12.146.285.346.396.385l.143.098c.339.51.093,1.015-.195,1.206-.069.046-.301.164-.54.164-.081,0-.157-.013-.225-.04-.056-.022-.106-.052-.15-.088-.612.502-1.989,1.461-3.571,1.461l-.126-.002Z"></path><path fill="#ca0a2b" stroke-width="0" d="m23.579,22.204c-2.322-1.197-3.535-1.865-3.549-2.805l.027-5.12h7.179v5.132c.014.864-1.291,1.679-3.55,2.794l-.053.027-.053-.027Z"></path><path fill="#f9d24e" stroke-width="0" d="m23.63,23.382c-1.803,0-3.342-1.21-3.751-1.561l-.051.056c-.089.096-.22.21-.343.21-.162-.024-.577-.296-.613-.602-.037-.31.25-.498.282-.519.221-.172.562-.484.599-.618.094-.121.166-.15.247-.15.187,0,.365.158.385.176.026.028,1.465,1.654,3.059,1.654l.141-.004c.962-.027,1.738-.398,2.221-.704.515-.327.818-.652.852-.698.048-.094.285-.412.553-.412.221.045.344.192.498.379.154.186.327.397.499.458l.074.06c.222.349-.006.708-.178.822-.059.039-.244.125-.408.125-.051,0-.098-.008-.139-.024-.09-.035-.153-.106-.176-.201v-.029c-.382.343-1.89,1.587-3.631,1.587,0,0-.122-.002-.122-.002Z"></path><path fill="#234f9a" stroke-width="0" d="m27.237,19.41v-3.32c-.185,0-.325.091-.562.296-.301.261-.642.201-1.083.04-.421-.181-.842-.501-1.263,0-.12.14-.401.341-.682.341-.301,0-.562-.201-.682-.341-.441-.501-.842-.181-1.263,0-.441.161-.802.221-1.103-.04-.221-.205-.358-.295-.552-.296l-.015,3.308c.014.94,1.227,1.608,3.549,2.805l.053.027.053-.026c2.26-1.115,3.565-1.931,3.55-2.794Z"></path><path fill="#fff" stroke-width="0" d="m23.646,19.874c.241,0,.722-.261.842-.321.441-.261.762-.02,1.023.1.281.12.802.261,1.123,0,.321-.261.501-.241.722-.241.04-.301.04-.602.04-.943v-.241c-.281-.06-.421.02-.722.281-.301.261-.642.201-1.083.04-.421-.18-.842-.501-1.263,0-.12.14-.401.341-.682.341-.301,0-.562-.201-.682-.341-.441-.501-.842-.18-1.263,0-.441.16-.802.221-1.103-.04-.281-.261-.421-.341-.722-.281v.241c0,.341.02.642.06.943.221,0,.381-.02.702.241.321.261.862.12,1.123,0,.281-.12.602-.361,1.043-.1.12.06.582.321.842.321h0Z"></path><path fill="#fff" stroke-width="0" d="m23.646,17.332c.241,0,.722-.261.842-.321.441-.261.762-.02,1.023.1.281.12.802.261,1.123,0,.321-.261.501-.241.722-.241.04-.301.04-.602.04-.943v-.241c-.281-.06-.421.02-.722.281-.301.261-.642.201-1.083.04-.421-.18-.842-.501-1.263,0-.12.14-.401.341-.682.341-.301,0-.562-.201-.682-.341-.441-.501-.842-.18-1.263,0-.441.16-.802.221-1.103-.04-.281-.261-.421-.341-.722-.281v.241c0,.341.02.642.06.943.221,0,.381-.02.702.241.321.261.862.12,1.123,0,.281-.12.602-.361,1.043-.1.12.06.582.321.842.321h0Z"></path></g>'}}},"central-african-republic":{name:"central-african-republic",keywords:["flag","central","african","republic"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#4b9638" d="M1 15H31V22H1z"></path><path fill="#fff" d="M1 9H31V16H1z"></path><path fill="#0f2c7e" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#f8d147" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path fill="#f8d147" d="M7.575 7.472L8.875 6.528 7.269 6.528 6.772 5 6.276 6.528 4.669 6.528 5.969 7.472 5.472 9 6.772 8.056 8.072 9 7.575 7.472z"></path><path fill="#c22b38" d="M13 4H19V28H13z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},chad:{name:"chad",keywords:["flag","chad"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6ce46" d="M10 4H22V28H10z"></path><path fill="#0a2060" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#b72733" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"chart-column":{name:"chart-column",keywords:["graph-bar","chart-column","vertical","graph","report","bar","diagram","statistics","data","chart","column"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 3.34v7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 6.01v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 8.68v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 2.45v8.9a1.78 1.78 0 0 0 1.78 1.78h9.34"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 4.16v8.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 7.49v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 10.82v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 3.05v11.1a2.22 2.22 0 0 0 2.22 2.22h11.66"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 4.99v10.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 8.98v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 12.97v2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 3.66v13.3a2.66 2.66 0 0 0 2.66 2.66h13.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 6.67v14.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 12.02v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 17.36v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 4.9v17.8a3.56 3.56 0 0 0 3.56 3.56h18.69"></path></g>'}}},"chart-line":{name:"chart-line",keywords:["graph-line","chart-line","graph","report","diagram","statistics","data","chart","line","average"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 9.57l3.24-3.25a0.45 0.45 0 0 1 0.63 0l2.93 2.93a0.45 0.45 0 0 0 0.63 0l3.69-3.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 2.45v8.9a1.78 1.78 0 0 0 1.78 1.78h9.34"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 11.93l4.05-4.04a0.56 0.56 0 0 1 0.78 0l3.66 3.65a0.56 0.56 0 0 0 0.78 0l4.61-4.6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 3.05v11.1a2.22 2.22 0 0 0 2.22 2.22h11.66"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 14.3l4.85-4.85a0.67 0.67 0 0 1 0.94 0l4.38 4.38a0.67 0.67 0 0 0 0.94 0l5.51-5.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 3.66v13.3a2.66 2.66 0 0 0 2.66 2.66h13.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 19.14l6.48-6.49a0.89 0.89 0 0 1 1.26 0l5.86 5.86a0.89 0.89 0 0 0 1.26 0l7.38-7.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 4.9v17.8a3.56 3.56 0 0 0 3.56 3.56h18.69"></path></g>'}}},"chart-pie":{name:"chart-pie",keywords:["pie-chart","chart-pie","graph","report","diagram","statistic","data","chart","pie"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.89 10.68a6.45 6.45 0 1 1-8.55-8.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 8.01a6.45 6.45 0 0 0-6.45-6.45v6.45h6.45z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.32 13.32a8.05 8.05 0 1 1-10.66-10.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.99a8.05 8.05 0 0 0-8.05-8.05v8.05h8.05z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.75 15.96a9.64 9.64 0 1 1-12.77-12.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 11.97a9.64 9.64 0 0 0-9.64-9.64v9.64h9.64z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.77 21.36a12.91 12.91 0 1 1-17.09-17.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 16.02a12.9 12.9 0 0 0-12.91-12.9v12.9h12.91z"></path></g>'}}},"check-2":{name:"check-2",keywords:["check","check-2","mark","done","complete","approve","checked","success"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 8.46l3.33 3.33 7.79-7.79"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 10.55l4.17 4.16 9.71-9.71"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 12.64l4.99 4.98 11.63-11.63"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 16.91l6.67 6.67 15.58-15.57"></path></g>'}}},"chevron-down":{name:"chevron-down",keywords:["chevron-down","chevron","arrow","down","bottom"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 5.79l-5.56 5.56-5.56-5.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 7.22l-6.94 6.93-6.94-6.93"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 8.64l-8.31 8.32-8.31-8.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 11.57l-11.12 11.13-11.13-11.13"></path></g>'}}},"chevron-left":{name:"chevron-left",keywords:["chevron-left","chevron","back","previous","arrow","left"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 13.57l-5.56-5.56 5.56-5.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 16.93l-6.94-6.94 6.94-6.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 20.28l-8.32-8.31 8.32-8.31"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 27.14l-11.13-11.12 11.13-11.13"></path></g>'}}},"chevron-right":{name:"chevron-right",keywords:["chevron-right","chevron","forward","next","right","arrow"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.79 2.45l5.56 5.56-5.56 5.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.22 3.05l6.93 6.94-6.93 6.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.64 3.66l8.32 8.31-8.32 8.31"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.57 4.9l11.13 11.12-11.13 11.13"></path></g>'}}},"chevron-up":{name:"chevron-up",keywords:["chevron-up","chevron","arrow","top","up"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 10.23l5.56-5.56 5.56 5.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 12.77l6.94-6.94 6.94 6.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 15.3l8.31-8.32 8.31 8.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 20.47l11.12-11.13 11.13 11.13"></path></g>'}}},chile:{name:"chile",keywords:["flag","chile"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c73a29" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#fff" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#1435a1" d="M5,4H13v12H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M8.146 10.674L10.001 9.326 7.708 9.326 7 7.146 6.292 9.326 3.999 9.326 5.854 10.674 5.145 12.854 7 11.507 8.855 12.854 8.146 10.674z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},china:{name:"china",keywords:["flag","china"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#db362f" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#ff0" d="M7.958 10.152L7.19 7.786 6.421 10.152 3.934 10.152 5.946 11.614 5.177 13.979 7.19 12.517 9.202 13.979 8.433 11.614 10.446 10.152 7.958 10.152z"></path><path fill="#ff0" d="M12.725 8.187L13.152 8.898 13.224 8.072 14.032 7.886 13.269 7.562 13.342 6.736 12.798 7.361 12.035 7.037 12.461 7.748 11.917 8.373 12.725 8.187z"></path><path fill="#ff0" d="M14.865 10.372L14.982 11.193 15.37 10.46 16.187 10.602 15.61 10.007 15.997 9.274 15.253 9.639 14.675 9.044 14.793 9.865 14.048 10.23 14.865 10.372z"></path><path fill="#ff0" d="M15.597 13.612L16.25 13.101 15.421 13.13 15.137 12.352 14.909 13.149 14.081 13.179 14.769 13.642 14.541 14.439 15.194 13.928 15.881 14.391 15.597 13.612z"></path><path fill="#ff0" d="M13.26 15.535L13.298 14.707 12.78 15.354 12.005 15.062 12.46 15.754 11.942 16.402 12.742 16.182 13.198 16.875 13.236 16.047 14.036 15.827 13.26 15.535z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"circle-bolt":{name:"circle-bolt",keywords:["circle-bolt","circle","lightning","charge","power","energy","flash","electric","bolt","electricity"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.51 12.02l2.91-4.23h-2.63l0.72-3.78-2.91 4.22h2.63l-0.72 3.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.37 14.99l3.62-5.28h-3.28l0.9-4.71-3.62 5.27h3.28l-0.9 4.72z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.22 17.96l4.34-6.32h-3.92l1.08-5.65-4.34 6.31h3.92l-1.08 5.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.02 24.03l5.81-8.46h-5.25l1.44-7.56-5.81 8.46h5.25l-1.44 7.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},"circle-caret-right":{name:"circle-caret-right",keywords:["play","circle-caret-right","circle","arrow","caret","forward","next","right"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M9.93 7.46l-2.66-1.8a0.67 0.67 0 0 0-1.04 0.55v3.6a0.67 0.67 0 0 0 1.04 0.55l2.66-1.8a0.67 0.67 0 0 0 0-1.1z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M12.38 9.3l-3.31-2.24a0.83 0.83 0 0 0-1.3 0.69v4.48a0.83 0.83 0 0 0 1.3 0.69l3.31-2.24a0.83 0.83 0 0 0 0-1.38z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M14.84 11.14l-3.97-2.69a1 1 0 0 0-1.56 0.83v5.38a1 1 0 0 0 1.56 0.83l3.97-2.69a1 1 0 0 0 0-1.66z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M19.86 14.91l-5.32-3.59a1.33 1.33 0 0 0-2.08 1.1v7.2a1.33 1.33 0 0 0 2.08 1.1l5.32-3.59a1.33 1.33 0 0 0 0-2.22z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},"circle-check-1":{name:"circle-check-1",keywords:["check-circle-fill","circle-check-1","circle","check","mark","tick","success","complete","checked","approved","done"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M8.01 0.89c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m3.42 5.08l-3.78 4.9a0.67 0.67 0 0 1-0.51 0.25h-0.02a0.67 0.67 0 0 1-0.5-0.22l-2-2.22a0.67 0.67 0 0 1 0.99-0.9l1.47 1.64 3.29-4.27a0.67 0.67 0 0 1 1.06 0.82z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M9.99 1.11c-4.9 0-8.88 3.98-8.88 8.88s3.98 8.88 8.88 8.88 8.88-3.98 8.88-8.88-3.98-8.88-8.88-8.88z m4.27 6.34l-4.72 6.1a0.83 0.83 0 0 1-0.63 0.32h-0.03a0.84 0.84 0 0 1-0.62-0.27l-2.5-2.78a0.83 0.83 0 0 1 1.24-1.11l1.83 2.03 4.11-5.31a0.83 0.83 0 0 1 1.32 1.01z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M11.97 1.33c-5.87 0-10.64 4.77-10.64 10.64s4.77 10.64 10.64 10.64 10.64-4.77 10.64-10.64-4.77-10.64-10.64-10.64z m5.11 7.59l-5.65 7.32a1 1 0 0 1-0.75 0.38h-0.04a1 1 0 0 1-0.74-0.33l-2.99-3.32a1 1 0 0 1 1.48-1.34l2.19 2.44 4.92-6.37a1 1 0 0 1 1.58 1.22z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M16.02 1.78c-7.85 0-14.24 6.39-14.24 14.24s6.39 14.24 14.24 14.24 14.24-6.39 14.24-14.24-6.39-14.24-14.24-14.24z m6.84 10.16l-7.56 9.79a1.33 1.33 0 0 1-1.01 0.52h-0.05a1.34 1.34 0 0 1-0.99-0.44l-4.01-4.45a1.34 1.34 0 0 1 1.99-1.79l2.93 3.26 6.59-8.52a1.33 1.33 0 0 1 2.11 1.63z"></path></g>'}}},"circle-check":{name:"circle-check",keywords:["check-circle","circle-check","circle","check","mark","tick","success","complete","checked","approved","done"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.23l2 2.23 3.78-4.9"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 10.27l2.5 2.77 4.72-6.1"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 12.3l2.99 3.33 5.65-7.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 16.46l4.01 4.45 7.56-9.79"></path></g>'}}},"circle-dollar":{name:"circle-dollar",keywords:["circle-dollar","circle","dollar","money","exchange","currency","value","finance"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a6.45 6.45 0 1 0 0-12.9 6.45 6.45 0 0 0 0 12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.56h-2.12a1.22 1.22 0 1 0 0 2.45h1.12a1.22 1.22 0 1 1 0 2.45h-2.12m1.56-5.79v0.89m0 5.79v-0.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a8.05 8.05 0 1 0 0-16.1 8.05 8.05 0 0 0 0 16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 6.94h-2.63a1.53 1.53 0 1 0 0 3.05h1.38a1.53 1.53 0 1 1 0 3.05h-2.63m1.94-7.21v1.11m0 7.21v-1.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a9.64 9.64 0 1 0 0-19.28 9.64 9.64 0 0 0 0 19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.31h-3.16a1.83 1.83 0 1 0 0 3.66h1.66a1.83 1.83 0 1 1 0 3.66h-3.16m2.33-8.65v1.33m0 8.65v-1.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a12.9 12.9 0 1 0 0-25.81 12.9 12.9 0 0 0 0 25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 11.13h-4.23a2.45 2.45 0 1 0 0 4.89h2.22a2.45 2.45 0 1 1 0 4.9h-4.22m3.11-11.57v1.78m0 11.57v-1.78"></path></g>'}}},"circle-dollar-in":{name:"circle-dollar-in",keywords:["circle-dollar-in","arrow","transfer","payment","dollar","receive","transaction","exchange","money","currency","finance"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.56h-2.12a1.22 1.22 0 1 0 0 2.45h1.12a1.22 1.22 0 1 1 0 2.45h-2.12m1.56-5.79v0.89m0 5.79v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 15.35l-2.23-2.22 2.23-2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.43 8.59c0.02-0.19 0.03-0.38 0.03-0.58a6.45 6.45 0 1 0-6.45 6.45 6.5 6.5 0 0 0 0.58-0.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.13 13.13h4.22"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 6.94h-2.63a1.53 1.53 0 1 0 0 3.05h1.38a1.53 1.53 0 1 1 0 3.05h-2.63m1.94-7.21v1.11m0 7.21v-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 19.15l-2.77-2.78 2.77-2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18 10.71c0.02-0.24 0.04-0.48 0.04-0.72a8.05 8.05 0 1 0-8.05 8.05 8.1 8.1 0 0 0 0.72-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.88 16.37h5.27"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.31h-3.16a1.83 1.83 0 1 0 0 3.66h1.66a1.83 1.83 0 1 1 0 3.66h-3.16m2.33-8.65v1.33m0 8.65v-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 22.94l-3.33-3.32 3.33-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.57 12.83c0.03-0.28 0.04-0.57 0.04-0.86a9.64 9.64 0 1 0-9.64 9.64 9.71 9.71 0 0 0 0.86-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.63 19.62h6.31"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 11.13h-4.23a2.45 2.45 0 1 0 0 4.89h2.22a2.45 2.45 0 1 1 0 4.9h-4.22m3.11-11.57v1.78m0 11.57v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 30.71l-4.45-4.45 4.45-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.87 17.17c0.04-0.38 0.06-0.77 0.05-1.15a12.9 12.9 0 1 0-12.9 12.9 12.99 12.99 0 0 0 1.15-0.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.25 26.25h8.46"></path></g>'}}},"circle-dollar-out":{name:"circle-dollar-out",keywords:["circle-dollar-out","arrow","send","transfer","payment","dollar","receive","transaction","exchange","money","currency","finance"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.56h-2.12a1.22 1.22 0 1 0 0 2.45h1.12a1.22 1.22 0 1 1 0 2.45h-2.12m1.56-5.79v0.89m0 5.79v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 10.9l2.22 2.23-2.22 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.43 8.59c0.02-0.19 0.03-0.38 0.03-0.58a6.45 6.45 0 1 0-6.45 6.45c0.19 0 0.38-0.01 0.57-0.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.13 13.13h-4.23"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 6.94h-2.63a1.53 1.53 0 1 0 0 3.05h1.38a1.53 1.53 0 1 1 0 3.05h-2.63m1.94-7.21v1.11m0 7.21v-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 13.6l2.78 2.77-2.78 2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18 10.71c0.02-0.24 0.04-0.48 0.04-0.72a8.05 8.05 0 1 0-8.05 8.05c0.24 0 0.48-0.02 0.71-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.87 16.37h-5.27"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.31h-3.16a1.83 1.83 0 1 0 0 3.66h1.66a1.83 1.83 0 1 1 0 3.66h-3.16m2.33-8.65v1.33m0 8.65v-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 16.29l3.32 3.33-3.32 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.57 12.83c0.03-0.28 0.04-0.57 0.04-0.86a9.64 9.64 0 1 0-9.64 9.64c0.29 0 0.57-0.02 0.85-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.61 19.62h-6.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 11.13h-4.23a2.45 2.45 0 1 0 0 4.89h2.22a2.45 2.45 0 1 1 0 4.9h-4.22m3.11-11.57v1.78m0 11.57v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 21.8l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.87 17.17c0.04-0.38 0.06-0.77 0.05-1.15a12.9 12.9 0 1 0-12.9 12.9c0.39 0 0.77-0.02 1.14-0.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.26 26.25h-8.46"></path></g>'}}},"circle-info":{name:"circle-info",keywords:["info","circle-info","information","faq","help","support","circle","details","about","tooltip"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a6.45 6.45 0 1 0 0-12.9 6.45 6.45 0 0 0 0 12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.35v-3.12a0.45 0.45 0 0 0-0.45-0.44h-0.66"></path><path fill="currentColor" d="M8.01 6.01a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a8.05 8.05 0 1 0 0-16.1 8.05 8.05 0 0 0 0 16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.15v-3.88a0.56 0.56 0 0 0-0.56-0.56h-0.83"></path><path fill="currentColor" d="M9.99 7.49a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a9.64 9.64 0 1 0 0-19.28 9.64 9.64 0 0 0 0 19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 16.96v-4.66a0.67 0.67 0 0 0-0.67-0.66h-0.99"></path><path fill="currentColor" d="M11.97 8.98a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a12.9 12.9 0 1 0 0-25.81 12.9 12.9 0 0 0 0 25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 22.7v-6.23a0.89 0.89 0 0 0-0.89-0.89h-1.33"></path><path fill="currentColor" d="M16.02 12.02a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none"></path></g>'}}},"circle-minus-1":{name:"circle-minus-1",keywords:["circle-minus-1","fill","close","exit","remove","delete","circle","cancel","decrease","minus","subtract"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M8.01 0.89c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m2.89 7.79h-5.78a0.67 0.67 0 0 1 0-1.34h5.78a0.67 0.67 0 0 1 0 1.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M9.99 1.11c-4.9 0-8.88 3.98-8.88 8.88s3.98 8.88 8.88 8.88 8.88-3.98 8.88-8.88-3.98-8.88-8.88-8.88z m3.61 9.71h-7.22a0.83 0.83 0 0 1 0-1.66h7.22a0.83 0.83 0 0 1 0 1.66z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M11.97 1.33c-5.87 0-10.64 4.77-10.64 10.64s4.77 10.64 10.64 10.64 10.64-4.77 10.64-10.64-4.77-10.64-10.64-10.64z m4.32 11.64h-8.64a1 1 0 0 1 0-2h8.64a1 1 0 0 1 0 2z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M16.02 1.78c-7.85 0-14.24 6.39-14.24 14.24s6.39 14.24 14.24 14.24 14.24-6.39 14.24-14.24-6.39-14.24-14.24-14.24z m5.79 15.58h-11.57a1.33 1.33 0 0 1 0-2.67h11.57a1.33 1.33 0 0 1 0 2.67z"></path></g>'}}},"circle-minus":{name:"circle-minus",keywords:["minus-circle","circle-minus","close","exit","remove","delete","circle","cancel","decrease","minus","subtract"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.01h5.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.99h7.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 11.97h8.64"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 16.02h11.57"></path></g>'}}},"circle-pause":{name:"circle-pause",keywords:["circle-pause","control","circle","stop","media","button","pause"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 10.46v-4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 10.46v-4.9"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 13.04v-6.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 13.04v-6.1"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 15.63v-7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 15.63v-7.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 20.91v-9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 20.91v-9.79"></path></g>'}}},"circle-plus-1":{name:"circle-plus-1",keywords:["circle-plus-1","add","create","new","circle","cross","plus","positive"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M8.01 0.89c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m2.89 7.79h-2.22v2.22a0.67 0.67 0 0 1-1.34 0v-2.22h-2.22a0.67 0.67 0 0 1 0-1.34h2.22v-2.22a0.67 0.67 0 0 1 1.34 0v2.22h2.22a0.67 0.67 0 0 1 0 1.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M9.99 1.11c-4.9 0-8.88 3.98-8.88 8.88s3.98 8.88 8.88 8.88 8.88-3.98 8.88-8.88-3.98-8.88-8.88-8.88z m3.61 9.71h-2.78v2.78a0.83 0.83 0 0 1-1.66 0v-2.78h-2.78a0.83 0.83 0 0 1 0-1.66h2.78v-2.78a0.83 0.83 0 0 1 1.66 0v2.78h2.78a0.83 0.83 0 0 1 0 1.66z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M11.97 1.33c-5.87 0-10.64 4.77-10.64 10.64s4.77 10.64 10.64 10.64 10.64-4.77 10.64-10.64-4.77-10.64-10.64-10.64z m4.32 11.64h-3.32v3.32a1 1 0 0 1-2 0v-3.32h-3.32a1 1 0 0 1 0-2h3.32v-3.32a1 1 0 0 1 2 0v3.32h3.32a1 1 0 0 1 0 2z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M16.02 1.78c-7.85 0-14.24 6.39-14.24 14.24s6.39 14.24 14.24 14.24 14.24-6.39 14.24-14.24-6.39-14.24-14.24-14.24z m5.79 15.58h-4.46v4.45a1.33 1.33 0 0 1-2.67 0v-4.45h-4.45a1.33 1.33 0 0 1 0-2.67h4.46v-4.45a1.33 1.33 0 0 1 2.67 0v4.45h4.45a1.33 1.33 0 0 1 0 2.67z"></path></g>'}}},"circle-plus":{name:"circle-plus",keywords:["plus-circle","circle-plus","add","create","new","circle","cross","plus","positive"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.01h5.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.12v5.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.99h7.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.38v7.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 11.97h8.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 7.65v8.64"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 16.02h11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 10.23v11.57"></path></g>'}}},"circle-question":{name:"circle-question",keywords:["question","circle-question","information","faq","help","support","circle","mark","info","ask"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.16 5.89c0.35-0.94 1.15-1.33 1.94-1.33 0.8 0 1.62 0.57 1.62 1.61 0 1.59-1.62 1.31-1.86 2.73"></path><path fill="currentColor" d="M7.82 12.07a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.69 7.35c0.43-1.17 1.44-1.66 2.42-1.66 0.99 0 2.02 0.71 2.01 2.01 0 1.98-2.02 1.63-2.32 3.4"></path><path fill="currentColor" d="M9.76 15.06a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.21 8.8c0.52-1.41 1.72-1.98 2.9-1.98 1.19 0 2.42 0.85 2.42 2.4 0 2.37-2.42 1.95-2.79 4.08"></path><path fill="currentColor" d="M11.69 18.04a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.33 11.78c0.69-1.88 2.3-2.66 3.88-2.65 1.59 0 3.24 1.14 3.23 3.21 0 3.18-3.23 2.61-3.73 5.46"></path><path fill="currentColor" d="M15.65 24.15a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none"></path></g>'}}},"circle-user":{name:"circle-user",keywords:["person-circle","circle-user","person","circle","profile","account","avatar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.12a1.78 1.78 0 1 0 0 3.56 1.78 1.78 0 1 0 0-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.59 13.48a3.56 3.56 0 0 1 6.84 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.38a2.22 2.22 0 1 0 0 4.44 2.22 2.22 0 1 0 0-4.44z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.72 16.81a4.44 4.44 0 0 1 8.54 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 7.65a2.66 2.66 0 1 0 0 5.32 2.66 2.66 0 1 0 0-5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.85 20.15a5.32 5.32 0 0 1 10.24 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 10.23a3.56 3.56 0 1 0 0 7.12 3.56 3.56 0 1 0 0-7.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.17 26.96a7.12 7.12 0 0 1 13.7 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},"circle-warning":{name:"circle-warning",keywords:["alert-circle","circle-warning","alert","notification","alarm","danger","warning","error","circle","exclamation"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a6.45 6.45 0 1 0 0-12.9 6.45 6.45 0 0 0 0 12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.83v3.63"></path><path fill="currentColor" d="M8.01 11.94a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a8.05 8.05 0 1 0 0-16.1 8.05 8.05 0 0 0 0 16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.03v4.52"></path><path fill="currentColor" d="M9.99 14.89a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a9.64 9.64 0 1 0 0-19.28 9.64 9.64 0 0 0 0 19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 7.22v5.42"></path><path fill="currentColor" d="M11.97 17.84a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a12.9 12.9 0 1 0 0-25.81 12.9 12.9 0 0 0 0 25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 9.67v7.24"></path><path fill="currentColor" d="M16.02 23.88a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none"></path></g>'}}},"circle-xmark-1":{name:"circle-xmark-1",keywords:["x-circle-fill","circle-xmark-1","close","exit","remove","delete","circle","cross","cancel","xmark","x"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M8.01 0.89c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m2.92 9.1a0.67 0.67 0 0 1-0.94 0.94l-1.98-1.98-1.98 1.98a0.67 0.67 0 0 1-0.94 0 0.67 0.67 0 0 1 0-0.94l1.98-1.98-1.98-1.98a0.67 0.67 0 1 1 0.95-0.94l1.97 1.98 1.98-1.98a0.67 0.67 0 1 1 0.94 0.94l-1.97 1.98 1.97 1.98z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M9.99 1.11c-4.9 0-8.88 3.98-8.88 8.88s3.98 8.88 8.88 8.88 8.88-3.98 8.88-8.88-3.98-8.88-8.88-8.88z m3.64 11.34a0.83 0.83 0 0 1-1.18 1.18l-2.46-2.46-2.46 2.46a0.83 0.83 0 0 1-1.18 0 0.83 0.83 0 0 1 0-1.18l2.46-2.46-2.46-2.46a0.83 0.83 0 1 1 1.18-1.18l2.46 2.46 2.47-2.46a0.83 0.83 0 1 1 1.17 1.18l-2.46 2.46 2.46 2.46z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M11.97 1.33c-5.87 0-10.64 4.77-10.64 10.64s4.77 10.64 10.64 10.64 10.64-4.77 10.64-10.64-4.77-10.64-10.64-10.64z m4.36 13.59a1 1 0 0 1-1.41 1.41l-2.95-2.95-2.95 2.95a0.99 0.99 0 0 1-1.41 0 1 1 0 0 1 0-1.41l2.95-2.95-2.95-2.95a1 1 0 1 1 1.41-1.41l2.95 2.95 2.95-2.95a1 1 0 1 1 1.42 1.41l-2.96 2.95 2.96 2.95z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M16.02 1.78c-7.85 0-14.24 6.39-14.24 14.24s6.39 14.24 14.24 14.24 14.24-6.39 14.24-14.24-6.39-14.24-14.24-14.24z m5.84 18.19a1.33 1.33 0 0 1-1.89 1.89l-3.95-3.95-3.95 3.95a1.33 1.33 0 0 1-1.89 0 1.33 1.33 0 0 1 0-1.89l3.95-3.95-3.95-3.95a1.33 1.33 0 1 1 1.89-1.89l3.95 3.95 3.95-3.95a1.33 1.33 0 1 1 1.89 1.89l-3.95 3.95 3.95 3.95z"></path></g>'}}},"circle-xmark":{name:"circle-xmark",keywords:["x-circle","circle-xmark","close","exit","remove","delete","circle","cross","cancel","xmark","x"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 5.56l4.9 4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 5.56l-4.9 4.9"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 6.94l6.1 6.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 6.94l-6.1 6.1"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 8.31l7.32 7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 8.31l-7.32 7.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 11.13l9.79 9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 11.13l-9.79 9.79"></path></g>'}}},clipboard:{name:"clipboard",keywords:["clipboard","list","note","paper","task"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 2.45h-0.89a1.78 1.78 0 0 0-1.78 1.78v8.45a1.78 1.78 0 0 0 1.78 1.78h6.68a1.78 1.78 0 0 0 1.78-1.78v-8.45a1.78 1.78 0 0 0-1.78-1.78h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.45 1.11h3.12q0.89 0 0.89 0.89v0.89q0 0.89-0.89 0.89h-3.12q-0.89 0-0.89-0.89v-0.89q0-0.89 0.89-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 3.05h-1.11a2.22 2.22 0 0 0-2.22 2.22v10.55a2.22 2.22 0 0 0 2.22 2.22h8.32a2.22 2.22 0 0 0 2.22-2.22v-10.55a2.22 2.22 0 0 0-2.22-2.22h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.05 1.39h3.88q1.11 0 1.11 1.11v1.11q0 1.11-1.11 1.11h-3.88q-1.11 0-1.11-1.11v-1.11q0-1.11 1.11-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 3.66h-1.33a2.66 2.66 0 0 0-2.66 2.66v12.63a2.66 2.66 0 0 0 2.66 2.66h9.98a2.66 2.66 0 0 0 2.66-2.66v-12.63a2.66 2.66 0 0 0-2.66-2.66h-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.64 1.66h4.66q1.33 0 1.33 1.33v1.33q0 1.33-1.33 1.33h-4.66q-1.33 0-1.33-1.33v-1.33q0-1.33 1.33-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 4.9h-1.79a3.56 3.56 0 0 0-3.56 3.56v16.91a3.56 3.56 0 0 0 3.56 3.56h13.35a3.56 3.56 0 0 0 3.56-3.56v-16.91a3.56 3.56 0 0 0-3.56-3.56h-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.9 2.23h6.23q1.78 0 1.78 1.78v1.78q0 1.78-1.78 1.78h-6.23q-1.78 0-1.78-1.78v-1.78q0-1.78 1.78-1.78z"></path></g>'}}},clock:{name:"clock",keywords:["clock","alarm","time","watch","timer"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23v3.78l2.89 2"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27v4.72l3.61 2.5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32v5.65l4.32 2.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46v7.56l5.79 4"></path></g>'}}},"clock-minus":{name:"clock-minus",keywords:["clock-minus","remove","alarm","delete","cancel","time","clock","minus","watch","timer"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.25 9.57a6.36 6.36 0 0 0 0.21-1.56 6.45 6.45 0 1 0-6.45 6.45c0.17 0 0.33-0.01 0.49-0.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.24h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23v3.78l-2.89 2"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.77 11.93a7.93 7.93 0 0 0 0.27-1.94 8.05 8.05 0 1 0-8.05 8.05c0.21 0 0.41-0.02 0.61-0.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 15.26h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27v4.72l-3.61 2.5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.3 14.3a9.5 9.5 0 0 0 0.31-2.33 9.64 9.64 0 1 0-9.64 9.64c0.25 0 0.49-0.02 0.74-0.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 18.29h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32v5.65l-4.32 2.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.5 19.14a12.72 12.72 0 0 0 0.43-3.12 12.9 12.9 0 1 0-12.91 12.91c0.33 0 0.66-0.02 0.99-0.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 24.48h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46v7.56l-5.79 4"></path></g>'}}},"clock-plus":{name:"clock-plus",keywords:["clock-plus","alarm","add","create","new","time","clock","plus","watch","timer","update"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 10.01v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.44 8.53a6.46 6.46 0 0 0 0.02-0.52 6.45 6.45 0 1 0-6.45 6.45c0.18 0 0.35-0.01 0.52-0.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.24h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23v3.78l-2.89 2"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 12.49v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18 10.64a8.06 8.06 0 0 0 0.04-0.65 8.05 8.05 0 1 0-8.05 8.05c0.22 0 0.43-0.02 0.65-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 15.26h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27v4.72l-3.61 2.5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 14.96v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.57 12.75a9.66 9.66 0 0 0 0.04-0.78 9.64 9.64 0 1 0-9.64 9.64c0.26 0 0.52-0.02 0.78-0.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 18.29h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32v5.65l-4.32 2.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 20.02v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.87 17.06a12.92 12.92 0 0 0 0.05-1.04 12.9 12.9 0 1 0-12.9 12.9c0.35 0 0.69-0.02 1.04-0.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 24.48h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46v7.56l-5.79 4"></path></g>'}}},code:{name:"code",keywords:["code-square","code","web","tag","developer","dev","programming"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.79 12.24l-4.23-4.23 4.23-4.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 12.24l4.23-4.23-4.23-4.23"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.22 15.26l-5.28-5.27 5.28-5.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 15.26l5.27-5.27-5.27-5.27"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.64 18.29l-6.31-6.32 6.31-6.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 18.29l6.31-6.32-6.31-6.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.57 24.48l-8.46-8.46 8.46-8.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 24.48l8.46-8.46-8.46-8.45"></path></g>'}}},colombia:{name:"colombia",keywords:["flag","colombia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#b92932" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4v-3H1v3Z"></path><path fill="#0f2c83" d="M1 15H31V22H1z"></path><path fill="#f8d047" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},comoros:{name:"comoros",keywords:["flag","comoros"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#dd4446" d="M1 15H31V22H1z"></path><path fill="#fff" d="M1 9H31V16H1z"></path><path fill="#f8d448" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#163aa0" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path fill="#439543" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M4.957,16.535c-.296-2.462,1.46-4.698,3.922-4.995-.809-.224-1.663-.224-2.472,0-2.462,.683-3.905,3.232-3.222,5.695,.683,2.462,3.232,3.905,5.695,3.222-2.055-.247-3.675-1.867-3.922-3.922Z"></path><path fill="#fff" d="M9.094 12.711L8.88 12.053 8.666 12.711 7.974 12.711 8.534 13.118 8.32 13.776 8.88 13.37 9.44 13.776 9.226 13.118 9.786 12.711 9.094 12.711z"></path><path fill="#fff" d="M8.88 14.094L8.666 14.752 7.974 14.752 8.534 15.159 8.32 15.818 8.88 15.411 9.44 15.818 9.226 15.159 9.786 14.752 9.094 14.752 8.88 14.094z"></path><path fill="#fff" d="M8.88 16.135L8.666 16.794 7.974 16.794 8.534 17.2 8.32 17.859 8.88 17.452 9.44 17.859 9.226 17.201 9.786 16.794 9.093 16.794 8.88 16.135z"></path><path fill="#fff" d="M9.093 18.835L8.88 18.177 8.666 18.835 7.974 18.835 8.534 19.242 8.32 19.9 8.88 19.493 9.44 19.9 9.226 19.242 9.786 18.835 9.093 18.835z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},compass:{name:"compass",keywords:["compass","circle","direction","gps","navigation","discover","explore"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.93 5.09l-1.66 4.18-4.18 1.66 1.66-4.18 4.18-1.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a6.45 6.45 0 1 0 0-12.9 6.45 6.45 0 0 0 0 12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.64 6.34l-2.08 5.22-5.22 2.08 2.08-5.22 5.22-2.08z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a8.05 8.05 0 1 0 0-16.1 8.05 8.05 0 0 0 0 16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.34 7.6l-2.49 6.25-6.25 2.49 2.49-6.25 6.25-2.49z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a9.64 9.64 0 1 0 0-19.28 9.64 9.64 0 0 0 0 19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.87 10.17l-3.33 8.37-8.37 3.33 3.33-8.37 8.37-3.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a12.9 12.9 0 1 0 0-25.81 12.9 12.9 0 0 0 0 25.8z"></path></g>'}}},"compose-2":{name:"compose-2",keywords:["edit","compose-2","pen","note","document","paper","pencil","content","write","compose"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 8.23v3.56a1.78 1.78 0 0 1-1.78 1.78h-7.56a1.78 1.78 0 0 1-1.78-1.78v-7.56a1.78 1.78 0 0 1 1.78-1.78h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 9.12s2.08-0.07 2.81-0.81l4.34-4.34a1.42 1.42 0 0 0-2-2l-4.34 4.34c-0.69 0.69-0.81 2.81-0.81 2.81z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 10.26v4.45a2.22 2.22 0 0 1-2.22 2.22h-9.44a2.22 2.22 0 0 1-2.22-2.22v-9.44a2.22 2.22 0 0 1 2.22-2.22h4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 11.38s2.59-0.09 3.51-1.01l5.41-5.41a1.77 1.77 0 0 0-2.5-2.5l-5.41 5.41c-0.86 0.86-1.01 3.51-1.01 3.51z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 12.29v5.33a2.66 2.66 0 0 1-2.66 2.66h-11.3a2.66 2.66 0 0 1-2.66-2.66v-11.3a2.66 2.66 0 0 1 2.66-2.66h5.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 13.63s3.1-0.11 4.2-1.21l6.48-6.48a2.12 2.12 0 0 0-2.99-2.99l-6.48 6.48c-1.03 1.03-1.21 4.2-1.21 4.2z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 16.45v7.14a3.56 3.56 0 0 1-3.56 3.56h-15.13a3.56 3.56 0 0 1-3.56-3.56v-15.13a3.56 3.56 0 0 1 3.56-3.56h7.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 18.25s4.15-0.15 5.63-1.62l8.68-8.68a2.83 2.83 0 0 0-4.01-4.01l-8.68 8.68c-1.38 1.38-1.62 5.62-1.61 5.63z"></path></g>'}}},"cook-islands":{name:"cook-islands",keywords:["flag","cook","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#001b69" stroke-width="0" rx="4" ry="4"></rect><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#fff" stroke-width="0" d="m22.891,13.75l.2528.7771h.8145l-.6585.4775.2528.7771-.6616-.4775-.6616.4775.2528-.7771-.6585-.4775h.8145l.2528-.7771Z"></path><path fill="#fff" stroke-width="0" d="m25.4196,14.2875l-.0851.8127.7441.3313-.7958.1684-.0851.8127-.4102-.7053-.7986.1671.547-.6071-.4074-.704.7441.3313.547-.6071Z"></path><path fill="#fff" stroke-width="0" d="m27.511,15.8069l-.4083.7078.545.6053-.7955-.1699-.4083.7078-.0879-.8112-.7976-.1722.7466-.3321-.0858-.8089.545.6053.7466-.3321Z"></path><path fill="#fff" stroke-width="0" d="m28.8035,18.0457l-.6609.4806.2517.7747-.6576-.4787-.6609.4806.2497-.7768-.6586-.4817.8172.0003.2506-.7738.2517.7747.8172.0003Z"></path><path fill="#fff" stroke-width="0" d="m29.0737,20.6166l-.7993.1702-.0851.8101-.406-.7048-.7993.1702.544-.6081-.4057-.7079.7464.3326.5437-.605-.0851.8101.7464.3326Z"></path><path fill="#fff" stroke-width="0" d="m28.2749,23.0751l-.7994-.1696-.4073.7054-.0843-.809-.7994-.1696.7443-.3342-.0827-.8117.5466.6075.7428-.3315-.4073.7054.5466.6075Z"></path><path fill="#fff" stroke-width="0" d="m26.5452,24.9962l-.6613-.4801-.659.4788.2521-.7734-.6613-.4801.8159-.0026.2546-.7752.2523.7773.8134-.0008-.659.4788.2523.7773Z"></path><path fill="#fff" stroke-width="0" d="m24.1836,26.0477l-.4088-.7076-.7967.1694.5448-.604-.4088-.7076.7464.3295.5479-.6046-.0857.8127.7434.3301-.7967.1694-.0857.8127Z"></path><path fill="#fff" stroke-width="0" d="m21.5985,26.0477l-.0857-.8127-.7967-.1694.7434-.3301-.0857-.8127.5479.6046.7464-.3295-.4088.7076.5448.604-.7967-.1694-.4088.7076Z"></path><path fill="#fff" stroke-width="0" d="m19.2369,24.9962l.2523-.7773-.659-.4788.8134.0008.2523-.7773.2546.7752.8159.0026-.6613.4801.2521.7734-.659-.4788-.6613.4801Z"></path><path fill="#fff" stroke-width="0" d="m17.5072,23.0751l.5466-.6075-.4073-.7054.7428.3315.5466-.6075-.0827.8117.7443.3342-.7994.1696-.0843.809-.4073-.7054-.7994.1696Z"></path><path fill="#fff" stroke-width="0" d="m16.7083,20.6166l.7464-.3326-.0851-.8101.5437.605.7464-.3326-.4057.7079.544.6081-.7993-.1702-.406.7048-.0851-.8101-.7993-.1702Z"></path><path fill="#fff" stroke-width="0" d="m16.9785,18.0457l.8172-.0003.2517-.7747.2506.7738.8172-.0003-.6586.4817.2497.7768-.6609-.4806-.6576.4787.2517-.7747-.6609-.4806Z"></path><path fill="#fff" stroke-width="0" d="m18.2711,15.8069l.7466.3321.545-.6053-.0858.8089.7466.3321-.7976.1722-.0879.8112-.4083-.7078-.7955.1699.545-.6053-.4083-.7078Z"></path><path fill="#fff" stroke-width="0" d="m20.3625,14.2875l.547.6071.7441-.3313-.4074.704.547.6071-.7986-.1671-.4102.7053-.0851-.8127-.7958-.1684.7441-.3313-.0851-.8127Z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},copy:{name:"copy",keywords:["duplicate","copy","page","clone","stack","layers"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 6.01v5.78a1.78 1.78 0 0 0 1.78 1.78h6.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.45 10.9h5.79a1.78 1.78 0 0 0 1.78-1.78v-4.89a1.78 1.78 0 0 0-1.78-1.78h-5.79a1.78 1.78 0 0 0-1.78 1.78v4.89a1.78 1.78 0 0 0 1.78 1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 7.49v7.22a2.22 2.22 0 0 0 2.22 2.22h8.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.05 13.6h7.21a2.22 2.22 0 0 0 2.22-2.22v-6.11a2.22 2.22 0 0 0-2.22-2.22h-7.21a2.22 2.22 0 0 0-2.22 2.22v6.11a2.22 2.22 0 0 0 2.22 2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 8.98v8.64a2.66 2.66 0 0 0 2.66 2.66h9.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.64 16.29h8.65a2.66 2.66 0 0 0 2.66-2.66v-7.31a2.66 2.66 0 0 0-2.66-2.66h-8.65a2.66 2.66 0 0 0-2.66 2.66v7.31a2.66 2.66 0 0 0 2.66 2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 12.02v11.57a3.56 3.56 0 0 0 3.56 3.56h13.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.9 21.8h11.57a3.56 3.56 0 0 0 3.56-3.56v-9.79a3.56 3.56 0 0 0-3.56-3.56h-11.57a3.56 3.56 0 0 0-3.56 3.56v9.79a3.56 3.56 0 0 0 3.56 3.56z"></path></g>'}}},"costa-rica":{name:"costa-rica",keywords:["flag","costa","rica"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#030a85" d="M5,4H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z"></path><path fill="#030a85" d="M5,23H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25.5)"></path><path fill="#fff" d="M1 8H31V13H1z"></path><path fill="#fff" d="M1 19H31V24H1z"></path><path fill="#c93927" d="M1 12H31V20H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"credit-card":{name:"credit-card",keywords:["credit-card","payment","shop","card","charge","money","buy","checkout","finance","credit","debit","method"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 6.45h12.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 12.68h-9.34q-1.78 0-1.78-1.78v-5.78q0-1.78 1.78-1.78h9.34q1.78 0 1.78 1.78v5.78q0 1.78-1.78 1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 10.01h2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 10.01h0.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 8.05h16.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 15.82h-11.66q-2.22 0-2.22-2.22v-7.22q0-2.22 2.22-2.22h11.66q2.22 0 2.22 2.22v7.22q0 2.22-2.22 2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 12.49h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 12.49h1.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 9.64h19.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 18.95h-13.96q-2.66 0-2.66-2.66v-8.64q0-2.66 2.66-2.66h13.96q2.66 0 2.66 2.66v8.64q0 2.66-2.66 2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 14.96h3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 14.96h1.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 12.9h25.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 25.37h-18.7q-3.56 0-3.56-3.56v-11.57q0-3.56 3.56-3.56h18.7q3.56 0 3.56 3.56v11.57q0 3.56-3.56 3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 20.02h5.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 20.02h1.78"></path></g>'}}},croatia:{name:"croatia",keywords:["flag","croatia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#ea3323" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#100e91" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#ea3323" d="M16.001,22h0c2.524,0,4.59-2.065,4.59-4.59v-5.454H11.412v5.454c0,2.524,2.065,4.59,4.59,4.59h0Z"></path><path fill="#fff" d="M16.001,21.926h0c2.476,0,4.502-2.026,4.502-4.502v-5.38H11.499v5.38c0,2.476,2.026,4.502,4.502,4.502Z"></path><path fill="#ea3323" d="M13.399,12.214h-1.733v1.904h1.733v-1.904Z"></path><path fill="#ea3323" d="M13.399,16.021h1.733v-1.904h-1.733v1.904Z"></path><path fill="#ea3323" d="M11.667,17.414c0,.173,.011,.343,.031,.511h1.702v-1.904h-1.733v1.393Z"></path><path fill="#ea3323" d="M16.865,16.021h-1.733v1.904h1.733v-1.904Z"></path><path fill="red" d="M16.865,19.828h1.733v-1.904h-1.733v1.904Z"></path><path fill="#ea3323" d="M18.598,20.87c.384-.29,.719-.642,.989-1.041h-.989v1.041Z"></path><path fill="#ea3323" d="M13.4,19.828h1.733v-1.904h-1.733v1.904Z"></path><path fill="#ea3323" d="M12.409,19.828c.271,.4,.606,.752,.991,1.043v-1.043h-.991Z"></path><path fill="#ea3323" d="M16.3,21.732c.192-.013,.38-.039,.565-.077v-1.827h-1.733v1.827c.184,.038,.372,.063,.563,.077,.202,.012,.404,.012,.605,0h0Z"></path><path fill="#ea3323" d="M20.298,17.925c.02-.168,.031-.339,.031-.513v-1.391h-1.731v1.904h1.7Z"></path><path fill="#ea3323" d="M16.865,16.021h1.733v-1.904h-1.733v1.904Z"></path><path fill="#ea3323" d="M16.865,12.214h-1.733v1.904h1.733v-1.904Z"></path><path fill="#ea3323" d="M20.329,14.117v-1.904h-1.731v1.904h1.731Z"></path><path fill="#fff" d="M20.426,11.9l1.074-2.435-.818-1.322-1.356,.502-.952-1.088-1.255,.719-1.119-.916-1.119,.916-1.255-.719-.952,1.088-1.356-.502-.819,1.322,1.073,2.436c1.352-.612,2.851-.953,4.427-.953s3.074,.341,4.426,.952h0Z"></path><path fill="#0093dd" d="M12.705,8.753l-.002,.002-1.345-.498-.753,1.215,.288,.655,.73,1.658c.545-.241,1.114-.439,1.701-.588l-.62-2.444h0Z"></path><path fill="#100e91" d="M14.893,8.387l-.002,.002-1.244-.713-.942,1.077,.62,2.444c.576-.147,1.169-.247,1.777-.297l-.208-2.513h0Z"></path><path fill="#0093dd" d="M17.112,8.388l-.003,.002-1.109-.908-1.107,.907,.208,2.513c.296-.024,.596-.038,.899-.038s.605,.013,.903,.038l.209-2.513h0Z"></path><path fill="#100e91" d="M19.3,8.754h-.003s-.944-1.078-.944-1.078l-1.241,.711-.209,2.513c.608,.05,1.201,.151,1.777,.297l.621-2.444h0Z"></path><path fill="#0093dd" d="M20.375,11.785l1.02-2.312-.753-1.215-1.342,.497-.621,2.444c.585,.149,1.152,.347,1.695,.587h0Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},cuba:{name:"cuba",keywords:["flag","cuba"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0c258b" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#0c258b" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path fill="#fff" d="M1 18H31V23H1z"></path><path fill="#fff" d="M1 9H31V14H1z"></path><path fill="#0c258b" d="M1 13.5H31V18.5H1z"></path><path fill="#bc2b20" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M8.016 16.628L10.318 14.956 7.473 14.956 6.594 12.25 5.715 14.956 2.87 14.956 5.171 16.628 4.292 19.333 6.594 17.661 8.895 19.333 8.016 16.628z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},cube:{name:"cube",keywords:["package","cube","3d","box","block","size","dimension"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.33 4.92l-5.32 3.09-5.32-3.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.18v-6.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.12 2.08l-3.79 2.19a1.78 1.78 0 0 0-0.88 1.54v4.4a1.78 1.78 0 0 0 0.88 1.54l3.79 2.19a1.78 1.78 0 0 0 1.78 0l3.79-2.19a1.78 1.78 0 0 0 0.88-1.54v-4.4a1.78 1.78 0 0 0-0.88-1.54l-3.79-2.19a1.78 1.78 0 0 0-1.78 0z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.63 6.14l-6.64 3.85-6.64-3.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 17.69v-7.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.88 2.59l-4.72 2.73a2.22 2.22 0 0 0-1.11 1.92v5.5a2.22 2.22 0 0 0 1.11 1.92l4.72 2.73a2.22 2.22 0 0 0 2.22 0l4.72-2.73a2.22 2.22 0 0 0 1.11-1.92v-5.5a2.22 2.22 0 0 0-1.11-1.92l-4.72-2.73a2.22 2.22 0 0 0-2.22 0z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.93 7.35l-7.96 4.62-7.96-4.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.2v-9.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.64 3.1l-5.66 3.28a2.66 2.66 0 0 0-1.32 2.3v6.58a2.66 2.66 0 0 0 1.32 2.3l5.66 3.28a2.66 2.66 0 0 0 2.67 0l5.65-3.28a2.66 2.66 0 0 0 1.32-2.3v-6.58a2.66 2.66 0 0 0-1.32-2.3l-5.65-3.28a2.66 2.66 0 0 0-2.67 0z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.67 9.84l-10.65 6.18-10.65-6.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.37v-12.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.23 4.15l-7.56 4.39a3.56 3.56 0 0 0-1.78 3.08v8.8a3.56 3.56 0 0 0 1.78 3.08l7.56 4.39a3.56 3.56 0 0 0 3.58 0l7.56-4.39a3.56 3.56 0 0 0 1.78-3.08v-8.8a3.56 3.56 0 0 0-1.78-3.08l-7.56-4.39a3.56 3.56 0 0 0-3.58 0z"></path></g>'}}},curacao:{name:"curacao",keywords:["flag","curacao"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#012680" stroke-width="0" rx="4" ry="4"></rect><path fill="#fae90b" stroke-width="0" d="M1 19H31V22H1z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fff" stroke-width="0" d="M11.3742 14.0242L13.0369 12.8443 10.9809 12.8443 10.3115 10.8361 9.6421 12.8443 7.5861 12.8443 9.2488 14.0242 8.5902 16 10.3115 14.7784 12.0328 16 11.3742 14.0242z"></path><path fill="#fff" stroke-width="0" d="M6.8095 9.6539L8.0881 8.7561 6.5102 8.7561 6.0082 7.25 5.5251 8.7561 4 8.7561 5.2398 9.6456 4.7889 11.0512 4.7172 11.123 6.0221 10.2068 7.2992 11.123 6.8095 9.6539z"></path></g>'}}},"currency-dollar":{name:"currency-dollar",keywords:["dollar-sign","currency-dollar","dollar","exchange","cash","money","currency","finance","US"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 13.35v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 3.34h-5.01a2.34 2.34 0 1 0 0 4.67h2.9a2.34 2.34 0 1 1 0 4.67h-5.01"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94v1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 16.65v1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 4.16h-6.24a2.91 2.91 0 1 0 0 5.83h3.6a2.91 2.91 0 1 1 0 5.83h-6.24"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33v1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 19.95v1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 4.99h-7.48a3.49 3.49 0 1 0 0 6.98h4.32a3.49 3.49 0 1 1 0 6.98h-7.48"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 26.7v2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 6.67h-10.01a4.67 4.67 0 1 0 0 9.35h5.78a4.67 4.67 0 1 1 0 9.35h-10.01"></path></g>'}}},cyprus:{name:"cyprus",keywords:["flag","cyprus"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#4e5b31" d="M11.037 20.847L11.037 20.847 11.038 20.848 11.037 20.847z"></path><path fill="#4e5b31" d="M10.094,19.888c-.017,0-.034,.003-.051,.006h0c.033,.371,.301,.61,.521,.745,.148,.09,.307,.16,.473,.207-.17-.385-.361-.659-.568-.817-.162-.123-.297-.142-.362-.142-.005,0-.009,0-.013,0Z"></path><path fill="#4e5b31" d="M9.396,19.483c.181,.104,.345,.175,.438,.191,.003,0,.007,0,.01,0h0c.006,0,.012-.001,.017-.003,.007-.004,.012-.01,.015-.018,.007-.023,.007-.048,0-.07-.018-.079-.045-.155-.08-.227-.07-.158-.16-.32-.171-.339v-.002c-.091-.11-.186-.216-.286-.316-.079-.08-.165-.153-.257-.218-.101-.069-.175-.101-.245-.102-.018,0-.035,.002-.052,.008-.009,.094-.01,.189-.003,.284,.015,.209,.067,.365,.154,.464,.095,.109,.259,.233,.46,.348Z"></path><path fill="#4e5b31" d="M11.609,20.826h.001s0,0,0,0c-.141-.448-.306-.776-.491-.976-.161-.174-.307-.214-.402-.216-.006,0-.012,0-.018,0-.004,0-.008,0-.012,0-.04,.002-.078,.012-.114,.028,.144,.356,.371,.673,.662,.924,.113,.098,.239,.179,.375,.241h0Z"></path><path fill="#4e5b31" d="M9.893,20.242h0c-.011-.103-.055-.199-.127-.274-.116-.126-.364-.28-.89-.295h0c.013,.085,.037,.168,.071,.248,.051,.116,.147,.26,.317,.291,.146,.025,.293,.038,.441,.038h0c.113,0,.187-.007,.188-.007Z"></path><path fill="#4e5b31" d="M10.254,20.898c-.01,0-.019,0-.029,0-.14,.001-.279,.019-.414,.053h-.001c-.001,.015,0,.029,.001,.043,.006,.036,.02,.07,.041,.1,.048,.073,.161,.173,.423,.238,.155,.038,.314,.057,.473,.057h0c.162,0,.323-.018,.48-.056h0c-.157-.206-.382-.349-.635-.402-.112-.022-.225-.033-.339-.033Z"></path><path fill="#4e5b31" d="M13.322,21.63h0s0,0,0,0c-.234-.703-.692-.817-.944-.823-.007,0-.015,0-.022,0-.007,0-.014,0-.021,0-.052,0-.104,.007-.154,.019,.043,.129,.114,.247,.206,.346,.15,.167,.434,.382,.935,.459Z"></path><path fill="#4e5b31" d="M15.29,22.497h0s0,0,0,0c-.45-.852-.918-.944-1.1-.944-.035,0-.071,.004-.105,.012h0c-.011,.14,.026,.279,.104,.395,.123,.191,.414,.439,1.102,.538Z"></path><path fill="#4e5b31" d="M12.645 21.693L12.645 21.693 12.645 21.693 12.645 21.693z"></path><path fill="#4e5b31" d="M11.503,21.014h-.015c-.052,0-.104,.008-.154,.023h0c.008,.034,.02,.066,.036,.097,.042,.082,.099,.155,.168,.216,.162,.145,.485,.322,1.108,.344h0c-.504-.591-.932-.679-1.142-.679Z"></path><path fill="#4e5b31" d="M14.173,22.524c-.224,0-.363,.068-.439,.125-.046,.033-.085,.074-.114,.123h0s0,0,0,0c.238,.142,.51,.218,.788,.22,.259,.001,.513-.068,.735-.2-.375-.178-.7-.268-.965-.268h-.005Z"></path><path fill="#4e5b31" d="M12.133,21.864c-.02,0-.039,0-.058,0-.207,.007-.413,.034-.615,.082h0c.265,.266,.691,.36,1,.36h0s.024,0,.024,0c.168-.003,.287-.03,.354-.08,.029-.018,.045-.051,.042-.085-.014-.046-.045-.085-.086-.11-.148-.111-.37-.167-.66-.167Z"></path><path fill="#4e5b31" d="M13.217,22.211c.147,.1,.371,.15,.664,.15h0c.153-.001,.305-.012,.456-.033h0c-.364-.353-.709-.427-.936-.427-.016,0-.031,0-.046,.001-.106,.004-.21,.026-.307,.065,.004,.028,.011,.055,.023,.08,.033,.067,.083,.123,.146,.163Z"></path><path fill="#4e5b31" d="M20.962 20.848L20.963 20.847 20.963 20.847 20.962 20.848z"></path><path fill="#4e5b31" d="M19.613,21.172c.093-.099,.163-.217,.206-.346-.051-.012-.102-.018-.154-.019-.007,0-.014,0-.021,0s-.014,0-.022,0c-.252,.006-.71,.12-.944,.823h0c.501-.076,.785-.291,.935-.458Z"></path><path fill="#4e5b31" d="M19.355 21.693L19.355 21.693 19.355 21.693 19.355 21.693z"></path><path fill="#4e5b31" d="M19.355,21.693c.623-.022,.946-.199,1.108-.344,.069-.061,.126-.134,.168-.216,.016-.031,.028-.063,.036-.097h0c-.05-.015-.102-.023-.154-.023h-.015c-.21,0-.638,.088-1.142,.679h0Z"></path><path fill="#4e5b31" d="M21.436,20.64c.219-.135,.488-.374,.521-.745h0c-.017-.004-.034-.006-.051-.006-.004,0-.009,0-.013,0-.066,0-.2,.018-.362,.142-.206,.157-.397,.432-.568,.816,.166-.047,.326-.117,.473-.207Z"></path><path fill="#4e5b31" d="M22.156,19.674h0s.007,0,.01,0c.093-.016,.257-.087,.438-.191,.201-.115,.365-.239,.46-.348,.087-.099,.139-.256,.154-.464,.007-.094,.005-.189-.003-.284-.017-.005-.034-.008-.052-.008-.07,.001-.144,.033-.245,.102-.092,.065-.178,.138-.257,.218-.101,.1-.196,.205-.285,.316v.002c-.012,.019-.102,.181-.172,.339-.035,.073-.062,.149-.08,.227-.007,.023-.007,.047,0,.07,.003,.007,.008,.014,.015,.018,.005,.002,.011,.004,.017,.004Z"></path><path fill="#4e5b31" d="M19.925,21.865c-.019,0-.039,0-.058,0-.29,0-.512,.056-.66,.167-.041,.025-.072,.064-.086,.11-.003,.034,.013,.067,.042,.085,.067,.05,.186,.077,.354,.08h.024s0,0,0,0c.31,0,.735-.095,1-.36h0s0,0,0,0c-.202-.048-.407-.075-.615-.082Z"></path><path fill="#4e5b31" d="M18.598,21.901c-.227,0-.572,.074-.936,.427h0s0,0,0,0c.151,.021,.304,.032,.456,.033h0c.294,0,.517-.051,.664-.15,.063-.04,.113-.097,.146-.163,.012-.025,.02-.052,.023-.08-.098-.04-.202-.062-.307-.065-.015,0-.03-.001-.047-.001Z"></path><path fill="#4e5b31" d="M16.332,22.875l.224-.105-.12-.135-.412,.176-.024,.005-.024-.005-.412-.176-.12,.135,.224,.105,.034,.01-.554,.408h0s.083,.069,.164,.143c.036,.033,.082,.075,.114,.11,.013,.014,.026,.029,.037,.045,.007,.011,.013,.023,.018,.035h0c.005-.002,.01-.006,.014-.01l.005-.005c.022-.021,.043-.042,.063-.065,.053-.06,.123-.148,.186-.225,.123-.154,.225-.286,.244-.311l.007-.009,.007,.009c.019,.025,.121,.157,.244,.311,.062,.077,.133,.165,.186,.225,.02,.023,.041,.044,.063,.065l.005,.005s.009,.008,.014,.01h0c.006-.012,.012-.024,.018-.035,.011-.016,.024-.031,.037-.045,.032-.035,.078-.077,.114-.11,.081-.074,.163-.142,.164-.143h0s-.554-.408-.554-.408l.034-.01Z"></path><path fill="#4e5b31" d="M17.827,22.524h-.005c-.265,0-.59,.09-.965,.268,.222,.132,.476,.201,.735,.2,.277-.003,.549-.079,.788-.22h0c-.029-.049-.068-.091-.114-.123-.077-.056-.215-.124-.439-.125Z"></path><path fill="#4e5b31" d="M17.812,21.96c.078-.116,.115-.255,.104-.394h0s0,0,0,0c-.035-.008-.07-.012-.105-.012-.183,0-.65,.092-1.101,.944h0s0,0,0,0c.687-.098,.978-.346,1.102-.538Z"></path><path fill="#4e5b31" d="M22.233,19.968c-.072,.075-.116,.171-.127,.274h0s.075,.007,.188,.007h0c.148,0,.295-.012,.441-.038,.17-.031,.266-.175,.317-.291,.034-.079,.058-.162,.071-.248h0c-.526,.015-.774,.169-.89,.295Z"></path><path fill="#4e5b31" d="M21.774,20.899c-.009,0-.019,0-.029,0-.114,0-.227,.011-.339,.033-.253,.053-.479,.195-.635,.401h0s0,0,0,0c.157,.038,.318,.057,.48,.056h0c.159,0,.319-.018,.473-.056,.262-.066,.375-.166,.423-.238,.021-.03,.035-.064,.041-.1,.002-.014,.003-.028,.001-.042h-.001c-.135-.034-.275-.052-.414-.053Z"></path><path fill="#4e5b31" d="M21.314,19.633s-.008,0-.012,0c-.006,0-.012,0-.018,0-.095,.003-.241,.042-.402,.216-.185,.2-.35,.528-.491,.976h0s.001,0,.001,0h0c.136-.062,.262-.143,.375-.241,.291-.251,.518-.567,.662-.924-.036-.017-.075-.026-.114-.028Z"></path><path fill="#d57800" d="M27.038,7.682c-.657,.25-1.178,.473-1.824,.725-.433,.246-.903,.68-1.462,.666-.602,.259-1.428,1.108-2.328,1.237-1.56,.269-2.742,.88-4.367,.862-1.37-.252-2.808-.058-4.021-.659,.292,.809,.279,2.847-1.045,2.472-.652-.487-1.509-.401-2.072-.149-1.215,2.919-3.06-.873-2.031,1.64,.143,.499-.068,1.188,.545,1.415,.353,.183,.06,.888,.454,.952,.586,.5,1.462,.652,2.244,1.003,1.251-.156,1.765-.571,2.157,.735,1.633,.156-.661-.647,1.531-1.334,1.553,.277,2.645-.801,3.994-1.054,.394-.416,.087-1.184,.654-1.473,.537-.143,1.081,.001,1.51,.299,.43-.32,.929-.556,1.455-.314,.473,.225,.401,.198,.306-.188-.507-.774-1.423-1.285-1.476-2.067,.104-1.066,.626-.998,1.407-1.192,.425-1.278,2.308-1.373,2.961-2.416,.399-.553,1.327-.428,1.407-1.161Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},czechia:{name:"czechia",keywords:["flag","czechia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c62d25" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#fff" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#1e427b" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},deaf:{name:"deaf",keywords:["deaf","accessibility","disability","ear","impaired","hearing","sound","no-sound","volume","no hearing"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M14.02 2l0.67-0.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M5.57 14.15c0.44 0.34 0.97 0.53 1.53 0.53h-0.01c1.37 0 2.21-1.11 2.49-2.42 0.63-3.03 3.11-3.03 3.1-6.68 0-2.35-1.94-4.25-4.33-4.25-2.31 0-4.2 1.77-4.34 4.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M10.01 5.58c0-0.87-0.75-1.58-1.67-1.58-0.89 0-1.62 0.65-1.67 1.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M1.33 14.69l6.68-6.68"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M17.52 2.5l0.84-0.84"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M6.96 17.69c0.55 0.43 1.21 0.66 1.92 0.66h-0.02c1.71 0 2.76-1.39 3.12-3.03 0.79-3.79 3.89-3.79 3.87-8.35 0-2.94-2.42-5.31-5.41-5.31-2.89 0-5.25 2.21-5.43 5.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M12.51 6.97c0-1.09-0.94-1.98-2.09-1.97-1.11 0-2.03 0.81-2.08 1.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M1.66 18.36l8.35-8.35"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M20.97 2.99l1.01-1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M8.33 21.18a3.68 3.68 0 0 0 2.3 0.79h-0.03c2.05 0 3.3-1.67 3.75-3.63 0.95-4.54 4.66-4.54 4.62-10 0-3.52-2.9-6.35-6.48-6.35-3.46 0-6.29 2.64-6.5 5.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M14.97 8.34c0-1.3-1.13-2.38-2.5-2.35-1.33 0-2.44 0.97-2.49 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M1.99 21.98l9.99-10"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M28.03 4l1.35-1.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M11.14 28.3c0.88 0.69 1.94 1.06 3.07 1.06h-0.03c2.74 0 4.42-2.22 4.99-4.85 1.26-6.06 6.22-6.06 6.19-13.36 0-4.7-3.87-8.5-8.66-8.49-4.62 0-8.4 3.54-8.68 8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M20.02 11.15c0-1.74-1.5-3.17-3.35-3.15-1.78 0-3.25 1.3-3.33 2.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M2.66 29.38l13.36-13.36"></path></g>'}}},"democratic-republic-congo":{name:"democratic-republic-congo",keywords:["flag","congo","democratic","republic"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#387ef7" rx="4" ry="4"></rect><path fill="#f2d84b" d="M9.295 11.069L11.895 9.181 8.682 9.181 7.689 6.125 6.696 9.181 3.483 9.181 6.082 11.069 5.089 14.125 7.689 12.236 10.288 14.125 9.295 11.069z"></path><path fill="#f2d84b" d="M31,8c0-1.64-.989-3.045-2.401-3.663L1,21.816v2.184c0,1.64,.989,3.045,2.401,3.663L31,10.184v-2.184Z"></path><path fill="#be2a28" d="M29.534,4.929L1,23v1c0,1.242,.578,2.338,1.466,3.071L31,9v-1c0-1.242-.578-2.338-1.466-3.071Z"></path><path d="M1,8V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4Zm1,0c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},denmark:{name:"denmark",keywords:["flag","denmark"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#b92932" rx="4" ry="4"></rect><path fill="#fff" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},djibouti:{name:"djibouti",keywords:["flag","djibouti"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#4fac3f" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#7cb2e3" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#fff" d="M2.433,27.044l16.567-11.044L2.433,4.956c-.869,.734-1.433,1.818-1.433,3.044V24c0,1.227,.564,2.311,1.433,3.044Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c62d25" d="M9.467 16.553L11.562 15.03 8.972 15.03 8.172 12.567 7.371 15.03 4.781 15.03 6.877 16.553 6.076 19.016 8.172 17.494 10.267 19.016 9.467 16.553z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},dominica:{name:"dominica",keywords:["flag","dominica"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#2d693b" rx="4" ry="4"></rect><path d="M15 4H17V28H15z"></path><path fill="#f8d047" d="M13 4H15V28H13z"></path><path fill="#fff" d="M17 4H19V28H17z"></path><path d="M15 1H17V31H15z" transform="rotate(90 16 16)"></path><path fill="#f8d047" d="M15 -1H17V29H15z" transform="rotate(90 16 14)"></path><path fill="#fff" d="M15 3H17V33H15z" transform="rotate(90 16 18)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="6" fill="#c42936"></circle><path fill="#2d693b" d="M15.985 11.915L15.492 12.294 15.653 11.653 15.14 11.301 15.8 11.256 15.977 10.659 16.223 11.273 16.846 11.256 16.338 11.681 16.57 12.34 15.985 11.915z"></path><path d="M16,10.667l.2,.614h.646l-.523,.38,.2,.614-.523-.38-.523,.38,.2-.614-.523-.38h.646l.2-.614m0-.162l-.048,.146-.188,.58h-.763l.125,.09,.493,.358-.189,.579-.048,.146,.125-.09,.493-.358,.493,.358,.125,.09-.048-.146-.189-.579,.493-.358,.125-.09h-.763l-.188-.58-.048-.146h0Z"></path><path fill="#2d693b" d="M18.39 12.687L17.767 12.704 18.274 12.28 18.066 11.693 18.627 12.045 19.12 11.665 18.959 12.308 19.473 12.659 18.812 12.704 18.612 13.375 18.39 12.687z"></path><path d="M19.135,11.685l-.199,.614,.522,.379h-.646s-.199,.614-.199,.614l-.2-.614h-.646s.522-.379,.522-.379l-.2-.614,.522,.379,.523-.38m.095-.131l-.124,.09-.493,.358-.493-.358-.125-.09,.048,.146,.188,.58-.493,.358-.125,.09h.154s.609,0,.609,0l.188,.58,.048,.146,.048-.146,.188-.58h.609s.154,0,.154,0l-.125-.09-.493-.358,.188-.58,.048-.146h0Z"></path><path fill="#2d693b" d="M20.212 14.986L19.719 15.366 19.881 14.724 19.367 14.372 20.027 14.327 20.203 13.73 20.45 14.344 21.072 14.327 20.564 14.751 20.797 15.411 20.212 14.986z"></path><path d="M20.227,13.738l.2,.614h.646s-.523,.38-.523,.38l.199,.614-.522-.38-.522,.38,.2-.614-.522-.38h.646s.199-.614,.199-.614m0-.162l-.048,.146-.188,.58h-.609s-.154,0-.154,0l.125,.09,.493,.358-.188,.58-.048,.146,.125-.091,.493-.358,.493,.358,.125,.09-.048-.146-.188-.579,.493-.358,.124-.09h-.154s-.61,0-.61,0l-.188-.579-.048-.146h0Z"></path><path fill="#2d693b" d="M20.004 17.656L19.382 17.673 19.89 17.249 19.681 16.662 20.241 17.014 20.734 16.634 20.573 17.276 21.087 17.628 20.427 17.673 20.227 18.343 20.004 17.656z"></path><path d="M19.704,16.654l.522,.38,.522-.38-.199,.614,.523,.38h-.646s-.2,.614-.2,.614l-.199-.614h-.646s.522-.379,.522-.379l-.2-.614m-.095-.131l.048,.146,.188,.58-.493,.358-.125,.09h.154s.609,0,.609,0l.188,.58,.048,.146,.048-.146,.188-.579h.61s.154,0,.154,0l-.124-.09-.493-.358,.188-.579,.048-.146-.125,.09-.493,.358-.493-.358-.125-.091h0Z"></path><path fill="#2d693b" d="M18.598 19.955L18.104 20.334 18.266 19.692 17.752 19.341 18.413 19.296 18.589 18.699 18.835 19.313 19.458 19.296 18.95 19.72 19.183 20.38 18.598 19.955z"></path><path d="M18.612,18.707l.199,.614h.646s-.522,.379-.522,.379l.199,.614-.523-.38-.522,.38,.2-.614-.522-.379h.646s.2-.614,.2-.614m0-.162l-.048,.146-.188,.58h-.609s-.154,0-.154,0l.125,.09,.493,.358-.188,.58-.048,.146,.125-.09,.493-.358,.493,.358,.124,.09-.048-.146-.188-.58,.493-.358,.125-.09h-.154s-.609,0-.609,0l-.188-.58-.048-.146h0Z"></path><path fill="#2d693b" d="M15.776 20.727L15.154 20.744 15.662 20.319 15.454 19.733 16.015 20.085 16.508 19.706 16.347 20.347 16.86 20.699 16.199 20.744 16 21.415 15.776 20.727z"></path><path d="M16.523,19.725l-.2,.614,.523,.38h-.646l-.2,.614-.2-.614h-.646l.523-.38-.2-.614,.523,.38,.523-.38m.095-.131l-.125,.09-.493,.358-.493-.358-.125-.09,.048,.146,.189,.579-.493,.358-.125,.09h.763l.188,.58,.048,.146,.048-.146,.188-.58h.763l-.125-.09-.493-.358,.189-.579,.048-.146h0Z"></path><path fill="#2d693b" d="M13.041 19.692L12.527 19.341 13.188 19.296 13.364 18.699 13.61 19.313 14.233 19.296 13.726 19.72 13.934 20.307 13.373 19.955 12.817 20.38 13.041 19.692z"></path><path d="M13.388,18.707l.2,.614h.646s-.522,.379-.522,.379l.2,.614-.522-.38-.523,.38,.2-.614-.522-.379h.646s.199-.614,.199-.614m0-.162l-.048,.146-.188,.58h-.609s-.154,0-.154,0l.125,.09,.493,.358-.188,.58-.048,.146,.124-.09,.493-.358,.493,.358,.125,.09-.048-.146-.188-.58,.493-.358,.125-.09h-.154s-.61,0-.61,0l-.188-.58-.048-.146h0Z"></path><path fill="#2d693b" d="M11.55 17.656L10.928 17.673 11.436 17.248 11.228 16.662 11.788 17.014 12.281 16.634 12.119 17.276 12.633 17.628 11.973 17.673 11.773 18.343 11.55 17.656z"></path><path d="M12.295,16.654l-.2,.614,.522,.38h-.646s-.199,.614-.199,.614l-.2-.614h-.646s.523-.38,.523-.38l-.199-.614,.522,.38,.522-.38m.095-.131l-.125,.091-.493,.358-.493-.358-.125-.09,.048,.146,.188,.579-.493,.358-.124,.09h.154s.61,0,.61,0l.188,.579,.048,.146,.048-.146,.188-.58h.609s.154,0,.154,0l-.125-.09-.493-.358,.188-.58,.048-.146h0Z"></path><path fill="#2d693b" d="M11.759 14.986L11.266 15.366 11.427 14.724 10.913 14.372 11.573 14.327 11.75 13.73 11.996 14.344 12.618 14.327 12.11 14.751 12.344 15.411 11.759 14.986z"></path><path d="M11.773,13.738l.199,.614h.646s-.522,.379-.522,.379l.2,.614-.522-.38-.522,.38,.199-.614-.523-.38h.646s.2-.614,.2-.614m0-.162l-.048,.146-.188,.579h-.61s-.154,0-.154,0l.124,.09,.493,.358-.188,.579-.048,.146,.125-.09,.493-.358,.493,.358,.125,.091-.048-.146-.188-.58,.493-.358,.125-.09h-.154s-.609,0-.609,0l-.188-.58-.048-.146h0Z"></path><path fill="#2d693b" d="M13.165 12.687L12.542 12.704 13.05 12.28 12.842 11.693 13.402 12.045 13.896 11.666 13.734 12.308 14.248 12.659 13.587 12.704 13.388 13.375 13.165 12.687z"></path><path d="M12.865,11.685l.523,.38,.522-.379-.2,.614,.522,.379h-.646s-.2,.614-.2,.614l-.199-.614h-.646s.522-.379,.522-.379l-.2-.614m-.095-.131l.048,.146,.188,.58-.493,.358-.125,.09h.154s.609,0,.609,0l.188,.58,.048,.146,.048-.146,.188-.58h.61s.154,0,.154,0l-.125-.09-.493-.358,.188-.58,.048-.146-.125,.09-.493,.358-.493-.358-.124-.09h0Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"dominican-republic":{name:"dominican-republic",keywords:["flag","dominican","republic"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0d285f" d="M5,4c-2.209,0-4,1.791-4,4v8h15V4H5Z"></path><path fill="#be2a2c" d="M31,8c0-2.209-1.791-4-4-4h-11v12h15V8Z"></path><path fill="#be2a2c" d="M5,28c-2.209,0-4-1.791-4-4v-8h15v12H5Z"></path><path fill="#0d285f" d="M31,24c0,2.209-1.791,4-4,4h-11v-12h15v8Z"></path><path fill="#fff" d="M13 4H19V28H13z"></path><path fill="#fff" d="M13 1H19V31H13z" transform="rotate(-90 16 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#002d62" d="M18.987,14.156c-.06-.092-.246-.189-.353-.231l-.427-.156c.039-.075,.071-.137,.032-.198-.059-.09-.416-.265-.506-.29-.154-.042-.31-.075-.468-.101-.152-.024-.445-.045-.445-.045-.021-.022,.04-.138-.054-.219-.055-.044-.135-.059-.217-.067-.326-.031-.771-.022-1.1,0-.095,.006-.162,.016-.217,.067-.066,.062-.075,.1-.069,.218-.44-.008-.884,.093-1.254,.322-.17,.105-.21,.141-.116,.31-.022,.015-.177,.062-.215,.076-.141,.054-.285,.107-.405,.18-.073,.044-.104,.077-.16,.135l.353-.027c-.011,.023-.037,.056-.051,.078-.06,.087-.098,.156-.15,.247,.1-.068,.19-.131,.305-.187,.252-.127,.706-.131,.892-.354,.048-.056,.019-.09-.021-.182,.138-.046,.19-.078,.357-.116,.405-.09,.683,.017,.879-.031,.061-.015,.121-.049,.125-.113l-.029-.204h.657c0,.115-.11,.263,.094,.316,.184,.048,.557-.057,.879,.032l.357,.115c-.002,.017-.027,.062-.035,.086-.015,.041-.014,.063,.013,.093,.035,.04,.084,.079,.137,.11,.105,.06,.241,.098,.371,.129,.371,.09,.406,.114,.692,.304-.019-.056-.155-.254-.2-.324l.351,.028Z"></path><path fill="#00863d" d="M13.508,17.19c.036-.176-.201-.307-.531-.24,.037,.133,.275,.281,.531,.24Z"></path><path fill="#00863d" d="M14.954,17.786s.001-.002,.002-.003c-.003-.007-.003-.005-.002,.003Z"></path><path fill="#00863d" d="M17.043,17.786s-.001-.002-.002-.003c.003-.007,.003-.005,.002,.003Z"></path><path fill="#ce1126" d="M18.817,17.834l.039-.192c.012-.053,.041-.131,.047-.182-.085,.09-.16,.184-.235,.268-.035,.047-.075,.086-.11,.137-.075,.115-.06,.119-.089,.156-.262-.145-.379,.209-.556,.426-.328-.184-.614-.242-.999-.313-.086-.009-.164-.021-.235-.029-.485-.057-1.019-.055-1.502,.018-.249,.032-.404,.077-.623,.129h0c-.178,.059-.297,.099-.467,.199-.065-.098-.154-.242-.217-.326-.035-.045-.085-.094-.146-.125-.097-.045-.132-.031-.193,.022l-.043-.082c-.087-.153-.177-.223-.274-.346l-.087-.102c-.012-.014-.016-.023-.031-.031,.037,.123,.064,.24,.089,.373-.053-.029-.102-.059-.158-.082-.041-.016-.148-.039-.199-.033l.063,.057c.108,.096,.179,.223,.223,.365,.047,.154,.158,.319,.274,.432,.024,.023,.091,.084,.134,.1,.13,.047,.124-.002,.171-.025,.1,.169,.165,.254,.28,.383,.124,.131,.319,.166,.497,.125,.079-.02,.128-.041,.189-.076,.231-.133,.12-.236,.093-.342,.075-.023,.368-.112,.474-.132,.371-.069,1.06-.078,1.5-.014,.039,.006,.483,.124,.527,.149-.031,.074-.044,.11-.039,.191,.008,.075,.072,.114,.129,.147,.061,.035,.11,.057,.189,.076,.077,.018,.16,.021,.238,.01,.166-.027,.252-.123,.323-.209,.118-.135,.155-.216,.215-.311,0,0,.034,.031,.058,.039,.023,.007,.096-.006,.116-.014,.057-.021,.093-.064,.132-.102,.122-.117,.225-.27,.274-.436,.059-.195,.14-.287,.284-.414-.186,.006-.25,.057-.355,.115Z"></path><path fill="#fff" d="M14.552,14.519c.004,.026,.002,2.169,.002,2.391,0,.212,.002,.347,.103,.481,.083,.116,.222,.212,.358,.244,.096,.02,.45,.012,.573,.012,.273-.013,.306,.048,.41,.183,.118-.19,.247-.193,.489-.183,.123,0,.387,.01,.496-.014,.131-.031,.233-.094,.317-.198,.139-.159,.131-.357,.131-.565v-2.26c0-.102-.012-.077,.04-.13l.34-.357-3.638,.002,.377,.395h0Z"></path><path fill="#002d62" d="M15.688,15.583v-1.461h-1.505l.374,.395,.004,1.066h1.128Z"></path><path fill="#ce1126" d="M16.291,15.583v-1.461h1.533l-.391,.419v1.042h-1.142Zm-.603,.603h-1.138l-.003,.92c.052,.402,.349,.539,.615,.537,.18,.002,.242-.001,.526-.003v-1.455Z"></path><path fill="#002d62" d="M16.291,16.186h1.145l-.004,.92c-.027,.398-.349,.539-.615,.537l-.526-.003v-1.455Z"></path><path d="M15.997,17.853l-.013-.02c-.023-.036-.032-.05-.062-.079-.095-.095-.162-.095-.297-.094h-.03c-.023,0-.054,0-.09,0-.162,.001-.406,.004-.486-.013-.18-.028-.297-.146-.364-.239-.108-.153-.108-.283-.108-.499v-.22c0-.572,.001-2.074-.002-2.166l-.395-.414,3.7-.002-.362,.38c-.007,.007-.012,.012-.017,.017q-.022,.022-.021,.058c0,.012,0,.026,0,.045v2.291c0,.2,0,.388-.134,.543-.083,.098-.205,.174-.324,.203-.089,.019-.275,.017-.41,.015-.034,0-.065,0-.09,0-.019,0-.04,0-.062,0-.088-.002-.187-.004-.251,.022-.065,.027-.121,.091-.172,.157l-.012,.015Zm-.345-.22c.121,0,.193,.006,.289,.102,.029,.028,.04,.043,.058,.071,.05-.064,.106-.124,.172-.151,.069-.028,.171-.026,.261-.024,.022,0,.042,0,.061,0,.025,0,.056,0,.09,0,.134,.002,.318,.004,.404-.014,.114-.027,.23-.1,.31-.194,.128-.147,.128-.331,.128-.526v-2.291c0-.019,0-.033,0-.045-.001-.046,0-.05,.029-.078,.005-.004,.01-.01,.016-.016l.319-.335-3.575,.002,.358,.375v.005c.003,.016,.004,.666,.003,2.174v.22c0,.21,0,.337,.103,.483,.064,.089,.176,.201,.347,.228,.077,.016,.33,.014,.481,.012,.036,0,.067,0,.09,0h.03c.009,0,.018,0,.026,0Z"></path><path fill="#00863d" d="M13.662,14.647c.205,.397,.492,.418,.056,.871,.012,.065,.2,0,.2,0-.109,.559-.465,.5,.295,.271-.124,.088-.089,.22-.089,.22l.171,.032s.059,.082-.241,.094c-.42,.174-.141,.58,.113,.733,.183,.174-.203,.478,.046,.573,1.042,.036,.07,1.314-.295,.629,0,0,.094,.082,.232-.012,.176-.253-.473-.072-.574-.325,.142,.025,.295-.089,.295-.089-.298,.017-.693-.518-.893-.694,0,0,.309-.103,.513,.015,0-.176-.296-.305-.349-.523s.201-.369,.103-.461-.096-.81,.417-1.334Z"></path><path fill="#00863d" d="M18.335,14.647c-.205,.397-.492,.418-.056,.871-.012,.065-.2,0-.2,0,.109,.559,.465,.5-.295,.271,.124,.088,.089,.22,.089,.22l-.171,.032s-.059,.082,.241,.094c.42,.174,.141,.58-.113,.733-.183,.174,.203,.478-.046,.573-1.042,.036-.07,1.314,.295,.629,0,0-.094,.082-.232-.012-.176-.253,.473-.072,.574-.325-.142,.025-.295-.089-.295-.089,.298,.017,.693-.518,.893-.694,0,0-.309-.103-.513,.015,0-.176,.296-.305,.349-.523s-.201-.369-.103-.461,.096-.81-.417-1.334Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},dots:{name:"dots",keywords:["kebab-horizontal","dots","kebab","menu","navigation","more","settings","horizontal"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.89 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.61 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.32 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.79 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path></g>'}}},"dots-vertical":{name:"dots-vertical",keywords:["kebab-vertical","dots-vertical","kebab","menu","navigation","more","settings","vertical","dots"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2.45a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 12.68a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 3.05a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 15.82a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 3.66a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 18.95a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 4.9a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 25.37a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path></g>'}}},"double-chevron-down":{name:"double-chevron-down",keywords:["chevrons-down","double-chevron-down","chevron","arrow","bottom","double","down"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 8.68l-3.78 3.78-3.78-3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 4.45l-3.78 3.78-3.78-3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 10.82l-4.72 4.72-4.72-4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 5.55l-4.72 4.72-4.72-4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 12.97l-5.65 5.65-5.65-5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 6.65l-5.65 5.65-5.65-5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 17.36l-7.57 7.56-7.56-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 8.9l-7.57 7.57-7.56-7.57"></path></g>'}}},"double-chevron-left":{name:"double-chevron-left",keywords:["chevrons-left","double-chevron-left","chevron","arrow","back","previous","left","double"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 11.79l-3.78-3.78 3.78-3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 11.79l-3.78-3.78 3.78-3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 14.71l-4.72-4.72 4.72-4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 14.71l-4.72-4.72 4.72-4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 17.62l-5.65-5.65 5.65-5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 17.62l-5.65-5.65 5.65-5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 23.59l-7.57-7.57 7.57-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 23.59l-7.57-7.57 7.57-7.56"></path></g>'}}},"double-chevron-right":{name:"double-chevron-right",keywords:["chevrons-right","double-chevrons-right","chevron","arrow","forward","next","double","right"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 4.23l3.78 3.78-3.78 3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.45 4.23l3.78 3.78-3.78 3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 5.27l4.72 4.72-4.72 4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.55 5.27l4.72 4.72-4.72 4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 6.32l5.65 5.65-5.65 5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.65 6.32l5.65 5.65-5.65 5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 8.46l7.56 7.56-7.56 7.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.9 8.46l7.57 7.56-7.57 7.57"></path></g>'}}},"double-chevron-up":{name:"double-chevron-up",keywords:["chevrons-up","double-chevron-up","chevron","arrow","top","double","up"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 7.34l3.78-3.78 3.78 3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 11.57l3.78-3.78 3.78 3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 9.16l4.72-4.72 4.72 4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 14.43l4.72-4.72 4.72 4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 10.97l5.65-5.65 5.65 5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 17.29l5.65-5.65 5.65 5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 14.69l7.56-7.57 7.57 7.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 23.14l7.56-7.57 7.57 7.57"></path></g>'}}},droplet:{name:"droplet",keywords:["droplet","water","rain","blood","liquid","oil","humidity","precipitation"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46c2.7 0 4.9-2.2 4.9-4.91 0-3.73-2.74-5.32-4.9-7.99-2.15 2.67-4.9 4.26-4.9 7.99 0 2.71 2.19 4.91 4.9 4.91z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.79a2.23 2.23 0 0 1-2.23-2.24"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04c3.37 0 6.11-2.74 6.11-6.13 0-4.65-3.42-6.64-6.11-9.97-2.68 3.33-6.11 5.32-6.11 9.97 0 3.38 2.73 6.12 6.11 6.13z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.71a2.79 2.79 0 0 1-2.78-2.8"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61c4.04 0 7.32-3.29 7.32-7.34 0-5.57-4.1-7.96-7.32-11.94-3.21 3.99-7.32 6.37-7.32 11.94 0 4.05 3.27 7.34 7.32 7.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 17.62a3.34 3.34 0 0 1-3.33-3.35"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93c5.41 0 9.79-4.4 9.79-9.83 0-7.46-5.49-10.65-9.79-15.99-4.3 5.34-9.79 8.53-9.79 15.99 0 5.42 4.38 9.82 9.79 9.83z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 23.59a4.47 4.47 0 0 1-4.45-4.49"></path></g>'}}},"droplet-slash":{name:"droplet-slash",keywords:["droplet-slash","dry","slash","none","water","rain","blood","liquid","oil","humidity","droplet","precipitation"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.84 13.96c0.65 0.32 1.39 0.51 2.17 0.5 2.7 0 4.9-2.2 4.9-4.91 0-0.86-0.14-1.6-0.4-2.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.08 4.94c-0.93-1.11-2.06-2.13-3.07-3.38-2.15 2.67-4.9 4.26-4.9 7.99 0 0.96 0.27 1.85 0.75 2.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.79a2.23 2.23 0 0 1-2.14-1.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.29 17.4c0.81 0.41 1.73 0.63 2.7 0.64 3.37 0 6.11-2.74 6.11-6.13 0-1.07-0.18-1.99-0.5-2.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.82 6.16c-1.15-1.39-2.58-2.65-3.83-4.22-2.68 3.33-6.11 5.32-6.1 9.97 0 1.19 0.34 2.31 0.93 3.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.71a2.78 2.78 0 0 1-2.67-2.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.73 20.85c0.98 0.49 2.08 0.76 3.24 0.76 4.04 0 7.32-3.29 7.32-7.34 0-1.28-0.22-2.39-0.59-3.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.56 7.38c-1.38-1.66-3.09-3.18-4.59-5.05-3.21 3.99-7.32 6.37-7.31 11.94 0 1.43 0.41 2.77 1.11 3.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 17.62a3.33 3.33 0 0 1-3.2-2.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.68 27.91c1.31 0.65 2.78 1.01 4.34 1.01 5.41 0 9.79-4.4 9.79-9.82 0-1.71-0.29-3.2-0.79-4.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.17 9.87c-1.85-2.22-4.13-4.25-6.15-6.75-4.3 5.34-9.79 8.53-9.79 15.98 0 1.92 0.55 3.7 1.49 5.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 23.59a4.46 4.46 0 0 1-4.29-3.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},dumbbell:{name:"dumbbell",keywords:["dumbbells","dumbbell","fitness","sport","exercise","gym","workout","weightlifting","barbell","equipment"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 8.01h1.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 8.01h4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.33 8.01h1.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 2.89a1.33 1.33 0 0 0-1.34 1.34v7.56a1.33 1.33 0 0 0 2.67 0v-7.56a1.33 1.33 0 0 0-1.33-1.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 2.89a1.33 1.33 0 0 0-1.33 1.34v7.56a1.33 1.33 0 0 0 2.67 0v-7.56a1.33 1.33 0 0 0-1.34-1.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 9.99h1.95"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 9.99h6.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.67 9.99h1.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 3.61a1.67 1.67 0 0 0-1.66 1.66v9.44a1.67 1.67 0 0 0 3.33 0v-9.44a1.67 1.67 0 0 0-1.67-1.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 3.61a1.67 1.67 0 0 0-1.67 1.66v9.44a1.67 1.67 0 0 0 3.33 0v-9.44a1.67 1.67 0 0 0-1.66-1.66z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 11.97h2.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 11.97h7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2 11.97h2.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 4.32a2 2 0 0 0-2 2v11.3a2 2 0 0 0 3.99 0v-11.3a2 2 0 0 0-1.99-2z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 4.32a2 2 0 0 0-1.99 2v11.3a2 2 0 0 0 3.99 0v-11.3a2 2 0 0 0-2-2z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 16.02h3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 16.02h9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.67 16.02h3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 5.79a2.67 2.67 0 0 0-2.68 2.67v15.13a2.67 2.67 0 0 0 5.34-0.01v-15.13a2.67 2.67 0 0 0-2.67-2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 5.79a2.67 2.67 0 0 0-2.67 2.67v15.13a2.67 2.67 0 0 0 5.34-0.01v-15.13a2.67 2.67 0 0 0-2.67-2.67z"></path></g>'}}},"east-timor":{name:"east-timor",keywords:["flag","east","timor"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c93927" rx="4" ry="4"></rect><path fill="#f7cb4f" d="M2.433,27.044l16.567-11.044L2.433,4.956c-.869,.734-1.433,1.818-1.433,3.044V24c0,1.227,.564,2.311,1.433,3.044Z"></path><path d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path fill="#fff" d="M7.569 15.973L8.883 13.74 6.508 14.774 4.791 12.835 5.04 15.413 2.665 16.447 5.194 17.007 5.444 19.585 6.757 17.352 9.287 17.912 7.569 15.973z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},ecuador:{name:"ecuador",keywords:["flag","ecuador"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#da352e" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4v-3H1v3Z"></path><path fill="#1f4c9e" d="M1 15H31V22H1z"></path><path fill="#fadf4b" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fadf4b" d="M12.032,11.93c-.005-.005-.01-.004-.012-.003-.012,.005-.037,.015-.05,.754-.007,.411-.01,.994-.007,1.687v.003s1.061,1.071,1.061,1.071h0s.391,.395,.391,.395l.183-.451,.034-.271h0s.379-1.151,.379-1.151v-.004s-1.757-1.8-1.98-2.03Z"></path><path d="M13.433,15.926l-1.519-1.535v-.021c-.003-.692,0-1.276,.007-1.691,.013-.772,.034-.781,.081-.799l.031-.012,.036,.027c.222,.229,1.98,2.03,1.98,2.03l.02,.02-.007,.027-.381,1.158-.035,.275-.212,.521Zm-.359-.504l.324,.327,.152-.375,.033-.265,.374-1.135c-.188-.192-1.572-1.61-1.91-1.957-.008,.081-.019,.261-.026,.665-.007,.41-.009,.987-.007,1.668l1.061,1.071Z"></path><path fill="#b4bbc0" d="M11.869,20.426l-.119-.144-.712,.679-.002,.002-.004,.062,.006,.005s0,.002,0,.002c-.011,.006-.099,.049-.193,.056h-.005s-.001,.005-.001,.005c0,.003-.094,.295-.201,.384l.008,.011c.131-.089,.339-.167,.387-.172h.006s0-.007,0-.007c.003-.077,.016-.175,.065-.205l.011-.002h0s.049,0,.049,0l.701-.672,.005-.004Z"></path><path fill="#b4bbc0" d="M12.23,22.212l-.002,.002-.004,.062,.006,.006s0,.002-.001,.002c-.011,.005-.096,.048-.189,.055h0s0,0,0,0c0,0-.002,0-.003,0h-.005s-.001,.005-.001,.005c0,.003-.094,.295-.201,.384l.008,.011c.131-.089,.339-.167,.387-.172h.006s0-.007,0-.007c.002-.077,.016-.175,.065-.205l.012-.003h.048l1.298-1.261-.119-.144-1.305,1.264Z"></path><path fill="#b4bbc0" d="M12.005,11.428c-.003-.005-.009-.011-.016-.018l-.011-.009,.002,.014c.017,.104,.005,.206-.034,.295-.013,.028-.028,.055-.046,.08l-.003-.002s-.005-.003-.005-.003c-.002-.005-.057-.124-.063-.251v-.003s-.003-.001-.003-.001c-.003-.001-.35-.126-.454-.266l-.009,.006c.099,.161,.192,.431,.198,.502v.004s.005,0,.005,0c.092,.005,.21,.024,.245,.09l.002,.011h.002c-.12,.092-.28,.11-.43,.048l-.005,.009,.003,.002s.003,.002,.005,.004c.013,.009,.027,.017,.041,.026,.092,.053,.191,.081,.284,.081,.046,0,.091-.007,.133-.021,.094-.031,.168-.096,.206-.183,.054-.121,.036-.276-.047-.415h0Z"></path><path fill="#b4bbc0" d="M11.175,13.512c.005-.025,0-.046-.013-.06-.01-.01-.024-.015-.041-.015h0c-.007,0-.014,.001-.022,.003,.014-.018,.021-.031,.021-.038h0s-.006-.016-.006-.016c.06-.068,.157-.187,.15-.249-.002-.013-.007-.022-.017-.029-.053-.035-.201,.083-.264,.138l-.024-.01h-.001c-.007,0-.017,.007-.033,.02-.029-.06-.09-.203-.104-.359v-.003s-.004-.001-.004-.001c-.005-.002-.546-.167-.715-.374l-.008,.006c.162,.239,.324,.646,.338,.753v.004s.005,0,.005,0l.002,.002,.002-.002c.128,0,.294,.019,.365,.101-.007,.01-.015,.023-.015,.03-.002,.012,.001,.026,.008,.043-.021,.021-.085,.08-.166,.094-.099,.018-.192-.093-.193-.094v-.002s-.009,0-.009,0v.004c-.013,.039-.019,.08-.019,.122,0,.218,.169,.396,.377,.396,.051,0,.101-.01,.147-.031l.007-.003-.01-.01h-.001s-.094-.057-.103-.17c-.006-.077,.046-.148,.079-.186,.009,.007,.026,.017,.036,.017h.002s.015-.009,.015-.009c-.006,.026-.002,.049,.012,.064,.013,.013,.034,.018,.058,.013,.008,.038,.029,.075,.058,.105,.039,.04,.089,.062,.136,.062h0c.033,0,.062-.012,.083-.034,.052-.054,.039-.155-.03-.224-.029-.03-.066-.05-.103-.058Z"></path><path fill="#fadf4b" d="M17.852,21.113c-.017-.195-.678-1.092-.706-1.13l-.002-.002h-.003s-.398-.051-.609-.057c-.077-.002-.11,.002-.124,.007-.008-.063-.016-.12-.023-.168v-.009s-.001,0-.001,0c-.014-.103-.024-.165-.024-.165l-.002-.012-.348,.266-.348-.266-.002,.012s-.009,.062-.024,.165h0s-.001,.009-.001,.009c-.007,.048-.015,.105-.023,.168-.015-.005-.047-.009-.124-.007-.211,.006-.605,.056-.609,.057h-.003s-.002,.003-.002,.003c-.028,.038-.69,.935-.706,1.13-.009,.108-.011,.196,.049,.252,.042,.04,.111,.059,.212,.059,.053,0,.115-.005,.186-.016,.002,0,.194-.037,.366-.054-.045,.206-.095,.492-.114,.596-.004,.015-.007,.028-.007,.041h0c-.001,.023,.006,.042,.02,.056,.021,.021,.059,.032,.115,.032,.01,0,.021,0,.033-.001,.176-.011,.3-.042,.391-.065h.004c-.006,.139-.013,.312-.023,.432,0,0,0,.002,0,.003-.001,.016-.003,.03-.004,.045,0,.006,.001,.012,.003,.018,.019,.086,.119,.12,.197,.12,.011,0,.021,0,.03-.002,.131-.017,.366-.168,.383-.179,.017,.011,.253,.163,.383,.179,.009,.001,.02,.002,.03,.002,.078,0,.178-.034,.197-.12,.001-.006,.002-.012,.003-.019-.001-.014-.003-.028-.004-.045,0,0,0-.002,0-.003-.01-.122-.018-.303-.023-.432h.004c.091,.024,.215,.056,.391,.066,.012,0,.022,.001,.033,.001,.056,0,.094-.01,.115-.032,.014-.014,.021-.033,.02-.056h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0-.012-.003-.026-.007-.04-.018-.104-.069-.39-.114-.596,.172,.016,.364,.053,.367,.054,.071,.011,.133,.016,.186,.016,.101,0,.17-.019,.212-.059,.06-.057,.058-.144,.049-.252Z"></path><path d="M16.423,22.68c-.013,0-.024,0-.036-.001-.12-.016-.308-.126-.378-.17-.07,.044-.258,.155-.377,.17-.112,.011-.254-.034-.282-.157-.002-.007-.003-.016-.003-.024l.005-.065c.008-.102,.015-.24,.019-.356-.088,.021-.197,.043-.34,.052-.097,.004-.15-.01-.186-.045-.024-.022-.037-.056-.035-.092,0-.015,.003-.033,.009-.053,.019-.107,.059-.335,.099-.525-.149,.018-.292,.045-.293,.045-.236,.036-.366,.017-.443-.055-.077-.072-.075-.176-.064-.293,.019-.215,.688-1.117,.716-1.155l.012-.016,.022-.006c.046-.006,.414-.052,.619-.057,.036-.001,.063,0,.083,0,.006-.043,.011-.083,.017-.118,.016-.113,.025-.175,.025-.175l.002-.013,.014-.081,.383,.293,.387-.295,.011,.086c0,.01,.01,.072,.025,.176,.006,.042,.012,.083,.018,.127,.021,0,.048,0,.083,0,.205,.005,.572,.051,.613,.056l.02,.003,.016,.016c.031,.042,.7,.944,.719,1.159h0c.01,.118,.012,.221-.064,.293-.077,.073-.213,.09-.44,.056-.003,0-.147-.028-.296-.045,.04,.193,.082,.428,.099,.523,.006,.02,.009,.039,.009,.056,.002,.037-.011,.069-.036,.093-.034,.034-.095,.044-.184,.044-.145-.009-.255-.031-.341-.052,.006,.15,.012,.271,.019,.354l.005,.058c0,.018-.001,.026-.004,.035-.024,.108-.141,.157-.245,.157Zm-.414-.291l.027,.018c.066,.043,.26,.159,.362,.172,.043,.008,.156-.01,.172-.079l-.003-.052c-.008-.097-.016-.243-.022-.434l-.002-.065,.063,.014c.097,.024,.218,.055,.388,.065,.01,0,.02,0,.03,0,.058,0,.075-.013,.079-.017,.003-.002,.006-.006,.006-.018,0-.01-.002-.019-.005-.028l-.002-.013c-.019-.106-.069-.386-.112-.587l-.015-.067,.068,.006c.174,.017,.37,.054,.372,.054,.18,.025,.303,.017,.354-.031,.04-.038,.042-.101,.033-.211h0c-.012-.141-.46-.785-.686-1.09-.083-.01-.405-.048-.586-.054-.082-.001-.102,.003-.105,.004l-.058,.021-.008-.061c-.009-.063-.017-.12-.023-.168-.005-.04-.01-.074-.014-.101l-.311,.238-.311-.238c-.004,.025-.008,.057-.014,.092-.008,.058-.016,.114-.023,.177l-.008,.062-.058-.021s-.021-.006-.106-.004c-.182,.005-.505,.044-.586,.054-.227,.306-.673,.949-.686,1.09-.009,.11-.007,.174,.033,.211,.052,.048,.168,.058,.357,.03,0,0,.191-.037,.369-.054l.068-.006-.015,.067c-.043,.199-.091,.469-.111,.584l-.003,.016c-.003,.011-.005,.02-.005,.027,0,.014,.003,.018,.005,.019,.006,.006,.024,.018,.08,.018,.01,0,.02,0,.031,0,.168-.01,.29-.041,.378-.063l.065-.017,.004,.065c-.005,.129-.013,.31-.022,.435l-.005,.049c.017,.072,.124,.088,.174,.082,.102-.013,.295-.128,.361-.172l.027-.018Zm.559,.058s0,.005,0,.007v-.007Z"></path><path fill="#3f2921" d="M21.346,10.232c-1.052-.512-3.584-1.952-4.325-.678-.452,.51-1.269,.051-1.807,.401-.69-1.305-2.168-1.064-3.577-.341-1.083,.662-1.609,.681-.448,.639-.134,.18,.316,.041,.539,.001-.16,.211,.223,.131,.534,.037-.27,.256,.287,.164,.469,.073-.258,.233,.101,.128,.33,.058-.273,.296,.1,.29,.401,.074-.264,.3,.037,.276,.273,.167-.237,.281,.029,.315,.265,.182-.189,.242,0,.319,.219,.221-.119,.261,.12,.256,.262,.098-.021,.383,.148,.207,.296,0-.059,.276,.081,.444,.26,.164,.01,.144-.044,.261,.082,.24-.207,.289-.961,1.758-.526,1.354,.126-.012,.242-.151,.431-.297-.028,.093,.034,.042,.084,.005-.091,.514,.321-.408,.25,.014-.02,.048-.023,.134,.055,.173-.023-.109,.156-.201,.191-.341,.023,.191,.103-.163,.276,.035,.008-.007,.049,0,.035-.017,.032-.007,.04,.046,.05,.075,.044-.043,.023-.128,.01-.16-.372-.558,.924-.927,.035,.101,.498-.429,.254,.546,.454,.172,.055,.04-.008-.211-.019-.253,.167,.056,.233,.115,.294,.226,.17-.281-.416-.315-.288-.668l.008,.023,.002-.004c.088,.178,.225-.304,.202-.299,.008,.009,.022,.035,.029,.051,.019-.051,.091-.169,.101-.267l.007,.004c.001-.023,.003-.06,.005-.135,.135,.229,.302,.163,.259-.105,.165,.207,.332,.242,.287-.056,.161,.186,.376,.182,.273-.078,.213,.106,.407,.037,.226-.213,.238,.146,.5,.114,.264-.176,.25,.127,.536,.16,.285-.151,.285,.223,.663,.251,.411-.039,.182,.049,.531,.163,.368-.016,.163,.07,.704,.119,.418-.107,.273,.103,.671,.186,.467-.034,.334,.114,.69,.164,.294-.11,.312,.165,.838,.235,.353-.018,.341,.14,.479,.048,.114-.115,.265,.077,.643,.219,.519,.09Z"></path><path fill="#fadf4b" d="M19.988,11.93c.005-.005,.01-.004,.012-.003,.012,.005,.037,.015,.05,.754,.007,.411,.01,.994,.007,1.687v.003s-1.061,1.071-1.061,1.071h0s-.391,.395-.391,.395l-.183-.451-.034-.271h0s-.379-1.151-.379-1.151v-.004s1.757-1.8,1.98-2.03Z"></path><path d="M18.586,15.926l-.214-.533-.035-.271-.386-1.17,.02-.026s1.758-1.8,1.98-2.03h0c.018-.021,.046-.024,.07-.013,.041,.017,.063,.026,.077,.798,.008,.415,.01,.999,.007,1.688v.021l-.014,.018-1.506,1.52Zm-.116-.552l.152,.375,1.384-1.398c.002-.684,0-1.259-.007-1.668-.007-.404-.018-.584-.027-.665-.337,.346-1.721,1.764-1.909,1.957l.371,1.126,.036,.274Z"></path><path fill="#b4bbc0" d="M20.151,20.426l.119-.144,.712,.679,.002,.002,.004,.062-.006,.005s0,.002,0,.002c.011,.006,.099,.049,.193,.056h.005s.001,.005,.001,.005c0,.003,.094,.295,.201,.384l-.008,.011c-.131-.089-.339-.167-.387-.172h-.006s0-.007,0-.007c-.003-.077-.016-.175-.065-.205l-.011-.002h0s-.049,0-.049,0l-.701-.672-.005-.004Z"></path><path fill="#b4bbc0" d="M19.789,22.212l.002,.002,.004,.062-.006,.006s0,.002,.001,.002c.011,.005,.096,.048,.189,.055h0s0,0,0,0c0,0,.002,0,.003,0h.005s.001,.005,.001,.005c0,.003,.094,.295,.201,.384l-.008,.011c-.131-.089-.339-.167-.387-.172h-.006s0-.007,0-.007c-.002-.077-.016-.175-.065-.205l-.012-.003h-.048l-1.298-1.261,.119-.144,1.305,1.264Z"></path><path fill="#b4bbc0" d="M20.015,11.428c.003-.005,.009-.011,.016-.018l.011-.009-.002,.014c-.017,.104-.005,.206,.034,.295,.013,.028,.028,.055,.046,.08l.003-.002s.005-.003,.005-.003c.002-.005,.057-.124,.063-.251v-.003s.003-.001,.003-.001c.003-.001,.35-.126,.454-.266l.009,.006c-.099,.161-.192,.431-.198,.502v.004s-.005,0-.005,0c-.092,.005-.21,.024-.245,.09l-.002,.011h-.002c.12,.092,.28,.11,.43,.048l.005,.009-.003,.002s-.003,.002-.005,.004c-.013,.009-.027,.017-.041,.026-.092,.053-.191,.081-.284,.081-.046,0-.091-.007-.133-.021-.094-.031-.168-.096-.206-.183-.054-.121-.036-.276,.047-.415h0Z"></path><path fill="#b4bbc0" d="M20.845,13.512c-.005-.025,0-.046,.013-.06,.01-.01,.024-.015,.041-.015h0c.007,0,.014,.001,.022,.003-.014-.018-.021-.031-.021-.038h0s.006-.016,.006-.016c-.06-.068-.157-.187-.15-.249,.002-.013,.007-.022,.017-.029,.053-.035,.201,.083,.264,.138l.024-.01h.001c.007,0,.017,.007,.033,.02,.029-.06,.09-.203,.104-.359v-.003s.004-.001,.004-.001c.005-.002,.546-.167,.715-.374l.008,.006c-.162,.239-.324,.646-.338,.753v.004s-.005,0-.005,0l-.002,.002-.002-.002c-.128,0-.294,.019-.365,.101,.007,.01,.015,.023,.015,.03,.002,.012-.001,.026-.008,.043,.021,.021,.085,.08,.166,.094,.099,.018,.192-.093,.193-.094v-.002s.009,0,.009,0v.004c.013,.039,.019,.08,.019,.122,0,.218-.169,.396-.377,.396-.051,0-.101-.01-.147-.031l-.007-.003,.01-.01h.001s.094-.057,.103-.17c.006-.077-.046-.148-.079-.186-.009,.007-.026,.017-.036,.017h-.002s-.015-.009-.015-.009c.006,.026,.002,.049-.012,.064-.013,.013-.034,.018-.058,.013-.008,.038-.029,.075-.058,.105-.039,.04-.089,.062-.136,.062h0c-.033,0-.062-.012-.083-.034-.052-.054-.039-.155,.03-.224,.029-.03,.066-.05,.103-.058Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fadf4b" d="M16.157,19.762c-.089,0-.18-.006-.27-.017h-.002s-.002,0-.002,0c.017,0-.013-.003-.013-.003l-.017-.002c-.657-.096-1.233-.454-1.666-1.035-.428-.575-.697-1.343-.778-2.219-.008-.082-.013-.368-.013-.682v-.003l-.002-.002c-.07-.071-1.777-1.804-2.078-2.116-.005-.005-.01-.004-.012-.003-.058,.024-.051,1.375-.035,3.433,.005,.634,.01,1.233,.01,1.678,0,.257,.051,.679,.193,1.095,.081,.237,.184,.448,.305,.626,.142,.209,.311,.375,.501,.493,.238,.148,.51,.222,.815,.222,.393,0,.839-.123,1.334-.369,.003-.001,.34-.125,.72-.32,.351-.18,.812-.459,1.015-.766l.007-.011h-.013Z"></path><path d="M13.093,21.278c-.313,0-.596-.077-.841-.229-.196-.122-.37-.292-.516-.508-.124-.182-.228-.397-.311-.638-.145-.422-.196-.851-.196-1.111,0-.414-.004-.962-.009-1.548v-.13c-.028-3.294-.009-3.45,.064-3.48l.032-.013,.036,.029c.238,.247,1.37,1.396,1.853,1.887l.238,.242,.002,.022c0,.307,.006,.598,.013,.681,.08,.867,.346,1.626,.768,2.194,.425,.571,.989,.922,1.633,1.016l.017,.002s.007,0,.012,.001c.094,.012,.182,.018,.269,.018h.104l-.056,.087c-.21,.318-.678,.602-1.034,.784-.389,.2-.727,.323-.729,.324-.492,.245-.949,.371-1.348,.371Zm-1.761-7.505c-.038,.356-.024,1.999-.013,3.34v.13c.006,.586,.01,1.134,.01,1.549,0,.253,.05,.669,.191,1.079,.08,.233,.181,.439,.299,.615,.138,.204,.301,.365,.485,.479,.53,.328,1.241,.276,2.101-.149,.009-.003,.343-.126,.719-.32,.32-.164,.733-.411,.949-.684-.059-.002-.117-.007-.175-.014l-.175-.027c-.62-.122-1.163-.478-1.577-1.034-.433-.583-.706-1.358-.788-2.245-.007-.083-.013-.369-.013-.669l-.211-.214c-.454-.461-1.482-1.505-1.802-1.834Z"></path><path fill="#fadf4b" d="M15.863,19.762c.089,0,.18-.006,.27-.017h.002s.002,0,.002,0c-.017,0,.013-.003,.013-.003l.017-.002c.657-.096,1.233-.454,1.666-1.035,.428-.575,.697-1.343,.778-2.219,.008-.082,.013-.368,.013-.682v-.003l.002-.002c.07-.071,1.777-1.804,2.078-2.116,.005-.005,.01-.004,.012-.003,.058,.024,.051,1.375,.035,3.433-.005,.634-.01,1.233-.01,1.678,0,.257-.051,.679-.193,1.095-.081,.237-.184,.448-.305,.626-.142,.209-.311,.375-.501,.493-.238,.148-.51,.222-.815,.222-.393,0-.839-.123-1.334-.369-.003-.001-.34-.125-.72-.32-.351-.18-.812-.459-1.015-.766l-.007-.011h.013Z"></path><path d="M18.927,21.278c-.399,0-.856-.125-1.356-.374h0s-.336-.123-.721-.321c-.356-.182-.824-.466-1.034-.783l-.057-.088h.104c.088,0,.176-.006,.263-.018h.005c.005,0,.009-.001,.013-.002l.017-.002c.643-.094,1.208-.445,1.632-1.016,.422-.569,.688-1.328,.768-2.194,.007-.078,.013-.356,.014-.678v-.021l.015-.018,.225-.229c.483-.491,1.615-1.64,1.854-1.888l.021-.021,.04,.004c.079,.032,.099,.187,.072,3.482v.13c-.005,.585-.01,1.134-.01,1.548,0,.261-.051,.69-.196,1.111-.083,.241-.187,.456-.311,.638-.146,.216-.32,.387-.516,.508-.245,.152-.528,.229-.841,.229Zm-2.98-1.467c.216,.273,.629,.52,.949,.684,.375,.193,.71,.316,.713,.317,.87,.43,1.578,.479,2.106,.152,.184-.114,.348-.275,.486-.479,.119-.176,.22-.382,.299-.615,.141-.41,.191-.826,.191-1.079,0-.415,.004-.963,.009-1.549v-.13c.012-1.41,.025-2.992-.012-3.34-.322,.331-1.349,1.373-1.802,1.834l-.211,.214c0,.323-.006,.589-.014,.669-.082,.885-.354,1.661-.787,2.244-.414,.557-.957,.912-1.577,1.034l-.178,.028c-.056,.007-.113,.011-.172,.014Zm4.795-6.093h-.001s0,0,.001,0Z"></path><ellipse cx="16" cy="16.116" fill="#b4bbc0" rx="2.622" ry="3.63"></ellipse><path d="M16,19.796c-1.474,0-2.672-1.65-2.672-3.68s1.199-3.68,2.672-3.68,2.672,1.651,2.672,3.68-1.199,3.68-2.672,3.68Zm0-7.26c-1.418,0-2.573,1.606-2.573,3.581s1.154,3.58,2.573,3.58,2.573-1.606,2.573-3.58-1.154-3.581-2.573-3.581Z"></path><path fill="#7bc1dd" d="M16,12.937c-1.178,0-2.172,1.456-2.172,3.18s.995,3.18,2.172,3.18,2.172-1.456,2.172-3.18-.995-3.18-2.172-3.18Z"></path><path d="M16,19.346c-1.205,0-2.222-1.479-2.222-3.229s1.018-3.23,2.222-3.23,2.222,1.479,2.222,3.23-1.018,3.229-2.222,3.229Zm0-6.36c-1.15,0-2.123,1.434-2.123,3.13s.972,3.13,2.123,3.13,2.123-1.434,2.123-3.13-.972-3.13-2.123-3.13Z"></path></g>'}}},egypt:{name:"egypt",keywords:["flag","egypt"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c09300" fill-rule="evenodd" d="M18.5,18.367h0c-.036-.882-.138-3.253-.176-4.166-.13-1.044-1.131,.042-1.702-.052-.309-.439,.042-1.889-.819-1.503-.199-.039-.39-.096-.44,.074,0,0,0,0,0,0-.023,.079-.019,.178,.015,.15,0,0,0,0,0,0,.146-.12,.308,.051,.332,.197,0,0,0,0,0,0,0,.001,0,.002,0,.003,0-.001,0-.002,0-.003,.062,.286-.15,.856-.342,1.082-.567,.087-1.564-.988-1.692,.052,0,0,0,0,0,0l-.176,4.166h0s0,0,0,0l1.35-1.207-.289,1.025c-.1-.017-.192-.092-.28-.022-.158-.008-.23,.179-.176,.287,.007-.015,.021-.026,.037-.036-.023,.03-.038,.071-.038,.124-.136-.029-.167,.174-.268,.174,.087,.024,.021,.203,.18,.256,.265,.598,3.697,.602,3.965,0,.159-.053,.094-.232,.18-.256-.101,0-.133-.203-.268-.174,0-.053-.014-.093-.037-.124,.017,.009,.03,.02,.037,.036,.054-.108-.018-.295-.176-.287-.088-.07-.181,.005-.281,.022l-.289-1.025s1.349,1.205,1.351,1.207h0Z"></path><path fill="#c09300" fill-rule="evenodd" d="M18.184,18.709c-.008,0-.015,.001-.021,.003,.007,0,.014,0,.021-.003Z"></path><path fill="#c09300" fill-rule="evenodd" d="M13.837,18.712c-.006-.002-.013-.003-.021-.003,.007,.002,.015,.003,.021,.003Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"el-salvador":{name:"el-salvador",keywords:["flag","el salvador"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#1c44a6" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#1c44a6" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#1c44a6" d="M15.429,15.299l-1.162-1.307s-.184,2.401,.174,2.982l.988-1.675Z"></path><path fill="#1c44a6" d="M15.129,16.228l-1.53-.997s-.126,1.801,.542,2.072l.988-1.075Z"></path><path fill="#1c44a6" d="M16.571,15.299l1.162-1.307s.184,2.401-.174,2.982l-.988-1.675Z"></path><path fill="#1c44a6" d="M16.871,16.228l1.53-.997s.126,1.801-.542,2.072l-.988-1.075Z"></path><path fill="#f7cf46" d="M16,19.541c-1.953,0-3.541-1.588-3.541-3.541s1.588-3.541,3.541-3.541,3.541,1.588,3.541,3.541-1.588,3.541-3.541,3.541Zm0-6.563c-1.667,0-3.022,1.356-3.022,3.022s1.356,3.022,3.022,3.022,3.022-1.356,3.022-3.022-1.356-3.022-3.022-3.022Z"></path><path fill="#fff" d="M16 13.806L13.911 17.424 18.089 17.424 16 13.806z"></path><path fill="#f7cf46" d="M18.538,17.684h-5.075l2.538-4.395,2.538,4.395Zm-4.178-.519h3.28l-1.64-2.84-1.64,2.84Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},england:{name:"england",keywords:["flag","england"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#be2a2a" d="M31 14L18 14 18 4 14 4 14 14 1 14 1 18 14 18 14 28 18 28 18 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},envelope:{name:"envelope",keywords:["mail","envelope","message","send","email","letter","inbox"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 13.13h-9.34q-1.78 0-1.78-1.78v-6.68q0-1.78 1.78-1.78h9.34q1.78 0 1.78 1.78v6.68q0 1.78-1.78 1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 16.37h-11.66q-2.22 0-2.22-2.22v-8.32q0-2.22 2.22-2.22h11.66q2.22 0 2.22 2.22v8.32q0 2.22-2.22 2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 19.62h-13.96q-2.66 0-2.66-2.66v-9.98q0-2.66 2.66-2.66h13.96q2.66 0 2.66 2.66v9.98q0 2.66-2.66 2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 26.25h-18.7q-3.56 0-3.56-3.56v-13.35q0-3.56 3.56-3.56h18.7q3.56 0 3.56 3.56v13.35q0 3.56-3.56 3.56z"></path></g>'}}},"envelope-alert":{name:"envelope-alert",keywords:["envelope-alert","alert","notification","message","warning","error","send","email","letter","exclamation","spam"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 7.73v-3.06a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.68a1.78 1.78 0 0 0 1.78 1.78h2.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 14.91h0.35a0.89 0.89 0 0 0 0.75-1.38l-2.58-3.94a0.89 0.89 0 0 0-1.49 0l-2.58 3.94a0.89 0.89 0 0 0 0.74 1.38h0.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 11.79v1.78"></path><path fill="currentColor" d="M11.79 16.02a0.67 0.67 0 1 0 0-1.33 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.63v-3.8a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v8.32a2.22 2.22 0 0 0 2.22 2.22h3.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 18.59h0.45a1.11 1.11 0 0 0 0.92-1.72l-3.21-4.91a1.11 1.11 0 0 0-1.86 0l-3.22 4.91a1.11 1.11 0 0 0 0.93 1.72h0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 14.71v2.22"></path><path fill="currentColor" d="M14.71 19.98a0.83 0.83 0 1 0 0-1.67 0.83 0.83 0 0 0 0 1.67z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 11.54v-4.56a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.98a2.66 2.66 0 0 0 2.66 2.66h3.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 22.28h0.53a1.33 1.33 0 0 0 1.11-2.06l-3.86-5.89a1.33 1.33 0 0 0-2.22 0l-3.86 5.89a1.33 1.33 0 0 0 1.12 2.06h0.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 17.62v2.66"></path><path fill="currentColor" d="M17.62 23.94a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 15.45v-6.1a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v13.35a3.56 3.56 0 0 0 3.56 3.56h4.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 29.82h0.71a1.78 1.78 0 0 0 1.48-2.76l-5.16-7.88a1.78 1.78 0 0 0-2.97 0l-5.17 7.88a1.78 1.78 0 0 0 1.49 2.76h0.71"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 23.59v3.56"></path><path fill="currentColor" d="M23.59 32.04a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path></g>'}}},"envelope-ban":{name:"envelope-ban",keywords:["mail-closed","envelope-ban","message","warming","email","letter","ban","mail","envelope","spam","malware","closed","slash"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 7.27v-2.6a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.68a1.78 1.78 0 0 0 1.78 1.78h3.6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 15.35a2.89 2.89 0 1 0 0-5.78 2.89 2.89 0 0 0 0 5.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.41 14.51l4.09-4.09"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.07v-3.24a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v8.32a2.22 2.22 0 0 0 2.22 2.22h4.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 19.15a3.61 3.61 0 1 0 0-7.22 3.61 3.61 0 0 0 0 7.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.99 18.09l5.09-5.09"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 10.87v-3.89a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.98a2.66 2.66 0 0 0 2.66 2.66h5.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 22.94a4.32 4.32 0 1 0 0-8.64 4.32 4.32 0 0 0 0 8.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.56 21.68l6.11-6.11"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 14.54v-5.19a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v13.35a3.56 3.56 0 0 0 3.56 3.56h7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 30.71a5.79 5.79 0 1 0 0-11.57 5.79 5.79 0 0 0 0 11.57z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.83 29.01l8.17-8.17"></path></g>'}}},"envelope-check":{name:"envelope-check",keywords:["mail-check","envelope-check","message","send","email","tick","letter","complete","checked","check","mail","inbox"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 7.27v-2.6a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.68a1.78 1.78 0 0 0 1.78 1.78h3.6"></path><path fill="currentColor" d="M12.46 8.9c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.05 2.89l-2 2.23a0.67 0.67 0 0 1-0.48 0.22h-0.02a0.67 0.67 0 0 1-0.47-0.2l-1.11-1.11a0.67 0.67 0 1 1 0.94-0.94l0.62 0.61 1.53-1.7a0.67 0.67 0 0 1 0.99 0.89z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.07v-3.24a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v8.32a2.22 2.22 0 0 0 2.22 2.22h4.49"></path><path fill="currentColor" d="M15.54 11.1c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.56 3.61l-2.5 2.77a0.83 0.83 0 0 1-0.59 0.28h-0.02a0.83 0.83 0 0 1-0.59-0.24l-1.39-1.39a0.83 0.83 0 1 1 1.18-1.18l0.76 0.77 1.91-2.12a0.83 0.83 0 0 1 1.24 1.11z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 10.86v-3.88a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.98a2.66 2.66 0 0 0 2.66 2.66h5.38"></path><path fill="currentColor" d="M18.62 13.3c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.07 4.33l-2.99 3.32a1 1 0 0 1-0.72 0.33h-0.02a1 1 0 0 1-0.71-0.29l-1.66-1.67a1 1 0 1 1 1.41-1.4l0.92 0.91 2.29-2.54a1 1 0 0 1 1.48 1.34z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 14.54v-5.19a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v13.35a3.56 3.56 0 0 0 3.56 3.56h7.21"></path><path fill="currentColor" d="M24.92 17.8c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.11 5.79l-4.01 4.45a1.33 1.33 0 0 1-0.95 0.44h-0.04a1.33 1.33 0 0 1-0.94-0.39l-2.23-2.23a1.33 1.33 0 1 1 1.89-1.88l1.23 1.22 3.06-3.4a1.33 1.33 0 0 1 1.99 1.79z" data-stroke="none"></path></g>'}}},"envelope-minus":{name:"envelope-minus",keywords:["mail-minus","envelope-minus","remove","minus","message","delete","send","email","cancel","letter","mail","inbox"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 9.57v-4.9a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.68a1.78 1.78 0 0 0 1.78 1.78h4.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.24h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 11.93v-6.1a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v8.32a2.22 2.22 0 0 0 2.22 2.22h5.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 15.26h-5.55"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 14.3v-7.32a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.98a2.66 2.66 0 0 0 2.66 2.66h6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 18.29h-6.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 19.14v-9.79a3.56 3.56 0 0 0-3.56-3.57h-18.7a3.56 3.56 0 0 0-3.56 3.56v13.35a3.56 3.56 0 0 0 3.56 3.56h8.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 24.48h-8.9"></path></g>'}}},"envelope-plus":{name:"envelope-plus",keywords:["mail-plus","envelope-plus","message","add","create","new","send","email","letter","plus","mail","inbox","envelope"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 5.12l6.02 3.32a0.89 0.89 0 0 0 0.86 0l6.02-3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 10.01v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 8.57v-3.9a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.68a1.78 1.78 0 0 0 1.78 1.78h4.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.24h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 6.38l7.51 4.15a1.11 1.11 0 0 0 1.08 0l7.51-4.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 12.49v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 10.69v-4.86a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v8.32a2.22 2.22 0 0 0 2.22 2.22h5.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 15.26h-5.55"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 7.65l9 4.96a1.33 1.33 0 0 0 1.28 0l9-4.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 14.96v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 12.8v-5.82a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.98a2.66 2.66 0 0 0 2.66 2.66h6.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 18.29h-6.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 10.23l12.04 6.65a1.78 1.78 0 0 0 1.72 0l12.05-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 20.02v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 17.14v-7.8a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v13.35a3.56 3.56 0 0 0 3.56 3.56h8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 24.48h-8.9"></path></g>'}}},"equatorial-guinea":{name:"equatorial-guinea",keywords:["flag","equatorial","guinea"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#579a2c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#d13626" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#dcdcdc" d="M13.531,12.906h4.937v5.172c0,1.74-2.149,.382-2.469,1.328-.293-.945-2.456,.425-2.456-1.431,0-1.805-.013-5.069-.013-5.069Z"></path><path fill="#3272c9" d="M11,16L2.074,5.289c-.661,.714-1.074,1.661-1.074,2.711V24c0,1.05,.413,1.997,1.074,2.711l8.926-10.711Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},eritrea:{name:"eritrea",keywords:["flag","eritrea"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#568fd9" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#62af3f" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#d22d32" d="M1,8V24c0,1.372,.692,2.581,1.745,3.302l28.255-11.302L2.745,4.698c-1.053,.72-1.745,1.93-1.745,3.302Z"></path><path fill="#f5c851" d="M12.841,17.262c1.176-.939,1.422-2.169,.896-2.842,.074,.302-.511,1.302-.6,.976,1.147-.981,.043-3.689-.189-1.376,.236-.845-.14-2.17-.866-2.165,.289,.219,.277,1.097,.104,.803,.009-1.372-2.075-2.259-.808-.664-.316-.485-2.037-1.591-1.017-.405-.14-.126-.695-.558-1.044-.386,.06,.337,1.061,.4,1.066,.534-1.47-.2,.43,.635,.745,.337,.652,.209-.19,.292-.485,.198,.104,.608,1.178,.871,1.403,.515,.529,.379-.469,.363-.611,.2-.137,.752,2.267,1.385,1.132,1.261-.444-.049-.449-.14-.589-.417-.446,.325,1.814,2.355,.704,1.702-1.38-1.516,.221,1.348-.17,1.907-.749-2.698-.809,.421-.795,1.08-.665,.856-.295-.405-.096-1.085-1.172,.498-2.473,4.303-2.439,.847,.564-.763,1.907-.183,2.088-1.239-.605,.474-.916,.438-.277-.022,1.027-1.418-1.801,.718-.474-.828-.992,.197-.869,1.017-.8,1.222-.816,1.602-.976-.87-.902-1.31,.57-.301,.71-.28,1.472-.222,1.132-.669,.047-.187-.186-.433,1.036-.099,.908-.878-.08-.455,.655-1.106-.676,.105-.69,.598-.904,.833,.195-2.061,1.373-1.674,.735-.721-.028-.076-.23-.318,.295-.002,.615-.548,.512-.614-.137,.246-.654,.021-.764,.37,.155-.477,.29-.766-.255-.271-.233,.965-.434,1.263-.331,.03-.069-.692-.36-2.493-.428-1.008-.546-1.053-.688-.11-.304,.167-1.061-.678,.153,.741,.408,.351,.328,.581-.004,1.682-.175,2.121-.588-.116-1.225-2.59-.976-.94-.76-.761-1.159-.163-.323,.342-1.676,.411,2.286-.096,.778,1.688-.313,3.152-.065-.357-1.34-.345,.909,.821-.324,.381-.737,.028-.094,.833,1.544,1.359,.014,.806,.588,1.271,1.581,.157,2.099,1.288,.761,3.852-.769,1.05-2.184-.179,.202,.678,.567,1.944-.096,1.086,.117-.059-.182-3.692-.521-1.612-.366,.384-.225,.707-.463,.145,.419-.485,.685-1.738,.444-2.118-.085,.502-.876,1.109-.765,.524,.551-.296,1.214-1.316,1.044-1.628-.085,.384-1.29,.823-.734,.129,2.654-.845,.066-.817,.666-1.173,.225,.356,1.299,.093,1.403-.516-.297,.09-1.135,.014-.485-.197,.323,.304,2.209-.541,.746-.337,.005-.134,1.006-.197,1.066-.534-.345-.162-.909,.248-1.044,.387,1.022-1.18-.705-.085-1.017,.406,1.267-1.595-.818-.709-.809,.663-.18,.288-.177-.577,.104-.803-.722-.001-1.106,1.316-.866,2.165-.247-2.302-1.326,.41-.189,1.376-.103,.326-.66-.673-.6-.976-.519,.673-.285,1.903,.896,2.842-2.398-2.044-.435,1.53,1.118,1.573-1.444-.24-2.519-.661-.299,.878,.487,.63,3.638-.083,1.869,1.03,.258,.609,1.105-.933,.825,.055,.041,.041,.397-.03,.48,.055-.172-.904,.45-.063,.68,.088,.52-.279-.258-.563-.605-.849,2.323,.505,5.941-2.261,2.406-1.256,1.552-.042,3.516-3.62,1.118-1.573Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},estonia:{name:"estonia",keywords:["flag","estonia"],style:"colored",heights:{32:{width:32,path:'<g><path d="M1 11H31V21H1z"></path><path fill="#3271c9" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#fff" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},eswatini:{name:"eswatini",keywords:["flag","eswatini"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#3c5ebb" stroke-width="0" rx="4" ry="4"></rect><path fill="#b30403" stroke-width="0" d="M10 1H22V31H10z" transform="rotate(90 16 16)"></path><path fill="#ffdb01" stroke-width="0" d="M1 8H31V10H1z"></path><path fill="#ffdb01" stroke-width="0" d="M1 22H31V24H1z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#ffdb01" stroke-width="0" d="m6.849,14.2247h18.1627l.8375.2956,1.2576-.4439-1.2576-.4439-.8393.2962H6.849c-.0888,0-.1608.0662-.1608.148h0c0,.0817.072.148.1608.148Z"></path><path fill="#ffdb01" stroke-width="0" d="m5.6439,15.1128h18.1627l.8375.2956,1.2576-.4439-1.2576-.4439-.8393.2962H5.6439c-.0888,0-.1608.0662-.1608.148s.072.148.1608.148Z"></path><path fill="#ffdb01" stroke-width="0" d="m28.3576,15.7786H3.6424c-.1208,0-.2187.0994-.2187.2219s.0979.2219.2187.2219h24.7153c.1208,0,.2187-.0994.2187-.2219s-.0979-.2219-.2187-.2219Z"></path><path fill="#fff" stroke-width="0" d="m23.26,16.0002c-1.4796,1.4795-3.4524,4.4388-7.3982,4.4388-3.4524,0-5.9182-2.9592-7.3982-4.4388,1.4796-1.4798,3.9455-4.4388,7.3982-4.4388,3.9455,0,5.9182,2.9592,7.3982,4.4388Z"></path><path stroke-width="0" d="m15.3453,13.1053c.3936.4427.0649.6212.4816.6503.4394.0323.1903.4678.5599.483.2584.0113-.0258,1.0435.2229,1.3842.2534.3551.4656.1041.4701.3606.0044.2654-.6897.2386-.7018,1.0559-.0204.4711-.5857.5012-.6127.8043-.0336.2851,1.1138.4451,1.0985.7003-.0157.2544-1.2388.2146-1.2921.5048-.0273.2607,1.6803.4743,1.8176,1.228-.2548.0833-.9798.1617-1.5277.1622-3.4519.0025-5.9182-2.9594-7.3977-4.4389,1.4796-1.4797,3.9455-4.4389,7.3982-4.4389,0,0-1.0248.9364-.5163,1.544l-.0005.0003Z"></path></g>'}}},ethiopia:{name:"ethiopia",keywords:["flag","ethiopia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f7df4b" d="M1 11H31V21H1z"></path><path fill="#3c883a" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#c92d25" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="6" fill="#1e44aa"></circle><path fill="#f6dd4c" d="M16,10.909l-.223,.686,.92,2.831h-1.227l-.138,.424h3.933l.584-.424h-2.706l-1.143-3.518Z"></path><path fill="#f6dd4c" d="M16.803 12.891H19.561V13.104H16.803z" transform="rotate(-53.973 18.182 12.997)"></path><path fill="#f6dd4c" d="M20.842,14.427h-.722s-2.409,1.75-2.409,1.75l-.379-1.167h-.446s1.215,3.741,1.215,3.741l.584,.424-.836-2.574,2.992-2.174Z"></path><path fill="#f6dd4c" d="M20.809 17.674L18.186 16.822 18.252 16.62 20.875 17.472 20.809 17.674z"></path><path fill="#f6dd4c" d="M18.992,20.119l-.223-.686-2.409-1.75,.992-.721-.138-.424-3.182,2.312-.223,.686,2.19-1.591,2.992,2.174Z"></path><path fill="#f6dd4c" d="M15.894 18.333H16.107V21.090999999999998H15.894z"></path><path fill="#f6dd4c" d="M13.008,20.119l.584-.424,.92-2.831,.992,.721,.361-.262-3.182-2.312h-.722s2.19,1.591,2.19,1.591l-1.143,3.518Z"></path><path fill="#f6dd4c" d="M11.191 17.674L11.125 17.472 13.748 16.62 13.814 16.822 11.191 17.674z"></path><path fill="#f6dd4c" d="M11.158,14.427l.584,.424h2.977s-.379,1.167-.379,1.167l.361,.262,1.215-3.741-.223-.686-.836,2.574h-3.699Z"></path><path fill="#f6dd4c" d="M13.712 11.618H13.924999999999999V14.376000000000001H13.712z" transform="rotate(-36.004 13.819 12.996)"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},europe:{name:"europe",keywords:["flag","europe"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#112f95" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f6cd46" d="M16 8.167L15.745 8.951 14.921 8.951 15.588 9.435 15.333 10.219 16 9.735 16.667 10.219 16.412 9.435 17.079 8.951 16.255 8.951 16 8.167z"></path><path fill="#f6cd46" d="M16.255 22.565L16 21.781 15.745 22.565 14.921 22.565 15.588 23.049 15.333 23.833 16 23.349 16.667 23.833 16.412 23.049 17.079 22.565 16.255 22.565z"></path><path fill="#f6cd46" d="M9.193 16.542L9.86 17.026 9.605 16.242 10.272 15.758 9.448 15.758 9.193 14.974 8.938 15.758 8.114 15.758 8.781 16.242 8.526 17.026 9.193 16.542z"></path><path fill="#f6cd46" d="M12.596 9.079L12.342 9.863 11.517 9.863 12.184 10.347 11.93 11.131 12.596 10.647 13.263 11.131 13.009 10.347 13.675 9.863 12.851 9.863 12.596 9.079z"></path><path fill="#f6cd46" d="M10.105 11.57L9.85 12.354 9.026 12.354 9.693 12.839 9.438 13.623 10.105 13.138 10.772 13.623 10.517 12.839 11.184 12.354 10.36 12.354 10.105 11.57z"></path><path fill="#f6cd46" d="M10.36 19.161L10.105 18.377 9.85 19.161 9.026 19.161 9.693 19.646 9.438 20.43 10.105 19.945 10.772 20.43 10.517 19.646 11.184 19.161 10.36 19.161z"></path><path fill="#f6cd46" d="M12.851 21.653L12.596 20.869 12.342 21.653 11.517 21.653 12.184 22.137 11.93 22.921 12.596 22.437 13.263 22.921 13.009 22.137 13.675 21.653 12.851 21.653z"></path><path fill="#f6cd46" d="M23.886 15.758L23.062 15.758 22.807 14.974 22.552 15.758 21.728 15.758 22.395 16.242 22.14 17.026 22.807 16.542 23.474 17.026 23.219 16.242 23.886 15.758z"></path><path fill="#f6cd46" d="M19.404 9.079L19.149 9.863 18.325 9.863 18.991 10.347 18.737 11.131 19.404 10.647 20.07 11.131 19.816 10.347 20.483 9.863 19.658 9.863 19.404 9.079z"></path><path fill="#f6cd46" d="M21.483 12.839L21.228 13.623 21.895 13.138 22.562 13.623 22.307 12.839 22.974 12.354 22.15 12.354 21.895 11.57 21.64 12.354 20.816 12.354 21.483 12.839z"></path><path fill="#f6cd46" d="M22.15 19.161L21.895 18.377 21.64 19.161 20.816 19.161 21.483 19.646 21.228 20.43 21.895 19.945 22.562 20.43 22.307 19.646 22.974 19.161 22.15 19.161z"></path><path fill="#f6cd46" d="M19.658 21.653L19.404 20.869 19.149 21.653 18.325 21.653 18.991 22.137 18.737 22.921 19.404 22.437 20.07 22.921 19.816 22.137 20.483 21.653 19.658 21.653z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},export:{name:"export",keywords:["share","export","arrow","top","send","transfer","upload","social"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 6.45h0.89a1.78 1.78 0 0 1 1.78 1.78v4.45a1.78 1.78 0 0 1-1.78 1.78h-6.68a1.78 1.78 0 0 1-1.78-1.78v-4.45a1.78 1.78 0 0 1 1.78-1.78h0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.34 3.78l2.67-2.67 2.67 2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.11v9.57"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 8.05h1.11a2.22 2.22 0 0 1 2.22 2.22v5.55a2.22 2.22 0 0 1-2.22 2.22h-8.32a2.22 2.22 0 0 1-2.22-2.22v-5.55a2.22 2.22 0 0 1 2.22-2.22h1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.66 4.72l3.33-3.33 3.33 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.39v11.93"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 9.64h1.33a2.66 2.66 0 0 1 2.66 2.66v6.65a2.66 2.66 0 0 1-2.66 2.66h-9.98a2.66 2.66 0 0 1-2.66-2.66v-6.65a2.66 2.66 0 0 1 2.66-2.66h1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.98 5.65l3.99-3.99 3.99 3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 1.66v14.3"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 12.9h1.78a3.56 3.56 0 0 1 3.56 3.56v8.9a3.56 3.56 0 0 1-3.56 3.56h-13.35a3.56 3.56 0 0 1-3.56-3.56v-8.9a3.56 3.56 0 0 1 3.56-3.56h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.68 7.57l5.34-5.34 5.34 5.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 2.23v19.13"></path></g>'}}},eye:{name:"eye",keywords:["eye","visible","show","vision","view","open","watch","visibility","look","preview"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.46a2.45 2.45 0 1 0 0-4.9 2.45 2.45 0 0 0 0 4.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.2 7.02a2.01 2.01 0 0 1 0 1.98c-0.84 1.49-2.81 3.9-6.19 3.91-3.38 0-5.35-2.42-6.19-3.91a2.01 2.01 0 0 1 0-1.98c0.84-1.49 2.81-3.9 6.19-3.9 3.38 0 5.35 2.42 6.19 3.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.04a3.05 3.05 0 1 0 0-6.1 3.05 3.05 0 0 0 0 6.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.71 8.75a2.5 2.5 0 0 1 0 2.48c-1.05 1.86-3.51 4.87-7.72 4.87-4.21 0-6.67-3.01-7.72-4.87a2.5 2.5 0 0 1 0-2.48c1.05-1.86 3.51-4.87 7.72-4.86 4.21 0 6.67 3.01 7.72 4.86z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 15.63a3.66 3.66 0 1 0 0-7.32 3.66 3.66 0 0 0 0 7.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.22 10.49a3 3 0 0 1 0 2.96c-1.26 2.22-4.21 5.83-9.25 5.84-5.05 0-7.99-3.61-9.25-5.84a3 3 0 0 1 0-2.96c1.26-2.22 4.21-5.83 9.25-5.83 5.05 0 7.99 3.61 9.25 5.83z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 20.91a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.4 14.04a4.01 4.01 0 0 1 0 3.96c-1.69 2.98-5.63 7.81-12.38 7.81-6.75 0-10.7-4.83-12.38-7.81a4.01 4.01 0 0 1 0-3.96c1.69-2.98 5.63-7.81 12.38-7.81 6.75 0 10.7 4.83 12.38 7.81z"></path></g>'}}},"eye-dropper":{name:"eye-dropper",keywords:["eye dropper","eye-dropper","eye","color","dropper","pipette","picker"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.22 5.1l-5.44 5.44a1.91 1.91 0 1 0 2.7 2.7l5.44-5.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.78 13.24l-1.22 1.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.92 7.8l2.54-2.54a1.91 1.91 0 1 0-2.7-2.7l-2.54 2.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 3.78l5.34 5.34"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.25 6.37l-6.78 6.77a2.38 2.38 0 1 0 3.37 3.37l6.77-6.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.47 16.51l-1.53 1.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.61 9.73l3.18-3.17a2.38 2.38 0 1 0-3.37-3.37l-3.17 3.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 4.72l6.66 6.66"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.28 7.63l-8.12 8.12a2.85 2.85 0 1 0 4.03 4.03l8.12-8.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.16 19.78l-1.83 1.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.31 11.66l3.8-3.8a2.85 2.85 0 1 0-4.03-4.03l-3.8 3.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 5.65l7.98 7.98"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.44 10.21l-10.87 10.87a3.81 3.81 0 1 0 5.39 5.39l10.87-10.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.57 26.47l-2.46 2.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.83 15.6l5.09-5.08a3.81 3.81 0 1 0-5.4-5.4l-5.08 5.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 7.57l10.69 10.68"></path></g>'}}},"eye-slash":{name:"eye-slash",keywords:["eye-closed","eye-slash","eye","vision","hide","view","closed","watch","slashed","visibility","look","preview"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.28 11.74c-1.19-0.82-2-1.92-2.46-2.74a2.01 2.01 0 0 1 0-1.98c0.84-1.49 2.81-3.9 6.19-3.9 1.52 0 2.76 0.49 3.73 1.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.64 6.15c0.22 0.31 0.41 0.6 0.56 0.87a2.01 2.01 0 0 1 0 1.98c-0.84 1.49-2.81 3.9-6.19 3.91-0.36 0-0.71-0.03-1.04-0.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.28 9.74a2.45 2.45 0 1 1 3.46-3.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.34 14.64c-1.49-1.03-2.49-2.4-3.07-3.41a2.5 2.5 0 0 1 0-2.48c1.05-1.86 3.51-4.87 7.72-4.86 1.9 0 3.44 0.61 4.65 1.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.01 7.68c0.28 0.38 0.51 0.75 0.7 1.07a2.5 2.5 0 0 1 0 2.48c-1.05 1.86-3.51 4.87-7.72 4.87-0.45 0-0.88-0.03-1.3-0.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.83 12.15a3.05 3.05 0 1 1 4.32-4.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.39 17.55c-1.78-1.23-2.98-2.87-3.67-4.1a3 3 0 0 1 0-2.96c1.26-2.22 4.2-5.83 9.25-5.83 2.27 0 4.12 0.73 5.58 1.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.38 9.2c0.33 0.46 0.61 0.9 0.84 1.29a3 3 0 0 1 0 2.96c-1.26 2.22-4.21 5.83-9.25 5.84-0.54 0-1.06-0.04-1.55-0.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.38 14.56a3.66 3.66 0 1 1 5.18-5.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.56 23.48c-2.39-1.65-3.99-3.84-4.92-5.48a4.01 4.01 0 0 1 0-3.96c1.69-2.98 5.63-7.81 12.38-7.81 3.04 0 5.51 0.98 7.46 2.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.28 12.31c0.45 0.61 0.82 1.2 1.12 1.73a4.01 4.01 0 0 1 0 3.96c-1.69 2.98-5.63 7.81-12.38 7.81-0.73 0-1.42-0.06-2.08-0.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.56 19.48a4.9 4.9 0 1 1 6.92-6.92"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},"facial-recognition":{name:"facial-recognition",keywords:["facial-recognition","security","access","private","face","protection","identification","biometric","scan","id","facial","recognition","Face ID","Apple","Mac","iPhone"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.56v2.23a0.89 0.89 0 0 1-0.89 0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 5.56v1.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.56v1.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 10.68a3.32 3.32 0 0 1-4 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 6.01v-1.78a1.78 1.78 0 0 1 1.78-1.78h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 2.45h1.78a1.78 1.78 0 0 1 1.78 1.78v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 10.01v1.78a1.78 1.78 0 0 1-1.78 1.78h-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 13.57h-1.78a1.78 1.78 0 0 1-1.78-1.78v-1.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.94v2.77a1.11 1.11 0 0 1-1.11 1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 6.94v1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 6.94v1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 13.32c-0.7 0.52-1.56 0.83-2.5 0.83s-1.8-0.31-2.5-0.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 7.49v-2.22a2.22 2.22 0 0 1 2.22-2.22h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 3.05h2.22a2.22 2.22 0 0 1 2.22 2.22v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 12.49v2.22a2.22 2.22 0 0 1-2.22 2.22h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 16.93h-2.22a2.22 2.22 0 0 1-2.22-2.22v-2.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 8.31v3.33a1.33 1.33 0 0 1-1.33 1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.31v1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 8.31v1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 15.96c-0.83 0.63-1.87 1-2.99 1s-2.16-0.37-2.99-1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 8.98v-2.66a2.66 2.66 0 0 1 2.66-2.66h2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 3.66h2.66a2.66 2.66 0 0 1 2.66 2.66v2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 14.96v2.66a2.66 2.66 0 0 1-2.66 2.66h-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 20.28h-2.66a2.66 2.66 0 0 1-2.66-2.66v-2.66"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 11.13v4.44a1.78 1.78 0 0 1-1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 11.13v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 11.13v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 21.36c-1.12 0.84-2.5 1.33-4 1.33s-2.89-0.5-4.01-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 12.02v-3.56a3.56 3.56 0 0 1 3.56-3.56h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 4.9h3.56a3.56 3.56 0 0 1 3.56 3.56v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 20.02v3.56a3.56 3.56 0 0 1-3.56 3.56h-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 27.14h-3.56a3.56 3.56 0 0 1-3.56-3.56v-3.56"></path></g>'}}},"falkland-islands":{name:"falkland-islands",keywords:["flag","falkland","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#071b65" rx="4" ry="4"></rect><path fill="#fff" d="M23.627,22.973c-1.769,0-3.294-1.052-3.921-1.554-.16,.137-.295,.193-.426,.193-.301-.042-.84-.403-.892-.854-.042-.362,.195-.649,.412-.785,.243-.19,.489-.439,.525-.516,.148-.21,.275-.301,.418-.323-.09-.187-.139-.382-.142-.59l.03-6.918h8.038v6.927c.003,.21-.052,.414-.161,.615,.294,.088,.45,.278,.602,.461,.126,.153,.3,.363,.416,.405l.15,.103c.356,.535,.098,1.065-.205,1.267-.073,.048-.316,.172-.567,.172-.085,0-.165-.014-.236-.042-.059-.023-.112-.054-.158-.093-.643,.527-2.088,1.534-3.75,1.535l-.133-.002Z"></path><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#b92932" d="M1.806,5.589l3.285,2.411h1.364L2.36,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#b92932" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#b92932" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#b92932" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#b92932" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path fill="#437ef7" d="M23.578,21.485c-2.438-1.257-3.712-1.958-3.727-2.946l.029-6.665h7.539v6.677c.015,.907-1.355,1.763-3.729,2.935l-.056,.028-.056-.029Z"></path><path fill="#ffc72c" d="M23.631,22.723c-1.894,0-3.51-1.271-3.939-1.64l-.053,.059c-.093,.101-.231,.22-.36,.22-.17-.025-.606-.311-.644-.632-.039-.326,.262-.523,.296-.545,.232-.18,.59-.508,.629-.649,.099-.127,.175-.158,.26-.158,.196,0,.383,.166,.404,.185,.027,.03,1.538,1.737,3.213,1.737l.148-.004c1.01-.028,1.825-.418,2.332-.74,.541-.344,.859-.685,.895-.733,.05-.099,.299-.433,.581-.433,.232,.047,.361,.202,.523,.398,.162,.196,.344,.417,.524,.481l.078,.062c.233,.367-.006,.743-.187,.863-.062,.041-.256,.131-.429,.131-.054,0-.103-.008-.146-.025-.095-.037-.16-.112-.185-.211v-.03c-.401,.36-1.984,1.667-3.813,1.667,0,0-.128-.002-.128-.002Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#e6e6e6" d="M26.576,15.443c-.429-2.029-3.093-.119-4.065-1.257-.213-.168-.386-.256-.617-.408-.204-.069-.496-.292-.66-.125-.01-.009-.166-.078-.136,.033-.136-.03-.155,.111-.24,.191-.192,.172-.388,.36-.569,.561-.262,.245,.025,.644,.353,.498,.184-.042,.405,.107,.355,.345,.002,.122,.196,.197,.148,.322,.071,.177-.1,.41-.005,.592-.003,.415,.264,.936,.696,1.042,.083,.199,.166,.19,.336,.293,.115,.106-.096,.514-.043,.579-.01-.016-.146,.145-.154,.151,.07,.221,.56,.192,.358-.1,.097-.075,.095-.796,.29-.618,.01,.201,.034,.389-.01,.569-.029,.052-.185,.188-.064,.233,.188,.15,.488-.025,.271-.229-.013-.197,.077-.422,.057-.633,.012-.138,.252-.071,.206-.23-.046-.115,.559,.037,.724,.007,.159,.04,.361,.024,.502-.041,.047,.035,.11,.081,.144,.013,.066-.115,.217-.021,.331-.106,.044-.03,.106-.055,.134,.01,.644,.374,.089,.975,.216,1.146,.213,.086,.37-.019,.242-.229,.387-.541,.016-.603,.264-.884,.096-.245,.403,.262,.393,.417,.06,.202-.089,.412-.105,.586,.54,.094,.21-.088,.348-.336,.175-.275-.011-.58-.017-.873,.161-.084,.196-.269,.185-.418,.105,.006,.066-.207,.076-.271,.075-.114-.128-.258-.098-.381,.032,.096,.044-.112,.026-.142,.112,.259,.219-.005,.129-.308Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"faroe-islands":{name:"faroe-islands",keywords:["flag","faroe","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#285cb3" d="M31 12L17 12 17 4 9 4 9 12 1 12 1 20 9 20 9 28 17 28 17 20 31 20 31 12z"></path><path fill="#dd4446" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},fiji:{name:"fiji",keywords:["flag","fiji"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#77b5e1" rx="4" ry="4"></rect><path fill="#071b65" d="M5,4h11v12H1V8c0-2.208,1.792-4,4-4Z"></path><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#b92932" d="M1.806,5.589l3.285,2.411h1.364L2.36,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#b92932" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#b92932" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#b92932" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#b92932" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path fill="#fff" d="M23.441,21.111l-.052-.027c-2.299-1.196-3.5-1.866-3.515-2.859l.027-6.35h7.223v6.359c.015,.916-1.225,1.709-3.518,2.852l-.057,.028-.109-.003Z"></path><path d="M27,12v6.234c.014,.847-1.254,1.646-3.449,2.74l-.052,.026-.052-.027c-2.255-1.173-3.433-1.829-3.447-2.75l.027-6.223h6.973m.25-.25h-7.472v.249s-.028,6.223-.028,6.223c.016,1.069,1.239,1.755,3.582,2.973l.052,.027,.113,.059,.114-.057,.052-.026c2.339-1.165,3.603-1.983,3.587-2.968v-6.23s0-.25,0-.25h0Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#b92932" d="M20 12H27V14H20z"></path><path fill="#b92932" d="M24,20.745v-6.745h-1v6.738c.148,.078,.289,.152,.447,.235l.052,.027,.052-.026c.158-.079,.3-.153,.449-.229Z"></path><path fill="#b92932" d="M23 13H24V20H23z" transform="rotate(-90 23.5 16.5)"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},file:{name:"file",keywords:["file","page","data","document","doc","paper","record","invoice"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.49 5.56h-3.03a0.89 0.89 0 0 1-0.89-0.89v-3.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 12.68v-9.34a1.78 1.78 0 0 1 1.78-1.78h4.97c0.24 0 0.46 0.09 0.63 0.26l3.48 3.48a0.89 0.89 0 0 1 0.26 0.63v6.75a1.78 1.78 0 0 1-1.78 1.78h-7.56a1.78 1.78 0 0 1-1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.83 6.94h-3.79a1.11 1.11 0 0 1-1.11-1.11v-3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 15.82v-11.66a2.22 2.22 0 0 1 2.22-2.22h6.2c0.29 0 0.58 0.12 0.79 0.33l4.34 4.34a1.11 1.11 0 0 1 0.33 0.79v8.42a2.22 2.22 0 0 1-2.22 2.22h-9.44a2.22 2.22 0 0 1-2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.16 8.31h-4.53a1.33 1.33 0 0 1-1.33-1.33v-4.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 18.95v-13.96a2.66 2.66 0 0 1 2.66-2.66h7.43c0.35 0 0.69 0.14 0.94 0.39l5.2 5.2a1.33 1.33 0 0 1 0.39 0.94v10.09a2.66 2.66 0 0 1-2.66 2.66h-11.3a2.66 2.66 0 0 1-2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.98 11.13h-6.07a1.78 1.78 0 0 1-1.78-1.79v-6.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 25.37v-18.7a3.56 3.56 0 0 1 3.56-3.56h9.94c0.47 0 0.93 0.19 1.26 0.53l6.96 6.96a1.78 1.78 0 0 1 0.52 1.26v13.5a3.56 3.56 0 0 1-3.56 3.56h-15.13a3.56 3.56 0 0 1-3.56-3.56z"></path></g>'}}},"file-ban-1":{name:"file-ban-1",keywords:["file-ban-1","page","data","not","ban","allowed","document","doc","paper","file","slash","blocked"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 15.35a2.89 2.89 0 1 0 0-5.78 2.89 2.89 0 0 0 0 5.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.41 14.51l4.09-4.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 6.01h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.68h3.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.49 5.56h-3.03a0.89 0.89 0 0 1-0.89-0.89v-3.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 7.01v-1.08a0.89 0.89 0 0 0-0.26-0.63l-3.48-3.48a0.89 0.89 0 0 0-0.63-0.26h-4.97a1.78 1.78 0 0 0-1.78 1.78v9.34a1.78 1.78 0 0 0 1.78 1.78h3.04"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 19.15a3.61 3.61 0 1 0 0-7.22 3.61 3.61 0 0 0 0 7.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.99 18.09l5.09-5.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 7.49h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 10.82h4.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.83 6.94h-3.79a1.11 1.11 0 0 1-1.11-1.11v-3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 8.74v-1.34a1.11 1.11 0 0 0-0.33-0.79l-4.34-4.34a1.11 1.11 0 0 0-0.79-0.33h-6.2a2.22 2.22 0 0 0-2.22 2.22v11.66a2.22 2.22 0 0 0 2.22 2.22h3.8"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 22.94a4.32 4.32 0 1 0 0-8.64 4.32 4.32 0 0 0 0 8.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.56 21.68l6.11-6.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.98h2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 12.97h4.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.16 8.31h-4.53a1.33 1.33 0 0 1-1.33-1.33v-4.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 10.48v-1.62a1.33 1.33 0 0 0-0.39-0.94l-5.2-5.2a1.33 1.33 0 0 0-0.94-0.39h-7.43a2.66 2.66 0 0 0-2.66 2.66v13.96a2.66 2.66 0 0 0 2.66 2.66h4.54"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 30.71a5.79 5.79 0 1 0 0-11.57 5.79 5.79 0 0 0 0 11.57z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.83 29.01l8.17-8.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 12.02h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 17.36h6.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.98 11.13h-6.07a1.78 1.78 0 0 1-1.78-1.79v-6.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 14.02v-2.16a1.77 1.77 0 0 0-0.52-1.26l-6.96-6.96a1.78 1.78 0 0 0-1.26-0.53h-9.95a3.56 3.56 0 0 0-3.56 3.56v18.7a3.56 3.56 0 0 0 3.56 3.56h6.09"></path></g>'}}},"file-clock":{name:"file-clock",keywords:["file-clock","page","data","time","clock","schedule","document","paper","file","watch","waiting"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 6.01h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.68h3.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.49 5.56h-3.03a0.89 0.89 0 0 1-0.89-0.89v-3.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 7.01v-1.08a0.89 0.89 0 0 0-0.26-0.63l-3.48-3.48a0.89 0.89 0 0 0-0.63-0.26h-4.97a1.78 1.78 0 0 0-1.78 1.78v9.34a1.78 1.78 0 0 0 1.78 1.78h3.04"></path><path fill="currentColor" d="M12.46 8.9c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.06 4.41a0.67 0.67 0 0 1-0.87 0.36l-1.44-0.59a0.67 0.67 0 0 1-0.42-0.62v-1.56a0.67 0.67 0 0 1 1.34 0v1.11l1.02 0.42a0.67 0.67 0 0 1 0.37 0.88z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 7.49h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 10.82h4.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.83 6.94h-3.79a1.11 1.11 0 0 1-1.11-1.11v-3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 8.74v-1.34a1.11 1.11 0 0 0-0.33-0.79l-4.34-4.34a1.11 1.11 0 0 0-0.79-0.33h-6.2a2.22 2.22 0 0 0-2.22 2.22v11.66a2.22 2.22 0 0 0 2.22 2.22h3.8"></path><path fill="currentColor" d="M15.54 11.1c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.57 5.49a0.83 0.83 0 0 1-1.09 0.46l-1.8-0.74a0.83 0.83 0 0 1-0.51-0.77v-1.94a0.83 0.83 0 0 1 1.66 0v1.38l1.28 0.53a0.83 0.83 0 0 1 0.46 1.09z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.98h2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 12.97h4.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.16 8.31h-4.53a1.33 1.33 0 0 1-1.33-1.33v-4.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 10.48v-1.62a1.33 1.33 0 0 0-0.39-0.94l-5.2-5.2a1.33 1.33 0 0 0-0.94-0.39h-7.43a2.66 2.66 0 0 0-2.66 2.66v13.96a2.66 2.66 0 0 0 2.66 2.66h4.54"></path><path fill="currentColor" d="M18.62 13.3c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.08 6.58a1 1 0 0 1-1.31 0.55l-2.15-0.89a1 1 0 0 1-0.62-0.92v-2.33a1 1 0 0 1 2 0v1.66l1.53 0.63a1 1 0 0 1 0.55 1.3z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 12.02h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 17.36h6.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.98 11.13h-6.07a1.78 1.78 0 0 1-1.78-1.79v-6.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 14.02v-2.16a1.77 1.77 0 0 0-0.52-1.26l-6.96-6.96a1.78 1.78 0 0 0-1.26-0.53h-9.95a3.56 3.56 0 0 0-3.56 3.56v18.7a3.56 3.56 0 0 0 3.56 3.56h6.09"></path><path fill="currentColor" d="M24.92 17.8c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.12 8.81a1.33 1.33 0 0 1-1.75 0.73l-2.88-1.18a1.33 1.33 0 0 1-0.82-1.24v-3.11a1.33 1.33 0 0 1 2.67 0v2.21l2.05 0.85a1.33 1.33 0 0 1 0.73 1.74z" data-stroke="none"></path></g>'}}},"file-content-2":{name:"file-content-2",keywords:["file-content-2","page","text","data","document","paper","file","content"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 6.01h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.68h5.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 11.35h5.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 12.68v-9.34a1.78 1.78 0 0 1 1.78-1.78h4.97c0.24 0 0.46 0.09 0.63 0.26l3.48 3.48a0.89 0.89 0 0 1 0.26 0.63v6.75a1.78 1.78 0 0 1-1.78 1.78h-7.56a1.78 1.78 0 0 1-1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.49 5.56h-3.03a0.89 0.89 0 0 1-0.89-0.89v-3.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 7.49h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 10.82h7.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 14.15h7.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 15.82v-11.66a2.22 2.22 0 0 1 2.22-2.22h6.2c0.29 0 0.58 0.12 0.79 0.33l4.34 4.34a1.11 1.11 0 0 1 0.33 0.79v8.42a2.22 2.22 0 0 1-2.22 2.22h-9.44a2.22 2.22 0 0 1-2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.83 6.94h-3.79a1.11 1.11 0 0 1-1.11-1.11v-3.77"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.98h2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 12.97h8.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 16.96h8.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 18.95v-13.96a2.66 2.66 0 0 1 2.66-2.66h7.43c0.35 0 0.69 0.14 0.94 0.39l5.2 5.2a1.33 1.33 0 0 1 0.39 0.94v10.09a2.66 2.66 0 0 1-2.66 2.66h-11.3a2.66 2.66 0 0 1-2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.16 8.31h-4.53a1.33 1.33 0 0 1-1.33-1.33v-4.52"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 12.02h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 17.36h11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 22.7h11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 25.37v-18.7a3.56 3.56 0 0 1 3.56-3.56h9.94c0.47 0 0.93 0.19 1.26 0.53l6.96 6.96a1.78 1.78 0 0 1 0.52 1.26v13.5a3.56 3.56 0 0 1-3.56 3.56h-15.13a3.56 3.56 0 0 1-3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.98 11.13h-6.07a1.78 1.78 0 0 1-1.78-1.79v-6.04"></path></g>'}}},"file-plus":{name:"file-plus",keywords:["file-plus","page","add","create","new","data","plus","document","paper","file"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 6.01h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 8.68h4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.49 5.56h-3.03a0.89 0.89 0 0 1-0.89-0.89v-3.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 9.57v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 11.79h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 6.94v-1.01a0.89 0.89 0 0 0-0.26-0.63l-3.48-3.48a0.89 0.89 0 0 0-0.63-0.26h-4.97a1.78 1.78 0 0 0-1.78 1.78v9.34a1.78 1.78 0 0 0 1.78 1.78h6.28"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 7.49h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 10.82h5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.83 6.94h-3.79a1.11 1.11 0 0 1-1.11-1.11v-3.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 11.93v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 14.71h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 8.65v-1.25a1.11 1.11 0 0 0-0.33-0.79l-4.34-4.34a1.11 1.11 0 0 0-0.79-0.33h-6.2a2.22 2.22 0 0 0-2.22 2.22v11.66a2.22 2.22 0 0 0 2.22 2.22h7.84"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.98h2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 12.97h5.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.16 8.31h-4.53a1.33 1.33 0 0 1-1.33-1.33v-4.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 14.3v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 17.62h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 10.37v-1.51a1.33 1.33 0 0 0-0.39-0.94l-5.2-5.2a1.33 1.33 0 0 0-0.94-0.39h-7.43a2.66 2.66 0 0 0-2.66 2.66v13.96a2.66 2.66 0 0 0 2.66 2.66h9.38"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 12.02h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 17.36h8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.98 11.13h-6.07a1.78 1.78 0 0 1-1.78-1.79v-6.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 19.14v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 23.59h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 13.88v-2.02a1.77 1.77 0 0 0-0.52-1.26l-6.96-6.96a1.78 1.78 0 0 0-1.26-0.53h-9.95a3.56 3.56 0 0 0-3.56 3.56v18.7a3.56 3.56 0 0 0 3.56 3.56h12.57"></path></g>'}}},fingerprint:{name:"fingerprint",keywords:["fingerprint","security","access","login","private","protection","identification","biometric","touch","scan","id"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.52 3.08a5.32 5.32 0 0 1 3.49-1.3c2.95 0 5.34 2.39 5.34 5.34 0 2.05-0.32 3.89-0.88 5.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.7 10.42c0.93-1.51 0.97-3.01 0.97-3.3 0-0.81 0.18-1.58 0.51-2.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.56 9.03c-0.25 1.99-0.87 3.7-1.73 5.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.45 12.58c1.09-1.32 1.89-3.09 1.89-5.46a2.67 2.67 0 0 1 5.32-0.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.83 13.9c1.27-1.67 2.18-3.88 2.18-6.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.64 3.84a6.63 6.63 0 0 1 4.35-1.62c3.67 0 6.66 2.99 6.66 6.66 0 2.56-0.4 4.85-1.1 6.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.12 12.99c1.15-1.88 1.21-3.76 1.21-4.11 0-1.01 0.23-1.97 0.63-2.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.18 11.26c-0.31 2.48-1.09 4.62-2.17 6.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.3 15.7c1.36-1.64 2.36-3.86 2.36-6.82a3.33 3.33 0 0 1 6.63-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.27 17.34c1.58-2.08 2.72-4.84 2.72-8.46"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.75 4.6a7.94 7.94 0 0 1 5.22-1.94c4.4 0 7.98 3.58 7.98 7.98 0 3.07-0.48 5.82-1.31 8.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.54 15.56c1.38-2.25 1.45-4.5 1.45-4.92 0-1.21 0.27-2.36 0.76-3.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.79 13.49c-0.37 2.97-1.31 5.53-2.6 7.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.15 18.81c1.63-1.97 2.83-4.62 2.83-8.17a3.99 3.99 0 0 1 7.95-0.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.71 20.77c1.89-2.49 3.26-5.79 3.26-10.13"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.04 6.16a10.63 10.63 0 0 1 6.98-2.6c5.89 0 10.68 4.79 10.68 10.68 0 4.11-0.65 7.78-1.76 11.06"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.4 20.83c1.85-3.01 1.94-6.02 1.94-6.59 0-1.62 0.36-3.16 1.01-4.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.13 18.05c-0.49 3.98-1.75 7.4-3.47 10.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.89 25.17c2.18-2.63 3.79-6.18 3.79-10.93a5.34 5.34 0 0 1 10.64-0.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.66 27.8c2.53-3.34 4.36-7.75 4.36-13.56"></path></g>'}}},finland:{name:"finland",keywords:["flag","finland"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#0e2a69" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"flag-3":{name:"flag-3",keywords:["flag","flag-3","winner","success","location","banner","finish","start"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 2.89h9.79l-2.67 3.12 2.67 3.11h-9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 1.56v12.9"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.61h12.21l-3.33 3.88 3.33 3.89h-12.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 1.94v16.1"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 4.32h14.63l-3.99 4.66 3.99 4.65h-14.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 2.33v19.28"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 5.79h19.59l-5.34 6.23 5.34 6.23h-19.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 3.12v25.8"></path></g>'}}},flame:{name:"flame",keywords:["flame","fire","hot","lit","burn","light","candle"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a2.45 2.45 0 0 0 2.45-2.45c0-1.87-2.45-4-2.45-4s-2.45 2.13-2.45 4a2.45 2.45 0 0 0 2.45 2.45z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46c2.7 0 4.9-2.2 4.9-4.91 0-3.73-4.9-7.99-4.9-7.99s-4.9 4.26-4.9 7.99c0 2.71 2.19 4.91 4.9 4.91z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a3.06 3.06 0 0 0 3.05-3.06c0-2.33-3.05-4.99-3.05-4.99s-3.05 2.66-3.05 4.99a3.06 3.06 0 0 0 3.05 3.06z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04c3.37 0 6.11-2.74 6.11-6.13 0-4.65-6.11-9.97-6.11-9.97s-6.11 5.32-6.11 9.97c0 3.38 2.73 6.12 6.11 6.13z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a3.66 3.66 0 0 0 3.66-3.67c0-2.79-3.66-5.97-3.66-5.97s-3.66 3.19-3.66 5.97a3.66 3.66 0 0 0 3.66 3.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61c4.04 0 7.32-3.29 7.32-7.34 0-5.57-7.32-11.95-7.32-11.94s-7.32 6.37-7.32 11.94c0 4.05 3.27 7.34 7.32 7.34z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a4.9 4.9 0 0 0 4.9-4.92c0-3.73-4.9-7.99-4.9-7.99s-4.9 4.26-4.9 7.99a4.9 4.9 0 0 0 4.9 4.92z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93c5.41 0 9.79-4.4 9.79-9.83 0-7.46-9.79-15.99-9.79-15.99s-9.79 8.53-9.79 15.99c0 5.42 4.38 9.82 9.79 9.83z"></path></g>'}}},"flame-slash":{name:"flame-slash",keywords:["flame-slash","fire","hot","lit","burn","light","candle","flame","warning","safety","slash"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a2.45 2.45 0 0 0 2.45-2.45c0-0.66-0.31-1.35-0.7-1.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.84 13.96c0.65 0.32 1.39 0.51 2.17 0.5 2.7 0 4.9-2.2 4.9-4.91 0-0.72-0.18-1.46-0.48-2.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.06 4.96a21.93 21.93 0 0 0-3.05-3.4s-4.9 4.26-4.9 7.99c0 0.96 0.27 1.85 0.75 2.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a3.06 3.06 0 0 0 3.05-3.06c0-0.82-0.38-1.68-0.87-2.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.28 17.4c0.82 0.41 1.73 0.63 2.71 0.64 3.37 0 6.11-2.74 6.11-6.13 0-0.9-0.23-1.82-0.6-2.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.8 6.18a27.36 27.36 0 0 0-3.81-4.24s-6.11 5.32-6.1 9.97c0 1.19 0.34 2.31 0.93 3.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a3.66 3.66 0 0 0 3.66-3.67c0-0.98-0.46-2.02-1.05-2.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.73 20.85c0.98 0.49 2.08 0.76 3.24 0.76 4.04 0 7.32-3.29 7.32-7.34 0-1.08-0.27-2.18-0.72-3.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.53 7.41a32.78 32.78 0 0 0-4.56-5.08s-7.32 6.37-7.32 11.94c0 1.43 0.41 2.77 1.12 3.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a4.9 4.9 0 0 0 4.9-4.92c0-1.32-0.61-2.7-1.4-3.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.68 27.91c1.31 0.65 2.78 1.01 4.34 1.01 5.41 0 9.79-4.4 9.79-9.82 0-1.44-0.36-2.92-0.95-4.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.13 9.91a43.87 43.87 0 0 0-6.11-6.8s-9.79 8.53-9.79 15.99c0 1.92 0.55 3.7 1.49 5.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},"floppy-disk":{name:"floppy-disk",keywords:["save","floppy-disk","storage","disk","device","floppy","memory"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 2v2.67a0.89 0.89 0 0 1-0.89 0.89h-3.12a0.89 0.89 0 0 1-0.89-0.89v-2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 14.02v-4.45a0.89 0.89 0 0 1 0.89-0.89h4.9a0.89 0.89 0 0 1 0.89 0.89v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.1 14.02h-8.18a1.92 1.92 0 0 1-1.92-1.92v-8.18a1.92 1.92 0 0 1 1.92-1.92h6.61c0.24 0 0.46 0.09 0.63 0.26l2.6 2.6a0.89 0.89 0 0 1 0.26 0.63v6.61a1.92 1.92 0 0 1-1.92 1.92z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 2.5v3.33a1.11 1.11 0 0 1-1.11 1.11h-3.88a1.11 1.11 0 0 1-1.11-1.11v-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 17.48v-5.55a1.11 1.11 0 0 1 1.11-1.11h6.1a1.11 1.11 0 0 1 1.11 1.11v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.08 17.48h-10.18a2.4 2.4 0 0 1-2.4-2.4v-10.18a2.4 2.4 0 0 1 2.4-2.4h8.24c0.29 0 0.58 0.12 0.78 0.32l3.24 3.24a1.11 1.11 0 0 1 0.32 0.78v8.24a2.4 2.4 0 0 1-2.4 2.4z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 2.99v3.99a1.33 1.33 0 0 1-1.33 1.33h-4.66a1.33 1.33 0 0 1-1.33-1.33v-3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 20.95v-6.65a1.33 1.33 0 0 1 1.33-1.33h7.32a1.33 1.33 0 0 1 1.33 1.33v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.07 20.95h-12.2a2.87 2.87 0 0 1-2.88-2.88v-12.2a2.87 2.87 0 0 1 2.88-2.88h9.87c0.35 0 0.69 0.14 0.94 0.39l3.88 3.88a1.33 1.33 0 0 1 0.39 0.94v9.87a2.87 2.87 0 0 1-2.88 2.88z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 4v5.34a1.78 1.78 0 0 1-1.78 1.78h-6.23a1.78 1.78 0 0 1-1.78-1.78v-5.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 28.04v-8.9a1.78 1.78 0 0 1 1.78-1.78h9.79a1.78 1.78 0 0 1 1.78 1.78v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.19 28.04h-16.34a3.84 3.84 0 0 1-3.84-3.85v-16.34a3.84 3.84 0 0 1 3.84-3.84h13.22c0.47 0 0.93 0.19 1.26 0.52l5.18 5.18a1.78 1.78 0 0 1 0.53 1.26v13.22a3.84 3.84 0 0 1-3.85 3.85z"></path></g>'}}},"folder-2":{name:"folder-2",keywords:["folder","folder-2","storage","data","office","documents","files","archive","directory"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 4.67a1.78 1.78 0 0 1 1.78 1.78v4.9a1.78 1.78 0 0 1-1.78 1.78h-8.46a1.78 1.78 0 0 1-1.78-1.78v-7.12a1.78 1.78 0 0 1 1.78-1.78h1.63a1.78 1.78 0 0 1 1.35 0.62l1.36 1.6h4.12z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 5.83a2.22 2.22 0 0 1 2.22 2.22v6.1a2.22 2.22 0 0 1-2.22 2.22h-10.54a2.22 2.22 0 0 1-2.22-2.22v-8.88a2.22 2.22 0 0 1 2.22-2.22h2.02a2.22 2.22 0 0 1 1.69 0.79l1.7 1.99h5.13z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 6.98a2.66 2.66 0 0 1 2.66 2.66v7.32a2.66 2.66 0 0 1-2.66 2.66h-12.64a2.66 2.66 0 0 1-2.66-2.66v-10.64a2.66 2.66 0 0 1 2.66-2.66h2.43a2.66 2.66 0 0 1 2.03 0.94l2.02 2.38h6.16z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 9.35a3.56 3.56 0 0 1 3.56 3.56v9.79a3.56 3.56 0 0 1-3.56 3.56h-16.91a3.56 3.56 0 0 1-3.56-3.56v-14.24a3.56 3.56 0 0 1 3.56-3.56h3.24a3.56 3.56 0 0 1 2.72 1.25l2.71 3.2h8.23z"></path></g>'}}},forklift:{name:"forklift",keywords:["forklift","delivery","truck","warehouse","logistics","lift","heavy","equipment","ship"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 12.02v-3.98a1.78 1.78 0 0 0-0.07-0.5l-1.3-4.45a0.89 0.89 0 0 0-0.85-0.64h-2.67a0.89 0.89 0 0 0-0.89 0.89v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.77 11.79h3.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.95 7.79h-7.5a1.78 1.78 0 0 0-1.78 1.78v2.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 13.57h-2.22a0.89 0.89 0 0 1-0.89-0.89v-11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.23 10.46a1.56 1.56 0 1 0 0 3.11 1.56 1.56 0 1 0 0-3.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.46 10.46a1.56 1.56 0 1 0-0.01 3.11 1.56 1.56 0 1 0 0-3.11z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 14.99v-4.96a2.22 2.22 0 0 0-0.09-0.62l-1.62-5.56a1.11 1.11 0 0 0-1.07-0.8h-3.33a1.11 1.11 0 0 0-1.11 1.11v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.7 14.71h3.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.41 9.71h-9.36a2.22 2.22 0 0 0-2.22 2.22v3.05"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 16.93h-2.78a1.11 1.11 0 0 1-1.11-1.11v-13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.78 13.04a1.94 1.94 0 1 0 0 3.89 1.94 1.94 0 1 0 0-3.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.55 13.04a1.94 1.94 0 1 0 0 3.89 1.94 1.94 0 1 0 0-3.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 17.96v-5.94a2.66 2.66 0 0 0-0.1-0.75l-1.95-6.65a1.33 1.33 0 0 0-1.27-0.96h-3.99a1.33 1.33 0 0 0-1.33 1.33v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.63 17.62h4.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.86 11.64h-11.2a2.66 2.66 0 0 0-2.66 2.66v3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 20.28h-3.32a1.33 1.33 0 0 1-1.33-1.33v-16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.33 15.63a2.33 2.33 0 1 0 0 4.65 2.33 2.33 0 1 0 0-4.65z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.64 15.63a2.33 2.33 0 1 0 0 4.65 2.33 2.33 0 1 0 0-4.65z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 24.03v-7.95a3.56 3.56 0 0 0-0.14-0.99l-2.6-8.91a1.78 1.78 0 0 0-1.7-1.28h-5.34a1.78 1.78 0 0 0-1.78 1.78v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.53 23.59h6.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.89 15.58h-15a3.56 3.56 0 0 0-3.56 3.56v4.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 27.14h-4.45a1.78 1.78 0 0 1-1.78-1.78v-22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.45 20.91a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.91 20.91a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path></g>'}}},france:{name:"france",keywords:["flag","france"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#092050" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"french-guiana":{name:"french-guiana",keywords:["flag","french","guiana"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f7df4b" d="M2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,2.209,1.791,4,4,4H27c1.037,0,1.974-.405,2.684-1.053L2.316,5.053Z"></path><path fill="#3c883a" d="M29.684,26.947c.803-.732,1.316-1.776,1.316-2.947V8c0-2.209-1.791-4-4-4H5c-1.037,0-1.974,.405-2.684,1.053L29.684,26.947Z"></path><path fill="#c92d25" d="M17.673 16.457L20.381 14.49 17.034 14.49 16 11.307 14.966 14.49 11.619 14.49 14.327 16.457 13.292 19.64 16 17.673 18.708 19.64 17.673 16.457z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"french-polynesia":{name:"french-polynesia",keywords:["flag","french","polynesia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="M1 10H31V22H1z"></path><path fill="#cf0922" stroke-width="0" d="m5,4h22c2.2077,0,4,1.7923,4,4v3H1v-3c0-2.2077,1.7923-4,4-4Z"></path><path fill="#cf0922" stroke-width="0" d="m5,21h22c2.2077,0,4,1.7923,4,4v3H1v-3c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 16 24.5)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><circle cx="16" cy="16" r="4" fill="#f0a03c" stroke-width="0"></circle><path fill="#1a3c95" stroke-width="0" d="m12.5548,18c.6929,1.1906,1.9684,2,3.4452,2s2.7523-.8094,3.4452-2h-6.8904Z"></path><path fill="#5a1314" stroke-width="0" d="m16.8631,15.9156v-2.3091c0-.0136-.0056-.0266-.0154-.0359s-.0234-.014-.0367-.0136c-.398.0199-.7462-.4111-.7691-.781-.0224-.3621.2419-.5904.7253-.6264.0252-.0019.045-.0225.0459-.0478.0009-.0253-.0175-.0472-.0426-.0507-1.3474-.1921-1.6558.1965-1.6558.5411,0,.0067,0,.0078,0,.0144l.0126,2.9151,1.7358.394Z"></path><path fill="#fff" stroke-width="0" d="M13.847 16.177H18.27V18.012H13.847z"></path><path fill="#5a1314" stroke-width="0" d="m15.5593,17.5247c-2.1691,1.3882-1.2594-1.0731-1.638-2.5887.1215-.053.2202-.2613.0361-.3062-.0759-.0302-.0573-.0437.0069-.0777.3407-.1564-.2696-.2874.0104-.4005.242-.1857-.4608-.1445-.5123-.0726.1823.2582-.1897.2954.1152.5276-.2913.0657-.1047,2.661-.1451,3.041.0784,1.5599,2.0854,1.3811,2.1268-.123Z"></path><path fill="#5a1314" stroke-width="0" d="m16.4407,17.5247c2.1691,1.3882,1.2594-1.0731,1.638-2.5887-.1215-.053-.2202-.2613-.0361-.3062.0759-.0302.0573-.0437-.0069-.0777-.3407-.1564.2696-.2874-.0104-.4005-.242-.1857.4608-.1445.5123-.0726-.1823.2582.1897.2954-.1152.5276.2913.0657.1047,2.661.1451,3.041-.0784,1.5599-2.0854,1.3811-2.1268-.123Z"></path></g>'}}},gabon:{name:"gabon",keywords:["flag","gabon"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6d44a" d="M1 11H31V21H1z"></path><path fill="#479d66" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#4874c0" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},gambia:{name:"gambia",keywords:["flag","gambia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0a1488" d="M1 13H31V19H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v6H1v-6c0-2.208,1.792-4,4-4Z"></path><path fill="#487730" d="M5,18H27c2.208,0,4,1.792,4,4v6H1v-6c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23)"></path><path fill="#fff" d="M1 12H31V14H1z"></path><path fill="#fff" d="M1 18H31V20H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"gear-3":{name:"gear-3",keywords:["gear","gear-3","options","preferences","configuration","cog","cogwheel","settings","wheel"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.01a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.51 6.48l-0.83-0.29a5.04 5.04 0 0 0-0.32-0.69 4.98 4.98 0 0 0-0.44-0.62l0.16-0.86a1.43 1.43 0 0 0-0.69-1.51l-0.31-0.18a1.43 1.43 0 0 0-1.65 0.15l-0.66 0.57a5.03 5.03 0 0 0-1.52 0l-0.66-0.57a1.43 1.43 0 0 0-1.65-0.15l-0.31 0.18a1.43 1.43 0 0 0-0.7 1.51l0.16 0.85c-0.32 0.4-0.57 0.84-0.75 1.32l-0.83 0.29a1.43 1.43 0 0 0-0.95 1.35v0.36a1.43 1.43 0 0 0 0.95 1.35l0.83 0.29c0.09 0.23 0.19 0.46 0.32 0.69s0.28 0.43 0.44 0.62l-0.17 0.86a1.43 1.43 0 0 0 0.7 1.51l0.31 0.18a1.43 1.43 0 0 0 1.65-0.16l0.66-0.56a5.02 5.02 0 0 0 1.52 0l0.66 0.57a1.43 1.43 0 0 0 1.65 0.15l0.31-0.18a1.43 1.43 0 0 0 0.69-1.51l-0.16-0.86c0.32-0.4 0.57-0.84 0.76-1.31l0.82-0.29a1.43 1.43 0 0 0 0.96-1.35v-0.36a1.43 1.43 0 0 0-0.96-1.35h0.01z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 12.49a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.84 8.08l-1.03-0.37a6.29 6.29 0 0 0-0.4-0.85 6.22 6.22 0 0 0-0.54-0.78l0.2-1.07a1.79 1.79 0 0 0-0.86-1.88l-0.39-0.22a1.79 1.79 0 0 0-2.06 0.19l-0.83 0.71a6.27 6.27 0 0 0-1.89 0l-0.82-0.71a1.79 1.79 0 0 0-2.06-0.19l-0.39 0.22a1.79 1.79 0 0 0-0.86 1.88l0.2 1.07c-0.4 0.5-0.72 1.05-0.95 1.64l-1.02 0.36a1.79 1.79 0 0 0-1.2 1.68v0.45a1.79 1.79 0 0 0 1.2 1.69l1.03 0.36c0.11 0.29 0.24 0.58 0.4 0.86s0.34 0.53 0.54 0.77l-0.2 1.08a1.79 1.79 0 0 0 0.86 1.87l0.39 0.23a1.79 1.79 0 0 0 2.06-0.19l0.82-0.71a6.26 6.26 0 0 0 1.89 0l0.83 0.71a1.79 1.79 0 0 0 2.06 0.19l0.39-0.22a1.79 1.79 0 0 0 0.86-1.88l-0.2-1.07c0.4-0.5 0.72-1.05 0.95-1.64l1.02-0.36a1.79 1.79 0 0 0 1.2-1.69v-0.45a1.79 1.79 0 0 0-1.2-1.68h0z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 14.96a2.99 2.99 0 1 0 0-5.98 2.99 2.99 0 0 0 0 5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.18 9.68l-1.23-0.44a7.54 7.54 0 0 0-0.49-1.02 7.45 7.45 0 0 0-0.64-0.93l0.24-1.29a2.14 2.14 0 0 0-1.04-2.25l-0.46-0.27a2.14 2.14 0 0 0-2.47 0.23l-0.99 0.85a7.52 7.52 0 0 0-2.26 0l-0.99-0.85a2.14 2.14 0 0 0-2.47-0.23l-0.47 0.27a2.14 2.14 0 0 0-1.03 2.25l0.24 1.28c-0.48 0.6-0.86 1.26-1.13 1.96l-1.23 0.44a2.14 2.14 0 0 0-1.43 2.02v0.54a2.14 2.14 0 0 0 1.43 2.02l1.23 0.43c0.14 0.35 0.29 0.69 0.49 1.03s0.41 0.64 0.64 0.93l-0.24 1.29a2.14 2.14 0 0 0 1.03 2.24l0.47 0.27a2.14 2.14 0 0 0 2.47-0.22l0.99-0.85a7.5 7.5 0 0 0 2.26 0l0.99 0.85a2.14 2.14 0 0 0 2.47 0.22l0.46-0.27a2.14 2.14 0 0 0 1.04-2.24l-0.24-1.29c0.48-0.6 0.86-1.26 1.13-1.96l1.23-0.43a2.14 2.14 0 0 0 1.43-2.02v-0.54a2.14 2.14 0 0 0-1.43-2.02z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 20.02a4 4 0 1 0 0-8.01 4 4 0 0 0 0 8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.01 12.95l-1.65-0.58a10.09 10.09 0 0 0-0.65-1.37 9.97 9.97 0 0 0-0.86-1.24l0.32-1.73a2.87 2.87 0 0 0-1.39-3.01l-0.62-0.36a2.87 2.87 0 0 0-3.3 0.31l-1.33 1.13a10.06 10.06 0 0 0-3.03 0l-1.32-1.13a2.87 2.87 0 0 0-3.3-0.31l-0.63 0.36a2.87 2.87 0 0 0-1.38 3.01l0.32 1.72c-0.64 0.8-1.15 1.68-1.52 2.62l-1.64 0.58a2.87 2.87 0 0 0-1.92 2.71v0.72a2.87 2.87 0 0 0 1.92 2.7l1.65 0.59c0.18 0.46 0.39 0.92 0.65 1.36s0.55 0.85 0.86 1.25l-0.32 1.72a2.87 2.87 0 0 0 1.38 3.01l0.63 0.36a2.87 2.87 0 0 0 3.3-0.3l1.32-1.14a10.04 10.04 0 0 0 3.03 0l1.33 1.14a2.87 2.87 0 0 0 3.3 0.3l0.62-0.36a2.87 2.87 0 0 0 1.39-3l-0.32-1.72c0.64-0.8 1.15-1.68 1.51-2.63l1.65-0.58a2.87 2.87 0 0 0 1.91-2.7v-0.72a2.87 2.87 0 0 0-1.91-2.71z"></path></g>'}}},gears:{name:"gears",keywords:["gears","options","preferences","configuration","cog","settings","wheel","gear"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 9.79v-0.27a0.77 0.77 0 0 0-0.68-0.76l-0.84-0.1-0.39-0.93 0.53-0.66a0.77 0.77 0 0 0-0.06-1.02l-0.38-0.39a0.77 0.77 0 0 0-1.02-0.05l-0.66 0.53-0.94-0.39-0.09-0.84a0.77 0.77 0 0 0-0.76-0.68h-0.54a0.77 0.77 0 0 0-0.76 0.68l-0.1 0.84-0.93 0.39-0.66-0.53a0.77 0.77 0 0 0-1.02 0.05l-0.39 0.39a0.77 0.77 0 0 0-0.05 1.02l0.52 0.66-0.38 0.93-0.84 0.1a0.77 0.77 0 0 0-0.68 0.76v0.54c0 0.39 0.29 0.72 0.68 0.77l0.84 0.09 0.38 0.93-0.52 0.66a0.77 0.77 0 0 0 0.05 1.02l0.39 0.39a0.77 0.77 0 0 0 1.02 0.05l0.66-0.52 0.93 0.38 0.1 0.84a0.77 0.77 0 0 0 0.76 0.68h0.54c0.39 0 0.72-0.29 0.76-0.68l0.09-0.84 0.94-0.38 0.66 0.52a0.77 0.77 0 0 0 1.02-0.05l0.38-0.39a0.77 0.77 0 0 0 0.06-1.02l-0.53-0.66 0.39-0.93 0.84-0.09a0.77 0.77 0 0 0 0.68-0.77v-0.27z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.14 8.48a0.64 0.64 0 0 0 0.05-0.86l-0.44-0.55 0.32-0.78 0.71-0.08a0.64 0.64 0 0 0 0.57-0.64v-0.46a0.64 0.64 0 0 0-0.57-0.64l-0.71-0.08-0.32-0.78 0.44-0.55a0.65 0.65 0 0 0-0.04-0.86l-0.33-0.33a0.64 0.64 0 0 0-0.86-0.04l-0.55 0.44-0.78-0.32-0.08-0.71a0.64 0.64 0 0 0-0.64-0.57h-0.46a0.64 0.64 0 0 0-0.64 0.57l-0.08 0.71-0.78 0.32-0.55-0.44a0.65 0.65 0 0 0-0.86 0.04"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 10.9a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.7 12.21v-0.34a0.96 0.96 0 0 0-0.85-0.95l-1.05-0.12-0.48-1.16 0.66-0.82a0.96 0.96 0 0 0-0.07-1.27l-0.48-0.48a0.96 0.96 0 0 0-1.27-0.08l-0.83 0.66-1.16-0.48-0.11-1.05a0.96 0.96 0 0 0-0.96-0.85h-0.67a0.96 0.96 0 0 0-0.95 0.85l-0.12 1.05-1.16 0.48-0.82-0.66a0.96 0.96 0 0 0-1.28 0.08l-0.48 0.48a0.96 0.96 0 0 0-0.07 1.27l0.66 0.82-0.48 1.16-1.05 0.12a0.96 0.96 0 0 0-0.85 0.95v0.68c0 0.49 0.37 0.9 0.85 0.95l1.05 0.12 0.48 1.16-0.66 0.82a0.96 0.96 0 0 0 0.07 1.28l0.48 0.48a0.96 0.96 0 0 0 1.28 0.07l0.82-0.66 1.16 0.48 0.12 1.05a0.96 0.96 0 0 0 0.95 0.85h0.67c0.49 0 0.9-0.37 0.96-0.85l0.11-1.05 1.16-0.48 0.83 0.66a0.96 0.96 0 0 0 1.27-0.07l0.48-0.48a0.96 0.96 0 0 0 0.07-1.28l-0.66-0.82 0.48-1.16 1.05-0.12a0.96 0.96 0 0 0 0.85-0.95v-0.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.64 10.58a0.8 0.8 0 0 0 0.06-1.07l-0.55-0.69 0.4-0.98 0.88-0.1a0.8 0.8 0 0 0 0.72-0.8h0v-0.57a0.8 0.8 0 0 0-0.72-0.8l-0.88-0.09-0.4-0.98 0.55-0.69a0.8 0.8 0 0 0-0.06-1.07l-0.4-0.4a0.8 0.8 0 0 0-1.07-0.06l-0.69 0.55-0.98-0.4-0.09-0.88a0.8 0.8 0 0 0-0.8-0.72h-0.57a0.8 0.8 0 0 0-0.8 0.72l-0.1 0.88-0.98 0.4-0.69-0.55a0.8 0.8 0 0 0-1.07 0.06"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.77 13.6a1.39 1.39 0 1 0 0-2.78 1.39 1.39 0 0 0 0 2.78z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 14.63v-0.41a1.15 1.15 0 0 0-1.02-1.14l-1.26-0.14-0.57-1.39 0.79-0.98a1.15 1.15 0 0 0-0.09-1.53l-0.58-0.57a1.15 1.15 0 0 0-1.52-0.09l-0.99 0.79-1.39-0.58-0.14-1.25a1.15 1.15 0 0 0-1.14-1.02h-0.81a1.15 1.15 0 0 0-1.14 1.02l-0.14 1.25-1.39 0.58-0.98-0.79a1.15 1.15 0 0 0-1.53 0.09l-0.58 0.57a1.15 1.15 0 0 0-0.08 1.53l0.79 0.98-0.58 1.39-1.25 0.14a1.15 1.15 0 0 0-1.02 1.14v0.82c0 0.58 0.44 1.07 1.02 1.14l1.25 0.14 0.58 1.39-0.79 0.98a1.15 1.15 0 0 0 0.08 1.53l0.58 0.58a1.15 1.15 0 0 0 1.53 0.08l0.98-0.79 1.39 0.58 0.14 1.25a1.15 1.15 0 0 0 1.14 1.02h0.81c0.58 0 1.07-0.44 1.14-1.02l0.14-1.25 1.39-0.58 0.99 0.79a1.15 1.15 0 0 0 1.52-0.08l0.58-0.58a1.15 1.15 0 0 0 0.09-1.53l-0.79-0.98 0.57-1.39 1.26-0.14a1.15 1.15 0 0 0 1.02-1.14v-0.41z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.14 12.67a0.96 0.96 0 0 0 0.07-1.28l-0.66-0.83 0.48-1.16 1.05-0.12a0.96 0.96 0 0 0 0.86-0.96v-0.68a0.96 0.96 0 0 0-0.85-0.96l-1.06-0.12-0.48-1.17 0.66-0.82a0.96 0.96 0 0 0-0.07-1.29l-0.48-0.48a0.96 0.96 0 0 0-1.29-0.07l-0.82 0.66-1.17-0.48-0.12-1.06a0.96 0.96 0 0 0-0.96-0.85h-0.68a0.96 0.96 0 0 0-0.96 0.85l-0.12 1.06-1.17 0.48-0.82-0.66a0.96 0.96 0 0 0-1.28 0.07"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.31 16.29a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.58 19.58v-0.54a1.54 1.54 0 0 0-1.37-1.53l-1.68-0.19-0.77-1.86 1.06-1.32a1.53 1.53 0 0 0-0.12-2.04l-0.77-0.77a1.53 1.53 0 0 0-2.04-0.11l-1.32 1.05-1.86-0.77-0.19-1.68a1.54 1.54 0 0 0-1.52-1.36h-1.08a1.54 1.54 0 0 0-1.53 1.36l-0.19 1.68-1.86 0.77-1.32-1.05a1.53 1.53 0 0 0-2.04 0.11l-0.77 0.77a1.53 1.53 0 0 0-0.12 2.04l1.06 1.32-0.77 1.86-1.68 0.19a1.54 1.54 0 0 0-1.36 1.53v1.08c0 0.78 0.59 1.44 1.36 1.53l1.68 0.19 0.77 1.86-1.06 1.32a1.53 1.53 0 0 0 0.12 2.04l0.77 0.77a1.53 1.53 0 0 0 2.04 0.12l1.32-1.06 1.86 0.77 0.19 1.68a1.54 1.54 0 0 0 1.53 1.36h1.08c0.78 0 1.44-0.59 1.52-1.36l0.19-1.68 1.86-0.77 1.32 1.06a1.53 1.53 0 0 0 2.04-0.12l0.77-0.77a1.53 1.53 0 0 0 0.12-2.04l-1.06-1.32 0.77-1.86 1.68-0.19a1.54 1.54 0 0 0 1.37-1.53v-0.54z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.29 16.96a1.29 1.29 0 0 0 0.09-1.71l-0.88-1.11 0.65-1.57 1.41-0.15a1.29 1.29 0 0 0 1.14-1.28h0.01v-0.92a1.29 1.29 0 0 0-1.15-1.28l-1.41-0.16-0.65-1.56 0.89-1.11a1.29 1.29 0 0 0-0.1-1.72l-0.64-0.64a1.29 1.29 0 0 0-1.72-0.1l-1.11 0.89-1.56-0.65-0.16-1.41a1.29 1.29 0 0 0-1.28-1.15h-0.92a1.29 1.29 0 0 0-1.28 1.15l-0.15 1.41-1.57 0.65-1.11-0.89a1.29 1.29 0 0 0-1.71 0.1"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.46 21.8a2.23 2.23 0 1 0 0-4.45 2.23 2.23 0 0 0 0 4.45z"></path></g>'}}},georgia:{name:"georgia",keywords:["flag","georgia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#ea3323" d="M31 14L18 14 18 4 14 4 14 14 1 14 1 18 14 18 14 28 18 28 18 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#ea3323" d="M10,8.141c-.619,.124-1.246,.202-1.874,.233,.031-.628,.109-1.254,.233-1.874-.57,.075-1.148,.075-1.718,0,.124,.619,.202,1.246,.233,1.874-.628-.031-1.254-.109-1.874-.233,.075,.57,.075,1.148,0,1.718,.619-.124,1.246-.202,1.874-.233-.031,.628-.109,1.254-.233,1.874,.57-.075,1.148-.075,1.718,0-.124-.619-.202-1.246-.233-1.874,.628,.031,1.254,.109,1.874,.233-.075-.57-.075-1.148,0-1.718Z"></path><path fill="#ea3323" d="M22,8.141c.619,.124,1.246,.202,1.874,.233-.031-.628-.109-1.254-.233-1.874,.57,.075,1.148,.075,1.718,0-.124,.619-.202,1.246-.233,1.874,.628-.031,1.254-.109,1.874-.233-.075,.57-.075,1.148,0,1.718-.619-.124-1.246-.202-1.874-.233,.031,.628,.109,1.254,.233,1.874-.57-.075-1.148-.075-1.718,0,.124-.619,.202-1.246,.233-1.874-.628,.031-1.254,.109-1.874,.233,.075-.57,.075-1.148,0-1.718Z"></path><path fill="#ea3323" d="M10,23.859c-.619-.124-1.246-.202-1.874-.233,.031,.628,.109,1.254,.233,1.874-.57-.075-1.148-.075-1.718,0,.124-.619,.202-1.246,.233-1.874-.628,.031-1.254,.109-1.874,.233,.075-.57,.075-1.148,0-1.718,.619,.124,1.246,.202,1.874,.233-.031-.628-.109-1.254-.233-1.874,.57,.075,1.148,.075,1.718,0-.124,.619-.202,1.246-.233,1.874,.628-.031,1.254-.109,1.874-.233-.075,.57-.075,1.148,0,1.718Z"></path><path fill="#ea3323" d="M22,23.859c.619-.124,1.246-.202,1.874-.233-.031,.628-.109,1.254-.233,1.874,.57-.075,1.148-.075,1.718,0-.124-.619-.202-1.246-.233-1.874,.628,.031,1.254,.109,1.874,.233-.075-.57-.075-1.148,0-1.718-.619,.124-1.246,.202-1.874,.233,.031-.628,.109-1.254,.233-1.874-.57,.075-1.148,.075-1.718,0,.124,.619,.202,1.246,.233,1.874-.628-.031-1.254-.109-1.874-.233,.075,.57,.075,1.148,0,1.718Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},germany:{name:"germany",keywords:["flag","germany"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#cc2b1d" d="M1 11H31V21H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#f8d147" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},ghana:{name:"ghana",keywords:["flag","ghana"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6d44a" d="M1 11H31V21H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#2d6a41" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path d="M17.606 16.944L20.206 15.056 16.993 15.056 16 12 15.007 15.056 11.794 15.056 14.394 16.944 13.401 20 16 18.111 18.599 20 17.606 16.944z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},gibraltar:{name:"gibraltar",keywords:["flag","gibraltar"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1,8v13H31V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4Z"></path><path fill="#c92a1e" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f3da4a" d="M16.968,21.034l-.968-.561-.968,.561h-.213v.368h.213l.765,.444v2.166h-1.164v.61h.408v-.272h.392v.272h.364v.135h-.364v.272h-.392v-.272h-.408v.612h1.164v.342h.405v-3.867l.765-.444h.213v-.368h-.213Zm-.32,.184l-.647,.375-.647-.375,.647-.377,.647,.377Z"></path><path d="M11.212 15.124H16.369V18.669H11.212z"></path><path d="M11.853 10.585H13.344999999999999V13.321000000000002H11.853z"></path><path d="M15.632 15.124H20.789V18.669H15.632z"></path><path d="M18.655 10.585H20.147000000000002V13.321000000000002H18.655z"></path><path d="M14.776 8.844H17.139V13.135H14.776z"></path><path fill="#c92a1e" d="M21.612,13.677v-.363h.388v-.922h-.468v.463h-.569v-.463h-.468v-2.762h.176v-.385h.302v-.818h-.617v.375h-.446v-.375h-.884v.375h-.446v-.375h-.516v.818h.169v.385h.156v2.762h-.081v.463h-.65v-.463h-.229v-3.512h.254v-.511h.31v-.675h-.572v.327h-.473v-.327h-.713v.327h-.473v-.327h-.713v.327h-.473v-.327h-.572v.675h.31v.511h.254v3.512h-.229v.463h-.65v-.463h-.081v-2.762h.156v-.385h.169v-.818h-.516v.375h-.446v-.375h-.884v.375h-.446v-.375h-.617v.818h.302v.385h.176v2.762h-.468v.463h-.569v-.463h-.468v.922h.388v.363h.315v4.452l-.67,.441h-.028v.567h2.956v.238h6.078v-.238h2.956v-.567h-.028l-.67-.441v-4.452h.315Zm-6.199-4.147v.818h-.154v-.818h.154Zm1.173,.818v-.818h.154v.818h-.154Zm-.662,.088v-1.148h.151v1.148h-.151Zm-.524,1.956v-1.022c0-.431,.377-.546,.599-.546s.599,.115,.599,.546v1.486h-1.198v-.463Zm1.725,5.955h-2.251v-1.601c0-.686,.421-1.095,1.125-1.095,.83,0,1.125,.566,1.125,1.095v1.601Zm1.81-6.695c0-.279,.227-.506,.506-.506h.01c.005,0,.01,0,.016,0,.261,.013,.457,.231,.457,.506v1.204h-.986v-.463h-.003v-.74Zm-6.86,.74v-.74c0-.275,.196-.493,.457-.506,.005,0,.01,0,.016,0h.01c.279,0,.506,.227,.506,.506v.74h-.003v.463h-.986v-.463Zm-.285,4.565c0-.435,.359-.803,.783-.803,.432,0,.783,.36,.783,.803v1.152h-1.566v-1.152Zm8.42,1.152h-1.566v-1.152c0-.443,.351-.803,.783-.803,.424,0,.783,.368,.783,.803v1.152Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},gift:{name:"gift",keywords:["gift","box","package","present"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.67v9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 3.12c0-0.86 0.7-1.56 1.56-1.56 2.3 0 3.12 3.12 3.11 3.11h-3.11a1.56 1.56 0 0 1-1.56-1.55z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.13 4.67h-3.12s0.81-3.12 3.11-3.11a1.56 1.56 0 0 1 0 3.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 7.34v5.34a1.78 1.78 0 0 1-1.78 1.78h-5.78a1.78 1.78 0 0 1-1.78-1.78v-5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 4.67h11.12q0.89 0 0.89 0.89v0.89q0 0.89-0.89 0.89h-11.12q-0.89 0-0.89-0.89v-0.89q0-0.89 0.89-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.83v12.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.89c0-1.07 0.87-1.94 1.95-1.95 2.87 0 3.89 3.89 3.88 3.89h-3.88a1.94 1.94 0 0 1-1.95-1.95z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.88 5.83h-3.89s1.01-3.89 3.89-3.89a1.94 1.94 0 0 1 0 3.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 9.16v6.66a2.22 2.22 0 0 1-2.22 2.22h-7.22a2.22 2.22 0 0 1-2.22-2.22v-6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 5.83h13.88q1.11 0 1.11 1.11v1.11q0 1.11-1.11 1.11h-13.88q-1.11 0-1.11-1.11v-1.11q0-1.11 1.11-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.98v14.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 4.66c0-1.28 1.04-2.33 2.33-2.33 3.44 0 4.66 4.66 4.65 4.65h-4.66a2.33 2.33 0 0 1-2.32-2.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.63 6.98h-4.66s1.21-4.66 4.66-4.65a2.33 2.33 0 0 1 0 4.65z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 10.97v7.98a2.66 2.66 0 0 1-2.66 2.66h-8.64a2.66 2.66 0 0 1-2.66-2.66v-7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 6.98h16.62q1.33 0 1.33 1.33v1.33q0 1.33-1.33 1.33h-16.62q-1.33 0-1.33-1.33v-1.33q0-1.33 1.33-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 9.35v19.58"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 6.23c0-1.72 1.4-3.12 3.12-3.12 4.61 0 6.23 6.23 6.23 6.24h-6.23a3.12 3.12 0 0 1-3.12-3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.25 9.35h-6.23s1.62-6.23 6.23-6.23a3.12 3.12 0 0 1 0 6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 14.69v10.68a3.56 3.56 0 0 1-3.56 3.56h-11.57a3.56 3.56 0 0 1-3.56-3.56v-10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 9.35h22.25q1.78 0 1.78 1.78v1.78q0 1.78-1.78 1.78h-22.25q-1.78 0-1.78-1.78v-1.78q0-1.78 1.78-1.78z"></path></g>'}}},"globe-2":{name:"globe-2",keywords:["globe","globe-2","earth","map","planet","world"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 2.67 90 1 0 0 12.9 6.45 2.67 90 1 0 0-12.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 8.01h12.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 3.33 90 1 0 0 16.1 8.05 3.33 90 1 0 0-16.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 9.99h16.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 3.99 90 1 0 0 19.28 9.64 3.99 90 1 0 0-19.28z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 11.97h19.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 5.34 90 1 0 0 25.8 12.9 5.34 90 1 0 0-25.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 16.02h25.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},greece:{name:"greece",keywords:["flag","greece"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#295cab" d="M1.244,6.67H30.756c-.55-1.552-2.016-2.67-3.756-2.67H5c-1.74,0-3.206,1.118-3.756,2.67Z"></path><path fill="#295cab" d="M1 9.34H31V12.01H1z"></path><path fill="#295cab" d="M1 14.68H31V17.35H1z"></path><path fill="#295cab" d="M1 20.02H31V22.689999999999998H1z"></path><path fill="#295cab" d="M1.253,25.36c.558,1.536,2.018,2.64,3.747,2.64H27c1.729,0,3.188-1.104,3.747-2.64H1.253Z"></path><path fill="#295cab" d="M14.35,4H5c-2.209,0-4,1.791-4,4v9.35H14.35V4Z"></path><path fill="#fff" d="M1 9.34H14.35V12.01H1z"></path><path fill="#fff" d="M1 9.34H14.35V12.01H1z" transform="rotate(90 7.675 10.675)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},greenland:{name:"greenland",keywords:["flag","greenland"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="m31,8c0-2.2092-1.7908-4-4-4H5c-2.2092,0-4,1.7908-4,4v9h30v-9Z"></path><path fill="#ca0a2b" stroke-width="0" d="m5,28h22c2.2092,0,4-1.7908,4-4v-8H1v8c0,2.2092,1.7908,4,4,4Z"></path><path stroke-width="0" d="m5,28h22c2.2091,0,4-1.7908,4-4V8c0-2.2092-1.7909-4-4-4H5c-2.2092,0-4,1.7908-4,4v16c0,2.2092,1.7908,4,4,4ZM2,8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><circle cx="11" cy="16" r="6" fill="#fff" stroke-width="0"></circle><path fill="#ca0a2b" stroke-width="0" d="m11,10c-3.3137,0-6,2.6863-6,6h12c0-3.3137-2.6863-6-6-6Z"></path></g>'}}},grenada:{name:"grenada",keywords:["flag","grenada"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#be2a2c" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f6d44a" d="M6 9H26V23H6z"></path><path fill="#357960" d="M6 9L16 16 6 23 6 9z"></path><path fill="#357960" d="M26 9L16 16 26 23 26 9z"></path><circle cx="16" cy="16" r="3" fill="#be2a2c"></circle><path fill="#f6d44a" d="M17 16.338L18.619 15.162 16.618 15.162 16 13.259 15.382 15.162 13.381 15.162 15 16.338 14.381 18.241 16 17.065 17.619 18.241 17 16.338z"></path><path fill="#f6d44a" d="M16.543 7.185L17.423 6.546 16.336 6.546 16 5.513 15.664 6.546 14.577 6.546 15.457 7.185 15.121 8.219 16 7.58 16.879 8.219 16.543 7.185z"></path><path fill="#f6d44a" d="M11.7 7.185L12.579 6.546 11.492 6.546 11.156 5.513 10.82 6.546 9.734 6.546 10.613 7.185 10.277 8.219 11.156 7.58 12.035 8.219 11.7 7.185z"></path><path fill="#f6d44a" d="M20.3 7.185L19.421 6.546 20.508 6.546 20.844 5.513 21.18 6.546 22.266 6.546 21.387 7.185 21.723 8.219 20.844 7.58 19.965 8.219 20.3 7.185z"></path><path fill="#f6d44a" d="M16.543 25.235L17.423 24.596 16.336 24.596 16 23.562 15.664 24.596 14.577 24.596 15.457 25.235 15.121 26.269 16 25.63 16.879 26.269 16.543 25.235z"></path><path fill="#f6d44a" d="M11.7 25.235L12.579 24.596 11.492 24.596 11.156 23.562 10.82 24.596 9.734 24.596 10.613 25.235 10.277 26.269 11.156 25.63 12.035 26.269 11.7 25.235z"></path><path fill="#f6d44a" d="M20.3 25.235L19.421 24.596 20.508 24.596 20.844 23.562 21.18 24.596 22.266 24.596 21.387 25.235 21.723 26.269 20.844 25.63 19.965 26.269 20.3 25.235z"></path><path fill="#be2a2c" d="M8.065,16.131c.34,.678,1.016,1.426,1.618,1.699,.029-.678-.187-1.555-.496-2.257l-1.122,.558Z"></path><path fill="#f6d44a" d="M7.455,13.85c.506,1.091-1.397,3.653,1.709,4.3-.377-.529-.584-1.414-.481-2.108,.645,.275,1.292,.913,1.546,1.512,1.071-2.986-2.108-2.703-2.774-3.704Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},grid:{name:"grid",keywords:["grid","layout","mockup","wireframe","template","catalog"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 2.45h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 2.45h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 9.57h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 9.57h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.05h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 3.05h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 11.93h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 11.93h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 3.66h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 3.66h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 14.3h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 14.3h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 4.9h4.46q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.46q-1.78 0-1.78-1.78v-4.46q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 4.9h4.45q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.45q-1.78 0-1.78-1.78v-4.46q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 19.14h4.46q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.46q-1.78 0-1.78-1.78v-4.45q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 19.14h4.45q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.45q-1.78 0-1.78-1.78v-4.45q0-1.78 1.78-1.78z"></path></g>'}}},"grid-plus":{name:"grid-plus",keywords:["apps","grid-plus","add","create","new","plus","layout","grid","mockup","wireframe","template","integration","app"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 2.45h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 2.45h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 9.57h2.22q0.89 0 0.89 0.89v2.22q0 0.89-0.89 0.89h-2.22q-0.89 0-0.89-0.89v-2.22q0-0.89 0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 9.12v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.79 11.35h-4.44"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.05h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 3.05h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 11.93h2.78q1.11 0 1.11 1.11v2.78q0 1.11-1.11 1.11h-2.78q-1.11 0-1.11-1.11v-2.78q0-1.11 1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 11.38v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.21 14.15h-5.55"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 3.66h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 3.66h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 14.3h3.32q1.33 0 1.33 1.33v3.32q0 1.33-1.33 1.33h-3.32q-1.33 0-1.33-1.33v-3.32q0-1.33 1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 13.63v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.62 16.96h-6.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 4.9h4.46q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.46q-1.78 0-1.78-1.78v-4.46q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 4.9h4.45q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.45q-1.78 0-1.78-1.78v-4.46q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 19.14h4.46q1.78 0 1.78 1.78v4.45q0 1.78-1.78 1.78h-4.46q-1.78 0-1.78-1.78v-4.45q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 18.25v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.59 22.7h-8.9"></path></g>'}}},"grip-dots":{name:"grip-dots",keywords:["drag","grip-dots","order","horizontal","dots","grip","handle","move"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 5.56a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 5.56a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 5.56a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 9.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 9.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 9.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.94a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 6.94a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 6.94a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 11.93a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 11.93a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 11.93a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 8.31a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 8.31a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 8.31a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 14.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 14.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 14.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 11.13a0.89 0.89 0 1 0 0 1.77 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 11.13a0.89 0.89 0 1 0 0 1.77 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 11.13a0.89 0.89 0 1 0 0 1.77 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 19.14a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 19.14a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 19.14a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path></g>'}}},"grip-dots-vertical":{name:"grip-dots-vertical",keywords:["grip-dots-vertical","order","drag","vertical","dots","grip","handle","move"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 2.89a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 12.24a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 7.57a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 2.89a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 12.24a0.45 0.45 0 1 0 0 0.89 0.45 0.45 0 1 0 0-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 3.61a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 15.26a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 9.44a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 3.61a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 15.26a0.56 0.56 0 1 0 0 1.11 0.56 0.56 0 1 0 0-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 4.32a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 18.29a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 11.3a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 4.32a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 18.29a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 5.79a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 24.48a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 15.13a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 5.79a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 24.48a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z"></path></g>'}}},guadeloupe:{name:"guadeloupe",keywords:["flag","guadeloupe"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c83029" d="M31,24V11H1v13c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4Z"></path><path fill="#0a2383" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#f6dd4c" d="M15.628,5.895c-.324,.535-.363,.963-.142,1.702,.107,.345,.224,.86,.273,1.139,.066,.394,.059,.432,.068,.517,.082,0,.268,0,.355,0,.012-.136,.022-.294,.051-.51,.034-.252,.135-.781,.243-1.147,.216-.733,.202-1.183-.134-1.692-.123-.189-.287-.345-.361-.345s-.241,.144-.353,.337Z"></path><path fill="#f6dd4c" d="M17.221,7.408c-.459,.197-.735,.743-.886,1.494-.028,.141-.035,.191-.049,.35,.099,0,.138,.001,.235,0,.021-.107,.036-.164,.083-.315,.185-.588,.731-.823,.707-.273-.008,.152-.072,.237-.143,.318,.088-.022,.275-.109,.427-.196,.845-.509,.512-1.756-.374-1.379h0Z"></path><path fill="#f6dd4c" d="M15.345,9.444c.371,.002,1.011,.005,1.319,.003,0-.079,.002-.039,.002-.103-.226-.002-1.094,.001-1.319,.001,0,.041,0,.061-.002,.099Z"></path><path fill="#f6dd4c" d="M15.454,9.879c-.134,.144-.342,.252-.342,.252,0,0,.185,.021,.357,.008,.172-.013,.268-.034,.369-.084-.028,.205-.029,.404-.029,.404,.025,.264,.053,.332,.111,.461,.078,.107,.123,.108,.18-.005,.062-.127,.102-.257,.115-.456-.004-.149-.013-.218-.048-.4,.119,.052,.194,.065,.372,.081,.182,.016,.349,.008,.349,.008,0,0-.246-.123-.354-.275-.107-.149-.084-.124-.162-.317-.094-.004-.572,0-.724,0-.083,.176-.091,.212-.194,.323h0Z"></path><path fill="#f6dd4c" d="M14.779,7.408c.459,.197,.735,.743,.886,1.494,.028,.141,.035,.191,.049,.35-.099,0-.138,.001-.235,0-.021-.107-.036-.164-.083-.315-.185-.588-.731-.823-.707-.273,.008,.152,.072,.237,.143,.318-.088-.022-.275-.109-.427-.196-.845-.509-.512-1.756,.374-1.379h0Z"></path><path fill="#f6dd4c" d="M7.753,5.895c-.324,.535-.363,.963-.142,1.702,.107,.345,.224,.86,.273,1.139,.066,.394,.059,.432,.068,.517,.082,0,.268,0,.355,0,.012-.136,.022-.294,.051-.51,.034-.252,.135-.781,.243-1.147,.216-.733,.202-1.183-.134-1.692-.123-.189-.287-.345-.361-.345s-.241,.144-.353,.337Z"></path><path fill="#f6dd4c" d="M9.346,7.408c-.459,.197-.735,.743-.886,1.494-.028,.141-.035,.191-.049,.35,.099,0,.138,.001,.235,0,.021-.107,.036-.164,.083-.315,.185-.588,.731-.823,.707-.273-.008,.152-.072,.237-.143,.318,.088-.022,.275-.109,.427-.196,.845-.509,.512-1.756-.374-1.379h0Z"></path><path fill="#f6dd4c" d="M7.47,9.444c.371,.002,1.011,.005,1.319,.003,0-.079,.002-.039,.002-.103-.226-.002-1.094,.001-1.319,.001,0,.041,0,.061-.002,.099Z"></path><path fill="#f6dd4c" d="M7.579,9.879c-.134,.144-.342,.252-.342,.252,0,0,.185,.021,.357,.008,.172-.013,.268-.034,.369-.084-.028,.205-.029,.404-.029,.404,.025,.264,.053,.332,.111,.461,.078,.107,.123,.108,.18-.005,.062-.127,.102-.257,.115-.456-.004-.149-.013-.218-.048-.4,.119,.052,.194,.065,.372,.081,.182,.016,.349,.008,.349,.008,0,0-.246-.123-.354-.275-.107-.149-.084-.124-.162-.317-.094-.004-.572,0-.724,0-.083,.176-.091,.212-.194,.323h0Z"></path><path fill="#f6dd4c" d="M6.904,7.408c.459,.197,.735,.743,.886,1.494,.028,.141,.035,.191,.049,.35-.099,0-.138,.001-.235,0-.021-.107-.036-.164-.083-.315-.185-.588-.731-.823-.707-.273,.008,.152,.072,.237,.143,.318-.088-.022-.275-.109-.427-.196-.845-.509-.512-1.756,.374-1.379h0Z"></path><path fill="#f6dd4c" d="M23.894,5.558c-.074,0-.238,.156-.361,.345-.336,.509-.351,.959-.134,1.692,.108,.367,.209,.895,.243,1.147,.029,.217,.039,.374,.051,.51,.086,0,.273,0,.355,0,.009-.086,.002-.123,.068-.517,.049-.279,.166-.794,.273-1.139,.221-.739,.183-1.167-.142-1.702-.112-.192-.279-.337-.353-.337Z"></path><path fill="#f6dd4c" d="M22.654,7.408c-.886-.378-1.218,.87-.374,1.379,.152,.086,.339,.174,.427,.196-.071-.081-.135-.166-.143-.318-.025-.55,.521-.314,.707,.273,.047,.152,.062,.208,.083,.315,.097,0,.136,0,.235,0-.014-.159-.021-.209-.049-.35-.151-.752-.427-1.297-.886-1.494h0Z"></path><path fill="#f6dd4c" d="M24.528,9.346c-.226,0-1.093-.003-1.319-.001,0,.064,.002,.024,.002,.103,.308,.002,.948-.001,1.319-.003-.001-.037-.002-.057-.002-.099Z"></path><path fill="#f6dd4c" d="M24.421,9.879c-.103-.111-.111-.147-.194-.323-.152,0-.63-.004-.724,0-.078,.193-.055,.167-.162,.317-.108,.151-.354,.275-.354,.275,0,0,.167,.008,.349-.008,.178-.016,.253-.029,.372-.081-.035,.182-.044,.251-.048,.4,.013,.199,.054,.33,.115,.456,.057,.113,.102,.113,.18,.005,.057-.129,.086-.196,.111-.461,0,0-.002-.198-.029-.404,.102,.049,.197,.071,.369,.084,.172,.013,.357-.008,.357-.008,0,0-.209-.108-.342-.252h0Z"></path><path fill="#f6dd4c" d="M25.096,7.408c.886-.378,1.218,.87,.374,1.379-.152,.086-.339,.174-.427,.196,.071-.081,.135-.166,.143-.318,.025-.55-.521-.314-.707,.273-.047,.152-.062,.208-.083,.315-.097,0-.136,0-.235,0,.014-.159,.021-.209,.049-.35,.151-.752,.427-1.297,.886-1.494h0Z"></path><path fill="#377e22" d="M8.292,16.048c2.131,1.52-1.083-1.275-1.291-1.434,.12,.45,.681,1.045,1.291,1.434Z"></path><path fill="#377e22" d="M12.604,17.001c-.519-.095-1.258-1.082-1.356-1.701-.008-.232-.215-.197-.133,.058,.163,.677,1.189,1.991,.168,.984-.244-.223-.588-.764-.778-.862,.014,.588,1.26,1.352-.064,1.163-.052-.164-.81-1.18-.697-.895-.053,.081,1.01,1.348,.332,.769-.389-.423-.985-1.235-1.176-1.592-.708-.786,.791,1.536,.911,1.616-.119,.244-2.057-2.817-1.714-1.907,.587,1.058,.774,1.378-.348-.016-.185-.241-.645-.925-.248-.191,.257,.489,1.3,1.616,1.879,2.047,.22,.16,.527,.258,.779,.283,.013,.284,1.038,.603,.737,.744-.914-.651-1.396-.897-2.528-1.169-.325-.236-1.064-.937-1.729-1.342-1.577-.883,1.101,.903,.296,.548-1.472-.544,.622,.492,.811,.625-.759-.214-1.958-.459-1.715-.301,.184,.081,2.742,.485,1.649,.646-.186,.013-.54-.361-.139,.045-.306,.087-.108,.059,.056,.104,1.173,.557-.665,.235-.398,.845,.091-.393,1.318-.537,2.004,.049-.596-.041-1.947,.118-1.69,.424,.544-.265,.96-.521,.712,.298,.127-.519,.962-.697,1.694-.424-.211-.11-1.934,.682-1.261,.555,.39-.18,1.217-.516,1.629-.462-.365,.737-1.608,.674-1.205,1.371,.1,.433,.06-.446,.24-.489,.534-.422,.826-.099,.297,.479,.293-.295,.399-.45,.507,.046-.193-.654,.32-.727,.973-.547-.704,.293-.715,.739-.675,1.331,.019-.716,.618-1.45,1.392-1.156-.398-.305,.231-.23,.247-.345-.041-.114-.819,.126-1.056-.041-1.143-.019-1.061-.036-.046-.239,.71-.193,.072-.283-.762,.008-.016-.675,1.406-.152,1.585-.403-.135-.092-.741-.332-.639-.467,.464,.24,.959,.445,1.053,.409,.274-.175-1.578-.448-.587-.579,1.006,.253-.243-.279-.427-.482,.307-.117,.539,.393,1.115,.367,.51,.022-.288-.272-.504-.36,.155-.025,1.513,.539,.806,.154Zm-1.424,.784c-.097-.042-.432-.033-.219-.145,.05,.039,.126,.094,.219,.145Zm-2.801-1.236c.104-.04,.161-.004,.375,.07-.13-.011-.279,.034-.375-.07Zm.026,.229c.606,.41-.667,.059-.142,.022,.044-.006,.092-.013,.142-.022Zm.363,.046c-.214-.329,.472,.001,.636,.262-.316-.105-.412-.1-.636-.262Zm1.051,.541c.131,.077,.285,.155,.403,.229-.27,.038-1.017-.397-.403-.229Zm.928,.218c-.134,.13-.258-.045-.404-.109,.135,.032,.291,.079,.404,.109Zm-.774-.395c-.195-.001-.386-.238-.539-.317,.369,.149,.59,.268,.539,.317Zm-2.126-.519c.141,.01,.294-.181,.405-.054-.004,.106-.297,.211-.405,.054Zm1.266,.69c-.04,.014-.185-.047-.4-.164,.102,0,.429,.052,.4,.164Zm2.022-.006c-.371-.184-.651-.362-.705-.459,.093,.142,1.181,.271,.705,.459Zm-.254-.539c.253,.206-.097,.04-.294-.004,.067,.001,.185-.017,.294,.004Z"></path><path fill="#377e22" d="M10.868,16.627c.176-.033-.983-1.328-.969-1.318,.054,.266,.89,1.521,.969,1.318Z"></path><path fill="#377e22" d="M7.546,16.237c-.815-.426-1.392,.731-1.035,.539,.208-.608,1.223-.396,1.035-.539Z"></path><path fill="#377e22" d="M11.417,19.238c-.277-.123-.783,1.085-.364,.531,.036-.208,.715-.57,.364-.531Z"></path><path fill="#377e22" d="M25.067,22.245s-.005,0-.007-.001c-.166,.41,.334-.713,.007,.001Z"></path><path fill="#377e22" d="M21.931,21.228c-5.105-1.389,1.985,.825,3.129,1.016,.172-.511-2.451-.671-3.129-1.016Z"></path><path fill="#377e22" d="M22.115,20.954c-5.144-1.208,2.008,.754,3.162,.906,.155-.516-2.473-.585-3.162-.906Z"></path><path fill="#377e22" d="M25.283,21.861s-.005,0-.007,0c-.151,.415,.309-.724,.007,0Z"></path><path fill="#377e22" d="M24.77,22.658s-.004,0-.007-.001c-.187,.4,.371-.695,.007,.001Z"></path><path fill="#377e22" d="M21.692,21.478c-5.026-1.655,1.939,.928,3.071,1.179,.198-.501-2.412-.799-3.071-1.179Z"></path><path fill="#377e22" d="M24.508,23.086c-1.281-.434-3.785-1.344-4.969-1.853-.392,.25,4.232,1.939,4.734,2.234,.214-.248-.025-.237-.312-.366,.197,.063,.556,.255,.529,.021,.087-.142,.293-.502,.017-.037Z"></path><path fill="#377e22" d="M24.507,22.848c.051-.279-4.093-1.4-4.814-1.831-.924-.119,5.495,2.573,4.814,1.831Z"></path><path fill="#377e22" d="M24.28,23.469s-.004-.001-.006-.002c-.221,.383,.43-.66,.006,.002Z"></path><path fill="#377e22" d="M21.101,22.315c-4.739-2.335,1.786,1.187,2.878,1.595,.267-.468-2.278-1.127-2.878-1.595Z"></path><path fill="#377e22" d="M23.985,23.912s-.004-.002-.006-.002c-.241,.371,.464-.636,.006,.002Z"></path><path fill="#f6dd4c" d="M16.418,23.32l.268,.192c.384,.268,.596,.641,.575,1.025l-.014,.318,.126-.312c.138-.327,.119-.822-.044-1.189l-.095-.214,.302,.132c.432,.182,.716,.503,.775,.883l.052,.314,.059-.332c.067-.349-.054-.829-.29-1.154l-.137-.189,.323,.066c.46,.088,.805,.343,.942,.703l.116,.296-.012-.337c-.007-.355-.225-.799-.523-1.068l-.174-.157,.329-.003c.468-.009,.858,.168,1.067,.491l.175,.265-.081-.327c-.08-.346-.386-.735-.734-.936l-.203-.117,.322-.071c.456-.107,.874-.015,1.146,.258l.226,.223-.148-.303c-.15-.321-.53-.639-.912-.763l-.222-.072,.3-.137c.424-.199,.852-.196,1.174,.014l.268,.171-.207-.266c-.214-.283-.652-.514-1.05-.556l-.233-.024,.265-.196c.373-.283,.793-.369,1.152-.231l.297,.112-.258-.217c-.268-.232-.744-.367-1.143-.325l-.233,.024,.218-.247c.306-.355,.699-.526,1.079-.465l.314,.047-.297-.158c-.31-.172-.804-.204-1.185-.08l-.222,.072,.162-.287c.226-.411,.574-.66,.958-.68l.317-.019-.324-.093c-.339-.103-.829-.033-1.176,.168l-.203,.117,.099-.315c.136-.449,.424-.765,.796-.864l.306-.085-.336-.023c-.353-.03-.818,.141-1.116,.409l-.174,.157,.032-.328c.04-.467,.256-.837,.6-1.011l.282-.146-.333,.047c-.352,.044-.771,.308-1.006,.633l-.137,.189-.037-.328c-.058-.465,.077-.872,.376-1.114l.245-.202-.316,.115c-.335,.116-.69,.461-.853,.828l-.095,.214-.104-.313c-.154-.443-.106-.869,.137-1.168l.198-.249-.286,.179c-.304,.183-.579,.595-.662,.988l-.049,.229-.167-.284c-.242-.402-.284-.828-.109-1.171l.142-.284-.242,.234c-.259,.243-.443,.703-.443,1.104v.234l-.222-.243c-.32-.342-.45-.751-.349-1.123l.08-.308-.188,.28c-.203,.291-.287,.779-.204,1.172l.049,.229-.268-.192c-.384-.268-.596-.641-.575-1.025l.014-.318-.126,.313c-.138,.327-.119,.822,.044,1.189l.095,.214-.302-.132c-.432-.182-.716-.503-.775-.883l-.052-.314-.058,.332c-.067,.349,.054,.829,.29,1.154l.137,.189-.323-.066c-.46-.088-.805-.343-.942-.703l-.116-.296,.012,.337c.007,.355,.225,.799,.523,1.068l.174,.157-.329,.003c-.468,.009-.858-.168-1.067-.491l-.175-.265,.081,.327c.08,.346,.386,.735,.734,.936l.203,.117-.322,.071c-.456,.107-.874,.015-1.146-.258l-.226-.223,.148,.303c.15,.322,.531,.639,.912,.763l.222,.072-.3,.137c-.424,.199-.852,.196-1.174-.014l-.268-.171,.207,.266c.214,.283,.652,.514,1.05,.556l.233,.025-.265,.196c-.373,.283-.793,.369-1.152,.231l-.297-.112,.258,.217c.268,.233,.744,.367,1.143,.325l.233-.024-.218,.247c-.306,.355-.699,.526-1.079,.465l-.314-.047,.297,.158c.31,.172,.804,.204,1.185,.08l.222-.072-.162,.287c-.226,.411-.574,.66-.958,.68l-.317,.019,.324,.093c.339,.103,.829,.033,1.176-.168l.203-.117-.099,.315c-.136,.449-.424,.765-.796,.864l-.306,.085,.336,.024c.353,.03,.818-.141,1.116-.409l.174-.157-.032,.328c-.04,.467-.256,.837-.6,1.011l-.282,.147,.333-.047c.352-.044,.771-.308,1.006-.633l.137-.189,.037,.328c.058,.465-.077,.872-.376,1.114l-.245,.202,.316-.115c.335-.116,.69-.462,.853-.828l.095-.214,.104,.313c.154,.443,.106,.869-.137,1.168l-.198,.249,.286-.179c.304-.183,.579-.595,.662-.988l.049-.229,.167,.284c.242,.401,.284,.828,.109,1.171l-.142,.284,.242-.234c.259-.242,.443-.702,.443-1.104v-.234l.222,.243c.32,.342,.45,.751,.349,1.123l-.08,.308,.188-.28c.203-.291,.287-.779,.204-1.172l-.049-.229"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},guatemala:{name:"guatemala",keywords:["flag","guatemala"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#5d97cc" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#5d97cc" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#528132" d="M16.356,19.947c-.036-.058-.096-.094-.149-.123-.352-.188-.702-.271-1.099-.336-.092-.016-.183-.103-.277-.148-.226-.11-.478-.152-.698-.264-.015-.007-.07-.04-.096-.072-.087-.103-.245-.135-.344-.231-.38-.365-.783-.702-.992-1.186-.254-.589-.57-1.197-.527-1.867,.028-.424-.034-.852,.068-1.255,.152-.598,.346-1.19,.702-1.685l-.06,.038c-.358,.495-.553,1.087-.704,1.686-.102,.403-.041,.832-.068,1.255-.043,.67,.273,1.278,.527,1.869,.209,.482,.614,.818,.992,1.186,.098,.094,.256,.125,.344,.231,.026,.029,.083,.065,.096,.072,.22,.112,.472,.155,.698,.262,.094,.047,.186,.132,.277,.148,.397,.065,.747,.15,1.099,.336,.055,.029,.113,.065,.149,.123l.062-.038"></path><path fill="#528132" d="M16.293,19.99l-.002-.003c-.037-.058-.096-.094-.148-.122-.377-.199-.751-.279-1.098-.336-.06-.01-.119-.049-.177-.087-.033-.022-.067-.044-.101-.061-.108-.051-.224-.088-.336-.125-.122-.039-.247-.08-.362-.138-.014-.008-.072-.043-.098-.073-.047-.057-.115-.092-.182-.127-.057-.03-.116-.06-.161-.104-.056-.054-.112-.108-.169-.162-.332-.315-.646-.614-.824-1.025-.032-.074-.064-.148-.097-.223-.23-.521-.468-1.061-.431-1.648,.01-.15,.009-.302,.007-.45-.002-.268-.005-.545,.062-.807,.138-.542,.329-1.167,.705-1.687l.061-.039,.005,.005c-.375,.521-.565,1.144-.702,1.685-.066,.26-.063,.537-.061,.805,.001,.147,.003,.3-.007,.45-.038,.587,.201,1.126,.431,1.647,.032,.073,.064,.146,.096,.218,.18,.417,.498,.718,.835,1.037,.052,.049,.104,.098,.156,.148,.046,.044,.105,.076,.163,.106,.066,.034,.134,.069,.181,.125,.025,.031,.08,.064,.095,.07,.113,.058,.237,.098,.356,.137,.114,.037,.231,.075,.341,.128,.036,.017,.072,.041,.106,.063,.056,.037,.114,.075,.17,.084,.407,.066,.75,.149,1.1,.336,.054,.03,.114,.066,.15,.125l.002,.003-.067,.042Zm-3.363-7.198l-.044,.028c-.374,.518-.565,1.142-.703,1.684-.066,.26-.063,.537-.061,.805,.001,.147,.003,.3-.007,.45-.037,.585,.2,1.124,.43,1.645,.033,.075,.065,.149,.097,.223,.178,.41,.491,.708,.823,1.022,.056,.054,.113,.107,.168,.162,.045,.042,.103,.073,.16,.103,.067,.035,.136,.071,.184,.128,.025,.029,.082,.063,.095,.071,.114,.058,.239,.099,.361,.138,.112,.036,.228,.073,.336,.125,.035,.017,.069,.04,.102,.062,.058,.038,.117,.076,.174,.086,.348,.057,.722,.137,1.101,.336,.052,.028,.111,.064,.148,.122l.056-.034c-.036-.056-.094-.091-.146-.119-.349-.187-.691-.269-1.097-.336-.058-.01-.117-.048-.173-.085-.035-.023-.07-.046-.105-.063-.11-.053-.227-.091-.34-.128-.12-.039-.244-.079-.357-.137-.017-.007-.072-.041-.098-.072-.046-.055-.113-.09-.179-.124-.058-.03-.118-.062-.165-.107-.052-.05-.104-.099-.156-.148-.337-.319-.656-.62-.837-1.039-.031-.072-.063-.145-.096-.218-.23-.522-.469-1.062-.432-1.65,.01-.15,.009-.302,.007-.45-.002-.268-.005-.545,.062-.807,.135-.536,.324-1.153,.691-1.671Z"></path><path fill="#528132" d="M12.646,19.086s.731-.234,1.325-.042c-.02,.195-.309,.264-.45,.265-.134,.001-.617-.047-.875-.224Z"></path><path fill="#528132" d="M12.068,17.879s.739,.207,1.13,.694c-.124,.152-.403,.051-.522-.026-.113-.073-.489-.378-.607-.668Z"></path><path fill="#528132" d="M11.428,17.13s.665,.009,1.073,.364c-.083,.172-.338,.146-.452,.105-.108-.039-.477-.23-.622-.469Z"></path><path fill="#528132" d="M11.408,16.412s.58,.131,.868,.52c-.107,.136-.325,.067-.416,.009-.086-.055-.372-.291-.452-.529Z"></path><path fill="#528132" d="M11.19,15.674s.58,.131,.868,.52c-.107,.136-.325,.067-.416,.009-.086-.055-.372-.291-.452-.529Z"></path><path fill="#528132" d="M11.408,14.86s.493,.332,.621,.799c-.149,.089-.327-.055-.391-.142-.061-.082-.241-.406-.23-.657Z"></path><path fill="#528132" d="M11.751,13.94s.347,.483,.304,.965c-.17,.031-.287-.165-.317-.269-.028-.098-.085-.465,.014-.696Z"></path><path fill="#528132" d="M11.991,13.101s.286,.48,.206,.927c-.163,.015-.256-.178-.276-.277-.018-.094-.042-.442,.07-.65Z"></path><path fill="#528132" d="M12.504,12.502s.154,.472-.008,.843c-.146-.019-.189-.205-.186-.295,.003-.085,.054-.39,.194-.548Z"></path><path fill="#528132" d="M13.171,19.752s.699-.488,1.387-.395c.04,.256-.244,.418-.393,.456-.141,.036-.666,.098-.994-.062Z"></path><path fill="#528132" d="M14.214,17.955s.66,.539,.759,1.227c-.235,.108-.469-.12-.546-.253-.073-.126-.277-.614-.212-.973Z"></path><path fill="#528132" d="M13.477,17.695s.552,.511,.602,1.121c-.213,.083-.406-.131-.468-.253-.058-.115-.211-.556-.134-.869Z"></path><path fill="#528132" d="M12.962,16.74s.313,.64,.148,1.197c-.216,0-.314-.255-.327-.383-.012-.121,.004-.563,.179-.814Z"></path><path fill="#528132" d="M12.678,15.974s.239,.564,.054,1.028c-.195-.013-.265-.236-.268-.346-.003-.104,.041-.479,.214-.682Z"></path><path fill="#528132" d="M12.756,15.052s-.015,.613-.375,.959c-.172-.092-.144-.325-.101-.426,.041-.096,.235-.42,.476-.532Z"></path><path fill="#528132" d="M12.986,14.241s-.238,.565-.7,.755c-.126-.149-.015-.355,.062-.434,.073-.074,.372-.304,.638-.321Z"></path><path fill="#528132" d="M13.132,13.565s-.252,.462-.651,.619c-.089-.121,.023-.29,.094-.354,.067-.061,.337-.25,.557-.264Z"></path><path fill="#528132" d="M13.601,12.654s-.332,.599-.851,.807c-.114-.155,.033-.374,.126-.458,.088-.08,.439-.327,.724-.348Z"></path><path fill="#528132" d="M15.644,19.947l.062,.038c.036-.058,.094-.094,.149-.123,.352-.186,.702-.271,1.099-.336,.092-.016,.183-.101,.277-.148,.226-.108,.478-.15,.698-.262,.013-.007,.07-.043,.096-.072,.087-.105,.245-.137,.344-.231,.378-.368,.783-.704,.992-1.186,.254-.592,.57-1.199,.527-1.869-.028-.424,.034-.852-.068-1.255-.152-.598-.346-1.19-.704-1.686l-.06-.038c.356,.495,.55,1.087,.702,1.685,.102,.403,.041,.832,.068,1.255,.043,.67-.273,1.278-.527,1.867-.209,.484-.612,.82-.992,1.186-.098,.096-.256,.128-.344,.231-.026,.031-.081,.065-.096,.072-.22,.112-.472,.155-.698,.264-.094,.045-.186,.132-.277,.148-.397,.065-.747,.148-1.099,.336-.053,.029-.113,.065-.149,.123"></path><path fill="#528132" d="M19.354,19.086s-.731-.234-1.325-.042c.02,.195,.309,.264,.45,.265,.134,.001,.617-.047,.875-.224Z"></path><path fill="#528132" d="M19.932,17.879s-.739,.207-1.13,.694c.124,.152,.403,.051,.522-.026,.113-.073,.489-.378,.607-.668Z"></path><path fill="#528132" d="M20.572,17.13s-.665,.009-1.073,.364c.083,.172,.338,.146,.452,.105,.108-.039,.477-.23,.622-.469Z"></path><path fill="#528132" d="M20.592,16.412s-.58,.131-.868,.52c.107,.136,.325,.067,.416,.009,.086-.055,.372-.291,.452-.529Z"></path><path fill="#528132" d="M20.81,15.674s-.58,.131-.868,.52c.107,.136,.325,.067,.416,.009,.086-.055,.372-.291,.452-.529Z"></path><path fill="#528132" d="M20.592,14.86s-.493,.332-.621,.799c.149,.089,.327-.055,.391-.142,.061-.082,.241-.406,.23-.657Z"></path><path fill="#528132" d="M20.249,13.94s-.347,.483-.304,.965c.17,.031,.287-.165,.317-.269,.028-.098,.085-.465-.014-.696Z"></path><path fill="#528132" d="M20.009,13.101s-.286,.48-.206,.927c.163,.015,.256-.178,.276-.277,.018-.094,.042-.442-.07-.65Z"></path><path fill="#528132" d="M19.496,12.502s-.154,.472,.008,.843c.146-.019,.189-.205,.186-.295-.003-.085-.054-.39-.194-.548Z"></path><path fill="#528132" d="M18.829,19.752s-.699-.488-1.387-.395c-.04,.256,.244,.418,.393,.456,.141,.036,.666,.098,.994-.062Z"></path><path fill="#528132" d="M17.786,17.955s-.66,.539-.759,1.227c.235,.108,.469-.12,.546-.253,.073-.126,.277-.614,.212-.973Z"></path><path fill="#528132" d="M18.523,17.695s-.552,.511-.602,1.121c.213,.083,.406-.131,.468-.253,.058-.115,.211-.556,.134-.869Z"></path><path fill="#528132" d="M19.038,16.74s-.313,.64-.148,1.197c.216,0,.314-.255,.327-.383,.012-.121-.004-.563-.179-.814Z"></path><path fill="#528132" d="M19.322,15.974s-.239,.564-.054,1.028c.195-.013,.265-.236,.268-.346,.003-.104-.041-.479-.214-.682Z"></path><path fill="#528132" d="M19.244,15.052s.015,.613,.375,.959c.172-.092,.144-.325,.101-.426-.041-.096-.235-.42-.476-.532Z"></path><path fill="#528132" d="M19.014,14.241s.238,.565,.7,.755c.126-.149,.015-.355-.062-.434-.073-.074-.372-.304-.638-.321Z"></path><path fill="#528132" d="M18.868,13.565s.252,.462,.651,.619c.089-.121-.023-.29-.094-.354-.067-.061-.337-.25-.557-.264Z"></path><path fill="#528132" d="M18.399,12.654s.332,.599,.851,.807c.114-.155-.033-.374-.126-.458-.088-.08-.439-.327-.724-.348Z"></path><path fill="#528132" d="M15.661,12.144s.057-.057,.113-.075c-.007-.128,.096-.24,.251-.224s.244,.221,.149,.368c0,0,.641,.402,1.204,1.005s1.254,1.615,1.043,2.951-1.657,3.191-1.955,3.988c0,0,.18-.939,.78-1.745,0,0-.956,1.238-1.672,1.331,1.19-.772,2.217-2.268,2.478-3.216,0,0-.309,.555-.544,.727,0,0,.443-.677,.539-1.131,0,0-.283,.69-.585,.845,.394-.494,.774-1.348,.583-2.251s-.793-1.344-1.063-1.417-.879-.087-1.139-.408-.041-.677-.041-.677c0,0,.018-.046-.025-.057-.042,0-.068-.006-.117-.014Z"></path><path fill="#f8f1b3" d="M16.897,13.202s-2.184,.034-2.358,.048-.295,.25-.274,.419,.066,.305,.23,.645,.568,1.176,.635,1.658c0,0-.3,.026-.459,.047s-.259,.204-.215,.463,.133,.337,.355,.368,2.607-.152,2.607-.152c0,0,.27-.186,.305-.512s-.131-.937-.326-1.314-.588-1.028-.588-1.028c0,0,.134-.026,.205-.152s.059-.32-.115-.488Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},guernsey:{name:"guernsey",keywords:["flag","guernsey"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#be2a2a" d="M31 13L19 13 19 4 13 4 13 13 1 13 1 19 13 19 13 28 19 28 19 19 31 19 31 13z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f5df4c" d="M22 15L17 15 17 10 18 9 14 9 15 10 15 15 10 15 9 14 9 18 10 17 15 17 15 22 14 23 18 23 17 22 17 17 22 17 23 18 23 14 22 15z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},guinea:{name:"guinea",keywords:["flag","guinea"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f5d44a" d="M10 4H22V28H10z"></path><path fill="#be2a2c" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#419364" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"guinea-bissau":{name:"guinea-bissau",keywords:["flag","guinea","bissau"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fdd310" stroke-width="0" d="m27,4h-15v12h19v-8c0-2.2092-1.7908-4-4-4Z"></path><path fill="#049f48" stroke-width="0" d="m12,16v12h15c2.2092,0,4-1.7908,4-4v-8H12Z"></path><path fill="#cf0922" stroke-width="0" d="m5,4h8v24H5c-2.2077,0-4-1.7923-4-4V8c0-2.2077,1.7923-4,4-4Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path stroke-width="0" d="M9.6449 19.6853L8.7301 16.87 11.125 15.13 8.1648 15.13 7.25 12.3147 6.3352 15.13 3.375 15.13 5.7699 16.87 4.8551 19.6853 4.8551 19.6853 4.8551 19.6853 4.8551 19.6853 4.8551 19.6853 7.25 17.9454 9.6449 19.6853 9.6449 19.6853 9.6449 19.6853 9.6449 19.6853 9.6449 19.6853z"></path></g>'}}},guyana:{name:"guyana",keywords:["flag","guyana"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#4a926d" rx="4" ry="4"></rect><path fill="#fff" d="M1,8V24c0,1.372,.692,2.581,1.745,3.302l28.255-11.302L2.745,4.698c-1.053,.72-1.745,1.93-1.745,3.302Z"></path><path fill="#f6c644" d="M2.917,26.156c-.581-.562-.917-1.337-.917-2.156V8c0-.819,.336-1.595,.917-2.156l25.391,10.156L2.917,26.156Z"></path><path d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path fill="#b02d30" d="M1.627,5.867c-.392,.618-.627,1.347-.627,2.133V24c0,.79,.237,1.522,.632,2.143l11.832-10.143L1.627,5.867Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},haiti:{name:"haiti",keywords:["flag","haiti"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c22b38" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#061a9a" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M12 13H20V19H12z"></path><ellipse cx="16.064" cy="14.21" fill="#2d6920" rx="1.187" ry=".678"></ellipse><path fill="#e8b942" d="M15.979 14.069L16.148 14.069 16.233 17.378 15.894 17.378 15.979 14.069z"></path><path fill="#112e88" d="M16.064,16.881l-1.371-1.639s-.17,.48-.155,.692l-.367-.367s-.071,.608,0,.848l-.297-.254s.014,1.13,.311,1.639l1.879-.421v-.497Z"></path><path fill="#112e88" d="M16.064,16.881l1.371-1.639s.17,.48,.155,.692l.367-.367s.071,.608,0,.848l.297-.254s-.014,1.13-.311,1.639l-1.879-.421v-.497Z"></path><path fill="#2d6920" d="M12,18.562c.505-.042,2.314-1.385,4.073-1.385s3.389,1.385,3.927,1.385v.438h-8v-.438Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},hawaii:{name:"hawaii",keywords:["flag","hawaii"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="m30.8588,7c-.4461-1.7222-1.9969-3-3.8586-3h-12.0002v3h15.8588Z"></path><path fill="#001b69" stroke-width="0" d="M15 10H31V13H15z"></path><path fill="#ca0a2b" stroke-width="0" d="m31,7.9982c-.0002-.3468-.0581-.6774-.1412-.9982h-15.8588v3h16v-2.0018Z"></path><path fill="#fff" stroke-width="0" d="M15 13H31V16H15z"></path><path fill="#ca0a2b" stroke-width="0" d="M1 16H31V19H1z"></path><path fill="#fff" stroke-width="0" d="m1.0002,24c0,.3474.0582.6786.1414,1h29.7172c.0831-.3208.1411-.6514.1412-.9982v-2.0018H1.0002v2Z"></path><path fill="#001b69" stroke-width="0" d="M1 19H31V22H1z"></path><path fill="#ca0a2b" stroke-width="0" d="m30.8588,25H1.1416c.4461,1.7222,1.9969,3,3.8586,3h22c1.8617,0,3.4125-1.2778,3.8586-3Z"></path><path fill="#001b69" stroke-width="0" d="m5,4h11v12H1v-8c0-2.2077,1.7923-4,4-4Z"></path><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},"headphones-4":{name:"headphones-4",keywords:["headphones-4","sound","music","audio","headset","headphones","listen","earphones"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 11.35v-3.34a6.01 6.01 0 0 0-12.02 0v3.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 11.35a2.67 2.67 0 0 0 2.67 2.67 0.89 0.89 0 0 0 0.89-0.89v-3.56a0.89 0.89 0 0 0-0.89-0.89 2.67 2.67 0 0 0-2.67 2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 8.68a0.89 0.89 0 0 0-0.89 0.89v3.56a0.89 0.89 0 0 0 0.89 0.89 2.67 2.67 0 1 0 0-5.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 14.19v-4.18a7.51 7.51 0 0 0-15.02 0v4.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 14.19a3.34 3.34 0 0 0 3.34 3.34 1.11 1.11 0 0 0 1.11-1.12v-4.45a1.11 1.11 0 0 0-1.11-1.11 3.34 3.34 0 0 0-3.34 3.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.19 10.85a1.11 1.11 0 0 0-1.11 1.11v4.45a1.11 1.11 0 0 0 1.11 1.12 3.34 3.34 0 1 0 0-6.68z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 16.99v-5.01a8.98 8.98 0 0 0-17.98 0v5.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 16.99a4 4 0 0 0 4 3.99 1.33 1.33 0 0 0 1.33-1.34v-5.32a1.33 1.33 0 0 0-1.33-1.33 4 4 0 0 0-4 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.99 12.99a1.33 1.33 0 0 0-1.33 1.33v5.32a1.33 1.33 0 0 0 1.33 1.34 4 4 0 1 0 0-7.99z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 22.6v-6.67a11.94 11.94 0 0 0-23.91 0v6.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.98 22.6a5.32 5.32 0 0 0 5.32 5.3 1.77 1.77 0 0 0 1.77-1.78v-7.07a1.77 1.77 0 0 0-1.77-1.77 5.32 5.32 0 0 0-5.32 5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.6 17.28a1.77 1.77 0 0 0-1.77 1.77v7.07a1.77 1.77 0 0 0 1.77 1.78 5.32 5.32 0 1 0 0-10.62z"></path></g>'}}},headset:{name:"headset",keywords:["headset","help","support","audio","speaker","headphones","listen"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 11.79l-0.3 1.29a1.78 1.78 0 0 1-1.74 1.38h-1.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 6.54l-1 0.51a1.78 1.78 0 0 0-0.94 1.96l0.3 1.38a1.78 1.78 0 0 0 1.74 1.4h1.01l-0.96-4.45a4.64 4.64 0 0 1-0.15-1.11 4.67 4.67 0 0 1 9.34 0c0 0.39-0.06 0.75-0.14 1.11l-0.97 4.45h1.01a1.78 1.78 0 0 0 1.74-1.4l0.3-1.38a1.78 1.78 0 0 0-0.94-1.96l-1-0.51"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.46 14.74l-0.37 1.61a2.23 2.23 0 0 1-2.18 1.72h-2.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.17 8.18l-1.25 0.63a2.23 2.23 0 0 0-1.17 2.45l0.38 1.73a2.23 2.23 0 0 0 2.17 1.75h1.26l-1.2-5.56a5.8 5.8 0 0 1-0.19-1.39 5.84 5.84 0 0 1 11.68 0c0 0.49-0.07 0.94-0.17 1.39l-1.22 5.56h1.27a2.23 2.23 0 0 0 2.17-1.75l0.38-1.73a2.23 2.23 0 0 0-1.18-2.45l-1.25-0.63"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.31 17.65l-0.44 1.92a2.67 2.67 0 0 1-2.61 2.05h-2.6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 9.79l-1.5 0.76a2.67 2.67 0 0 0-1.4 2.93l0.46 2.07a2.67 2.67 0 0 0 2.6 2.1h1.5l-1.43-6.65a6.95 6.95 0 0 1-0.23-1.67 6.99 6.99 0 0 1 13.98 0c0 0.58-0.08 1.13-0.2 1.67l-1.46 6.65h1.52a2.67 2.67 0 0 0 2.6-2.1l0.45-2.07a2.67 2.67 0 0 0-1.41-2.93l-1.5-0.75"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.02 23.47l-0.58 2.56a3.55 3.55 0 0 1-3.47 2.72h-3.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.64 13.02l-2 1.01a3.55 3.55 0 0 0-1.86 3.9l0.61 2.75a3.55 3.55 0 0 0 3.46 2.79h1.99l-1.9-8.84a9.24 9.24 0 0 1-0.3-2.22 9.3 9.3 0 0 1 18.59 0c0 0.77-0.11 1.5-0.27 2.22l-1.94 8.84h2.02a3.55 3.55 0 0 0 3.46-2.79l0.6-2.75a3.55 3.55 0 0 0-1.87-3.9l-2-1"></path></g>'}}},"heart-2":{name:"heart-2",keywords:["heart","heart-2","favorite","favourite","like","love","save","pin"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.53 8.21l-4.88 5.07a0.89 0.89 0 0 1-1.28 0l-4.88-5.07a3.4 3.4 0 1 1 5.52-3.82 3.41 3.41 0 0 1 5.35-1.04 3.23 3.23 0 0 1 0.98 1.59c0.32 1.23-0.03 2.44-0.81 3.27z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.87 10.24l-6.08 6.32a1.11 1.11 0 0 1-1.6 0l-6.08-6.32a4.24 4.24 0 1 1 6.88-4.77 4.25 4.25 0 0 1 6.67-1.29 4.02 4.02 0 0 1 1.23 1.99c0.4 1.54-0.04 3.04-1.02 4.07z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.22 12.27l-7.29 7.57a1.33 1.33 0 0 1-1.92 0l-7.29-7.57a5.08 5.08 0 1 1 8.25-5.72 5.09 5.09 0 0 1 7.99-1.54 4.82 4.82 0 0 1 1.47 2.38c0.48 1.84-0.05 3.64-1.21 4.88z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.06 16.42l-9.76 10.13a1.78 1.78 0 0 1-2.56 0l-9.76-10.13a6.79 6.79 0 1 1 11.04-7.65 6.81 6.81 0 0 1 10.69-2.07 6.45 6.45 0 0 1 1.98 3.19c0.65 2.46-0.06 4.87-1.63 6.53z"></path></g>'}}},history:{name:"history",keywords:["history","rotate","arrow","sync","time","clock","schedule","changelog","rewind"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 8.19a6.45 6.45 0 1 0 0.51-2.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.67 2.94l0.37 2.62 2.62-0.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23v3.78l2.89 2"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.95 10.21a8.05 8.05 0 1 0 0.63-3.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.09 3.67l0.45 3.27 3.27-0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27v4.72l3.61 2.5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 12.24a9.64 9.64 0 1 0 0.76-4.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.5 4.4l0.54 3.91 3.92-0.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32v5.65l4.32 2.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 16.38a12.9 12.9 0 1 0 1.01-5.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.35 5.88l0.72 5.25 5.24-0.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46v7.56l5.79 4"></path></g>'}}},honduras:{name:"honduras",keywords:["flag","honduras"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#55bbe0" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#55bbe0" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#55bbe0" d="M9.28 12.768L8.978 13.697 8.001 13.697 8.791 14.271 8.49 15.2 9.28 14.626 10.07 15.2 9.768 14.271 10.558 13.697 9.581 13.697 9.28 12.768z"></path><path fill="#55bbe0" d="M9.581 17.729L9.28 16.8 8.978 17.729 8.001 17.729 8.791 18.303 8.49 19.232 9.28 18.658 10.07 19.232 9.768 18.303 10.558 17.729 9.581 17.729z"></path><path fill="#55bbe0" d="M16.302 15.713L16 14.784 15.698 15.713 14.722 15.713 15.512 16.287 15.21 17.216 16 16.642 16.79 17.216 16.488 16.287 17.278 15.713 16.302 15.713z"></path><path fill="#55bbe0" d="M22.232 14.271L21.93 15.2 22.72 14.626 23.51 15.2 23.209 14.271 23.999 13.697 23.022 13.697 22.72 12.768 22.419 13.697 21.442 13.697 22.232 14.271z"></path><path fill="#55bbe0" d="M23.022 17.729L22.72 16.8 22.419 17.729 21.442 17.729 22.232 18.303 21.93 19.232 22.72 18.658 23.51 19.232 23.209 18.303 23.999 17.729 23.022 17.729z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"hong-kong":{name:"hong-kong",keywords:["flag","hong","kong"],style:"colored",heights:{32:{width:32,path:'<rect width="30" height="24" x="1" y="4" fill="#db362f" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><polygon fill="#fff" points="17.303 9.577 17.303 9.577 17.303 9.577 17.303 9.577"></polygon><path fill="#fff" d="M17.303,9.577c-1.568-.243-3.097,.628-3.687,2.101-.7,1.748,.149,3.732,1.897,4.432-.159-.143-.23-.35-.313-.547-.314-.742,.033-1.598,.775-1.911,.092-.039,.181-.086,.264-.14,.79-.513,1.014-1.568,.501-2.358-.051-.078-.091-.163-.12-.253-.177-.554,.128-1.147,.682-1.325Z"></path><path fill="#fff" d="M19.319,12.819c-1.879-.126-3.504,1.295-3.629,3.174,.087-.195,.262-.327,.423-.467,.609-.528,1.53-.462,2.058,.147,.065,.076,.137,.145,.215,.208,.732,.592,1.805,.48,2.398-.252,.059-.073,.127-.137,.203-.192,.472-.34,1.131-.233,1.471,.239-.253-1.567-1.554-2.751-3.138-2.857Z"></path><polygon fill="#fff" points="22.457 15.676 22.457 15.676 22.457 15.676 22.457 15.676"></polygon><path fill="#fff" d="M15.783,16.324c.044,.209-.02,.419-.068,.627-.182,.785-.966,1.273-1.751,1.091-.097-.023-.197-.037-.296-.042-.94-.049-1.742,.673-1.792,1.613-.005,.093-.022,.186-.052,.275-.182,.553-.778,.853-1.33,.671,1.126,1.119,2.875,1.312,4.218,.467,1.594-1.003,2.073-3.107,1.07-4.701Z"></path><path fill="#fff" d="M19.997,18.596c-.461-1.826-2.315-2.932-4.14-2.471,.212,.022,.392,.148,.575,.258,.69,.416,.912,1.312,.496,2.002-.052,.086-.096,.176-.131,.269-.337,.879,.102,1.865,.98,2.202,.087,.034,.17,.079,.245,.134,.469,.344,.571,1.003,.227,1.473,1.412-.725,2.136-2.329,1.748-3.867Z"></path><path fill="#fff" d="M14.954,16.445c-.803,.069-1.509-.525-1.578-1.328-.009-.1-.026-.198-.052-.295-.244-.909-1.178-1.449-2.088-1.205-.09,.024-.184,.036-.277,.036-.582-.003-1.051-.476-1.049-1.058h0c-.716,1.416-.36,3.14,.859,4.156,1.446,1.206,3.596,1.011,4.802-.435-.185,.107-.404,.111-.617,.129Z"></path>'}}},"hours-24":{name:"hours-24",keywords:["hours-24","help","support","arrow","clock","service","hours","24h","customer","today","overnight"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.87 10.49c0.25-0.89 1.12-1.38 2.05-1.37 0.94 0.01 1.82 0.43 1.87 1.37s-0.94 1.57-1.96 1.99c-1.03 0.42-1.88 0.81-1.97 1.98h3.93"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 13.13h-4.45v-0.25l2.89-3.76h0.45v5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.34 4.52l-0.95 2.47-2.47-0.95"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.73 6.53a6.45 6.45 0 0 1 12.64 0.36"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.57 13.09c0.31-1.12 1.39-1.73 2.57-1.71 1.17 0.02 2.27 0.54 2.33 1.71s-1.17 1.95-2.45 2.47c-1.28 0.52-2.34 1.01-2.45 2.48h4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 16.37h-5.55v-0.31l3.61-4.68h0.55v6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.13 5.64l-1.19 3.08-3.08-1.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.16 8.15a8.05 8.05 0 0 1 15.76 0.45"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.28 15.68c0.38-1.34 1.67-2.07 3.07-2.05 1.4 0.02 2.71 0.65 2.8 2.05s-1.4 2.34-2.93 2.97c-1.53 0.63-2.81 1.21-2.94 2.96h5.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 19.62h-6.65v-0.37l4.33-5.62h0.66v7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.92 6.76l-1.42 3.69-3.69-1.42"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.58 9.76a9.64 9.64 0 0 1 18.89 0.54"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.73 20.98c0.5-1.79 2.23-2.77 4.11-2.74 1.87 0.03 3.63 0.87 3.74 2.74s-1.87 3.13-3.92 3.97c-2.05 0.84-3.76 1.62-3.93 3.97h7.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 26.25h-8.9v-0.49l5.79-7.52h0.89v10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.67 9.05l-1.9 4.94-4.94-1.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.46 13.07a12.91 12.91 0 0 1 25.27 0.72"></path></g>'}}},"house-4":{name:"house-4",keywords:["home","house-4","building","real","estate","property","house","navigation","button"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.22 5.3l-4.67-3.56a0.89 0.89 0 0 0-1.08 0l-4.67 3.56a0.89 0.89 0 0 0-0.35 0.7v6.68a1.78 1.78 0 0 0 1.78 1.78h2.22v-3.56a0.89 0.89 0 0 1 0.89-0.89h1.34a0.89 0.89 0 0 1 0.89 0.89v3.56h2.22a1.78 1.78 0 0 0 1.78-1.78v-6.68a0.89 0.89 0 0 0-0.35-0.7z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.49 6.6l-5.83-4.42a1.11 1.11 0 0 0-1.34 0l-5.83 4.42a1.11 1.11 0 0 0-0.44 0.89v8.33a2.22 2.22 0 0 0 2.22 2.22h2.78v-4.44a1.11 1.11 0 0 1 1.11-1.11h1.66a1.11 1.11 0 0 1 1.11 1.11v4.44h2.78a2.22 2.22 0 0 0 2.22-2.22v-8.33a1.11 1.11 0 0 0-0.44-0.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.76 7.91l-6.99-5.3a1.33 1.33 0 0 0-1.6 0l-6.99 5.3a1.33 1.33 0 0 0-0.52 1.06v9.98a2.66 2.66 0 0 0 2.66 2.66h3.32v-5.32a1.33 1.33 0 0 1 1.33-1.33h2a1.33 1.33 0 0 1 1.33 1.33v5.32h3.32a2.66 2.66 0 0 0 2.66-2.66v-9.98a1.33 1.33 0 0 0-0.52-1.06z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.44 10.59l-9.34-7.1a1.78 1.78 0 0 0-2.16 0l-9.34 7.1a1.78 1.78 0 0 0-0.71 1.42v13.36a3.56 3.56 0 0 0 3.56 3.56h4.45v-7.12a1.78 1.78 0 0 1 1.78-1.78h2.67a1.78 1.78 0 0 1 1.78 1.78v7.12h4.45a3.56 3.56 0 0 0 3.56-3.56v-13.36a1.78 1.78 0 0 0-0.7-1.42z"></path></g>'}}},"humidity-2":{name:"humidity-2",keywords:["humidity-2","water","humidity","drop","moisture","wet","waves","droplet","liquid"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.13 14.46c1.29 0 2.34-1.14 2.33-2.54 0-1.93-1.31-2.75-2.33-4.13-1.03 1.38-2.34 2.21-2.34 4.13 0 1.4 1.05 2.54 2.34 2.54z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 8.68c1.35 0 1.78-1.33 3.12-1.34s1.8 1.33 3.11 1.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 5.12c1.35 0 1.78-1.33 3.12-1.34s1.8 1.33 3.11 1.34c1.37 0 1.82-1.33 3.12-1.34 1.3 0 1.8 1.33 3.11 1.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 12.24c1.35 0 1.78-1.33 3.12-1.34 0.99 0 1.5 0.73 2.22 1.11"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.12 18.04c1.61 0 2.91-1.42 2.92-3.17 0-2.41-1.63-3.44-2.92-5.16-1.28 1.72-2.91 2.75-2.91 5.16 0 1.75 1.3 3.17 2.91 3.17z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 10.82c1.69 0 2.22-1.67 3.89-1.66s2.24 1.67 3.88 1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 6.38c1.69 0 2.22-1.67 3.89-1.66s2.24 1.67 3.88 1.66c1.71 0 2.27-1.67 3.89-1.66 1.62 0 2.24 1.67 3.88 1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 15.26c1.69 0 2.22-1.67 3.89-1.66 1.23 0 1.86 0.91 2.77 1.38"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.12 21.61c1.93 0 3.49-1.7 3.49-3.79 0-2.88-1.96-4.12-3.49-6.18-1.53 2.06-3.49 3.3-3.49 6.18 0 2.1 1.56 3.8 3.49 3.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 12.97c2.02 0 2.66-2 4.66-2s2.69 2 4.65 2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 7.65c2.02 0 2.66-2 4.66-2s2.69 2 4.65 2c2.05 0 2.72-2 4.66-2s2.69 2 4.65 2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 18.29c2.02 0 2.66-2 4.66-2 1.47 0 2.23 1.09 3.32 1.66"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.25 28.93c2.58 0 4.67-2.27 4.68-5.09 0-3.86-2.62-5.51-4.68-8.27-2.05 2.76-4.67 4.41-4.67 8.27 0 2.81 2.09 5.08 4.67 5.09z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 17.36c2.71 0 3.56-2.67 6.23-2.67s3.6 2.67 6.23 2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 10.23c2.71 0 3.56-2.67 6.23-2.67s3.6 2.67 6.23 2.67c2.74 0 3.63-2.67 6.23-2.67 2.6 0 3.6 2.67 6.23 2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 24.48c2.71 0 3.56-2.67 6.23-2.67 1.97 0 2.99 1.46 4.45 2.21"></path></g>'}}},hungary:{name:"hungary",keywords:["flag","hungary"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#be373c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#4f6f52" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},iceland:{name:"iceland",keywords:["flag","iceland"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#205098" rx="4" ry="4"></rect><path fill="#fff" d="M31 12L17 12 17 4 9 4 9 12 1 12 1 20 9 20 9 28 17 28 17 20 31 20 31 12z"></path><path fill="#cb333a" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},india:{name:"india",keywords:["flag","india"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#e06535" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#2c6837" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#2c2c6b" d="M16,12.292c-2.048,0-3.708,1.66-3.708,3.708s1.66,3.708,3.708,3.708,3.708-1.66,3.708-3.708-1.66-3.708-3.708-3.708Zm3.041,4.109c-.01,.076,.042,.145,.117,.157-.033,.186-.08,.367-.143,.54-.071-.028-.152,.006-.181,.077-.029,.071,.004,.151,.073,.182-.04,.085-.083,.167-.13,.248l-1.611-1.069-.592-.249c.013-.026,.024-.053,.034-.081l.595,.242,1.895,.383-1.833-.616-.636-.087c.006-.028,.009-.057,.011-.087l.638,.08,1.93-.12-1.93-.12-.638,.08c-.002-.03-.005-.059-.011-.087l.636-.087,1.833-.616-1.895,.383-.595,.242c-.009-.028-.021-.055-.034-.081l.592-.249,1.611-1.069c.047,.081,.09,.163,.13,.248-.07,.031-.103,.111-.073,.182,.029,.071,.11,.105,.181,.077,.063,.173,.111,.354,.143,.54-.075,.012-.127,.081-.117,.157,.01,.076,.078,.129,.154,.121,.008,.092,.013,.185,.013,.279s-.005,.187-.013,.279c-.075-.008-.144,.045-.154,.121Zm-.584-2.462c-.059,.048-.07,.134-.023,.194,.046,.06,.132,.072,.194,.028,.053,.076,.104,.155,.15,.236l-1.731,.861-.512,.388c-.016-.024-.034-.047-.054-.069l.508-.394,1.28-1.45-1.45,1.28-.394,.508c-.022-.019-.045-.038-.069-.054l.388-.512,.861-1.731c.081,.047,.16,.097,.236,.15-.045,.061-.033,.147,.028,.194,.061,.046,.147,.036,.194-.023,.071,.06,.141,.123,.207,.189,.066,.066,.129,.135,.189,.207Zm-2.177-1.133c-.008,.075,.045,.144,.121,.154,.076,.01,.145-.042,.157-.117,.186,.033,.367,.08,.54,.143-.028,.071,.006,.152,.077,.181,.071,.029,.151-.004,.182-.073,.085,.04,.167,.083,.248,.13l-1.069,1.611-.249,.592c-.026-.013-.053-.024-.081-.034l.242-.595,.383-1.895-.616,1.833-.087,.636c-.028-.006-.057-.009-.087-.011l.08-.638-.12-1.93-.12,1.93,.08,.638c-.03,.002-.059,.005-.087,.011l-.087-.636-.616-1.833,.383,1.895,.242,.595c-.028,.009-.055,.021-.081,.034l-.249-.592-1.069-1.611c.081-.047,.163-.09,.248-.13,.031,.07,.111,.103,.182,.073,.071-.029,.105-.11,.077-.181,.173-.063,.354-.111,.54-.143,.012,.075,.081,.127,.157,.117,.076-.01,.129-.078,.121-.154,.092-.008,.185-.013,.279-.013s.187,.005,.279,.013Zm-3.113,4.368c-.029-.071-.11-.105-.181-.077-.063-.173-.111-.354-.143-.54,.075-.012,.127-.081,.117-.157-.01-.076-.078-.129-.154-.121-.008-.092-.013-.185-.013-.279s.005-.187,.013-.279c.075,.008,.144-.045,.154-.121,.01-.076-.042-.145-.117-.157,.033-.186,.08-.367,.143-.54,.071,.028,.152-.006,.181-.077,.029-.071-.004-.151-.073-.182,.04-.085,.083-.167,.13-.248l1.611,1.069,.592,.249c-.013,.026-.024,.053-.034,.081l-.595-.242-1.895-.383,1.833,.616,.636,.087c-.006,.028-.009,.057-.011,.087l-.638-.08-1.93,.12,1.93,.12,.638-.08c.002,.03,.005,.059,.011,.087l-.636,.087-1.833,.616,1.895-.383,.595-.242c.009,.028,.021,.055,.034,.081l-.592,.249-1.611,1.069c-.047-.081-.09-.163-.13-.248,.07-.031,.103-.111,.073-.182Zm.772-3.63c.048,.059,.134,.07,.194,.023,.06-.046,.072-.132,.028-.194,.076-.053,.155-.104,.236-.15l.861,1.731,.388,.512c-.024,.016-.047,.034-.069,.054l-.394-.508-1.45-1.28,1.28,1.45,.508,.394c-.019,.022-.038,.045-.054,.069l-.512-.388-1.731-.861c.047-.081,.097-.16,.15-.236,.061,.045,.147,.033,.194-.028,.046-.061,.036-.147-.023-.194,.06-.071,.123-.141,.189-.207s.135-.129,.207-.189Zm-.395,4.518c.059-.048,.07-.134,.023-.194-.046-.06-.132-.072-.194-.028-.053-.076-.104-.155-.15-.236l1.731-.861,.512-.388c.016,.024,.034,.047,.054,.069l-.508,.394-1.28,1.45,1.45-1.28,.394-.508c.022,.019,.045,.038,.069,.054l-.388,.512-.861,1.731c-.081-.047-.16-.097-.236-.15,.045-.061,.033-.147-.028-.194-.061-.046-.147-.036-.194,.023-.071-.06-.141-.123-.207-.189-.066-.066-.129-.135-.189-.207Zm2.177,1.133c.008-.075-.045-.144-.121-.154-.076-.01-.145,.042-.157,.117-.186-.033-.367-.08-.54-.143,.028-.071-.006-.152-.077-.181-.071-.029-.151,.004-.182,.073-.085-.04-.167-.083-.248-.13l1.069-1.611,.249-.592c.026,.013,.053,.024,.081,.034l-.242,.595-.383,1.895,.616-1.833,.087-.636c.028,.006,.057,.009,.087,.011l-.08,.638,.12,1.93,.12-1.93-.08-.638c.03-.002,.059-.005,.087-.011l.087,.636,.616,1.833-.383-1.895-.242-.595c.028-.009,.055-.021,.081-.034l.249,.592,1.069,1.611c-.081,.047-.163,.09-.248,.13-.031-.07-.111-.103-.182-.073-.071,.029-.105,.11-.077,.181-.173,.063-.354,.111-.54,.143-.012-.075-.081-.127-.157-.117-.076,.01-.129,.078-.121,.154-.092,.008-.185,.013-.279,.013s-.187-.005-.279-.013Zm2.341-.738c-.048-.059-.134-.07-.194-.023-.06,.046-.072,.132-.028,.194-.076,.053-.155,.104-.236,.15l-.861-1.731-.388-.512c.024-.016,.047-.034,.069-.054l.394,.508,1.45,1.28-1.28-1.45-.508-.394c.019-.022,.038-.045,.054-.069l.512,.388,1.731,.861c-.047,.081-.097,.16-.15,.236-.061-.045-.147-.033-.194,.028-.046,.061-.036,.147,.023,.194-.06,.071-.123,.141-.189,.207s-.135,.129-.207,.189Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},indonesia:{name:"indonesia",keywords:["flag","indonesia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ea3323" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path fill="#fff" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"invoice-dollar":{name:"invoice-dollar",keywords:["invoice-dollar","dollar","document","paper","file","bill","receipt","invoice","finance"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 3.34v11.12l-2.67-1.55-2.45 1.55-2.45-1.55-2.67 1.55v-11.12a1.78 1.78 0 0 1 1.78-1.78h6.68a1.78 1.78 0 0 1 1.78 1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.12h-2.12a1.22 1.22 0 1 0 0 2.44h1.12a1.22 1.22 0 1 1 0 2.45h-2.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.9v-0.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 4.16v13.88l-3.33-1.94-3.05 1.94-3.05-1.94-3.33 1.94v-13.88a2.22 2.22 0 0 1 2.22-2.22h8.32a2.22 2.22 0 0 1 2.22 2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 6.38h-2.63a1.53 1.53 0 1 0 0 3.06h1.38a1.53 1.53 0 1 1 0 3.05h-2.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.6v-1.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 4.99v16.62l-3.99-2.32-3.66 2.32-3.66-2.32-3.99 2.32v-16.62a2.66 2.66 0 0 1 2.66-2.66h9.98a2.66 2.66 0 0 1 2.66 2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 7.65h-3.16a1.83 1.83 0 1 0 0 3.66h1.66a1.83 1.83 0 1 1 0 3.65h-3.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32v1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 16.29v-1.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 6.67v22.25l-5.34-3.11-4.89 3.11-4.9-3.11-5.34 3.11v-22.25a3.56 3.56 0 0 1 3.56-3.56h13.35a3.56 3.56 0 0 1 3.56 3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 10.23h-4.23a2.45 2.45 0 1 0 0 4.9h2.22a2.45 2.45 0 1 1 0 4.89h-4.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46v1.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 21.8v-1.78"></path></g>'}}},iran:{name:"iran",keywords:["flag","iran"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#4d9e4a" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#c92a1d" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c92a1d" d="M18.061,16.805c.39-1.199,.021-2.514-.934-3.337,1.038,1.536,.664,3.611-.825,4.692l.104-2.56v-2.015c-.161-.077-.301-.194-.405-.34-.104,.145-.243,.262-.405,.34v2.015l.104,2.56c-1.489-1.081-1.864-3.156-.825-4.692-.956,.822-1.324,2.138-.934,3.337,.263,.809,.825,1.437,1.523,1.803-.427,.156-.883,.227-1.342,.204,.539,.175,1.091,.195,1.608,.086l.004,.108,.267,.367,.267-.367,.004-.108c.517,.109,1.069,.089,1.608-.086-.459,.022-.915-.049-1.342-.204,.699-.366,1.26-.994,1.523-1.803Z"></path><path fill="#c92a1d" d="M19.077,14.634c-.355-.614-.943-1.058-1.631-1.23,1.513,1.138,1.818,3.287,.68,4.801-.002,.003-.004,.005-.006,.008,1.252-.724,1.681-2.326,.957-3.578Z"></path><path fill="#c92a1d" d="M14.554,13.404c-.688,.172-1.277,.616-1.631,1.23-.724,1.252-.295,2.854,.957,3.578-.002-.003-.004-.005-.006-.008-1.138-1.513-.833-3.663,.68-4.801Z"></path><path fill="#c92a1d" d="M15.311,13.215c.223,.157,.532,.103,.689-.12,.157,.223,.466,.277,.689,.12,.187-.132,.26-.375,.175-.588-.048,.254-.292,.421-.546,.373-.134-.025-.25-.107-.318-.225-.068,.118-.184,.2-.318,.225-.254,.048-.498-.119-.546-.373-.085,.213-.013,.456,.175,.588Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},iraq:{name:"iraq",keywords:["flag","iraq"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#bd2a2b" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#357a42" d="M15.216,17.884h-6.565c-.051,.463-.529,.802-1.066,.757-.058-.005-.116-.014-.172-.028,.919-.451,.862-.909,.282-1.927,.322-.115,.373-.146,.699-.366-.231,.699,.597,.614,1.208,.614,0-.244,.024-.522-.159-.56,.237-.085,.258-.112,.634-.431v.94h4.529v-.645c0-.075-.061-.136-.136-.136s-.136,.061-.136,.136v.373c0,.056-.046,.102-.102,.102h-3.461v-.611l2.599-2.511c-.017,.129,.251,.475,.363,.533-.085,.014-.18-.003-.241,.058l-2.127,2.056h2.358c0-.546,.509-.546,.746-.74,.237,.193,.746,.193,.746,.74v1.645Z"></path><path fill="#357a42" d="M15.708,17.884v-4.292c.241,.132,.427,.285,.726,.36-.014,.17-.166,.224-.166,.343v2.64c.332,.075,.407-.119,.567-.217,.041,.421,.309,.835,.299,1.167h-1.425Z"></path><path fill="#357a42" d="M20.193,15.017l.526-.441v2.307h.373v-2.623c.183-.153,.421-.319,.526-.512v4.136h-3.308c-.047-.855-.047-1.734,.95-1.544v-.349c0-.081-.122-.017-.122-.092l.682-.57v1.554h.373v-1.866Z"></path><path fill="#357a42" d="M22.11,17.884v-4.292c.241,.132,.427,.285,.726,.36-.014,.17-.166,.224-.166,.343v2.64c.332,.075,.407-.119,.567-.217,.041,.421,.309,.835,.299,1.167h-1.425Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},ireland:{name:"ireland",keywords:["flag","ireland"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#479a67" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#ef8f4e" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"isle-of-man":{name:"isle-of-man",keywords:["flag","isle","man"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#bf2c30" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M23.789,11.017c-.065-.191-.23-.145-.362-.217-.18-.082-.426-.195-1.412,.061l-.813-.083c-.35-.327-.822-.005-.728,.332,0,0,.069,.366,.069,.366-.096,.373-.128,.511-.135,.568-.584,.851-1.08,2.061-1.093,2.817-.001,.074,0,.09,.058,.392,.007,.075-.087,.048-.155,.032-.788-.46-1.357-.675-2.128-1.058h0c-.022-.027-.046-.088-.052-.201l.006-.005c.024-.361-.622-1.925-.71-2.135-.207-.276-.402-.675-.476-.995-.068-.888-1.275-1.174-1.808-.647-.144,.189-.199,.168-.338,.268-.788,.098-1.545,.438-2.154,.711-.681,.341-1.1,.707-1.691,.203,0,0-1.191-1.136-1.191-1.136-.24-.189-.37-.085-.415-.032-.129,.152-.008,.264-.005,.412,.017,.194,.041,.461,.761,1.173l.333,.733c-.114,.468,.416,.7,.656,.456,0,0,.288-.242,.288-.242,.378-.104,.515-.147,.568-.169,1.042,.073,2.356-.109,3.028-.475,.066-.036,.079-.045,.316-.244,.064-.044,.087,.048,.107,.114-.01,.891,.083,1.473,.132,2.311,.03,.026-.156,.186-.258,.23l.005,.003c-.381,.293-1.307,1.448-1.429,1.609-.14,.314-.393,.679-.638,.903-.748,.496-.393,1.677,.336,1.864,.241,.029,.248,.086,.406,.154,.481,.622,1.159,1.097,1.705,1.479,.635,.409,1.173,.576,1.025,1.337,0,0-.404,1.581-.404,1.581-.037,.326,.105,.364,.222,.374,.176,.005,.199-.137,.323-.204,.162-.112,.385-.265,.652-1.233l.479-.65c.466-.133,.411-.704,.072-.788,0,0-.357-.125-.357-.125-.282-.27-.387-.366-.434-.399-.458-.926-1.28-1.955-1.935-2.341-.065-.038-.079-.045-.374-.147-.07-.031,0-.097,.048-.146,.791-.437,1.257-.807,1.972-1.268,.052-.047,.223,.047,.321,.101v-.004c.439,.181,1.927,.391,2.142,.417,.346-.038,.795-.004,1.115,.093,.749,.392,1.692-.485,1.472-1.217-.095-.217-.049-.253-.067-.421,.461-1.027,.402-2.321,.529-3.268,.23-.543,1.704-.727,2.179-.908,.282-.108,.261-.269,.238-.333Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},israel:{name:"israel",keywords:["flag","israel"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#1433b3" d="M1 8H31V12H1z"></path><path fill="#1433b3" d="M1 20H31V24H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#1437b0" d="M16,19.464l-1-1.732h-2l1-1.732-1-1.732h2l1-1.732,1,1.732h2l-1,1.732,1,1.732h-2l-1,1.732Zm-.365-1.732l.365,.632,.365-.632h-.73Zm1.682-.55h.73l-.365-.632-.365,.632Zm-2,0h1.365l.682-1.182-.682-1.182h-1.365l-.682,1.182,.682,1.182Zm-1.365,0h.73l-.365-.632-.365,.632Zm3.365-2.364l.365,.632,.365-.632h-.73Zm-3.365,0l.365,.632,.365-.632h-.73Zm1.682-.55h.73l-.365-.632-.365,.632Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},italy:{name:"italy",keywords:["flag","italy"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#41914d" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#bf393b" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"ivory-coast":{name:"ivory-coast",keywords:["flag","ivory","coast"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#e88732" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#479d66" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},jamaica:{name:"jamaica",keywords:["flag","jamaica"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" rx="4" ry="4"></rect><path fill="#33764c" d="M16,16L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5c-1.037,0-1.974,.405-2.684,1.053l13.684,10.947Z"></path><path fill="#33764c" d="M16,16l13.684,10.947c-.711,.648-1.647,1.053-2.684,1.053H5c-1.037,0-1.974-.405-2.684-1.053l13.684-10.947Z"></path><path fill="#f5bd45" d="M28.304,4.236l-12.304,9.843L3.696,4.236c-1.003,.348-1.818,1.075-2.279,2.019l12.182,9.746L1.417,25.746c.461,.944,1.277,1.671,2.279,2.019l12.304-9.843,12.304,9.843c1.003-.348,1.818-1.075,2.279-2.019l-12.182-9.746L30.583,6.254c-.461-.944-1.277-1.671-2.279-2.019Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},japan:{name:"japan",keywords:["flag","japan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="6" fill="#ae232f"></circle><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},jersey:{name:"jersey",keywords:["flag","jersey"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#bf2c30" d="M28.304,4.236l-12.304,9.843L3.696,4.236c-1.003,.348-1.818,1.075-2.279,2.019l12.182,9.746L1.417,25.746c.461,.944,1.277,1.671,2.279,2.019l12.304-9.843,12.304,9.843c1.003-.348,1.818-1.075,2.279-2.019l-12.182-9.746L30.583,6.254c-.461-.944-1.277-1.671-2.279-2.019Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#bf2c30" d="M17.766,7.65l-.002-.008h-.005c-.426-.298-1.136-.448-1.947-.41-.694,.032-1.342,.202-1.574,.413l-.002,.002v.003c-.168,.677-.307,1.707-.016,2.765,.276,1.007,.874,1.799,1.776,2.353l.005,.003,.005-.003c.902-.554,1.5-1.346,1.776-2.353,.29-1.058,.152-2.088-.016-2.765Z"></path><path fill="#f9da49" d="M18.374,5.836c-.202-.051-.41,.141-.431,.34-.284-.258-.315,.245-.415,.381,.184,.15,.432-.384,.308,.034-.039-.025-.155,.004-.147,.048,.002,.002,.046,.072,.049,.073-.195,.147-.496,.059-.544-.191,.739-.469-.707-.713-.158-.027-.215,.291-.722,.361-.933,.039,.036,.015,.082-.04,.105-.06,.034-.01-.067-.084-.076-.081,.041-.474,.106,.176,.358,.088-.048-.192,.117-.7-.296-.544,.129-.543-.519-.543-.391,0-.412-.157-.248,.351-.296,.544,.255,.099,.31-.576,.36-.088-.109,.027-.079,.144,.025,.142-.21,.32-.714,.253-.93-.036,.568-.67-.881-.469-.16,.022-.047,.252-.348,.339-.543,.193,.003-.002,.047-.071,.049-.073,.013-.043-.112-.074-.147-.048-.123-.419,.123,.116,.308-.034-.1-.136-.13-.639-.415-.381,.048-.199-.486-.519-.395-.25l.321,.71c-.159,.058-.032,.189,.09,.124,.028,.076,.053,.15,.074,.208-.114-.024-.138,.142-.015,.126l.007,.031c.003,.055-.037,.151-.051,.201,.049,.03,.09,.163,.128,.177-.01,.007,.009,.032,.011,.039-.067,.008-.05,.113,.011,.122,.658-.091,1.349-.091,2.034-.089,.249-.1,1.569,.249,1.5-.033,0-.004,.009-.026,.005-.03l.003-.014c.041,.014,.083-.148,.133-.172-.013-.05-.054-.146-.051-.201l.007-.031c.117,.009,.115-.146-.025-.126,.026-.071,.052-.141,.078-.209,.122,.066,.258-.061,.095-.123l.321-.71c.011-.01,.033-.072,.036-.09Zm-4.157,1.665l.003-.003h0s-.003,.002-.004,.003Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},jordan:{name:"jordan",keywords:["flag","jordan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#357942" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#be2a2c" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M6.787,13.276l-.621,1.577-1.617-.494,.844,1.466-1.402,.956,1.681,.255-.127,1.689,1.243-1.147,1.251,1.147-.127-1.689,1.673-.255-1.394-.956,.844-1.466-1.617,.494-.629-1.577Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},kazakhstan:{name:"kazakhstan",keywords:["flag","kazakhstan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#4daac1" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16.008" cy="13.938" r="3.515" fill="#fbec5a"></circle><path fill="#fbec5a" d="M16.008,9.943c.209-.003,.287-.133,.287-.29,0-.209-.287-1.204-.287-1.204,0,0-.287,.995-.287,1.204,0,.157,.078,.29,.287,.29Z"></path><path fill="#fbec5a" d="M20.003,13.938c.003,.209,.133,.287,.29,.287,.209,0,1.204-.287,1.204-.287,0,0-.995-.287-1.204-.287-.157,0-.29,.078-.29,.287Z"></path><path fill="#fbec5a" d="M16.008,17.933c-.209,.003-.287,.133-.287,.29,0,.209,.287,1.204,.287,1.204,0,0,.287-.995,.287-1.204,0-.157-.078-.29-.287-.29Z"></path><path fill="#fbec5a" d="M12.014,13.938c-.003-.209-.133-.287-.29-.287-.209,0-1.204,.287-1.204,.287,0,0,.995,.287,1.204,.287,.157,0,.29-.078,.29-.287Z"></path><path fill="#fbec5a" d="M17.537,10.247c.194,.078,.317-.013,.377-.158,.08-.193,.195-1.223,.195-1.223,0,0-.646,.81-.726,1.003-.06,.145-.039,.298,.155,.378Z"></path><path fill="#fbec5a" d="M19.699,15.467c-.078,.194,.013,.317,.158,.377,.193,.08,1.223,.195,1.223,.195,0,0-.81-.646-1.003-.726-.145-.06-.298-.039-.378,.155Z"></path><path fill="#fbec5a" d="M14.48,17.629c-.194-.078-.317,.013-.377,.158-.08,.193-.195,1.223-.195,1.223,0,0,.646-.81,.726-1.003,.06-.145,.039-.298-.155-.378Z"></path><path fill="#fbec5a" d="M12.318,12.409c.078-.194-.013-.317-.158-.377-.193-.08-1.223-.195-1.223-.195,0,0,.81,.646,1.003,.726,.145,.06,.298,.039,.378-.155Z"></path><path fill="#fbec5a" d="M18.833,11.113c.15,.146,.297,.109,.408-.002,.148-.148,.648-1.055,.648-1.055,0,0-.907,.501-1.055,.648-.111,.111-.15,.26-.002,.408Z"></path><path fill="#fbec5a" d="M18.833,16.763c-.146,.15-.109,.297,.002,.408,.148,.148,1.055,.648,1.055,.648,0,0-.501-.907-.648-1.055-.111-.111-.26-.15-.408-.002Z"></path><path fill="#fbec5a" d="M13.184,16.763c-.15-.146-.297-.109-.408,.002-.148,.148-.648,1.055-.648,1.055,0,0,.907-.501,1.055-.648,.111-.111,.15-.26,.002-.408Z"></path><path fill="#fbec5a" d="M13.184,11.113c.146-.15,.109-.297-.002-.408-.148-.148-1.055-.648-1.055-.648,0,0,.501,.907,.648,1.055,.111,.111,.26,.15,.408,.002Z"></path><path fill="#fbec5a" d="M19.699,12.409c.082,.192,.233,.215,.378,.155,.193-.08,1.003-.726,1.003-.726,0,0-1.03,.115-1.223,.195-.145,.06-.238,.183-.158,.377Z"></path><path fill="#fbec5a" d="M17.537,17.629c-.192,.082-.215,.233-.155,.378,.08,.193,.726,1.003,.726,1.003,0,0-.115-1.03-.195-1.223-.06-.145-.183-.238-.377-.158Z"></path><path fill="#fbec5a" d="M12.318,15.467c-.082-.192-.233-.215-.378-.155-.193,.08-1.003,.726-1.003,.726,0,0,1.03-.115,1.223-.195,.145-.06,.238-.183,.158-.377Z"></path><path fill="#fbec5a" d="M14.48,10.247c.192-.082,.215-.233,.155-.378-.08-.193-.726-1.003-.726-1.003,0,0,.115,1.03,.195,1.223,.06,.145,.183,.238,.377,.158Z"></path><path fill="#fbec5a" d="M16.788,10.02c.206,.038,.308-.075,.338-.228,.041-.205-.047-1.237-.047-1.237,0,0-.476,.92-.517,1.125-.031,.154,.02,.3,.225,.341Z"></path><path fill="#fbec5a" d="M19.927,14.717c-.038,.206,.075,.308,.228,.338,.205,.041,1.237-.047,1.237-.047,0,0-.92-.476-1.125-.517-.154-.031-.3,.02-.341,.225Z"></path><path fill="#fbec5a" d="M15.229,17.856c-.206-.038-.308,.075-.338,.228-.041,.205,.047,1.237,.047,1.237,0,0,.476-.92,.517-1.125,.031-.154-.02-.3-.225-.341Z"></path><path fill="#fbec5a" d="M12.09,13.159c.038-.206-.075-.308-.228-.338-.205-.041-1.237,.047-1.237,.047,0,0,.92,.476,1.125,.517,.154,.031,.3-.02,.341-.225Z"></path><path fill="#fbec5a" d="M18.228,10.616c.175,.114,.313,.049,.4-.081,.116-.174,.43-1.161,.43-1.161,0,0-.792,.668-.908,.842-.087,.13-.096,.285,.078,.401Z"></path><path fill="#fbec5a" d="M19.33,16.157c-.114,.175-.049,.313,.081,.4,.174,.116,1.161,.43,1.161,.43,0,0-.668-.792-.842-.908-.13-.087-.285-.096-.401,.078Z"></path><path fill="#fbec5a" d="M13.789,17.259c-.175-.114-.313-.049-.4,.081-.116,.174-.43,1.161-.43,1.161,0,0,.792-.668,.908-.842,.087-.13,.096-.285-.078-.401Z"></path><path fill="#fbec5a" d="M12.687,11.718c.114-.175,.049-.313-.081-.4-.174-.116-1.161-.43-1.161-.43,0,0,.668,.792,.842,.908,.13,.087,.285,.096,.401-.078Z"></path><path fill="#fbec5a" d="M19.33,11.718c.118,.172,.27,.165,.401,.078,.174-.116,.842-.908,.842-.908,0,0-.987,.314-1.161,.43-.13,.087-.198,.226-.081,.4Z"></path><path fill="#fbec5a" d="M18.228,17.259c-.172,.118-.165,.27-.078,.401,.116,.174,.908,.842,.908,.842,0,0-.314-.987-.43-1.161-.087-.13-.226-.198-.4-.081Z"></path><path fill="#fbec5a" d="M12.687,16.157c-.118-.172-.27-.165-.401-.078-.174,.116-.842,.908-.842,.908,0,0,.987-.314,1.161-.43,.13-.087,.198-.226,.081-.4Z"></path><path fill="#fbec5a" d="M13.789,10.616c.172-.118,.165-.27,.078-.401-.116-.174-.908-.842-.908-.842,0,0,.314,.987,.43,1.161,.087,.13,.226,.198,.4,.081Z"></path><path fill="#fbec5a" d="M19.927,13.159c.043,.204,.187,.256,.341,.225,.205-.041,1.125-.517,1.125-.517,0,0-1.032-.088-1.237-.047-.154,.031-.269,.133-.228,.338Z"></path><path fill="#fbec5a" d="M16.788,17.856c-.204,.043-.256,.187-.225,.341,.041,.205,.517,1.125,.517,1.125,0,0,.088-1.032,.047-1.237-.031-.154-.133-.269-.338-.228Z"></path><path fill="#fbec5a" d="M12.09,14.717c-.043-.204-.187-.256-.341-.225-.205,.041-1.125,.517-1.125,.517,0,0,1.032,.088,1.237,.047,.154-.031,.269-.133,.228-.338Z"></path><path fill="#fbec5a" d="M15.229,10.02c.204-.043,.256-.187,.225-.341-.041-.205-.517-1.125-.517-1.125,0,0-.088,1.032-.047,1.237,.031,.154,.133,.269,.338,.228Z"></path><path fill="#fbec5a" d="M15.381,21.553c-.262,.013-.507,.122-.768,.141,.066,.178-.157,.336-.296,.202-.098,.031-.199,.01-.283-.047-.326,.126-.438,.672-.027,.357,.107-.068-.045,.155,.03,.106,.824-.278,1.811-.053,2.646-.147-.529-.098-1.111-.035-1.617-.133,.061-.084,.134-.159,.201-.237-.054-.009-.106-.02-.16-.033,.095-.065,.183-.139,.275-.209h0Z"></path><path fill="#fbec5a" d="M19.45,22.456c-.189,.114-.334-.088-.492-.148-.118,.163-.393,.721-.499,.182-.151,.127-.227,.416-.472,.377-.259-.468-.364,.332-.654,.034-.031-.147-.104-.32-.184-.086-.055,.165-.231,.287-.402,.214-.093-.076,.075-.359-.044-.339-.178,.117-.281,.409-.529,.386-.096-.108,.058-.291-.047-.411-.125,.16-.263,.394-.479,.411-.104-.084,.004-.327-.062-.362-.221,.133-.455,.369-.733,.295,.506-1.083,2.024-.344,2.918-.762,.102-.062,.349-.15,.261-.294-.078-.114,.203-.069,.23-.202,.454-.447,1.524,.043,2.172-.03,.048,.309-.295,.527-.572,.431-.132,.021-.33-.303-.291-.067-.027,.124-.008,.288-.121,.371m-5.419-.634c.903,.018,1.617-1.001,2.425-1.321,.631-.191,1.302-.168,1.936-.344,.482-.66,1.302-.896,1.988-1.276,.543-.535,1.009-1.606,1.968-1.467-.016,.269-.171,.508-.357,.694,.153-.003,.284-.1,.438-.094,.053,.276-.246,.421-.404,.593,.712,.068-.308,.378-.479,.6,.484,.095-.338,.196-.323,.398,.256,.242-.684,.209-.273,.448-.082,.124-.258,.15-.401,.138,.141,.615-.997,.841-1.476,.944,.511,.124,2.837-.423,1.76-.831,.297-.183,.671-.118,.99-.227,.008-.103-.243-.075-.336-.098-.494-.098,.712-.163,.815-.36-.186-.086-.421-.01-.62-.081,.246-.068,1.587-.465,.77-.486-.187,.033-.273-.057-.061-.134,.722-.438,2.066-1.473,.262-.802,1.482-1.119,2.217-2.57,.007-.62,1.379-1.223,1.922-3.365-.02-.741,1.057-1.83,.701-3.668-.249-.492,.117-.273,.256-1.744-.197-1.117-.529,2.79-3.132,4.783-5.896,4.945-.563,.859-1.624,1.121-2.265,1.732"></path><path fill="#fbec5a" d="M15.886,20.076c-.091,.166-.145,.357-.263,.505-.662-.588-1.712-.067-2.375-.651-1.256-.909-2.379-1.756-3.421-2.935-.105,.026-.057,.252-.186,.136-.07-.05-.244-.054-.26,.015,.158,.208,.316,.445,.338,.711-.108,.011-.299-.023-.352,.017,.143,.214,.326,.404,.534,.556-.1,.016-.297,.007-.335,.048,.207,.168,.428,.341,.699,.384,.055,.073-.081,.214,.034,.276,.066,.027,.286,.073,.135,.148-.252,.26,.305,.231,.354,.357-.475,.25,.258,.394,.495,.412-.105,.089-.235,.139-.344,.222,.683,.379,1.438,.647,2.197,.829-.98-.036-1.846-.517-2.743-.856,.135-.07,.291-.087,.431-.148-.291-.058-.608-.077-.864-.237,.039-.07,.188-.073,.27-.109,.474-.133-.527-.11-.633-.261,.11-.124,.458-.045,.6-.189-.79-.158-1.694-.405-.236-.398-.761-.21-2.478-1.49-.648-.776-1.235-.994-2.378-2.729-.04-.667-1.008-.899-2.122-3.554,.088-.708-1.053-1.834-.715-3.71,.249-.492-.471-3.981,.959,4.279,6.275,3.808"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},kenya:{name:"kenya",keywords:["flag","kenya"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ad2317" d="M1 12H31V20H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z"></path><path fill="#2b6519" d="M5,19H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23.5)"></path><path fill="#fff" d="M1 11H31V13H1z"></path><path fill="#fff" d="M1 19H31V21H1z"></path><path fill="#fff" d="M19.345,11.096c.535-.927,.77-1.757,.873-2.289l.035-.182-.14,.121c-.41,.355-1.011,.973-1.546,1.9-.191,.332-.389,.674-.304,1.041l-2.261,3.917-2.261-3.917c.085-.367-.113-.709-.304-1.041-.535-.927-1.136-1.545-1.546-1.9l-.14-.121,.035,.182c.103,.532,.337,1.362,.873,2.289,.191,.332,.389,.674,.749,.784l2.373,4.109-3.537,6.126,.334,.193,3.426-5.934,3.426,5.934,.334-.193-3.537-6.126,2.373-4.109c.36-.11,.558-.452,.749-.784Z"></path><path fill="#ad2317" d="M17.233,10.953c-.334-.388-.683-.708-1.021-.971-.125-.097-.3-.097-.425,0-.338,.263-.687,.583-1.021,.971-1.6,1.856-1.819,4.052-1.85,5.036,.021,.899,.2,2.904,1.61,4.728,.395,.511,.815,.915,1.207,1.233,.155,.126,.378,.126,.533,0,.392-.317,.812-.722,1.207-1.233,1.41-1.824,1.589-3.829,1.61-4.728-.031-.984-.25-3.181-1.85-5.036Z"></path><path d="M13.533,18.972c.601-.84,.964-1.861,.964-2.972s-.367-2.141-.972-2.983c-.486,1.216-.588,2.343-.608,2.973,.014,.614,.113,1.747,.617,2.982Z"></path><path d="M18.467,18.972c-.601-.84-.964-1.861-.964-2.972,0-1.116,.367-2.141,.972-2.983,.486,1.216,.588,2.343,.608,2.973-.014,.614-.113,1.747-.617,2.982Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},key:{name:"key",keywords:["key","security","access","private","password","protection","unlock","open","passcode","sign-in"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M5.91 11a0.89 0.89 0 1 1-1.78 0 0.89 0.89 0 0 1 1.78 0z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.06 2.45l-4.59 4.58a3.53 3.53 0 0 0-0.91-0.13 3.56 3.56 0 1 0 3.56 3.56c0-0.32-0.05-0.62-0.13-0.91l1.91-1.91v-1.85h1.85l0.82-0.83v-2.51h-2.51z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M7.38 13.71a1.11 1.11 0 1 1-2.22 0 1.11 1.11 0 0 1 2.22 0z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.79 3.05l-5.72 5.72a4.4 4.4 0 0 0-1.13-0.17 4.44 4.44 0 1 0 4.44 4.44c0-0.4-0.07-0.77-0.17-1.13l2.39-2.39v-2.3h2.3l1.03-1.03v-3.14h-3.14z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M8.84 16.43a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.52 3.66l-6.85 6.84a5.27 5.27 0 0 0-1.36-0.19 5.32 5.32 0 1 0 5.32 5.32c0-0.47-0.08-0.92-0.2-1.36l2.86-2.86v-2.76h2.76l1.23-1.23v-3.76h-3.76z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M11.83 21.99a1.78 1.78 0 1 1-3.56 0 1.78 1.78 0 0 1 3.56 0z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.11 4.9l-9.16 9.16a7.05 7.05 0 0 0-1.82-0.27 7.12 7.12 0 1 0 7.12 7.12c0-0.63-0.11-1.24-0.27-1.82l3.83-3.82v-3.69h3.68l1.66-1.65v-5.04h-5.04z"></path></g>'}}},kiribati:{name:"kiribati",keywords:["flag","kiribati"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#b9291d" rx="4" ry="4"></rect><path fill="#f2d347" d="M21.451,6.323c-4.575-.437-3.787-.33-5.095,1.154-.125-.052-.245-.098-.361-.142h0c-.186-.069-.362-.13-.528-.18h0c-.455-.139-.847-.212-1.234-.248h0c-.08-.007-.16-.014-.24-.018h0c-.322-.02-.693-.021-.999,.029h0c-.892,.137-1.45,.503-2.408,.534,.036,.041,.075,.078,.123,.112v.002c.089,.058,.194,.119,.319,.164h0c.685,.255,1.831,.243,2.406-.283,1.007,.106,1.254,.38,1.511,.701-.435-.07-.909-.173-1.318,.272-.44,.174-1.513-.361-1.486,.442,.607-.477,1.935,.03,2.526,.427,1.547,.053,3.747-.853,5.387-.87h-1.606l1.914-.384h-2.223c-.043-.047-.136-.106-.214-.157,.527-.347,.987-.957,1.113-1.26,.228-.002,.436-.01,.631-.021h0c.162-.009,.313-.022,.458-.037h0c.223-.023,.429-.054,.63-.089h0c.234-.042,.463-.092,.695-.147Z"></path><path fill="#f2d347" d="M20.32,15.696l1.663-.528-1.964-.242c.487-.308,1.057-.48,1.643-.491-.516-.244-1.086-.346-1.644-.299l1.36-1.093-1.92,.484c.343-.463,.813-.83,1.355-1.053-.569-.041-1.137,.07-1.641,.315l.873-1.511-1.616,1.145c.152-.556,.458-1.068,.884-1.471-.546,.167-1.035,.476-1.416,.887l.268-1.725-1.092,1.65c-.059-.573,.042-1.16,.293-1.69-.449,.353-.793,.818-1.001,1.338l-.373-1.705-.423,1.935c-.262-.513-.381-1.097-.338-1.683-.291,.491-.444,1.049-.45,1.61l-.963-1.455,.305,1.957c-.43-.384-.752-.886-.923-1.447-.094,.563-.035,1.139,.162,1.663l-1.424-1.009,.99,1.714c-.539-.203-1.02-.554-1.382-1.015,.116,.559,.378,1.075,.752,1.492l-1.692-.426,1.543,1.241c-.576,.006-1.152-.148-1.657-.447,.31,.479,.741,.865,1.24,1.12l-1.732,.214,2.73,.867c.207,3.433,5.384,4.005,6.363,.744,.809-.453,1.781-.529,2.652-.21-.393-.414-.887-.715-1.425-.873Z"></path><path fill="#182c6d" d="M1,17H31v7c0,2.208-1.792,4-4,4H5c-2.208,0-4-1.792-4-4v-7h0Z"></path><path fill="#fff" d="M29.178,23.901c-1.495,.598-2.949,.598-4.442,0-1.975-.791-4.07-.795-6.223-.012-1.691,.614-3.334,.614-5.025,0-2.151-.783-4.246-.779-6.223,.012-1.493,.598-2.947,.598-4.442,0-.605-.242-1.213-.402-1.822-.496v.596c0,.582,.13,1.131,.354,1.629,.231,.064,.461,.116,.693,.209,1.987,.795,4.004,.796,5.993,0,1.505-.602,3.056-.599,4.734,.012,2.141,.779,4.311,.779,6.451,0,1.679-.61,3.229-.614,4.734-.012,1.989,.796,4.006,.795,5.993,0,.232-.093,.463-.145,.693-.209,.223-.499,.354-1.048,.354-1.629v-.596c-.609,.095-1.217,.254-1.822,.496Z"></path><path fill="#fff" d="M31,19.231c-.609,.095-1.217,.254-1.822,.496-1.493,.597-2.947,.598-4.442,0-1.975-.791-4.07-.795-6.223-.012-1.691,.614-3.334,.614-5.025,0-2.153-.783-4.246-.779-6.223,.012-1.493,.597-2.947,.598-4.442,0-.605-.242-1.213-.402-1.822-.496v2.118c.347,.074,.696,.175,1.047,.316,1.989,.795,4.006,.794,5.993,0,1.505-.602,3.056-.599,4.734,.012,2.141,.778,4.311,.778,6.451,0,1.679-.611,3.229-.614,4.734-.012,1.989,.795,4.006,.794,5.993,0,.351-.14,.699-.241,1.047-.316v-2.118Z"></path><path fill="#fff" d="M31,15.057c-.609,.095-1.217,.254-1.822,.496-1.493,.597-2.947,.598-4.442,0-1.975-.791-4.07-.795-6.223-.012-1.691,.614-3.334,.614-5.025,0-2.153-.783-4.246-.779-6.223,.012-1.493,.597-2.947,.598-4.442,0-.605-.242-1.213-.402-1.822-.496v2.118c.347,.074,.696,.175,1.047,.316,1.989,.795,4.006,.794,5.993,0,1.505-.603,3.056-.599,4.734,.012,2.141,.778,4.311,.778,6.451,0,1.679-.61,3.229-.614,4.734-.012,1.989,.795,4.006,.794,5.993,0,.351-.14,.699-.241,1.047-.316v-2.118Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},kosovo:{name:"kosovo",keywords:["flag","kosovo"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#2b48a1" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#c8a75e" d="M16.156,12.199c-.057,1.364,1.363,.39,1.832,1.489,.487,.442,.644,1.522,1.729,1.459-.162,.783-.33,.978,.564,1.156,.444-.261,.471,.228,.764,.383,.249-.063,.732-.298,.865,.191-.371,.914-.734,1.954-1.307,2.445-1.139-.027,1.325,1.149-.422,.914-.24-.582-.677,.28-1.046,.362-.096,1.024-.689,1.254-1.146,.171-3.899,.52-1.321,2.439-3.4,2.616-.614-5.252-1.701-2.347-2.495-4.607-.124-.516-.581-.74-.935-1.106,.255-.676,.079-.865-.583-1.136-.063-.619,.712-.87,1.207-.473,.435-.136,.606-.626,1.228-.654,1.024,.037,.741-.26,.884-.976,.512-.414,.862-.237,.986-.935,.495-.172-.864-.71-.11-1.016,.46-.079,1.063-.794,1.388-.281"></path><path fill="#fff" d="M17.713,9.471l-.278-.855-.275,.855h-.9l.728,.529-.278,.855,.724-.529,.728,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M20.542,9.969l-.278-.851-.275,.851h-.9l.728,.529-.278,.855,.724-.529,.728,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M23.241,10.951l-.275-.851-.278,.851h-.9l.728,.529-.278,.855,.728-.529,.724,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M14.84,9.471l-.275-.855-.278,.855h-.9l.728,.529-.278,.855,.728-.529,.724,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M12.011,9.969l-.275-.851-.278,.851h-.9l.728,.529-.278,.855,.728-.529,.724,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M9.312,10.951l-.278-.851-.275,.851h-.9l.728,.529-.278,.855,.724-.529,.728,.529-.278-.855,.728-.529h-.9Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},kurdistan:{name:"kurdistan",keywords:["flag","kurdistan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="M1 11H31V21H1z"></path><path fill="#ed1b1e" stroke-width="0" d="m5,4h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z"></path><path fill="#248f41" stroke-width="0" d="m5,20h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 16 24)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#f3bf45" stroke-width="0" d="m16,9.3519l.4982,3.38,1.4724-3.0831-.5202,3.3768,2.3157-2.5121-1.4924,3.0734,2.9532-1.7179-2.332,2.4969,3.3284-.7711-2.9644,1.6987,3.4078.2442-3.3333.7494,3.1844,1.2378-3.4061-.2664,2.6781,2.1215-3.1763-1.2586,1.9338,2.8166-2.6642-2.1389,1.0177,3.2615-1.9154-2.8291.0111,3.4165-.9964-3.268-.9964,3.268.0111-3.4165-1.9154,2.8291,1.0177-3.2615-2.6642,2.1389,1.9338-2.8166-3.1763,1.2586,2.6781-2.1215-3.4061.2664,3.1844-1.2379-3.3333-.7494,3.4078-.2442-2.9644-1.6987,3.3284.7711-2.332-2.4969,2.9532,1.7179-1.4924-3.0733,2.3157,2.5121-.5202-3.3768,1.4724,3.0831.4982-3.38Z"></path></g>'}}},kuwait:{name:"kuwait",keywords:["flag","kuwait"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#357942" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M11,12L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947l8.684-6.947V12Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},kyrgyzstan:{name:"kyrgyzstan",keywords:["flag","kyrgyzstan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#ea3323" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#ff5" d="M16,23l-.239-2.386c-.008-.08,.02-.162,.082-.214,.037-.031,.088-.055,.157-.053,.102,.002,.164,.057,.2,.111,.032,.048,.045,.106,.039,.164l-.24,2.378h0Zm7-7l-2.386-.239c-.08-.008-.162,.02-.214,.082-.031,.037-.055,.088-.053,.157,.002,.102,.057,.164,.111,.2,.048,.032,.106,.045,.164,.039l2.378-.24h0Zm-.086,1.095l-2.319-.609c-.078-.02-.163-.006-.224,.047-.036,.032-.068,.078-.077,.147-.014,.102,.03,.171,.078,.215,.042,.039,.098,.061,.156,.064l2.387,.135Zm-.257,1.068l-2.195-.964c-.074-.032-.16-.031-.228,.012-.041,.026-.079,.066-.099,.133-.03,.098,.003,.174,.043,.225,.036,.045,.087,.076,.144,.088l2.336,.507Zm-.42,1.015l-2.018-1.296c-.068-.043-.153-.056-.228-.024-.045,.019-.088,.053-.119,.115-.045,.092-.024,.172,.007,.229,.028,.05,.074,.088,.128,.109l2.228,.866h0Zm-.574,.937l-1.79-1.595c-.06-.053-.143-.079-.221-.059-.047,.012-.096,.039-.135,.096-.059,.084-.051,.166-.029,.227,.02,.054,.059,.099,.11,.128l2.065,1.204h0Zm-.713,.834l-1.518-1.856c-.051-.062-.128-.1-.209-.093-.048,.004-.101,.023-.148,.073-.071,.074-.076,.156-.063,.22,.011,.057,.043,.107,.088,.144l1.851,1.512Zm-.835,.713l-1.209-2.07c-.04-.069-.111-.119-.192-.125-.048-.003-.103,.007-.158,.049-.082,.062-.099,.143-.097,.207,.002,.058,.026,.112,.065,.156l1.592,1.783Zm-.937,.574l-.87-2.234c-.029-.075-.091-.135-.17-.153-.047-.011-.103-.009-.164,.024-.091,.048-.121,.125-.128,.189-.007,.057,.008,.115,.039,.164l1.293,2.011Zm-1.015,.42l-.51-2.343c-.017-.079-.069-.148-.144-.178-.045-.018-.1-.025-.166-.002-.097,.033-.139,.105-.156,.167-.016,.056-.01,.115,.013,.168l.963,2.188h0Zm-1.068,.257l-.138-2.394c-.004-.081-.045-.157-.114-.198-.041-.025-.095-.04-.163-.028-.101,.018-.153,.082-.181,.14-.024,.052-.028,.112-.013,.168l.609,2.312Zm-8.095-6.914l2.386-.239c.08-.008,.162,.02,.214,.082,.031,.037,.055,.088,.053,.157-.002,.102-.057,.164-.111,.2-.048,.032-.106,.045-.164,.039l-2.378-.24h0Zm.086-1.095l2.394,.138c.081,.004,.157,.045,.198,.114,.025,.041,.04,.095,.028,.163-.018,.101-.082,.153-.14,.181-.052,.024-.112,.028-.168,.013l-2.312-.609Zm.257-1.068l2.343,.51c.079,.017,.148,.069,.178,.144,.018,.045,.025,.1,.002,.166-.033,.097-.105,.139-.167,.156-.056,.016-.115,.01-.168-.013l-2.188-.963h0Zm.42-1.015l2.234,.87c.075,.029,.135,.091,.153,.17,.011,.047,.009,.103-.024,.164-.048,.091-.125,.121-.189,.128-.057,.007-.115-.008-.164-.039l-2.011-1.293Zm.574-.937l2.07,1.209c.069,.04,.119,.111,.125,.192,.003,.048-.007,.103-.049,.158-.062,.082-.143,.099-.207,.097-.058-.002-.112-.026-.156-.065l-1.783-1.592Zm.713-.835l1.856,1.518c.062,.051,.1,.128,.093,.209-.004,.048-.023,.101-.073,.148-.074,.071-.156,.076-.22,.063-.057-.011-.107-.043-.144-.088l-1.512-1.851Zm.835-.713l1.595,1.79c.053,.06,.079,.143,.059,.221-.012,.047-.039,.096-.096,.135-.084,.059-.166,.051-.227,.029-.054-.02-.099-.059-.128-.11l-1.204-2.065h0Zm.937-.574l1.296,2.018c.043,.068,.056,.153,.024,.228-.019,.045-.053,.088-.115,.119-.092,.045-.172,.024-.229-.007-.05-.028-.088-.074-.109-.128l-.866-2.228h0Zm1.015-.421l.964,2.195c.032,.074,.031,.16-.012,.228-.026,.041-.066,.079-.133,.099-.098,.03-.174-.003-.225-.043-.045-.036-.076-.087-.088-.144l-.507-2.336Zm1.068-.257l.609,2.319c.02,.078,.006,.163-.047,.224-.032,.036-.078,.068-.147,.077-.102,.014-.171-.03-.215-.078-.039-.042-.061-.098-.064-.156l-.135-2.387Zm1.095-.086l.239,2.386c.008,.08-.02,.162-.082,.214-.037,.031-.088,.055-.157,.053-.102-.002-.164-.057-.2-.111-.032-.048-.045-.106-.039-.164l.24-2.378h0Zm-1.095,13.914l.609-2.319c.02-.078,.006-.163-.047-.224-.032-.036-.078-.068-.147-.077-.102-.014-.171,.03-.215,.078-.039,.042-.061,.098-.064,.156l-.135,2.387Zm-1.068-.257l.964-2.195c.032-.074,.031-.16-.012-.228-.026-.041-.066-.079-.133-.099-.098-.03-.174,.003-.225,.043-.045,.036-.076,.087-.088,.144l-.507,2.336Zm-1.015-.42l1.296-2.018c.043-.068,.056-.153,.024-.228-.019-.045-.053-.088-.115-.119-.092-.045-.172-.024-.229,.007-.05,.028-.088,.074-.109,.128l-.866,2.228h0Zm-.937-.574l1.595-1.79c.053-.06,.079-.143,.059-.221-.012-.047-.039-.096-.096-.135-.084-.059-.166-.051-.227-.029-.054,.02-.099,.059-.128,.11l-1.204,2.065h0Zm-.835-.713l1.856-1.518c.062-.051,.1-.128,.093-.209-.004-.048-.023-.101-.073-.148-.074-.071-.156-.076-.22-.063-.057,.011-.107,.043-.144,.088l-1.512,1.851Zm-.713-.835l2.07-1.209c.069-.04,.119-.111,.125-.192,.003-.048-.007-.103-.049-.158-.062-.082-.143-.099-.207-.097-.058,.002-.112,.026-.156,.065l-1.783,1.592Zm-.574-.937l2.234-.87c.075-.029,.135-.091,.153-.17,.011-.047,.009-.103-.024-.164-.048-.091-.125-.121-.189-.128-.057-.007-.115,.008-.164,.039l-2.011,1.293Zm-.42-1.015l2.343-.51c.079-.017,.148-.069,.178-.144,.018-.045,.025-.1,.002-.166-.033-.097-.105-.139-.167-.156-.056-.016-.115-.01-.168,.013l-2.188,.963h0Zm-.257-1.068l2.394-.138c.081-.004,.157-.045,.198-.114,.025-.041,.04-.095,.028-.163-.018-.101-.082-.153-.14-.181-.052-.024-.112-.028-.168-.013l-2.312,.609Zm8.009-8.009l-.138,2.394c-.004,.081-.045,.157-.114,.198-.041,.025-.095,.04-.163,.028-.101-.018-.153-.082-.181-.14-.024-.052-.028-.112-.013-.168l.609-2.312Zm1.068,.257l-.51,2.343c-.017,.079-.069,.148-.144,.178-.045,.018-.1,.025-.166,.002-.097-.033-.139-.105-.156-.167-.016-.056-.01-.115,.013-.168l.963-2.188h0Zm1.015,.42l-.87,2.234c-.029,.075-.091,.135-.17,.153-.047,.011-.103,.009-.164-.024-.091-.048-.121-.125-.128-.189-.007-.057,.008-.115,.039-.164l1.293-2.011Zm.937,.574l-1.209,2.07c-.04,.069-.111,.119-.192,.125-.048,.003-.103-.007-.158-.049-.082-.062-.099-.143-.097-.207,.002-.058,.026-.112,.065-.156l1.592-1.783Zm.835,.713l-1.518,1.856c-.051,.062-.128,.1-.209,.093-.048-.004-.101-.023-.148-.073-.071-.074-.076-.156-.063-.22,.011-.057,.043-.107,.088-.144l1.851-1.512Zm.713,.835l-1.79,1.595c-.06,.053-.143,.079-.221,.059-.047-.012-.096-.039-.135-.096-.059-.084-.051-.166-.029-.227,.02-.054,.059-.099,.11-.128l2.065-1.204h0Zm.574,.937l-2.018,1.296c-.068,.043-.153,.056-.228,.024-.045-.019-.088-.053-.119-.115-.045-.092-.024-.172,.007-.229,.028-.05,.074-.088,.128-.109l2.228-.866h0Zm.42,1.015l-2.195,.964c-.074,.032-.16,.031-.228-.012-.041-.026-.079-.066-.099-.133-.03-.098,.003-.174,.043-.225,.036-.045,.087-.076,.144-.088l2.336-.507Zm.257,1.068l-2.319,.609c-.078,.02-.163,.006-.224-.047-.036-.032-.068-.078-.077-.147-.014-.102,.03-.171,.078-.215,.042-.039,.098-.061,.156-.064l2.387-.135Z"></path><circle cx="16" cy="16" r="4.232" fill="#ff5"></circle><path fill="#ea3323" d="M16,19.616c-1.994,0-3.616-1.622-3.616-3.616s1.622-3.616,3.616-3.616,3.616,1.622,3.616,3.616-1.622,3.616-3.616,3.616Zm0-6.943c-1.834,0-3.327,1.493-3.327,3.327s1.493,3.327,3.327,3.327,3.327-1.493,3.327-3.327-1.493-3.327-3.327-3.327Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},laos:{name:"laos",keywords:["flag","laos"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0b2364" d="M1 10H31V22H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><circle cx="16" cy="16" r="4" fill="#fff"></circle><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},latvia:{name:"latvia",keywords:["flag","latvia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 12H31V20H1z"></path><path fill="#922a35" d="M5,4H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z"></path><path fill="#922a35" d="M5,19H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"layers-3":{name:"layers-3",keywords:["layers-3","order","stack","layers","sheets","floors"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.37 4.53l5.23-2.75a0.89 0.89 0 0 1 0.82 0l5.23 2.75a0.67 0.67 0 0 1 0 1.18l-5.23 2.75a0.89 0.89 0 0 1-0.82 0l-5.23-2.75a0.67 0.67 0 0 1 0-1.18z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.01 8.01a0.66 0.66 0 0 1-0.36 0.59l-5.23 2.75a0.89 0.89 0 0 1-0.83 0l-5.22-2.75a0.66 0.66 0 0 1-0.36-0.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.01 10.9a0.66 0.66 0 0 1-0.36 0.59l-5.23 2.75a0.89 0.89 0 0 1-0.83 0l-5.22-2.75a0.66 0.66 0 0 1-0.36-0.59"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.96 5.65l6.51-3.44a1.11 1.11 0 0 1 1.04 0l6.51 3.44a0.83 0.83 0 0 1 0 1.47l-6.51 3.43a1.11 1.11 0 0 1-1.04 0l-6.51-3.43a0.83 0.83 0 0 1 0-1.47z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.47 9.99a0.83 0.83 0 0 1-0.45 0.74l-6.51 3.43a1.11 1.11 0 0 1-1.04 0l-6.51-3.43a0.82 0.82 0 0 1-0.45-0.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.47 13.6a0.83 0.83 0 0 1-0.45 0.73l-6.51 3.44a1.11 1.11 0 0 1-1.04 0l-6.51-3.44a0.82 0.82 0 0 1-0.45-0.73"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.54 6.76l7.81-4.11a1.33 1.33 0 0 1 1.24 0l7.81 4.11a1 1 0 0 1 0 1.77l-7.81 4.11a1.33 1.33 0 0 1-1.24 0l-7.81-4.11a1 1 0 0 1 0-1.76z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.93 11.97a0.99 0.99 0 0 1-0.53 0.88l-7.81 4.11a1.33 1.33 0 0 1-1.24 0l-7.81-4.11a0.99 0.99 0 0 1-0.53-0.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.93 16.29a0.99 0.99 0 0 1-0.53 0.89l-7.81 4.11a1.33 1.33 0 0 1-1.24 0l-7.81-4.11a0.99 0.99 0 0 1-0.53-0.89"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.74 9.05l10.45-5.5a1.78 1.78 0 0 1 1.66 0l10.45 5.5a1.33 1.33 0 0 1 0 2.37l-10.45 5.5a1.78 1.78 0 0 1-1.66 0l-10.45-5.5a1.33 1.33 0 0 1 0-2.37z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.01 16.02a1.32 1.32 0 0 1-0.71 1.18l-10.45 5.5a1.78 1.78 0 0 1-1.66 0l-10.45-5.5a1.32 1.32 0 0 1-0.71-1.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.01 21.8a1.32 1.32 0 0 1-0.71 1.19l-10.45 5.5a1.78 1.78 0 0 1-1.66 0l-10.45-5.5a1.32 1.32 0 0 1-0.71-1.19"></path></g>'}}},leaf:{name:"leaf",keywords:["leaf","nature","plant","garden","tree","green","eco","environment","efficient"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.81 13.5c4.42-0.78 5.5-7.38 3-11.94-1.52 3.18-5.03 2.7-7 5.12-0.58 0.72-1.03 1.69-1.03 2.74 0 1.4 0.69 2.65 1.76 3.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 14.46s4.09-1.13 6.67-5.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.99 16.83c5.51-0.98 6.86-9.21 3.73-14.89-1.9 3.96-6.27 3.37-8.72 6.39-0.73 0.89-1.29 2.11-1.28 3.42 0 1.75 0.86 3.3 2.19 4.24"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 18.04s5.1-1.4 8.33-7.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.17 20.17c6.6-1.17 8.22-11.03 4.47-17.84-2.27 4.75-7.52 4.04-10.45 7.65-0.87 1.07-1.54 2.53-1.54 4.1 0 2.1 1.04 3.95 2.62 5.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 21.61s6.12-1.68 9.97-8.64"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.62 26.99c8.83-1.56 11-14.76 5.99-23.87-3.04 6.36-10.06 5.4-13.99 10.24-1.16 1.43-2.06 3.38-2.06 5.48 0 2.81 1.39 5.29 3.51 6.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 28.93s8.18-2.25 13.34-11.57"></path></g>'}}},lebanon:{name:"lebanon",keywords:["flag","lebanon"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 10H31V22H1z"></path><path fill="#da352e" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#da352e" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#4aa25a" d="M15.761,11.494c-.133,.52-.944,.762-1.008,1.188,.682-.012-.464,.472-.603,.643,.817,.463-.136,.25-.287,.734-.124,.293-1.546,.664-.858,.91,.307-.14,.796-.194,.656,.302-.144,.543-1.985,.935-1.342,1.446,.235-.015,.397-.207,.597-.305,.442-.101,.388,.538,.01,.582-1.834,1.102-1.688,1.67,.307,.584,1.317,.485-1.679,.731-1.244,1.196,.916,.357,1.968-1.099,2.688-.347,.681,.933-2.177,2.12-1.395,1.991,.31-.343,.893-.111,1.222-.458,.309-.362,1.057-.455,1.369-.155,.096,.161,.516,.602,.647,.445,.085-.843,1.077,.378,1.34,.249,.063-.315-.464-.406-.614-.65-.477-.302-.792-1.944,.047-1.788,.571,.41,1.262,.123,1.892,.288,.295,.067,1.394,1.043,1.136,.258-.291-.527-1.765-.674-1.5-1.3,.24-.287,1.538,.632,.997-.102-.489-.281-.802-.956-1.451-.861-.121-.425,.685-.178,.937-.269,.492,.051,.141-.351-.167-.325-1.04-.175-1.01-.592,.044-.323,.325-.356-2.649-1.511-1.683-1.726,1.015,.383,.917,.136,.114-.354-.145-.124,.123-.178,.215-.131,.241-.74-2.029-.63-2.067-1.719Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},lesotho:{name:"lesotho",keywords:["flag","lesotho"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#030a85" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#45994d" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path d="M16,12.465c.101,0,.193,.056,.239,.146,.57,.068,.869,.48,.973,.96,.122,.561-.007,1.323-.403,2.123l1.52,2.016c.081-.038,.16-.077,.239-.119l.559,1.182c-1.961,1.015-4.293,1.015-6.254,0l.559-1.182c.079,.042,.158,.081,.239,.119l1.52-2.016c-.396-.8-.525-1.563-.403-2.123,.104-.48,.404-.892,.973-.96,.046-.09,.139-.146,.239-.146Zm.602,2.953c.308-.688,.408-1.34,.311-1.771-.086-.382-.279-.665-.663-.725v.985l.48,.48h-.384v.692l.256,.34Zm-.852-2.497c-.384,.06-.577,.344-.663,.725-.097,.431,.003,1.083,.311,1.771l.256-.34v-.692h-.384l.48-.48v-.985Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},liberia:{name:"liberia",keywords:["flag","liberia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#b12532" d="M1.456,6.182H30.544c-.664-1.29-1.993-2.182-3.544-2.182H5c-1.551,0-2.88,.892-3.544,2.182Z"></path><path fill="#b12532" d="M1 8.364H31V10.546000000000001H1z"></path><path fill="#b12532" d="M1 12.727H31V14.909H1z"></path><path fill="#b12532" d="M1 17.091H31V19.273H1z"></path><path fill="#b12532" d="M1 21.454H31V23.636H1z"></path><path fill="#b12532" d="M30.544,25.818H1.456c.664,1.29,1.993,2.182,3.544,2.182H27c1.551,0,2.88-.892,3.544-2.182Z"></path><path fill="#0b2364" d="M5,4h6.909V14.909H1v-6.909c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M7.455 10.043L9.074 8.867 7.073 8.867 6.455 6.964 5.836 8.867 3.836 8.867 5.454 10.043 4.836 11.945 6.455 10.769 8.073 11.945 7.455 10.043z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},libya:{name:"libya",keywords:["flag","libya"],style:"colored",heights:{32:{width:32,path:'<g><path d="M1 10H31V22H1z"></path><path fill="#d52e23" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#4c9d4f" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M13.7,16c0-1.685,1.366-3.051,3.051-3.051,.662,0,1.275,.212,1.775,.57-.636-.637-1.514-1.031-2.485-1.031-1.939,0-3.511,1.572-3.511,3.511s1.572,3.511,3.511,3.511c.971,0,1.85-.394,2.485-1.031-.5,.359-1.113,.57-1.775,.57-1.685,0-3.051-1.366-3.051-3.051Z"></path><path fill="#fff" d="M21.356 16L22.471 14.465 20.667 15.052 19.552 13.517 19.552 15.414 17.748 16 19.552 16.586 19.552 18.483 20.667 16.948 22.471 17.535 21.356 16z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},liechtenstein:{name:"liechtenstein",keywords:["flag","liechtenstein"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0c267b" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path fill="#be2a2c" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#f9db5c" d="M12.675,11.106c-.103-.082-.215-.141-.329-.177,.175-.03,.219-.288,.063-.374,.201-.025,.23-.329,.039-.393,.204-.064,.162-.389-.054-.396,.181-.12,.044-.425-.168-.364,.129-.174-.098-.411-.277-.289,.063-.207-.23-.352-.357-.18,.004-.215-.312-.275-.391-.08-.054-.197-.363-.181-.395,.021-.071-.192-.38-.148-.392,.058-.082-.199-.406-.126-.39,.093-.082-.187-.387-.127-.388,.081-.036-.063-.105-.107-.183-.104,.157-.185,.079-.504-.14-.598,.104-.079-.066-.275-.095-.352,.03-.015,.055-.039,.071-.068,.179,.191,.376,.063,.521-.087-.138-.151-.354-.275-.524-.085-.017-.028-.042-.05-.071-.064,.004-.021,.162-.269,.136-.287-.032-.016-.172-.434-.238-.332-.14,.216-.232,.395-.041,.619-.03,.014-.054,.036-.071,.064-.17-.19-.387-.067-.524,.085,.145,.151,.342,.278,.521,.087,.017,.029,.041,.053,.071,.068-.029,.078-.199,.273-.095,.352-.22,.094-.298,.413-.14,.598-.078-.003-.147,.041-.183,.104,0-.208-.305-.268-.388-.081,.016-.219-.308-.292-.39-.093-.013-.207-.321-.25-.392-.058-.032-.202-.342-.218-.395-.021-.079-.195-.395-.134-.391,.08-.127-.171-.42-.027-.357,.18-.179-.122-.406,.115-.277,.289-.212-.061-.349,.244-.168,.364-.216,.008-.258,.332-.054,.396-.191,.064-.162,.367,.039,.393-.155,.086-.112,.344,.063,.374-.674,.029,.432,1.537,.601,1.96,.156,.506,5.05,.506,5.205,0,.336-.433,.603-1.412,.93-1.783Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},lightbulb:{name:"lightbulb",keywords:["light-bulb","light","energy","lightbulb","bulb","idea","lamp","concept","bright"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 11.79h4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 6.01a4.46 4.46 0 0 0-5.41-4.35c-1.72 0.36-3.09 1.77-3.41 3.5a4.45 4.45 0 0 0 2.37 4.82v2.7a1.78 1.78 0 0 0 1.78 1.78h0.44a1.78 1.78 0 0 0 1.78-1.78v-2.7a4.45 4.45 0 0 0 2.45-3.97z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 14.71h5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 7.49a5.56 5.56 0 0 0-6.75-5.42c-2.14 0.45-3.86 2.21-4.25 4.36a5.55 5.55 0 0 0 2.95 6.01v3.38a2.22 2.22 0 0 0 2.22 2.22h0.56a2.22 2.22 0 0 0 2.22-2.22v-3.38a5.55 5.55 0 0 0 3.05-4.95z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 17.62h5.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 8.98a6.66 6.66 0 0 0-8.08-6.5c-2.57 0.54-4.62 2.65-5.1 5.23a6.65 6.65 0 0 0 3.54 7.2v4.04a2.66 2.66 0 0 0 2.66 2.66h0.66a2.66 2.66 0 0 0 2.66-2.66v-4.04a6.64 6.64 0 0 0 3.66-5.93z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 23.59h8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 12.02a8.91 8.91 0 0 0-10.82-8.7c-3.44 0.72-6.19 3.55-6.82 7a8.9 8.9 0 0 0 4.73 9.64v5.41a3.56 3.56 0 0 0 3.56 3.56h0.89a3.56 3.56 0 0 0 3.56-3.56v-5.41a8.89 8.89 0 0 0 4.9-7.95z"></path></g>'}}},"lightbulb-sparkle-1":{name:"lightbulb-sparkle-1",keywords:["lightbulb-sparkle-1","light","energy","lightbulb","bulb","idea","lamp","concept","bright","sparkle","power","flash","bolt","electricity","thinking","innovation","inspiration"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 11.79h4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 6.01a4.46 4.46 0 0 0-5.41-4.35c-1.72 0.36-3.09 1.77-3.41 3.5a4.45 4.45 0 0 0 2.37 4.82v2.7a1.78 1.78 0 0 0 1.78 1.78h0.44a1.78 1.78 0 0 0 1.78-1.78v-2.7a4.45 4.45 0 0 0 2.45-3.97z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.45 6.01l0.67-2-1.33 2h2.44l-1.33 2 0.67-2"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 14.71h5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 7.49a5.56 5.56 0 0 0-6.75-5.42c-2.14 0.45-3.86 2.21-4.25 4.36a5.55 5.55 0 0 0 2.95 6.01v3.38a2.22 2.22 0 0 0 2.22 2.22h0.56a2.22 2.22 0 0 0 2.22-2.22v-3.38a5.55 5.55 0 0 0 3.05-4.95z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.3 7.49l0.83-2.49-1.67 2.49h3.06l-1.67 2.5 0.83-2.5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 17.62h5.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 8.98a6.66 6.66 0 0 0-8.08-6.5c-2.57 0.54-4.62 2.65-5.1 5.23a6.65 6.65 0 0 0 3.54 7.2v4.04a2.66 2.66 0 0 0 2.66 2.66h0.66a2.66 2.66 0 0 0 2.66-2.66v-4.04a6.64 6.64 0 0 0 3.66-5.93z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.14 8.98l1-2.99-2 2.99h3.66l-2 2.99 1-2.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 23.59h8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 12.02a8.91 8.91 0 0 0-10.82-8.7c-3.44 0.72-6.19 3.55-6.82 7a8.9 8.9 0 0 0 4.73 9.64v5.41a3.56 3.56 0 0 0 3.56 3.56h0.89a3.56 3.56 0 0 0 3.56-3.56v-5.41a8.89 8.89 0 0 0 4.9-7.95z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.91 12.02l1.33-4.01-2.67 4.01h4.9l-2.67 4 1.33-4"></path></g>'}}},link:{name:"link",keywords:["link","url","hyperlink","chain"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.45 6.13c-0.27 0.14-0.52 0.33-0.75 0.56l-0.01 0.01a3.15 3.15 0 0 0 0 4.45l1.94 1.93a3.15 3.15 0 0 0 4.45 0h0.01a3.15 3.15 0 0 0 0-4.45l-0.68-0.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.57 9.89c0.27-0.14 0.52-0.33 0.75-0.56l0.01-0.01a3.15 3.15 0 0 0 0-4.45l-1.93-1.93a3.15 3.15 0 0 0-4.45 0h-0.01a3.15 3.15 0 0 0 0 4.45l0.67 0.68"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.29 7.65c-0.34 0.18-0.65 0.41-0.93 0.69l-0.02 0.01a3.92 3.92 0 0 0 0 5.55l2.42 2.42a3.92 3.92 0 0 0 5.55 0l0.01-0.01a3.92 3.92 0 0 0 0-5.55l-0.85-0.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.69 12.33c0.34-0.18 0.65-0.41 0.94-0.69l0.01-0.01a3.92 3.92 0 0 0 0-5.55l-2.42-2.42a3.92 3.92 0 0 0-5.55 0l-0.01 0.01a3.92 3.92 0 0 0 0 5.55l0.85 0.85"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.13 9.17c-0.4 0.21-0.78 0.49-1.12 0.83l-0.01 0.01a4.7 4.7 0 0 0 0 6.65l2.89 2.89a4.7 4.7 0 0 0 6.65 0l0.01-0.01a4.7 4.7 0 0 0 0-6.65l-1.01-1.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.81 14.77c0.4-0.21 0.78-0.49 1.12-0.83l0.01-0.01a4.7 4.7 0 0 0 0-6.65l-2.89-2.89a4.7 4.7 0 0 0-6.65 0l-0.01 0.01a4.7 4.7 0 0 0 0 6.65l1.01 1.01"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.9 12.27c-0.54 0.28-1.05 0.66-1.5 1.11l-0.02 0.02a6.29 6.29 0 0 0 0 8.9l3.87 3.87a6.29 6.29 0 0 0 8.9 0l0.02-0.02a6.29 6.29 0 0 0 0-8.9l-1.36-1.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.15 19.77c0.54-0.28 1.04-0.66 1.49-1.11l0.02-0.02a6.29 6.29 0 0 0 0-8.9l-3.87-3.87a6.29 6.29 0 0 0-8.9 0l-0.02 0.02a6.29 6.29 0 0 0 0 8.9l1.36 1.35"></path></g>'}}},lithuania:{name:"lithuania",keywords:["flag","lithuania"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#2d6946" d="M1 11H31V21H1z"></path><path fill="#f3bd43" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#b33431" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"loader-4":{name:"loader-4",keywords:["loader","loader-4","loading","progress","wait","spinner","refresh","waiting","animation","status","buffering","processing","pending"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M8.01 0.89a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="currentColor" stroke-width="0" d="M13.57 6.45a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z" opacity=".75"></path><path fill="currentColor" stroke-width="0" d="M8.01 12.02a1.56 1.56 0 1 0 0 3.11 1.56 1.56 0 1 0 0-3.11z" opacity=".5"></path><path fill="currentColor" stroke-width="0" d="M2.45 6.45a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z" opacity=".25"></path><path fill="currentColor" stroke-width="0" d="M11.94 5.63c0.4 0 0.8-0.15 1.1-0.45a1.56 1.56 0 0 0 0-2.2 1.56 1.56 0 0 0-2.2 0 1.56 1.56 0 0 0 0 2.2c0.3 0.3 0.7 0.46 1.1 0.45z" opacity=".88"></path><path fill="currentColor" stroke-width="0" d="M10.84 10.84a1.56 1.56 0 0 0 0 2.2c0.3 0.3 0.7 0.45 1.1 0.46s0.8-0.15 1.1-0.46a1.56 1.56 0 0 0 0-2.2 1.56 1.56 0 0 0-2.2 0z" opacity=".63"></path><path fill="currentColor" stroke-width="0" d="M2.98 10.84a1.56 1.56 0 0 0 0 2.2c0.3 0.3 0.7 0.45 1.1 0.46s0.8-0.15 1.1-0.46a1.56 1.56 0 0 0 0-2.2 1.56 1.56 0 0 0-2.2 0z" opacity=".38"></path><path fill="currentColor" stroke-width="0" d="M2.98 2.98a1.56 1.56 0 0 0 0 2.2c0.3 0.3 0.7 0.46 1.1 0.45s0.8-0.15 1.1-0.45a1.56 1.56 0 0 0 0-2.2 1.56 1.56 0 0 0-2.2 0z" opacity=".13"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M9.99 1.11a1.94 1.94 0 1 0 0 3.89 1.94 1.94 0 1 0 0-3.89z"></path><path fill="currentColor" stroke-width="0" d="M16.93 8.05a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z" opacity=".75"></path><path fill="currentColor" stroke-width="0" d="M9.99 14.99a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z" opacity=".5"></path><path fill="currentColor" stroke-width="0" d="M3.05 8.05a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z" opacity=".25"></path><path fill="currentColor" stroke-width="0" d="M14.9 7.03c0.5 0 0.99-0.19 1.37-0.57a1.94 1.94 0 0 0 0-2.75 1.94 1.94 0 0 0-2.75 0 1.94 1.94 0 0 0 0 2.75c0.38 0.38 0.88 0.57 1.38 0.57z" opacity=".88"></path><path fill="currentColor" stroke-width="0" d="M13.52 13.52a1.94 1.94 0 0 0 0 2.75c0.38 0.38 0.88 0.57 1.38 0.57s0.99-0.19 1.37-0.57a1.94 1.94 0 0 0 0-2.75 1.94 1.94 0 0 0-2.75 0z" opacity=".63"></path><path fill="currentColor" stroke-width="0" d="M3.71 13.52a1.94 1.94 0 0 0 0 2.75c0.38 0.38 0.88 0.57 1.37 0.57s0.99-0.19 1.38-0.57a1.94 1.94 0 0 0 0-2.75 1.94 1.94 0 0 0-2.75 0z" opacity=".38"></path><path fill="currentColor" stroke-width="0" d="M3.71 3.71a1.94 1.94 0 0 0 0 2.75c0.38 0.38 0.88 0.57 1.37 0.57s0.99-0.19 1.38-0.57a1.94 1.94 0 0 0 0-2.75 1.94 1.94 0 0 0-2.75 0z" opacity=".13"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M11.97 1.33a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path><path fill="currentColor" stroke-width="0" d="M20.28 9.64a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z" opacity=".75"></path><path fill="currentColor" stroke-width="0" d="M11.97 17.96a2.33 2.33 0 1 0 0 4.65 2.33 2.33 0 1 0 0-4.65z" opacity=".5"></path><path fill="currentColor" stroke-width="0" d="M3.66 9.64a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z" opacity=".25"></path><path fill="currentColor" stroke-width="0" d="M17.85 8.42c0.6 0 1.19-0.23 1.64-0.68a2.33 2.33 0 0 0 0-3.29 2.33 2.33 0 0 0-3.29 0 2.33 2.33 0 0 0 0 3.29c0.45 0.45 1.05 0.68 1.65 0.68z" opacity=".88"></path><path fill="currentColor" stroke-width="0" d="M16.2 16.2a2.33 2.33 0 0 0 0 3.29c0.45 0.45 1.05 0.68 1.65 0.68s1.19-0.23 1.64-0.68a2.33 2.33 0 0 0 0-3.29 2.33 2.33 0 0 0-3.29 0z" opacity=".63"></path><path fill="currentColor" stroke-width="0" d="M4.45 16.2a2.33 2.33 0 0 0 0 3.29c0.45 0.45 1.05 0.68 1.64 0.68s1.19-0.23 1.65-0.68a2.33 2.33 0 0 0 0-3.29 2.33 2.33 0 0 0-3.29 0z" opacity=".38"></path><path fill="currentColor" stroke-width="0" d="M4.45 4.45a2.33 2.33 0 0 0 0 3.29c0.45 0.45 1.05 0.68 1.64 0.68s1.19-0.23 1.65-0.68a2.33 2.33 0 0 0 0-3.29 2.33 2.33 0 0 0-3.29 0z" opacity=".13"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" stroke-width="0" d="M16.02 1.78a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="currentColor" stroke-width="0" d="M27.14 12.9a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z" opacity=".75"></path><path fill="currentColor" stroke-width="0" d="M16.02 24.03a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z" opacity=".5"></path><path fill="currentColor" stroke-width="0" d="M4.9 12.9a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z" opacity=".25"></path><path fill="currentColor" stroke-width="0" d="M23.89 11.27c0.8 0 1.59-0.3 2.2-0.91a3.12 3.12 0 0 0 0-4.41 3.12 3.12 0 0 0-4.41 0 3.12 3.12 0 0 0 0 4.41c0.61 0.61 1.41 0.91 2.21 0.91z" opacity=".88"></path><path fill="currentColor" stroke-width="0" d="M21.68 21.68a3.12 3.12 0 0 0 0 4.41c0.61 0.61 1.41 0.91 2.21 0.91s1.59-0.3 2.2-0.91a3.12 3.12 0 0 0 0-4.41 3.12 3.12 0 0 0-4.41 0z" opacity=".63"></path><path fill="currentColor" stroke-width="0" d="M5.95 21.68a3.12 3.12 0 0 0 0 4.41c0.61 0.61 1.41 0.91 2.2 0.91s1.59-0.3 2.21-0.91a3.12 3.12 0 0 0 0-4.41 3.12 3.12 0 0 0-4.41 0z" opacity=".38"></path><path fill="currentColor" stroke-width="0" d="M5.95 5.95a3.12 3.12 0 0 0 0 4.41c0.61 0.61 1.41 0.91 2.2 0.91s1.59-0.3 2.21-0.91a3.12 3.12 0 0 0 0-4.41 3.12 3.12 0 0 0-4.41 0z" opacity=".13"></path></g>'}}},lock:{name:"lock",keywords:["lock","security","private","protection","padlock","locked","disabled","password"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 7.34v-2.89a2.89 2.89 0 1 1 5.78 0v2.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.46v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 7.34h6.68q1.78 0 1.78 1.78v3.56q0 1.78-1.78 1.78h-6.68q-1.78 0-1.78-1.78v-3.56q0-1.78 1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.16v-3.61a3.61 3.61 0 1 1 7.22 0v3.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.04v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 9.16h8.32q2.22 0 2.22 2.22v4.44q0 2.22-2.22 2.22h-8.32q-2.22 0-2.22-2.22v-4.44q0-2.22 2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 10.97v-4.32a4.32 4.32 0 1 1 8.64 0v4.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 15.63v1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 10.97h9.98q2.66 0 2.66 2.66v5.32q0 2.66-2.66 2.66h-9.98q-2.66 0-2.66-2.66v-5.32q0-2.66 2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 14.69v-5.79a5.79 5.79 0 1 1 11.57 0v5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 20.91v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 14.69h13.35q3.56 0 3.56 3.56v7.12q0 3.56-3.56 3.56h-13.35q-3.56 0-3.56-3.56v-7.12q0-3.56 3.56-3.56z"></path></g>'}}},"lock-open":{name:"lock-open",keywords:["lock-open","security","private","protection","padlock","lock","unlock","unlocked","open","password"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 7.34v-2.89a2.89 2.89 0 1 1 5.78 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 10.46v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 7.34h6.68q1.78 0 1.78 1.78v3.56q0 1.78-1.78 1.78h-6.68q-1.78 0-1.78-1.78v-3.56q0-1.78 1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 9.16v-3.61a3.61 3.61 0 1 1 7.22 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.04v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 9.16h8.32q2.22 0 2.22 2.22v4.44q0 2.22-2.22 2.22h-8.32q-2.22 0-2.22-2.22v-4.44q0-2.22 2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 10.97v-4.32a4.32 4.32 0 1 1 8.64 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 15.63v1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 10.97h9.98q2.66 0 2.66 2.66v5.32q0 2.66-2.66 2.66h-9.98q-2.66 0-2.66-2.66v-5.32q0-2.66 2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 14.69v-5.79a5.79 5.79 0 1 1 11.57 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 20.91v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 14.69h13.35q3.56 0 3.56 3.56v7.12q0 3.56-3.56 3.56h-13.35q-3.56 0-3.56-3.56v-7.12q0-3.56 3.56-3.56z"></path></g>'}}},luxembourg:{name:"luxembourg",keywords:["flag","luxembourg"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#dd4446" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#4aa2dc" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},macau:{name:"macau",keywords:["flag","macau"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#0a7662" stroke-width="0" rx="4" ry="4"></rect><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#ffdf1e" stroke-width="0" d="M12.7516 11.8141L12.9897 11.1228 12.3907 11.5422 11.8068 11.1021 12.0206 11.8014 11.4216 12.2207 12.1527 12.2335 12.3665 12.9327 12.6045 12.2414 13.3356 12.2542 12.7516 11.8141z"></path><path fill="#ffdf1e" stroke-width="0" d="M10.5614 14.13L10.4218 13.4122 10.1128 14.0749 9.3871 13.9858 9.9219 14.4845 9.6128 15.1471 10.2524 14.7927 10.7871 15.2913 10.6476 14.5736 11.2871 14.2191 10.5614 14.13z"></path><path fill="#ffdf1e" stroke-width="0" d="M19.9353 11.8014L20.1491 11.1021 19.5651 11.5422 18.9662 11.1228 19.2042 11.8141 18.6203 12.2542 19.3514 12.2414 19.5894 12.9327 19.8032 12.2335 20.5343 12.2207 20.5343 12.2207 20.5343 12.2207 19.9353 11.8014z"></path><path fill="#ffdf1e" stroke-width="0" d="M22.034 14.4845L22.5688 13.9858 21.843 14.0749 21.534 13.4122 21.3945 14.13 20.6688 14.2191 21.3083 14.5736 21.1688 15.2913 21.7035 14.7927 22.343 15.1471 22.034 14.4845z"></path><path fill="#ffdf1e" stroke-width="0" d="M16.3045 10.3439L15.9779 9.3389 15.6514 10.3439 14.5947 10.3439 15.4496 10.965 15.123 11.97 15.9779 11.3489 16.8328 11.97 16.5063 10.965 17.3612 10.3439 16.3045 10.3439z"></path><path fill="#fff" stroke-width="0" d="m18.14,20.5551c2.0444.3576,3.5567-.5618,4.5684-2.6826-1.6926-.6651-3.3514-.5459-4.9712.4756.9295-.8597,2.0383-1.3443,3.4024-1.2945l.3529-.4853c-1.3314-.1193-2.6234.3079-3.867,1.4112.9204-1.8162.8017-3.3248.0695-4.6519l-.4152.7164c.7243,1.5254.4939,2.9313-.3154,4.2647h-.0306c1.0369-2.0419.7125-3.8714-.9558-5.4914-1.6682,1.6199-1.9926,3.4495-.9558,5.4914h-.0306c-.8093-1.3335-1.0397-2.7394-.3154-4.2647l-.4152-.7164c-.7231,1.3105-.8475,2.7983.0359,4.5842-1.2196-1.0528-2.4856-1.4603-3.7893-1.3435l.3529.4853c1.3656-.0499,2.4753.4358,3.4055,1.2973-1.6209-1.0233-3.2806-1.1439-4.9743-.4784,1.0116,2.1208,2.5239,3.0402,4.5684,2.6826-1.0468.4515-2.2904.3052-3.9259-1.031l-.5294.1323c2.2456,2.0694,4.4387,1.8914,6.5953.1544,2.1566,1.737,4.3497,1.915,6.5953-.1544l-.5294-.1323c-1.6355,1.3362-2.8791,1.4825-3.9259,1.031Zm-.9144-2.1956v-.006l.0138-.0078c-.0046.0047-.0092.0091-.0138.0138Z"></path></g>'}}},madagascar:{name:"madagascar",keywords:["flag","madagascar"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#e65143" d="M27,4H12v12H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#3a8343" d="M12,15v13h15c2.209,0,4-1.791,4-4V15H12Z"></path><path fill="#fff" d="M5,4H13V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},magnifier:{name:"magnifier",keywords:["search","magnifier","zoom","glass","find","magnify"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 14.02l-3.66-3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 11.79a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 17.48l-4.56-4.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 14.71a6.11 6.11 0 1 0 0-12.21 6.11 6.11 0 0 0 0 12.21z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 20.95l-5.47-5.47"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 17.62a7.32 7.32 0 1 0 0-14.63 7.32 7.32 0 0 0 0 14.63z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 28.04l-7.32-7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 23.59a9.79 9.79 0 1 0 0.01-19.59 9.79 9.79 0 0 0 0 19.59z"></path></g>'}}},"magnifier-minus":{name:"magnifier-minus",keywords:["zoom-out","magnifier-minus","search","zoom","glass","find","magnifier","magnify","out"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 14.02l-3.66-3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 11.79a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 6.9h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 17.48l-4.56-4.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 14.71a6.11 6.11 0 1 0 0-12.21 6.11 6.11 0 0 0 0 12.21z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 8.6h-5.55"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 20.95l-5.47-5.47"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 17.62a7.32 7.32 0 1 0 0-14.63 7.32 7.32 0 0 0 0 14.63z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 10.31h-6.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 28.04l-7.32-7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 23.59a9.79 9.79 0 1 0 0.01-19.59 9.79 9.79 0 0 0 0 19.59z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 13.79h-8.9"></path></g>'}}},"magnifier-plus":{name:"magnifier-plus",keywords:["zoom-in","magnifier-plus","in","lens","plus","zoom","glass","find","search","magnify","magnifier"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 14.02l-3.66-3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 11.79a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 4.67v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 6.9h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 17.48l-4.56-4.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 14.71a6.11 6.11 0 1 0 0-12.21 6.11 6.11 0 0 0 0 12.21z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 5.83v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 8.6h-5.55"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 20.95l-5.47-5.47"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 17.62a7.32 7.32 0 1 0 0-14.63 7.32 7.32 0 0 0 0 14.63z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 6.98v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 10.31h-6.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 28.04l-7.32-7.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 23.59a9.79 9.79 0 1 0 0.01-19.59 9.79 9.79 0 0 0 0 19.59z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 9.35v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 13.79h-8.9"></path></g>'}}},malawi:{name:"malawi",keywords:["flag","malawi"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2a2c" d="M1 11H31V21H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#539d42" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#be2a2c" d="M20.578,10c-.772-1.764-2.529-3-4.578-3s-3.806,1.236-4.578,3h9.156Z"></path><path fill="#be2a2c" d="M13.027,16c.833,.62,1.854,1,2.973,1s2.14-.38,2.973-1h-5.945Z"></path></g>'}}},malaysia:{name:"malaysia",keywords:["flag","malaysia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#bc271a" d="M1.638,5.847H30.362c-.711-1.108-1.948-1.847-3.362-1.847H5c-1.415,0-2.651,.739-3.362,1.847Z"></path><path fill="#bc271a" d="M1.031,7.692c-.008,.103-.031,.202-.031,.308v1.539H31v-1.539c0-.105-.023-.204-.031-.308H1.031Z"></path><path fill="#bc271a" d="M1 11.384H31V13.231H1z"></path><path fill="#bc271a" d="M1 15.077H31V16.924H1z"></path><path fill="#bc271a" d="M1 18.769H31V20.616H1z"></path><path fill="#bc271a" d="M1,24c0,.105,.023,.204,.031,.308H30.969c.008-.103,.031-.202,.031-.308v-1.539H1v1.539Z"></path><path fill="#bc271a" d="M30.362,26.153H1.638c.711,1.108,1.948,1.847,3.362,1.847H27c1.415,0,2.651-.739,3.362-1.847Z"></path><path fill="#010062" d="M16,4H5c-2.209,0-4,1.791-4,4v10.769h15V4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#f6cd46" d="M11.639 8.108L11.931 10.106 13.061 8.432 12.455 10.36 14.2 9.342 12.818 10.816 14.833 10.655 12.949 11.384 14.833 12.113 12.818 11.952 14.2 13.427 12.455 12.408 13.061 14.336 11.931 12.662 11.639 14.661 11.346 12.662 10.216 14.336 10.822 12.408 9.077 13.427 10.459 11.952 8.444 12.113 10.328 11.384 8.444 10.655 10.459 10.816 9.077 9.342 10.822 10.36 10.216 8.432 11.346 10.106 11.639 8.108z"></path><path fill="#f6cd46" d="M10,8.189c-1.764-.783-3.829,.013-4.612,1.777-.783,1.764,.013,3.829,1.777,4.612,.903,.4,1.932,.4,2.835,0-1.764,1.266-4.221,.862-5.487-.903s-.862-4.221,.903-5.487c1.37-.983,3.214-.983,4.584,0Z"></path></g>'}}},maldives:{name:"maldives",keywords:["flag","maldives"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c22b38" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#377d40" d="M6 9H26V23H6z"></path><path fill="#fff" d="M15.217,16c0-1.747,1.252-3.201,2.908-3.515-.217-.041-.442-.064-.671-.064-1.977,0-3.579,1.602-3.579,3.579s1.602,3.579,3.579,3.579c.229,0,.454-.022,.671-.064-1.656-.314-2.908-1.768-2.908-3.515Z"></path></g>'}}},mali:{name:"mali",keywords:["flag","mali"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6d44a" d="M10 4H22V28H10z"></path><path fill="#53b44b" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},malta:{name:"malta",keywords:["flag","malta"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#bf2c30" d="M19,4h12V28h-12c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 23 16)"></path><path fill="#fff" d="M5,4h11V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M8.367,9.068c-.001-.009-.003-.018-.004-.026-.047-.241-.254-.431-.488-.465v-1.576h-1.861v1.576c-.009,.001-.018,.003-.026,.004-.241,.047-.431,.254-.465,.488h-1.576v1.861h1.576c.001,.009,.003,.018,.004,.026,.047,.241,.254,.431,.488,.465v1.576h1.861v-1.576c.009-.001,.018-.003,.026-.004,.241-.047,.431-.254,.465-.488h1.576v-1.861h-1.576Z"></path><path fill="#bf2c30" d="M8.125,13.247h-2.361v-1.641c-.188-.085-.342-.238-.427-.427h-1.641v-2.361h1.642c.084-.188,.237-.342,.426-.427v-1.641h2.361v1.641c.188,.085,.342,.238,.427,.427h1.641v2.361h-1.641c-.084,.188-.238,.343-.427,.427v1.641Zm-1.861-.5h1.361v-1.538l.209-.035c.152-.029,.267-.149,.286-.282l.031-.214h1.541v-1.361h-1.549l-.024-.218c-.029-.144-.148-.257-.281-.277l-.213-.031v-1.542h-1.361v1.538l-.209,.035c-.151,.029-.266,.149-.285,.282l-.031,.214h-1.542v1.361h1.525l.044,.196c.032,.165,.151,.279,.285,.299l.213,.031v1.542Z"></path></g>'}}},map:{name:"map",keywords:["map","location","direction","address","navigation"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 2.48v9.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 4.19v9.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.25 3.18l3.06-0.68a0.78 0.78 0 0 1 0.5 0.04l4.4 1.6a0.89 0.89 0 0 0 0.5 0.03l2.67-0.59a0.89 0.89 0 0 1 1.08 0.87v7.52a0.89 0.89 0 0 1-0.69 0.87l-3.06 0.68a0.78 0.78 0 0 1-0.5-0.04l-4.4-1.6a0.89 0.89 0 0 0-0.5-0.03l-2.67 0.59a0.89 0.89 0 0 1-1.08-0.87v-7.52a0.89 0.89 0 0 1 0.69-0.87z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 3.1v11.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 5.23v11.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.81 3.97l3.81-0.85c0.21-0.05 0.42-0.03 0.62 0.04l5.5 2a1.11 1.11 0 0 0 0.62 0.04l3.33-0.74a1.11 1.11 0 0 1 1.35 1.09v9.38a1.11 1.11 0 0 1-0.87 1.08l-3.81 0.85c-0.21 0.05-0.42 0.03-0.62-0.04l-5.5-2a1.11 1.11 0 0 0-0.62-0.04l-3.33 0.74a1.11 1.11 0 0 1-1.35-1.09v-9.38a1.11 1.11 0 0 1 0.87-1.08z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 3.71v13.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 6.26v13.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.37 4.76l4.56-1.02c0.25-0.05 0.51-0.04 0.75 0.05l6.58 2.39a1.32 1.32 0 0 0 0.75 0.05l3.98-0.88a1.33 1.33 0 0 1 1.62 1.29v11.25a1.33 1.33 0 0 1-1.04 1.29l-4.56 1.02c-0.25 0.05-0.51 0.04-0.75-0.05l-6.58-2.39a1.32 1.32 0 0 0-0.75-0.05l-3.98 0.88a1.33 1.33 0 0 1-1.62-1.29v-11.25a1.33 1.33 0 0 1 1.04-1.29z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 4.97v18.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 8.38v18.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.51 6.37l6.11-1.36c0.33-0.07 0.68-0.05 0.99 0.06l8.82 3.21a1.77 1.77 0 0 0 0.99 0.06l5.34-1.18a1.78 1.78 0 0 1 2.17 1.73v15.05a1.78 1.78 0 0 1-1.4 1.73l-6.11 1.36c-0.33 0.07-0.68 0.05-0.99-0.06l-8.82-3.21a1.77 1.77 0 0 0-0.99-0.06l-5.34 1.18a1.78 1.78 0 0 1-2.16-1.73v-15.05a1.78 1.78 0 0 1 1.39-1.73z"></path></g>'}}},"marshall-islands":{name:"marshall-islands",keywords:["flag","marshall","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#13348f" rx="4" ry="4"></rect><path fill="#d07b2c" d="M29.684,5.053L2.316,26.947c.059,.054,.122,.102,.185,.152L31,10v-2c0-1.172-.513-2.216-1.316-2.947Z"></path><path fill="#fff" d="M2.745,27.302l28.255-11.302v-6L2.5,27.1c.082,.067,.157,.142,.245,.202Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M10,8l.206,3.433,.72-1.892-.322,1.998,1.186-1.641-.828,1.847,1.57-1.278-1.277,1.57,1.846-.828-1.641,1.185,1.999-.322-1.892,.721,3.433,.206-3.433,.206,1.892,.72-1.999-.322,1.641,1.186-1.846-.828,1.277,1.57-1.57-1.277,.828,1.846-1.186-1.641,.322,1.999-.72-1.892-.206,3.433-.206-3.433-.721,1.892,.322-1.999-1.185,1.641,.828-1.846-1.57,1.277,1.278-1.57-1.847,.828,1.641-1.186-1.998,.322,1.892-.72-3.433-.206,3.433-.206-1.892-.721,1.998,.322-1.641-1.185,1.847,.828-1.278-1.57,1.57,1.278-.828-1.847,1.185,1.641-.322-1.998,.721,1.892,.206-3.433Z"></path></g>'}}},martinique:{name:"martinique",keywords:["flag","martinique"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#1e1918" stroke-width="0" d="m1,24c0,2.2092,1.7908,4,4,4h22c2.2092,0,4-1.7908,4-4v-9H1v9Z"></path><path fill="#05a84f" stroke-width="0" d="m27,4H5c-2.2092,0-4,1.7908-4,4v8h30v-8c0-2.2092-1.7908-4-4-4Z"></path><path fill="#f0121e" stroke-width="0" d="m2.3157,26.9474l13.6843-10.9474L2.3157,5.0526c-.8029.7316-1.3157,1.7756-1.3157,2.9474v16c0,1.1718.5128,2.2158,1.3157,2.9474Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},mauritania:{name:"mauritania",keywords:["flag","mauritania"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#4ca863" d="M1 9H31V23H1z"></path><path fill="#c02f27" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#c02f27" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#f8d749" d="M13.953 13.393L15.511 13.393 16 11.927 16.489 13.393 18.047 13.393 16.764 14.33 17.283 15.817 16 14.9 14.717 15.817 15.236 14.33 13.953 13.393z"></path><path fill="#f8d749" d="M8.363,12.64c.694,3.485,4.676,5.845,8.894,5.271,3.274-.445,5.841-2.566,6.38-5.271,0,4.105-3.419,7.433-7.637,7.433s-7.637-3.328-7.637-7.433Z"></path></g>'}}},mauritius:{name:"mauritius",keywords:["flag","mauritius"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#4aa459" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4v-3H1v3Z"></path><path fill="#f8d849" d="M1 15H31V22H1z"></path><path fill="#d83b3f" d="M27,4H5c-2.209,0-4,1.791-4,4v3H31v-3c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#151a69" d="M1 10H31V16H1z"></path></g>'}}},menu:{name:"menu",keywords:["three-bars","menu","settings","list","lines","navigation"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 8.01h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 3.34h12.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 12.68h12.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 9.99h14.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 4.16h14.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 15.82h14.98"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 11.97h17.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 4.99h17.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 18.95h17.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16.02h24.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6.67h24.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 25.37h24.04"></path></g>'}}},message:{name:"message",keywords:["comment","message","chat","speech","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 2h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l3.34-2.67h4.22a1.78 1.78 0 0 0 1.78-1.78v-6.23a1.78 1.78 0 0 0-1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 2.5h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l4.17-3.33h5.27a2.22 2.22 0 0 0 2.22-2.22v-7.77a2.22 2.22 0 0 0-2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 2.99h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l4.99-3.99h6.31a2.66 2.66 0 0 0 2.66-2.66v-9.31a2.66 2.66 0 0 0-2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 4h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l6.68-5.34h8.45a3.56 3.56 0 0 0 3.56-3.56v-12.46a3.56 3.56 0 0 0-3.56-3.56z"></path></g>'}}},"message-arrow-right":{name:"message-arrow-right",keywords:["message-arrow-right","chat","message","speech","arrow","forward","send","share","right","reply","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 9.57l2.23 2.22-2.23 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.91 11.79h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 7.59v-3.81a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l2.71-2.17"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 11.93l2.77 2.78-2.77 2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.59 14.71h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.47v-4.75a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l3.39-2.71"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 14.3l3.33 3.32-3.33 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.28 17.62h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 11.34v-5.69a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l4.06-3.25"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 19.14l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.82 23.59h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 15.18v-7.62a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l5.44-4.34"></path></g>'}}},"message-check":{name:"message-check",keywords:["comment-check","message-check","chat","message","speech","tick","check","complete","share","reply","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 6.38v-2.6a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l1.94-1.55"></path><path fill="currentColor" d="M12.46 8.01c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.05 2.89l-2 2.23a0.67 0.67 0 0 1-0.48 0.22h-0.02a0.67 0.67 0 0 1-0.47-0.2l-1.11-1.11a0.67 0.67 0 1 1 0.94-0.94l0.62 0.61 1.53-1.7a0.67 0.67 0 0 1 0.99 0.89z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 7.96v-3.24a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l2.43-1.94"></path><path fill="currentColor" d="M15.54 9.99c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.56 3.61l-2.5 2.77a0.83 0.83 0 0 1-0.59 0.28h-0.02a0.83 0.83 0 0 1-0.59-0.24l-1.39-1.39a0.83 0.83 0 1 1 1.18-1.18l0.76 0.77 1.91-2.12a0.83 0.83 0 0 1 1.24 1.11z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 9.53v-3.88a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l2.9-2.32"></path><path fill="currentColor" d="M18.62 11.97c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.07 4.33l-2.99 3.32a1 1 0 0 1-0.72 0.33h-0.02a1 1 0 0 1-0.71-0.29l-1.66-1.67a1 1 0 1 1 1.41-1.4l0.92 0.91 2.29-2.54a1 1 0 0 1 1.48 1.34z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 12.76v-5.2a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l3.89-3.1"></path><path fill="currentColor" d="M24.92 16.02c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.11 5.79l-4.01 4.45a1.33 1.33 0 0 1-0.95 0.44h-0.04a1.33 1.33 0 0 1-0.94-0.39l-2.23-2.23a1.33 1.33 0 1 1 1.89-1.88l1.23 1.22 3.06-3.4a1.33 1.33 0 0 1 1.99 1.79z" data-stroke="none"></path></g>'}}},"message-clock":{name:"message-clock",keywords:["message-clock","chat","message","speech","clock","time","waiting","schedule","reply","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 6.38v-2.6a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l1.94-1.55"></path><path fill="currentColor" d="M12.46 8.01c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.06 4.41a0.67 0.67 0 0 1-0.87 0.36l-1.44-0.59a0.67 0.67 0 0 1-0.42-0.62v-1.56a0.67 0.67 0 0 1 1.34 0v1.11l1.02 0.42a0.67 0.67 0 0 1 0.37 0.88z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 7.96v-3.24a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l2.43-1.94"></path><path fill="currentColor" d="M15.54 9.99c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.57 5.49a0.83 0.83 0 0 1-1.09 0.46l-1.8-0.74a0.83 0.83 0 0 1-0.51-0.77v-1.94a0.83 0.83 0 0 1 1.66 0v1.38l1.28 0.53a0.83 0.83 0 0 1 0.46 1.09z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 9.53v-3.88a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l2.9-2.32"></path><path fill="currentColor" d="M18.62 11.97c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.08 6.58a1 1 0 0 1-1.31 0.55l-2.15-0.89a1 1 0 0 1-0.62-0.92v-2.33a1 1 0 0 1 2 0v1.66l1.53 0.63a1 1 0 0 1 0.55 1.3z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 12.76v-5.2a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l3.89-3.1"></path><path fill="currentColor" d="M24.92 16.02c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.12 8.81a1.33 1.33 0 0 1-1.75 0.73l-2.88-1.18a1.33 1.33 0 0 1-0.82-1.24v-3.11a1.33 1.33 0 0 1 2.67 0v2.21l2.05 0.85a1.33 1.33 0 0 1 0.73 1.74z" data-stroke="none"></path></g>'}}},"message-lock":{name:"message-lock",keywords:["message-lock","chat","message","speech","clock","safe","secure","private","lock","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 11.35h-3.56a0.89 0.89 0 0 0-0.89 0.89v1.33a0.89 0.89 0 0 0 0.89 0.89h3.56a0.89 0.89 0 0 0 0.89-0.89v-1.33a0.89 0.89 0 0 0-0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 6.45v-2.67a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l2.22-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 11.35v-1.34a1.33 1.33 0 0 1 2.67 0v1.34"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 14.15h-4.44a1.11 1.11 0 0 0-1.11 1.11v1.67a1.11 1.11 0 0 0 1.11 1.11h4.44a1.11 1.11 0 0 0 1.11-1.11v-1.67a1.11 1.11 0 0 0-1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 8.04v-3.32a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l2.78-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 14.15v-1.66a1.67 1.67 0 0 1 3.33 0v1.66"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 16.96h-5.32a1.33 1.33 0 0 0-1.33 1.33v1.99a1.33 1.33 0 0 0 1.33 1.33h5.32a1.33 1.33 0 0 0 1.33-1.33v-1.99a1.33 1.33 0 0 0-1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 9.63v-3.98a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l3.32-2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 16.96v-2a2 2 0 0 1 3.99 0v2"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 22.7h-7.12a1.78 1.78 0 0 0-1.78 1.78v2.67a1.78 1.78 0 0 0 1.78 1.78h7.12a1.78 1.78 0 0 0 1.78-1.78v-2.67a1.78 1.78 0 0 0-1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 12.89v-5.33a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l4.45-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 22.7v-2.67a2.67 2.67 0 0 1 5.34 0v2.67"></path></g>'}}},"message-plus":{name:"message-plus",keywords:["comment-plus","message-plus","chat","message","speech","add","create","new","plus","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 10.01v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 12.24h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 8.57v-4.79a1.78 1.78 0 0 0-1.78-1.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l2.26-1.81"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 12.49v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 15.26h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 10.69v-5.97a2.22 2.22 0 0 0-2.22-2.22h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l2.83-2.26"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 14.96v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 18.29h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 12.8v-7.15a2.66 2.66 0 0 0-2.66-2.66h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l3.38-2.7"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 20.02v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 24.48h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 17.14v-9.58a3.56 3.56 0 0 0-3.56-3.56h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l4.53-3.62"></path></g>'}}},"message-writing":{name:"message-writing",keywords:["comment-alt","message-writing","chat","message","speech","dots","writing","texting","comment","bubble","conversation","msg","chatbox","callout"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 2h-9.34a1.78 1.78 0 0 0-1.78 1.78v6.23a1.78 1.78 0 0 0 1.78 1.78h1.78v2.67l3.34-2.67h4.22a1.78 1.78 0 0 0 1.78-1.78v-6.23a1.78 1.78 0 0 0-1.78-1.78z"></path><path fill="currentColor" d="M8.01 7.79a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none" opacity=".75"></path><path fill="currentColor" d="M4.9 7.79a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none"></path><path fill="currentColor" d="M11.13 7.79a0.89 0.89 0 0 1-0.01-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none" opacity=".5"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 2.5h-11.66a2.22 2.22 0 0 0-2.22 2.22v7.77a2.22 2.22 0 0 0 2.22 2.22h2.22v3.33l4.17-3.33h5.27a2.22 2.22 0 0 0 2.22-2.22v-7.77a2.22 2.22 0 0 0-2.22-2.22z"></path><path fill="currentColor" d="M9.99 9.71a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none" opacity=".75"></path><path fill="currentColor" d="M6.11 9.71a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none"></path><path fill="currentColor" d="M13.88 9.71a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none" opacity=".5"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 2.99h-13.96a2.66 2.66 0 0 0-2.66 2.66v9.31a2.66 2.66 0 0 0 2.66 2.66h2.66v3.99l4.99-3.99h6.31a2.66 2.66 0 0 0 2.66-2.66v-9.31a2.66 2.66 0 0 0-2.66-2.66z"></path><path fill="currentColor" d="M11.97 11.64a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none" opacity=".75"></path><path fill="currentColor" d="M7.32 11.64a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none"></path><path fill="currentColor" d="M16.63 11.64a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none" opacity=".5"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 4h-18.7a3.56 3.56 0 0 0-3.56 3.56v12.46a3.56 3.56 0 0 0 3.56 3.56h3.56v5.34l6.68-5.34h8.45a3.56 3.56 0 0 0 3.56-3.56v-12.46a3.56 3.56 0 0 0-3.56-3.56z"></path><path fill="currentColor" d="M16.02 15.58a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none" opacity=".75"></path><path fill="currentColor" d="M9.79 15.58a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none"></path><path fill="currentColor" d="M22.25 15.58a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none" opacity=".5"></path></g>'}}},messages:{name:"messages",keywords:["comment-discussion","messages","chat","message","speech","comment","bubble","conversation","msg","chatbox","callout","discussion"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.23 5.56h4.9a1.33 1.33 0 0 1 1.33 1.34v4a1.33 1.33 0 0 1-1.33 1.34h-0.45v2.22l-2.45-2.22h-2a1.33 1.33 0 0 1-1.33-1.34v-4a1.33 1.33 0 0 1 1.33-1.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.44 2.89c-0.31-0.53-0.88-0.89-1.54-0.89h-5.56a1.78 1.78 0 0 0-1.78 1.78v4.45a1.78 1.78 0 0 0 1.78 1.78v2.67l0.96-1.05"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.27 6.94h6.1a1.67 1.67 0 0 1 1.67 1.66v5a1.67 1.67 0 0 1-1.67 1.66h-0.55v2.78l-3.05-2.78h-2.5a1.67 1.67 0 0 1-1.67-1.66v-5a1.67 1.67 0 0 1 1.67-1.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.01 3.61c-0.38-0.66-1.09-1.11-1.91-1.11h-6.94a2.22 2.22 0 0 0-2.22 2.22v5.55a2.22 2.22 0 0 0 2.22 2.22v3.33l1.2-1.31"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.3 8.31h7.32a2 2 0 0 1 1.99 2v5.98a2 2 0 0 1-1.99 2h-0.67v3.32l-3.66-3.32h-2.99a2 2 0 0 1-1.99-2v-5.98a2 2 0 0 1 1.99-2z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.59 4.32a2.65 2.65 0 0 0-2.29-1.33h-8.31a2.66 2.66 0 0 0-2.66 2.66v6.65a2.66 2.66 0 0 0 2.66 2.66v3.99l1.44-1.57"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.46 11.13h9.79a2.67 2.67 0 0 1 2.68 2.66v8.01a2.67 2.67 0 0 1-2.67 2.67h-0.89v4.45l-4.9-4.45h-4a2.67 2.67 0 0 1-2.67-2.67v-8.01a2.67 2.67 0 0 1 2.67-2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.87 5.79a3.56 3.56 0 0 0-3.07-1.78h-11.13a3.56 3.56 0 0 0-3.56 3.56v8.9a3.56 3.56 0 0 0 3.56 3.55v5.34l1.93-2.1"></path></g>'}}},mexico:{name:"mexico",keywords:["flag","mexico"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#2c6748" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#bb3433" d="M17.875 19.221L17.874 19.221 17.875 19.221 17.875 19.221z"></path><path fill="#bb3433" d="M19.08 17.788L19.08 17.788 19.08 17.788 19.08 17.788z"></path><path fill="#bb3433" d="M15.938 18.943L15.938 18.944 15.938 18.944 15.938 18.943z"></path><path fill="#bb3433" d="M16.305 19.76L16.305 19.76 16.305 19.76 16.305 19.76z"></path><path fill="#854a29" d="M16.196 16.434L16.196 16.434 16.196 16.434 16.196 16.434z"></path><path fill="#854a29" d="M14.757,12.878h0s0,0,0,0Z"></path><path fill="#854a29" d="M15.137 12.715L15.137 12.715 15.137 12.715 15.137 12.715z"></path><path fill="#3b8288" d="M18.701,18.611c-.462-.69-.74,.319-1.215,.252,.125-.81-.778-.5-1.196-.312l.165-.241c-.625,.291-1.368-.712-1.816,.028-.095-.205-.882-.689-1.201-.328,.025-1.017-1.723-.957-.807,.081,.63,.179,.975,.964,1.915,.554,.129,.53,1.025,.583,1.413,.297-.052,.161-.027,.622-.041,.715,.479,.384,.485-.223,.822-.414,.489-.25,2.275,.502,1.96-.631Z"></path><path fill="#a27037" d="M14.624,17.264s.004,.003,.012,.007c-.007-.004-.011-.007-.012-.007h0Z"></path><path fill="#a27037" d="M18.215,13.019c.002-.497-3.62-1.554-2.526,.068-.258,.037-.691-.15-.712-.352,0,0,0,0,0,0,0,0,0,0,0,0,.015,.04-.11,.248-.151,.267-.006-.1-.03-.192-.03-.192v.004c-.125-.31-.028,.433-.249,.37,.076-.029,.006-.364-.052-.32,.037,.024-.047,.41-.121,.427,.045-.065-.042-.324-.062-.272,0,0,0,0,0,0,.063,.263-.45,.571-.376,.701-.336,.119-.481,.946,.12,.757-.256-.134-.135-.469,.172-.434-.014-.003,.043,.021,.027,.032,.079,.371,.485-.072,.645-.128-.169,.942-.602,1.836,.288,2.773-.295-.311-.349,.054-.016,.163-.201,.01-.431,.205-.085,.313-.071,.072-.345-.137-.195,.009-.003-.001-.006-.003-.009-.004,0,0,.002,.002,.006,.005-.572-.025-.025,.2,.214,.222-.194,.305,.482,.023,.548,.016,0,0,0,0,0,0,.133,.335,.238,.032,.208-.217,.095,.109,.19,.217,.287,.324h0s0,0,0,0h0c.152,.041,.318,.718,.432,.365,.004-.014,.006-.028,.008-.042,.226,.254,.334,.35,.235-.053,.123,.202,.233,.26,.201-.004,.186,.195,.137-.07,.118-.206,.179,.711,1.985,.561,1.799,.083-.312-.304-2.294-1.415-1.782-2.109,.194,.099,1.156,1.304,.738,.599-.371-.965,.316,0,.418,.358,.23,.415-.128-.724-.204-.764,.635,.793,.576,1.491,.375,.027,.025,.048,.066,.086,.116,.105-.037-.074-.08-.103-.104-.114,.039,.009,.087,.068,.107,.115-.001,0-.002,0-.003-.001,.339,1.803,.462,1.494,.249-.132,.512,2.02,.44,2.008,.384-.037,.367,.526,.103,1.624,.26,2.125,.274-.584,.176-2.301,.355-2.761-.337-.32-1.113-2.012-1.631-2.085Zm-2.889,4.239s0-.001,0-.002h.002s-.001,.001-.002,.002Z"></path><path fill="#a9ac78" d="M14.715,16.587c.079-.641-.499-.553-.914-.554-.811-.68,1.523-1.254,.432-1.993h.004s-.008-.002-.007-.002l.007,.002s-.023-.023-.022-.023c-.094,.015-.235,.019-.282,.136,0,0,.003,.002,.006,.005l-.126,.148c0,.006,.21,.147,.201,.157,.008-.002,.019,.009,.025,.013,.11,.347-.585,.486-.724,.802-.445,.914,.373,1.211,1.023,1.217-.875,.946-.794,.138-1.382-.416,.083-.354,.237-.801-.251-.948,.003-.079-.13-.161-.165-.041,.033-.034-.086-.136-.135-.069-.19-.243-.413,.369-.078,.307,.008,.075,.133,.04,.152,.023-.003,.095,.142,.085,.161,.025,.33,.191-.146,.548,.001,.847,.195,.36,.548,.505,.559,.978,.29,.474,1.476-.153,1.506-.487,.005-.039,.007-.081,.01-.123h0Zm-.254-1.951s.004,.004,.005,.005h0s-.004-.003-.006-.005h0Zm-.572,.62s0,0,0,0c0,0,0,0,0,0h0Z"></path><path fill="#a9ac78" d="M13.746,13.936c.005,.021-.459,.125-.392-.081,.088,.028,.498-.271,.332-.237-.458,.313-.307-.073-.156-.339,.045,.015,.052,.236,.028,.25,.133-.089,.077-.573-.109-.321-.182-.073-.67,.401-.397,.595-.096,.419,.233,.596,.585,.507l.002-.006h.031c-.052-.007,.077-.344,.076-.367Z"></path></g>'}}},micronesia:{name:"micronesia",keywords:["flag","micronesia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#83b2da" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M16 7.63L15.411 9.442 13.505 9.442 15.047 10.563 14.458 12.375 16 11.255 17.542 12.375 16.953 10.563 18.495 9.442 16.589 9.442 16 7.63z"></path><path fill="#fff" d="M22.531 16.561L24.256 16 22.531 15.439 22.531 13.625 21.464 15.093 19.739 14.532 20.805 16 19.739 17.468 21.464 16.907 22.531 18.375 22.531 16.561z"></path><path fill="#fff" d="M16.953 21.437L17.542 19.625 16 20.745 14.458 19.625 15.047 21.437 13.505 22.558 15.411 22.558 16 24.37 16.589 22.558 18.495 22.558 16.953 21.437z"></path><path fill="#fff" d="M10.536 15.093L9.469 13.625 9.469 15.439 7.744 16 9.469 16.561 9.469 18.375 10.536 16.907 12.261 17.468 11.195 16 12.261 14.532 10.536 15.093z"></path></g>'}}},"microphone-3":{name:"microphone-3",keywords:["microphone-3","microphone","sound","music","audio","record","mic"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 6.67a5.57 5.57 0 0 1-5.56 5.57 5.57 5.57 0 0 1-5.56-5.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 3.56a2.89 2.89 0 1 0-5.78 0v3.12a2.89 2.89 0 1 0 5.78 0v-3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 12.24v3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 5.12h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 15.35h5.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.96 8.34a6.96 6.96 0 0 1-6.95 6.96 6.96 6.96 0 0 1-6.95-6.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 4.45a3.61 3.61 0 1 0-7.23 0v3.9a3.61 3.61 0 1 0 7.22 0v-3.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.01 15.3v3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.85 6.4h2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 19.19h7.23"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.3 9.98a8.33 8.33 0 0 1-8.32 8.33 8.33 8.33 0 0 1-8.32-8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 5.32a4.32 4.32 0 1 0-8.66 0v4.68a4.32 4.32 0 1 0 8.64 0v-4.68z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.98 18.32v4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.99 7.66h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 22.97h8.66"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27 13.27a11.08 11.08 0 0 1-11.07 11.08 11.08 11.08 0 0 1-11.06-11.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 7.08a5.75 5.75 0 1 0-11.52 0v6.22a5.75 5.75 0 1 0 11.49 0v-6.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.93 24.37v6.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.28 10.19h4.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 30.55h11.52"></path></g>'}}},"microphone-3-off":{name:"microphone-3-off",keywords:["microphone-3-off","microphone","off","mute","disabled","silent","slash","sound","music","audio","record","mic"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.8 11.22a5.56 5.56 0 0 1-2.35-4.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 6.67a5.57 5.57 0 0 1-5.56 5.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.12v-1.56a2.89 2.89 0 1 0-5.78 0v3.11a2.89 2.89 0 0 0 1.62 2.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 12.24v3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 15.35h5.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 5.12h2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6 14.03a6.95 6.95 0 0 1-2.94-5.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.96 8.34a6.96 6.96 0 0 1-6.95 6.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 6.4v-1.95a3.61 3.61 0 1 0-7.23 0v3.89a3.61 3.61 0 0 0 2.02 3.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.01 15.3v3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.4 19.19h7.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.85 6.4h2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.23 17.8l15.57-15.58"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.19 16.8a8.32 8.32 0 0 1-3.53-6.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.3 9.98a8.33 8.33 0 0 1-8.32 8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 7.66v-2.34a4.32 4.32 0 1 0-8.66 0v4.66a4.32 4.32 0 0 0 2.41 3.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.98 18.32v4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.66 22.97h8.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.99 7.66h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.67 21.31l18.64-18.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.56 22.34a11.07 11.07 0 0 1-4.69-9.07"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27 13.27a11.08 11.08 0 0 1-11.07 11.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 10.19v-3.11a5.75 5.75 0 1 0-11.52 0v6.19a5.75 5.75 0 0 0 3.2 5.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.93 24.37v6.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.19 30.55h11.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.28 10.19h4.43"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.55 28.34l24.79-24.8"></path></g>'}}},minus:{name:"minus",keywords:["dash","minus","close","exit","remove","delete","cancel","decrease","subtract"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.89 8.01h10.24"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.61 9.99h12.76"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.32 11.97h15.3"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.79 16.02h20.46"></path></g>'}}},"mobile-2":{name:"mobile-2",keywords:["mobile-2","phone","device","mobile","iphone","android","smartphone","touchscreen","contact","call"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 1.56h5.78q1.78 0 1.78 1.78v9.34q0 1.78-1.78 1.78h-5.78q-1.78 0-1.78-1.78v-9.34q0-1.78 1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 1.56v0.89h2.22v-0.89"></path><path fill="currentColor" d="M8.01 10.68a0.89 0.89 0 1 0 0 1.78 0.89 0.89 0 1 0 0-1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 1.94h7.22q2.22 0 2.22 2.22v11.66q0 2.22-2.22 2.22h-7.22q-2.22 0-2.22-2.22v-11.66q0-2.22 2.22-2.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 1.94v1.11h2.78v-1.11"></path><path fill="currentColor" d="M9.99 13.32a1.11 1.11 0 1 0 0 2.22 1.11 1.11 0 1 0 0-2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 2.33h8.64q2.66 0 2.66 2.66v13.96q0 2.66-2.66 2.66h-8.64q-2.66 0-2.66-2.66v-13.96q0-2.66 2.66-2.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 2.33v1.33h3.32v-1.33"></path><path fill="currentColor" d="M11.97 15.96a1.33 1.33 0 1 0 0 2.66 1.33 1.33 0 1 0 0-2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 3.12h11.57q3.56 0 3.56 3.56v18.69q0 3.56-3.56 3.56h-11.57q-3.56 0-3.56-3.56v-18.7q0-3.56 3.56-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 3.12v1.78h4.46v-1.78"></path><path fill="currentColor" d="M16.02 21.36a1.78 1.78 0 1 0 0 3.56 1.78 1.78 0 1 0 0-3.56z" data-stroke="none"></path></g>'}}},"mobile-signal":{name:"mobile-signal",keywords:["mobile-signal","phone","device","mobile","iphone","android","smartphone","touchscreen","contact","call","internet","wifi","signal","connection","hotspot"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.48 9.58a2.22 2.22 0 0 0 0.65-1.57c0-0.61-0.25-1.17-0.65-1.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.05 11.16a4.44 4.44 0 0 0 1.3-3.15c0-1.23-0.5-2.34-1.3-3.15"></path><path fill="currentColor" d="M10.9 8.68a0.67 0.67 0 1 0 0-1.34 0.67 0.67 0 0 0 0 1.34z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.34 12.24h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 3.9v-0.56a1.78 1.78 0 0 0-1.78-1.78h-5.78a1.78 1.78 0 0 0-1.78 1.78v9.34a1.78 1.78 0 0 0 1.78 1.78h5.78a1.78 1.78 0 0 0 1.78-1.78v-0.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.56 11.95a2.77 2.77 0 0 0 0.81-1.96c0-0.77-0.31-1.46-0.81-1.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 13.91a5.53 5.53 0 0 0 1.63-3.92c0-1.53-0.62-2.92-1.63-3.92"></path><path fill="currentColor" d="M13.6 10.82a0.83 0.83 0 1 0 0-1.66 0.83 0.83 0 0 0 0 1.66z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.66 15.26h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 4.86v-0.7a2.22 2.22 0 0 0-2.22-2.22h-7.22a2.22 2.22 0 0 0-2.22 2.22v11.66a2.22 2.22 0 0 0 2.22 2.22h7.22a2.22 2.22 0 0 0 2.22-2.22v-0.7"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.64 14.32a3.31 3.31 0 0 0 0.98-2.35c0-0.92-0.37-1.75-0.98-2.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21 16.67a6.63 6.63 0 0 0 1.94-4.7c0-1.84-0.74-3.5-1.94-4.7"></path><path fill="currentColor" d="M16.29 12.97a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.98 18.29h5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 5.82v-0.83a2.66 2.66 0 0 0-2.66-2.66h-8.64a2.66 2.66 0 0 0-2.66 2.66v13.96a2.66 2.66 0 0 0 2.66 2.66h8.64a2.66 2.66 0 0 0 2.66-2.66v-0.83"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.95 19.17a4.44 4.44 0 0 0 1.3-3.15c0-1.23-0.5-2.34-1.3-3.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.1 22.31a8.87 8.87 0 0 0 2.6-6.29c0-2.46-1-4.68-2.6-6.29"></path><path fill="currentColor" d="M21.8 17.36a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.68 24.48h7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 7.79v-1.11a3.56 3.56 0 0 0-3.56-3.56h-11.57a3.56 3.56 0 0 0-3.56 3.56v18.69a3.56 3.56 0 0 0 3.56 3.56h11.57a3.56 3.56 0 0 0 3.56-3.56v-1.12"></path></g>'}}},moldova:{name:"moldova",keywords:["flag","moldova"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f8d548" d="M10 4H22V28H10z"></path><path fill="#1a43a9" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#bc2833" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#aa8160" d="M19.766,19.411c-.275-1.082,.765-7.64-.876-8.085-.336,.198-.7,.643-.831,.678,.02,.182,.061,.406,.046,.598-.382,.007-.773,.414-1.113,.467-.6-.39-.379-1.085-.324-1.629,.048,.007,.131,.091,.131,.091,0,0-.003-.244-.08-.287,0,0,.031-.032,.144-.035-.032-.08-.189-.178-.189-.178,.041-.054,.116-.066,.178-.081-.451-.073-1.148-.651-1.499-.186-.23,.015-.539,.207-.472,.341,.292-.337,1.073,.285,.089-.013v.054c.707,.111,.611,1.576,.04,1.924-.34-.053-.731-.46-1.114-.467-.016-.193,.025-.415,.046-.598-.131-.035-.495-.48-.831-.678-1.752,.593-.463,7.147-.939,8.337,.18-.076,.511-.529,.581-.701v.082c.272-.124,.472-.451,.561-.619l.006,.086c.189-.165,.417-.959,.51-1.309,.012,.023,.025,.044,.041,.064h0c.069,.09,.158,.164,.252,.226h0c.067,.044,.144,.088,.226,.132-.059,.115-.168,.319-.219,.367,.035,.004,.069,.006,.104,.006-.034,.049-.293,.422-.375,.563-.249,.125-.898,.227-.59,.673,.003-.018,.011-.034,.023-.047,.475,.884,.924-.611,1.296-.904l.014,.077c.06-.121,.287-.323,.406-.424,.069,.031,.278,.124,.346,.154h0s.007,.003,.008,.003h0c.036,.016,.069,.032,.101,.046-.155,.339-.825,1.74-1.428,1.98-.042-.023,.584,.264,.831,.406,.176-.199,.589-.828,.577-.816,.043,.078-.255,.654-.421,.904,.373,.21,.845,.529,.98,.789,0,0,0,0,0,0,0,0,0,0,0,0,.135-.26,.608-.579,.98-.789-.165-.251-.463-.825-.421-.904-.011-.011,.4,.616,.577,.816,.245-.141,.875-.43,.831-.406-.604-.24-1.274-1.643-1.429-1.98,.119-.055,.332-.15,.454-.204,.118,.1,.346,.303,.406,.424l.014-.077c.372,.294,.821,1.787,1.296,.904,.012,.013,.02,.029,.023,.047,.308-.447-.34-.547-.59-.673-.081-.141-.341-.515-.375-.564,.035,0,.069-.002,.104-.006-.052-.048-.161-.253-.22-.368,.184-.1,.35-.193,.477-.356h0c.016-.02,.03-.042,.042-.065,.093,.349,.322,1.144,.511,1.31l.006-.086c.089,.169,.289,.495,.561,.619v-.082c.07,.172,.4,.624,.581,.701,0,0-.063-.147-.063-.251Z"></path></g>'}}},monaco:{name:"monaco",keywords:["flag","monaco"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2a2c" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path fill="#fff" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"money-bill":{name:"money-bill",keywords:["dollar bill","money-bill","payment","dollar","cash","bill","money","banknote"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 6.23a1.78 1.78 0 1 0 0 3.56 1.78 1.78 0 1 0 0-3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 3.34h9.34q1.78 0 1.78 1.78v5.78q0 1.78-1.78 1.78h-9.34q-1.78 0-1.78-1.78v-5.78q0-1.78 1.78-1.78z"></path><path fill="currentColor" d="M3.78 7.34a0.67 0.67 0 1 0 0 1.34 0.67 0.67 0 1 0 0-1.34z" data-stroke="none"></path><path fill="currentColor" d="M12.24 7.34a0.67 0.67 0 1 0 0 1.34 0.67 0.67 0 1 0 0-1.34z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 7.77a2.22 2.22 0 1 0 0 4.44 2.22 2.22 0 1 0 0-4.44z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 4.16h11.66q2.22 0 2.22 2.22v7.22q0 2.22-2.22 2.22h-11.66q-2.22 0-2.22-2.22v-7.22q0-2.22 2.22-2.22z"></path><path fill="currentColor" d="M4.72 9.16a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path><path fill="currentColor" d="M15.26 9.16a0.83 0.83 0 1 0 0 1.66 0.83 0.83 0 1 0 0-1.66z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 9.31a2.66 2.66 0 1 0 0 5.32 2.66 2.66 0 1 0 0-5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 4.99h13.96q2.66 0 2.66 2.66v8.64q0 2.66-2.66 2.66h-13.96q-2.66 0-2.66-2.66v-8.64q0-2.66 2.66-2.66z"></path><path fill="currentColor" d="M5.65 10.97a1 1 0 1 0 0 2 1 1 0 1 0 0-2z" data-stroke="none"></path><path fill="currentColor" d="M18.29 10.97a1 1 0 1 0 0 2 1 1 0 1 0 0-2z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 12.46a3.56 3.56 0 1 0 0 7.12 3.56 3.56 0 1 0 0-7.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 6.67h18.7q3.56 0 3.56 3.56v11.57q0 3.56-3.56 3.56h-18.7q-3.56 0-3.56-3.56v-11.57q0-3.56 3.56-3.56z"></path><path fill="currentColor" d="M7.57 14.69a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path><path fill="currentColor" d="M24.48 14.69a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path></g>'}}},mongolia:{name:"mongolia",keywords:["flag","mongolia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#2b65ae" d="M10 4H22V28H10z"></path><path fill="#c93336" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#c93336" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><circle cx="6" cy="11.656" r="1.528" fill="#f7d448"></circle><path fill="#f7d448" d="M3 13.455H4.364V20H3z"></path><path fill="#f7d448" d="M7.636 13.455H9V20H7.636z"></path><path fill="#f7d448" d="M4.636 13.455L7.364 13.455 6 14.273 4.636 13.455z"></path><path fill="#f7d448" d="M4.636 14.545H7.3629999999999995V15.09H4.636z"></path><path fill="#f7d448" d="M4.636 18.364H7.3629999999999995V18.909000000000002H4.636z"></path><path fill="#f7d448" d="M4.636 19.182L7.364 19.182 6 20 4.636 19.182z"></path><circle cx="6" cy="16.727" r="1.364" fill="#f7d448"></circle></g>'}}},montenegro:{name:"montenegro",keywords:["flag","montenegro"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#e2b847" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#d12d22" d="M4 7H28V25H4z"></path><path fill="#e2b847" d="M20.694,15.781c.264,.045,1.609-.826,1.233-1.115-.158,.145-.661,.478-.893,.504-.181,.147,1.062-.677,.899-1.084,.018-.469-.663,.612-.933,.613-.103,.061-.249,.128-.046-.011,.363-.09,1.026-1.286,.869-1.607-.051-.277-.545,.926-.777,.976,.053-.095,.834-1.436,.427-1.916-.126-.197-.411,1.26-.641,1.368-.011,.051,.629-2.096,.038-2.405,0,0,.012,.353-.093,.859-.58,2.116,.217-1.05-.498-1.346-.049,.484-.039,1.108-.217,1.614-.072-.222-.503,1.394-.718,1.353-.016,.01-.088-.315-.15-.158-.092,.426-1.394,1.386-.542,1.804,.525,.379-.21,.496-.47,.486-.079,.076-.148,.287-.296,.273-.012-.609,.224-.881,.224-.881l-.66-.775c-.034,.017-.068,.032-.102,.047-.092-.121-.14-.224-.136-.38,.346,.138,.037-.378,.149-.549,.269,.313,.178-.193,.356-.315,.153,.182,.704-.022,.76-.237,.306,.221,1.235,.023,.843-.519-.282,.55-.508,.159-1.082,.291,.03-.08,.455-.322,.541-.12,.045,.054,.084,.141,.12,.015,.134-.366-.271-.604-.55-.465-.233-.609-.995,.198-1.407-.225,.011-.197,.132-.129,.175-.256-.2-.157,.065-.31,.178-.348,.006,.016,.163-.004,.154-.05,.175-.055,.063-.299,.132-.427,.076-.012,.043-.243-.058-.21,.023,.006-.103-.207-.107-.19,.072-.193-.183-.142-.307-.257-.195-.213-.585-.181-.9-.325,.2-.167-.064-.388-.128-.508l.128,.013,.011-.206-.125,.016,.019-.124-.262-.003,.019,.124-.126-.009,.011,.203,.132-.017-.013,.077c-.195,.003-.261,.339-.149,.437-.317,.141-.702,.111-.898,.323-.124,.114-.379,.064-.307,.257-.004-.017-.13,.196-.107,.19-.101-.033-.134,.198-.058,.21,.069,.128-.042,.373,.132,.427-.009,.046,.148,.066,.154,.05,.116,.04,.376,.189,.178,.348,.043,.127,.164,.059,.175,.256-.411,.423-1.175-.384-1.407,.225-.28-.139-.684,.099-.55,.465,.036,.126,.075,.039,.12-.015,.085-.203,.513,.041,.541,.12-.575-.131-.801,.259-1.082-.291-.392,.542,.539,.74,.843,.519,.057,.215,.606,.419,.76,.237,.178,.122,.088,.628,.356,.315,.112,.171-.197,.686,.15,.549,.004,.155-.043,.259-.135,.379-.033-.014-.065-.029-.098-.046l-.66,.775s.237,.273,.224,.886v-.004c-.15,.015-.219-.196-.299-.274-.26,.008-.994-.107-.47-.486,.852-.416-.451-1.38-.542-1.804-.059-.153-.137,.162-.15,.158-.218,.035-.644-1.57-.718-1.353-.178-.506-.168-1.13-.217-1.614-.715,.297,.083,3.461-.498,1.346-.105-.507-.093-.859-.093-.859-.583,.306,.04,2.461,.038,2.405-.176-.179-.534-1.189-.567-1.407-.435,.261,.005,1.579,.378,1.931,.048,.264-.765-.948-.727-1.001-.387,.132,.438,1.592,.794,1.656,.224,.272-.837-.575-.905-.737-.247-.007,.089,.687,.316,.877,.536,.406,.822,.457,.102,.183-.192-.054-.634-.602-.531-.212-.187,.504,2.042,1.255,1.008,.953-1.902-.9-.247,.653,.351,.541-.231,.028-.865-.073-.948-.273-.004,.004-.163,.113-.15,.028,.029-.332-.454-.071-.189,.15-.318-.026-.137,.483,.081,.257,.025,.134,.095,.152-.077,.223-.123,.176,.208,.096,.288,.358,.095,.177,.241,1.763,.605,1.779-.015,.236-.003,.272,.172,.446-.108,.158,.175,.754,.266,.827-.256,.05-.363,.488-.1,.594-.138,.123,.151,.363,.257,.349,.086,.443,.61-.053,.432,.67,.119-.023,.306-.011,.43,.063,.038-.157-.04-.304,.216-.321,.278-.091-.373-.214-.291-.352,.186-.384,.578-.868,1.012-1.031-.093,.526,.686-.33,.777-.242,.149,.589,.887-.897,1.1-.904,.02,.009,.04,.018,.06,.027-.07,.33-.717,.8-.404,1.145-.184,.106-.216,.498-.312,.65-.077,.219-.701,.402-.65,.612,.038,.102,.332,.203,.443,.169-.108,.331-.158,.578,.372,.35-.178,.491,.226,.318,.484,.178-.145,.358,.161,.762,.397,.303-.041,.049,.333,.736,.368,.653,.035,.084,.41-.604,.368-.653,.236,.459,.541,.055,.397-.303,.259,.14,.662,.313,.484-.178,.53,.227,.48-.016,.372-.35,.112,.035,.406-.067,.444-.169,.052-.21-.573-.393-.65-.612-.096-.151-.129-.547-.312-.649,.313-.346-.332-.812-.403-1.143,.027-.012,.054-.024,.081-.035,.213,.006,.952,1.494,1.102,.905,.056-.091,.838,.702,.766,.298,.946,.562,1.929,.607,2.857-.084,.045-.459-.075-1.129-.547-1.392,.008,.001-.02-.209,.03-.176,.134,.145,.161-.075,.198-.179,.04-.1-.135-.029-.14-.092-.004-.017,.123-.155,.02-.154-.051-.003-.267-.123-.27-.017-.009,.025,.033,.174-.037,.132-.148-.171-.211,.15-.186,.247,.01,.012,.188-.022,.15,.025-.138,.286-.311,.023-.649,.279-.41,.414-.798,.809-.36,1.309,.108,.251-.831-.419-.486-.391,.192-.096-.384-.152-.185-.289,.059-.031,.191-.116,.088-.145-.128-.058-.57-.048-.37-.229-.103-.181-.897-.285-.868-.747,.083,.383,.912,.402,.433-.03-.016-.024-.02-.057,.044,.004-.054,.193,.945,.338,.931,.126,.029-.06-.254-.183-.083-.156,.148,.079,.793,.044,.896-.26-1.061-.264,.536,.168,.512-.446-.006,.002-.395-.087-.424-.133,.099,.169,1.142-.171,.927-.514,.05,.022-.722,.095-.737,.045,.133,.115,1.331-.312,1.151-.706,0,0-.322,.115-.524,.138-1.123,.125,1.008-.147,.836-.801,.204-.268-1.33,.557-1.131,.308Zm-6.709,2.682c-.08,.319-.751,.325-.755,.497,.201,.182-.243,.171-.37,.23-.16,.067,.232,.15,.1,.242-.271,.134-.264,.21,.025,.248-.256,.296-.935,.223-1.286,.201-.034-.333-.309-.949-.505-1.161,.097-.722-.831-1.469-.622-2.209,.162,.289,.994,.339,1.007,.331-.015,.05-.789-.023-.737-.045-.216,.343,.83,.684,.927,.514-.029,.046-.418,.135-.424,.133-.021,.615,1.565,.182,.512,.446,.104,.303,.748,.339,.897,.26,.17-.027-.111,.096-.083,.156-.015,.212,.986,.067,.931-.126-.317,.426,.253,.465,.479,.024,.026,.062-.06,.169-.094,.258Zm.799-7.347c-.059-.023-.121-.039-.121-.039,.057-.238-.013-.689,.339-.762-.372,.313,.201,.971-.218,.801Zm2.377-.641c.208,.188-.008,.42,.115,.602-.635,.278,.063-.421-.339-.762,0,0,.14,.066,.224,.16Zm-.558,.509c-.125,.119-.361,.12-.497,.021,.269-.142,.092-.591,.085-.866,.356,.061,.467,.567,.413,.845Zm-.906-.435c-.042,.215,.016,.39,.139,.455-.136,.099-.373,.098-.497-.021-.055-.276,.058-.785,.413-.845-.007,.151-.034,.27-.055,.41Zm-.64,1.594c.03-.061,.037-.116,.034-.162,.563,.171,1.198,.171,1.761,0-.054,.159,.269,.421,.288,.39,.04,.157-.732,.284-.281,.411-.072,.182-.785,.352-.335,.543-.044,.157-.59,.339-.473,.552,.203,.183,.077,.274-.081,.476-.155-.206-.283-.292-.079-.476,.118-.211-.43-.397-.473-.552,.45-.191-.264-.362-.335-.543,.451-.127-.322-.254-.281-.411,0,0,.17-.057,.254-.228Zm-4.588,4.173c.012,.036,.029,.074,.05,.113-.028,.015-.117,.067-.118,.067-.05-.089-.105-.186,.068-.18Z"></path></g>'}}},moon:{name:"moon",keywords:["moon","night","darkmode","dark","crescent"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 10.46a5.56 5.56 0 0 1-5.56-5.57c0-1.2 0.39-2.31 1.03-3.22a6.45 6.45 0 0 0 1.19 12.79c3 0 5.52-2.05 6.24-4.82a5.52 5.52 0 0 1-2.9 0.82z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 13.04a6.94 6.94 0 0 1-6.94-6.93c0-1.5 0.48-2.88 1.29-4.03a8.05 8.05 0 0 0 1.49 15.96c3.74 0 6.88-2.56 7.78-6.02a6.89 6.89 0 0 1-3.62 1.02z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 15.63a8.31 8.31 0 0 1-8.31-8.31c0-1.8 0.58-3.46 1.54-4.82a9.64 9.64 0 0 0 1.78 19.11c4.48 0 8.24-3.07 9.32-7.21a8.26 8.26 0 0 1-4.33 1.23z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 20.91a11.13 11.13 0 0 1-11.13-11.12c0-2.41 0.77-4.63 2.07-6.45a12.9 12.9 0 0 0 2.39 25.59c6 0 11.03-4.1 12.47-9.66a11.05 11.05 0 0 1-5.8 1.64z"></path></g>'}}},morocco:{name:"morocco",keywords:["flag","morocco"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#b33431" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#286038" d="M20.224,21.868l-4.224-3.069-4.224,3.069,1.613-4.965-4.224-3.069h5.221l1.613-4.966,1.613,4.966h5.221l-4.224,3.069,1.613,4.965Zm-3.456-3.626l1.74,1.264-.665-2.045-1.075,.781Zm-2.611-.781l-.665,2.045,1.74-1.264-1.075-.781Zm.293-.902l1.55,1.126,1.55-1.126-.592-1.822h-1.916l-.592,1.822Zm3.456-1.822l.411,1.264,1.74-1.264h-2.151Zm-5.964,0l1.74,1.264,.411-1.264h-2.151Zm3.393-.902h1.329l-.665-2.046-.665,2.046Z"></path></g>'}}},mozanbique:{name:"mozanbique",keywords:["flag","mozanbique"],style:"colored",heights:{32:{width:32,path:'<g><path d="M1 12H31V20H1z"></path><path fill="#307068" d="M5,4H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z"></path><path fill="#f8e34c" d="M5,19H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23.5)"></path><path fill="#fff" d="M1 11H31V13H1z"></path><path fill="#fff" d="M1 19H31V21H1z"></path><path fill="#c22b38" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#fff" d="M8.016 16.628L10.318 14.956 7.473 14.956 6.594 12.25 5.715 14.956 2.87 14.956 5.171 16.628 4.292 19.333 6.594 17.661 8.895 19.333 8.016 16.628z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},myanmar:{name:"myanmar",keywords:["flag","myanmar"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#5cb145" d="M1 11H31V21H1z"></path><path fill="#f6ce46" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#d83b3f" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M18.578 16.974L22.75 13.943 17.593 13.943 16 9.039 14.407 13.943 9.25 13.943 13.422 16.974 11.828 21.878 16 18.847 20.172 21.878 18.578 16.974z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},namibia:{name:"namibia",keywords:["flag","namibia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0e2a68" d="M2.316,26.947L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5c-2.209,0-4,1.791-4,4V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#44994d" d="M29.684,5.053L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c2.209,0,4-1.791,4-4V8c0-1.172-.513-2.216-1.316-2.947Z"></path><path fill="#fff" d="M27,4h-1.603L1,23.518v.482c0,2.209,1.791,4,4,4h1.603L31,8.482v-.482c0-2.209-1.791-4-4-4Z"></path><path fill="#b92831" d="M27,4h-.002L1.074,24.739c.347,1.855,1.97,3.261,3.926,3.261h.002L30.926,7.261c-.347-1.855-1.97-3.261-3.926-3.261Z"></path><circle cx="7.344" cy="11.086" r="1.729" fill="#f6ce46"></circle><path fill="#f6ce46" d="M6.807,9.082c.171-.046,.351-.071,.537-.071s.366,.025,.537,.071l-.537-1.454-.537,1.454Z"></path><path fill="#f6ce46" d="M9.348,11.623l1.454-.537-1.454-.537,.99-1.192-1.528,.262,.262-1.528-1.192,.991c.885,.237,1.538,1.046,1.538,2.004,0,1.144-.931,2.075-2.075,2.075s-2.075-.931-2.075-2.075c0-.958,.653-1.767,1.538-2.004l-1.192-.991,.262,1.528-1.528-.262,.99,1.192-1.454,.537,1.454,.537-.99,1.192,1.528-.262-.262,1.528,1.192-.991,.537,1.454,.537-1.454,1.192,.991-.262-1.528,1.528,.262-.99-1.192Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},nauru:{name:"nauru",keywords:["flag","nauru"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#071b65" rx="4" ry="4"></rect><path fill="#f6ca4f" d="M1 15H31V17H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M9.5,24l-.453-1.81-1.297,1.341,.513-1.794-1.794,.513,1.341-1.297-1.81-.453,1.81-.453-1.341-1.297,1.794,.513-.513-1.794,1.297,1.341,.453-1.81,.453,1.81,1.297-1.341-.513,1.794,1.794-.513-1.341,1.297,1.81,.453-1.81,.453,1.341,1.297-1.794-.513,.513,1.794-1.297-1.341-.453,1.81Z"></path></g>'}}},nepal:{name:"nepal",keywords:["flag","nepal"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#13348f" d="M23,19L2.419,4.967c-.861,.734-1.419,1.813-1.419,3.033V24c0,2.209,1.791,4,4,4H23l-13.2-9h13.2Z"></path><path fill="#cb2e3f" d="M5,27c-1.654,0-3-1.346-3-3V8c0-.62,.2-1.221,.562-1.725l17.196,11.725H6.558l13.2,9H5Z"></path><path fill="#fff" d="M6.277,16.638c1.655,0,2.996-1.341,2.996-2.996-.262,.668-.738,1.223-1.346,1.586l-.256-.192h0s.505-.378,.505-.378l-.611-.156s0,0,0,0l.322-.542-.624,.09,.09-.624-.542,.322s0,0,0,0l-.156-.611-.378,.505-.378-.505-.156,.611s0,0,0,0l-.542-.322,.09,.624-.624-.09,.322,.542s0,0,0,0l-.611,.156,.505,.378-.256,.192c-.591-.352-1.074-.896-1.345-1.586,0,1.655,1.341,2.996,2.996,2.996Z"></path><path fill="#fff" d="M8.249 22.933L8.249 22.932 9.496 22.404 8.249 21.876 8.249 21.876 9.065 20.795 7.721 20.961 7.721 20.961 7.886 19.616 6.805 20.432 6.805 20.432 6.277 19.185 5.749 20.432 5.748 20.432 4.667 19.616 4.833 20.961 4.833 20.961 3.489 20.795 4.305 21.876 4.305 21.876 3.058 22.404 4.305 22.932 4.305 22.933 3.489 24.014 4.833 23.848 4.667 25.192 5.748 24.376 5.749 24.376 6.277 25.623 6.805 24.376 6.805 24.376 7.886 25.192 7.721 23.848 9.065 24.014 8.249 22.933z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},netherlands:{name:"netherlands",keywords:["flag","netherlands"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#a1292a" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#264387" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"netherlands-antilles":{name:"netherlands-antilles",keywords:["flag","netherlands","antilles"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" stroke-width="0" rx="4" ry="4"></rect><path fill="#dd1216" stroke-width="0" d="M12 4H20V28H12z"></path><path fill="#022588" stroke-width="0" d="M12 1H20V31H12z" transform="rotate(90 16 16)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m14.6747,19.5135l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m18.5072,19.5135l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m14.6747,14.4029l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m18.3541,14.4029l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m11.4783,16.9583l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path><path fill="#fff" fill-rule="evenodd" stroke-width="0" d="m21.7014,16.9584l-.5955-.4791-.5923.4599.2351-.709-.5953-.4791h.7153l.2507-.709.2277.709h.7227l-.573.4791.2047.7282Z"></path></g>'}}},"new-caledonia":{name:"new-caledonia",keywords:["flag","new","caledonia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ed3f32" stroke-width="0" d="M1 11H31V21H1z"></path><path fill="#0331af" stroke-width="0" d="m5,4h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z"></path><path fill="#009641" stroke-width="0" d="m5,20h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 16 24)"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><circle cx="11.5" cy="16" r="6.5" fill="#f6e64d" stroke-width="0"></circle><path stroke-width="0" d="m12.6024,20.6269c-.2025-.1694-.5747-.2627-.9702-.284v-.3065c.3384-.0906.595-.5211.595-1.0395s-.2566-.9489-.595-1.0395v-.0961c.3293.05.6589.2827.8082.6518.3246.8026.6021,1.1448.6021,1.1448,0,0-.1723-.7254-.2595-1.6588-.0401-.4296-.4024-.7307-1.1509-.7621v-.1354h.9696v-.2644h-.9696v-.1321c.4239-.0405.7492-.2714.7492-.551s-.3253-.5105-.7492-.551v-.1321h.9696v-.2644h-.9696v-.1331c.5084-.0079,1.1521-.0862,1.19-.8145.0258-.4967.1983-.9917.1983-.9917,0,0-.3667.4406-.5068.7272-.2516.5144-.5463.6187-.8815.6359v-.1841c.4239-.0639.7492-.4287.7492-.8705s-.3253-.8065-.7492-.8705v-.9285c.258-.214.5497-.5437.8412-1.0686.1607-.2894.084-.4165.0843-.4159l-.0003-.0006s.0085.0189-.1108.1223c-.261.226-.5467.3738-.8145.4961v-1.3891h-.2644v1.5069c-.3982.1767-.7148.3345-.778.6851-.0084.0467-.0191.5311-.0306.6496,0,0,.0681.009.2293-.1223.0707-.0576.2876-.0948.5794-.2736v.7386c-.4239.0639-.7493.4287-.7493.8705s.3253.8066.7493.8705v.1841c-.3352-.0172-.6299-.1215-.8815-.6359-.1402-.2866-.5068-.7272-.5068-.7272,0,0,.1725.4949.1983.9917.0378.7283.6816.8065,1.19.8145v.1331h-.9697v.2644h.9697v.1321c-.4239.0405-.7493.2714-.7493.551s.3253.5106.7493.551v.1321h-.9697v.2644h.9697v.1354c-.7484.0315-1.1108.3325-1.1509.7621-.0872.9334-.2595,1.6588-.2595,1.6588,0,0,.2775-.3422.6021-1.1448.1493-.3691.479-.6019.8082-.6518v.0961c-.3384.0905-.595.521-.595,1.0395s.2566.9489.595,1.0395v.3029c-.4375.0116-.8644.109-1.0874.2875-.3335.267-1.1881,1.1345-1.367,1.3281.8141.3561,1.6925.5414,2.5811.5446.0044,0,.0086,0,.013,0,.8443-.0053,1.6795-.175,2.4588-.4996-.1444-.1577-.9264-1.0069-1.3639-1.373Z"></path></g>'}}},"new-zealand":{name:"new-zealand",keywords:["flag","new","zealand"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#071b65" rx="4" ry="4"></rect><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#b92831" d="M1.806,5.589l3.285,2.411h1.364L2.36,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#b92831" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#b92831" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#b92831" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#b92831" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#b92831" d="M23.495 8.062L23.008 9.56 21.433 9.56 22.707 10.486 22.22 11.984 23.495 11.058 24.769 11.984 24.282 10.486 25.556 9.56 23.981 9.56 23.495 8.062z"></path><path fill="#fff" d="M25.007,12.311l-1.512-1.098-1.512,1.098,.578-1.777-1.512-1.099h1.869l.578-1.777,.578,1.777h1.869l-1.512,1.099,.578,1.777Zm-1.512-1.407l1.037,.752-.396-1.218,1.036-.753h-1.281l-.396-1.219-.396,1.219h-1.281l1.036,.753-.396,1.218,1.037-.752Z"></path><path fill="#b92831" d="M23.495 19.076L23.008 20.574 21.433 20.574 22.707 21.5 22.22 22.998 23.495 22.072 24.769 22.998 24.282 21.5 25.556 20.574 23.981 20.574 23.495 19.076z"></path><path fill="#fff" d="M25.007,23.325l-1.512-1.099-1.512,1.099,.578-1.777-1.512-1.099h1.869l.578-1.777,.578,1.777h1.869l-1.512,1.099,.578,1.777Zm-1.512-1.407l1.037,.753-.396-1.219,1.036-.753h-1.281l-.396-1.219-.396,1.219h-1.281l1.036,.753-.396,1.219,1.037-.753Z"></path><path fill="#b92831" d="M27.503 12.774L27.111 13.983 25.84 13.983 26.868 14.73 26.475 15.938 27.503 15.191 28.531 15.938 28.139 14.73 29.167 13.983 27.896 13.983 27.503 12.774z"></path><path fill="#fff" d="M28.769,16.265l-1.266-.92-1.266,.92,.483-1.488-1.266-.919h1.564l.483-1.488,.483,1.488h1.564l-1.266,.919,.483,1.488Zm-1.266-1.229l.79,.574-.302-.929,.79-.574h-.977l-.302-.929-.302,.929h-.977l.79,.574-.302,.929,.79-.574Z"></path><path fill="#b92831" d="M19.77 13.417L19.377 14.625 18.106 14.625 19.134 15.372 18.742 16.58 19.77 15.833 20.798 16.58 20.405 15.372 21.433 14.625 20.162 14.625 19.77 13.417z"></path><path fill="#fff" d="M21.035,16.907l-1.266-.919-1.266,.919,.483-1.487-1.266-.92h1.564l.483-1.488,.483,1.488h1.565l-1.266,.92,.483,1.487Zm-1.266-1.228l.79,.574-.302-.929,.791-.574h-.977l-.302-.929-.302,.929h-.977l.79,.574-.302,.929,.79-.574Z"></path></g>'}}},nicaragua:{name:"nicaragua",keywords:["flag","nicaragua"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#2b66c1" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#2b66c1" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#c1a436" d="M18.992 18.367L13.008 18.367 16 13.185 18.992 18.367z"></path></g>'}}},niger:{name:"niger",keywords:["flag","niger"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#d05b26" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#50af3f" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><circle cx="16" cy="16" r="3" fill="#d05b26"></circle></g>'}}},nigeria:{name:"nigeria",keywords:["flag","nigeria"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#3b8655" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#3b8655" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},niue:{name:"niue",keywords:["flag","niue"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fede02" stroke-width="0" rx="4" ry="4"></rect><path fill="#001b69" stroke-width="0" d="m5,4h11v12H1v-8c0-2.2077,1.7923-4,4-4Z"></path><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#fede02" stroke-width="0" d="M4.5025 10.2188L5.1049 9.7812 4.3603 9.7812 4.1302 9.0729 3.9001 9.7812 3.1554 9.7812 3.7579 10.2188 3.5277 10.9271 4.1302 10.4894 4.7326 10.9271 4.5025 10.2188z"></path><path fill="#fede02" stroke-width="0" d="M12.9713 10.2188L13.5737 9.7812 12.829 9.7812 12.5989 9.0729 12.3688 9.7812 11.6242 9.7812 12.2266 10.2188 11.9965 10.9271 12.5989 10.4894 13.2014 10.9271 12.9713 10.2188z"></path><path fill="#fede02" stroke-width="0" d="M8.8723 6.9482L9.4748 6.5105 8.7301 6.5105 8.5 5.8023 8.2699 6.5105 7.5252 6.5105 8.1277 6.9482 7.8976 7.6564 8.5 7.2188 9.1024 7.6564 8.8723 6.9482z"></path><path fill="#fede02" stroke-width="0" d="M8.8723 13.3545L9.4748 12.9168 8.7301 12.9168 8.5 12.2086 8.2699 12.9168 7.5252 12.9168 8.1277 13.3545 7.8976 14.0627 8.5 13.625 9.1024 14.0627 8.8723 13.3545z"></path><circle cx="8.5" cy="10" r="1.571" fill="#001b69" stroke-width="0"></circle><path fill="#fede02" stroke-width="0" d="M9.0685 10.1886L9.9884 9.5203 8.8514 9.5203 8.5 8.4389 8.1486 9.5203 7.0116 9.5203 7.9315 10.1886 7.5801 11.2699 8.5 10.6016 9.4199 11.2699 9.0685 10.1886z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},"north-korea":{name:"north-korea",keywords:["flag","north","korea"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#da3530" d="M1 8H31V24H1z"></path><path fill="#1f4d9e" d="M5,4H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z"></path><path fill="#1f4d9e" d="M5,23H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25.5)"></path><path fill="#fff" d="M1 9H31V10H1z"></path><path fill="#fff" d="M1 22H31V23H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M10.312,12c-2.037,0-3.687,1.651-3.687,3.688s1.651,3.688,3.687,3.688,3.688-1.651,3.688-3.688-1.651-3.688-3.688-3.688Zm2.1,6.578l-2.1-1.526-2.1,1.526,.802-2.468-2.1-1.526h2.595l.802-2.468,.802,2.468h2.595l-2.1,1.526,.802,2.468Z"></path></g>'}}},"north-macedonia":{name:"north-macedonia",keywords:["flag","north","macedonia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c8342d" rx="4" ry="4"></rect><path fill="#f4e959" d="M11.847,17.909L1,23.424v.576c0,.835,.257,1.609,.695,2.251l10.676-7.484c-.203-.266-.382-.55-.524-.857Z"></path><path fill="#f4e959" d="M11.417,16c0-.155,.031-.302,.046-.454L1,14.5v3l10.463-1.046c-.015-.151-.046-.298-.046-.454Z"></path><path fill="#f4e959" d="M16,11.417c.171,0,.333,.032,.499,.05l1.901-7.467h-4.8l1.901,7.467c.166-.018,.328-.05,.499-.05Z"></path><circle cx="16" cy="16" r="3.75" fill="#f4e959"></circle><path fill="#f4e959" d="M12.371,13.233L1.695,5.749c-.438,.641-.695,1.416-.695,2.251v.576l10.847,5.515c.142-.307,.32-.591,.524-.857Z"></path><path fill="#f4e959" d="M20.583,16c0,.155-.031,.302-.046,.454l10.463,1.046v-3l-10.463,1.046c.015,.151,.046,.298,.046,.454Z"></path><path fill="#f4e959" d="M30.305,5.749l-10.676,7.484c.203,.266,.382,.55,.524,.857l10.847-5.515v-.576c0-.835-.257-1.609-.695-2.251Z"></path><path fill="#f4e959" d="M16,20.583c-.171,0-.333-.032-.499-.05l-1.901,7.467h4.8l-1.901-7.467c-.166,.018-.328,.05-.499,.05Z"></path><path fill="#f4e959" d="M19.629,18.767l10.676,7.484c.438-.641,.695-1.416,.695-2.251v-.576l-10.847-5.515c-.142,.307-.32,.591-.524,.857Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"northen-ireland":{name:"northen-ireland",keywords:["flag","northen","ireland"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" stroke-width="0" rx="4" ry="4"></rect><path fill="#ca0a2b" stroke-width="0" d="m27.7097,4.0715l-11.7097,9.3677L4.2903,4.0715c-1.4476.2603-2.6104,1.2986-3.0678,2.6672l11.5765,9.2612L1.2225,25.2612c.4575,1.3687,1.6202,2.407,3.0678,2.6672l11.7097-9.3677,11.7097,9.3677c1.4476-.2603,2.6104-1.2986,3.0678-2.6672l-11.5765-9.2612,11.5765-9.2612c-.4575-1.3687-1.6202-2.407-3.0678-2.6672Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},norway:{name:"norway",keywords:["flag","norway"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#ac2431" rx="4" ry="4"></rect><path fill="#fff" d="M31 12L17 12 17 4 9 4 9 12 1 12 1 20 9 20 9 28 17 28 17 20 31 20 31 12z"></path><path fill="#061a57" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"octagon-warning":{name:"octagon-warning",keywords:["alert-hex","octagon-warning","alert","hex","octagon","notification","alarm","danger","warning","error","exclamation","spam","important"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.76 2h-3.5a1.78 1.78 0 0 0-1.26 0.52l-2.48 2.48a1.78 1.78 0 0 0-0.52 1.26v3.5a1.78 1.78 0 0 0 0.52 1.26l2.48 2.48a1.78 1.78 0 0 0 1.26 0.52h3.5a1.78 1.78 0 0 0 1.26-0.52l2.48-2.48a1.78 1.78 0 0 0 0.52-1.26v-3.5a1.78 1.78 0 0 0-0.52-1.26l-2.48-2.48a1.78 1.78 0 0 0-1.26-0.52z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.83v3.63"></path><path fill="currentColor" d="M8.01 11.94a0.89 0.89 0 0 1 0-1.78 0.89 0.89 0 0 1 0 1.78z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.17 2.5h-4.36a2.22 2.22 0 0 0-1.57 0.65l-3.09 3.09a2.22 2.22 0 0 0-0.65 1.57v4.36a2.22 2.22 0 0 0 0.65 1.57l3.09 3.09a2.22 2.22 0 0 0 1.57 0.65h4.36a2.22 2.22 0 0 0 1.57-0.65l3.09-3.09a2.22 2.22 0 0 0 0.65-1.57v-4.36a2.22 2.22 0 0 0-0.65-1.57l-3.09-3.09a2.22 2.22 0 0 0-1.57-0.65z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 6.03v4.52"></path><path fill="currentColor" d="M9.99 14.89a1.11 1.11 0 0 1 0-2.22 1.11 1.11 0 0 1 0 2.22z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.59 2.99h-5.24a2.66 2.66 0 0 0-1.88 0.78l-3.7 3.7a2.66 2.66 0 0 0-0.78 1.88v5.24a2.66 2.66 0 0 0 0.78 1.88l3.7 3.7a2.66 2.66 0 0 0 1.88 0.78h5.24a2.66 2.66 0 0 0 1.88-0.78l3.7-3.7a2.66 2.66 0 0 0 0.78-1.88v-5.24a2.66 2.66 0 0 0-0.78-1.88l-3.7-3.7a2.66 2.66 0 0 0-1.88-0.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 7.22v5.42"></path><path fill="currentColor" d="M11.97 17.84a1.33 1.33 0 0 1 0-2.66 1.33 1.33 0 0 1 0 2.66z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.52 4h-7a3.56 3.56 0 0 0-2.52 1.05l-4.95 4.95a3.56 3.56 0 0 0-1.04 2.52v7a3.56 3.56 0 0 0 1.04 2.52l4.95 4.95a3.56 3.56 0 0 0 2.52 1.04h7a3.56 3.56 0 0 0 2.52-1.04l4.95-4.95a3.56 3.56 0 0 0 1.05-2.52v-7a3.56 3.56 0 0 0-1.05-2.52l-4.95-4.95a3.56 3.56 0 0 0-2.52-1.04z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 9.67v7.24"></path><path fill="currentColor" d="M16.02 23.88a1.78 1.78 0 0 1 0-3.56 1.78 1.78 0 0 1 0 3.56z" data-stroke="none"></path></g>'}}},"office-3":{name:"office-3",keywords:["organization","office-3","building","company","real","estate","office","headquarters"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 14.46v-7.56a0.89 0.89 0 0 1 0.89-0.89h4.89a0.89 0.89 0 0 1 0.89 0.89v7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 14.46v-10.53c0-0.36 0.21-0.68 0.54-0.82l4.01-1.7a0.89 0.89 0 0 1 1.23 0.82v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 14.46h12.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 9.12v-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 9.12v-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 11.79v-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 11.79v-0.44"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 18.04v-9.44a1.11 1.11 0 0 1 1.11-1.11h6.11a1.11 1.11 0 0 1 1.11 1.11v9.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 18.04v-13.14c0-0.45 0.27-0.85 0.68-1.02l4.99-2.12a1.11 1.11 0 0 1 1.55 1.02v1.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 18.04h16.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 11.38v-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 11.38v-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 14.71v-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 14.71v-0.56"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 21.61v-11.3a1.33 1.33 0 0 1 1.33-1.33h7.31a1.33 1.33 0 0 1 1.33 1.33v11.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 21.61v-15.74c0-0.53 0.32-1.02 0.81-1.23l5.98-2.53a1.33 1.33 0 0 1 1.85 1.23v1.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 21.61h19.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 13.63v-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 13.63v-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 17.62v-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 17.62v-0.66"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 28.93v-15.13a1.78 1.78 0 0 1 1.79-1.78h9.79a1.78 1.78 0 0 1 1.78 1.78v15.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 28.93v-21.08c0-0.72 0.43-1.36 1.08-1.64l8.01-3.38a1.78 1.78 0 0 1 2.47 1.64v2.2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 28.93h25.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 18.25v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 18.25v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 23.59v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 23.59v-0.89"></path></g>'}}},oman:{name:"oman",keywords:["flag","oman"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#cd312c" rx="4" ry="4"></rect><path fill="#377d41" d="M11,20v8H27c2.209,0,4-1.791,4-4v-4H11Z"></path><path fill="#fff" d="M27,4H11V12H31v-4c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M9.225,12.667c-.582-.605-1.779-1.187-2.217-2.117-.004-.002-.004-.007,0-.009-.045-.239,.096-.503,.28-.627,.025,.382,.576,.11,.756,.091-.158,.409,1.087,.14,1.224,.213,.213,.02,.083-.53,.117-.632-.012-.162-1.501-.257-1.341,.104-.184,.036-.208-.181-.46-.151,1.727-2.926,1.109-3.078-.512-.206l.044,.02c-.209,.32-.015-.35-.105-.484h0v-.093c-.112,.006-.27-.065-.248-.18h-.007v-.002h-.037s0-.18,0-.18h-.036v-.364h-.037v-.23h.013c.405-.478,.577-.41-.148-.819-.706,.4-.55,.321-.182,.819h.013v.23h-.036v.364h-.036v.181h-.038s-.007,.001-.007,.001c.027,.085-.1,.186-.248,.181v.167h0c-.124,.175,.068,.358-.022,.539-.034-.046-.064-.089-.093-.13l.044-.02c-1.604-2.844-2.245-2.741-.529,.176-.247-.012-.251,.192-.442,.152,.13-.359-1.088-.21-1.224-.183-.191,.038-.112,.528-.117,.632-.007,.162,1.532,.273,1.341-.134,.198-.004,.566,.269,.746,.002,.117,.044,.224,.138,.275,.262h-.002s-.008,.008-.008,.008c.012,.245-1.2,.201-1.297,.201,.006,0-.125,.007-.124,.002-1.004,.066,.447,.71,.447,.71,0,0,.394,.099,.439,.099-1.192,.878-1.641,2.056-.529,1.076,0,0,.76-.864,1.268-1.024,.069-.014,.571-.2,.596-.222,.47,.476,.953,.87,1.175,1.093s2.063,1.223,1.305,.486Z"></path></g>'}}},"open-in-new-window":{name:"open-in-new-window",keywords:["open-in-new-window","window","dock","new","arrow","enter","access","login","open","link","external"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 3.34v8.9a1.78 1.78 0 0 0 1.78 1.78h8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 4v-0.22a1.78 1.78 0 0 1 1.78-1.78h5.79a1.78 1.78 0 0 1 1.78 1.78v5.79a1.78 1.78 0 0 1-1.78 1.78h-5.79a1.78 1.78 0 0 1-1.78-1.78v-0.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.23 4.45l2.23 2.23-2.23 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 6.67h-5.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 4.16v11.1a2.22 2.22 0 0 0 2.22 2.22h11.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 5v-0.28a2.22 2.22 0 0 1 2.22-2.22h7.21a2.22 2.22 0 0 1 2.22 2.22v7.21a2.22 2.22 0 0 1-2.22 2.22h-7.21a2.22 2.22 0 0 1-2.22-2.22v-0.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.27 5.55l2.77 2.78-2.77 2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 8.33h-6.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 4.99v13.3a2.66 2.66 0 0 0 2.66 2.66h13.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 5.99v-0.34a2.66 2.66 0 0 1 2.66-2.66h8.65a2.66 2.66 0 0 1 2.66 2.66v8.65a2.66 2.66 0 0 1-2.66 2.66h-8.65a2.66 2.66 0 0 1-2.66-2.66v-0.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.3 6.65l3.33 3.33-3.33 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 9.98h-8.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6.67v17.8a3.56 3.56 0 0 0 3.56 3.56h17.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 8.01v-0.45a3.56 3.56 0 0 1 3.56-3.56h11.57a3.56 3.56 0 0 1 3.56 3.56v11.57a3.56 3.56 0 0 1-3.56 3.56h-11.57a3.56 3.56 0 0 1-3.56-3.56v-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.46 8.9l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 13.35h-11.13"></path></g>'}}},"open-rect-arrow-in":{name:"open-rect-arrow-in",keywords:["sign-in","open-rect-arrow-1","arrow","enter","access","entry","log","in","login","sign","open"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 2.45h3.11a1.78 1.78 0 0 1 1.78 1.78v7.56a1.78 1.78 0 0 1-1.78 1.78h-3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 11.13l3.11-3.12-3.11-3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 8.01h-6.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 3.05h3.89a2.22 2.22 0 0 1 2.22 2.22v9.44a2.22 2.22 0 0 1-2.22 2.22h-3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 13.88l3.89-3.89-3.89-3.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 9.99h-8.33"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 3.66h4.65a2.66 2.66 0 0 1 2.66 2.66v11.3a2.66 2.66 0 0 1-2.66 2.66h-4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 16.63l4.65-4.66-4.65-4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 11.97h-9.97"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 4.9h6.23a3.56 3.56 0 0 1 3.56 3.56v15.13a3.56 3.56 0 0 1-3.56 3.55h-6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 22.25l6.23-6.23-6.23-6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 16.02h-13.35"></path></g>'}}},"open-rect-arrow-out":{name:"open-rect-arrow-out",keywords:["sign-out","open-rect-arrow-out","exit","arrow","leave","log","out","logout","open","sign"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 2.45h3.11a1.78 1.78 0 0 1 1.78 1.78v7.56a1.78 1.78 0 0 1-1.78 1.78h-3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 4.9l-3.11 3.11 3.11 3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 8.01h6.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 3.05h3.89a2.22 2.22 0 0 1 2.22 2.22v9.44a2.22 2.22 0 0 1-2.22 2.22h-3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 6.11l-3.89 3.88 3.89 3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 9.99h8.33"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 3.66h4.65a2.66 2.66 0 0 1 2.66 2.66v11.3a2.66 2.66 0 0 1-2.66 2.66h-4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 7.32l-4.65 4.65 4.65 4.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 11.97h9.97"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 4.9h6.23a3.56 3.56 0 0 1 3.56 3.56v15.13a3.56 3.56 0 0 1-3.56 3.55h-6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 9.79l-6.24 6.23 6.23 6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 16.02h13.34"></path></g>'}}},"ordered-list-1":{name:"ordered-list-1",keywords:["list-ordered","ordered-list-1","text","line","typography","list","numbers","ordered","numbered"],heights:{32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M11.66 29.37h-7.21a1.33 1.33 0 0 1-1.33-1.43c0.22-3.06 2.65-4.05 4.43-4.78 1.06-0.43 2.83-1.31 2.77-2.32-0.07-1.14-1.64-1.25-2.12-1.26-0.99-0.04-2.14 0.38-2.46 1.54a1.33 1.33 0 0 1-2.58-0.72c0.59-2.1 2.58-3.49 4.98-3.49h0.1c2.71 0.04 4.62 1.55 4.75 3.77 0.12 2.04-1.37 3.71-4.44 4.95-0.98 0.4-1.64 0.72-2.07 1.07h5.18a1.33 1.33 0 0 1 0 2.67z"></path><path fill="currentColor" d="M28.93 10.68h-12.02a1.33 1.33 0 0 1 0-2.67h12.02a1.33 1.33 0 0 1 0 2.67z"></path><path fill="currentColor" d="M28.93 24.03h-12.02a1.33 1.33 0 0 1 0-2.67h12.02a1.33 1.33 0 0 1 0 2.67z"></path><path fill="currentColor" d="M8.46 14.69a1.33 1.33 0 0 1-1.34-1.34v-6.75a6.44 6.44 0 0 1-1.92 0.7 1.33 1.33 0 1 1-0.5-2.62c1.71-0.33 2.56-1.73 2.6-1.79a1.35 1.35 0 0 1 1.51-0.61 1.33 1.33 0 0 1 0.98 1.28v9.79a1.33 1.33 0 0 1-1.33 1.33z"></path></g>'}}},"ordered-list":{name:"ordered-list",keywords:["text","line","typography","list","numbers","ordered"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M5.83 14.69h-3.6a0.67 0.67 0 0 1-0.67-0.72c0.11-1.53 1.33-2.03 2.21-2.39 0.53-0.22 1.42-0.66 1.39-1.16-0.03-0.57-0.82-0.62-1.06-0.63-0.5-0.02-1.07 0.19-1.23 0.77a0.67 0.67 0 0 1-1.29-0.36c0.29-1.05 1.29-1.74 2.49-1.74h0.05c1.35 0.02 2.31 0.78 2.37 1.88 0.06 1.02-0.69 1.85-2.21 2.48-0.49 0.2-0.82 0.36-1.04 0.53h2.59a0.67 0.67 0 0 1 0 1.34z"></path><path fill="currentColor" d="M14.46 5.34h-6.01a0.67 0.67 0 0 1 0-1.33h6.01a0.67 0.67 0 0 1 0 1.33z"></path><path fill="currentColor" d="M14.46 12.02h-6.01a0.67 0.67 0 0 1 0-1.34h6.01a0.67 0.67 0 0 1 0 1.34z"></path><path fill="currentColor" d="M4.23 7.34a0.67 0.67 0 0 1-0.67-0.66v-3.38a3.22 3.22 0 0 1-0.96 0.35 0.67 0.67 0 1 1-0.25-1.31c0.86-0.16 1.28-0.86 1.3-0.89a0.67 0.67 0 0 1 0.75-0.31 0.67 0.67 0 0 1 0.5 0.64v4.89a0.67 0.67 0 0 1-0.67 0.67z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M7.27 18.32h-4.49a0.83 0.83 0 0 1-0.84-0.9c0.14-1.91 1.65-2.53 2.77-2.98 0.66-0.27 1.77-0.82 1.72-1.45-0.04-0.71-1.02-0.78-1.32-0.78-0.62-0.03-1.33 0.24-1.53 0.96a0.83 0.83 0 0 1-1.61-0.45c0.37-1.31 1.61-2.17 3.11-2.17h0.06c1.69 0.02 2.88 0.97 2.96 2.34 0.08 1.27-0.85 2.31-2.77 3.09-0.61 0.25-1.02 0.45-1.29 0.67h3.23a0.83 0.83 0 0 1 0 1.67z"></path><path fill="currentColor" d="M18.04 6.66h-7.49a0.83 0.83 0 0 1 0-1.67h7.49a0.83 0.83 0 0 1 0 1.67z"></path><path fill="currentColor" d="M18.04 14.99h-7.49a0.83 0.83 0 0 1 0-1.67h7.49a0.83 0.83 0 0 1 0 1.67z"></path><path fill="currentColor" d="M5.27 9.16a0.83 0.83 0 0 1-0.83-0.83v-4.21a4.01 4.01 0 0 1-1.19 0.43 0.83 0.83 0 1 1-0.32-1.63c1.07-0.2 1.6-1.08 1.62-1.12a0.84 0.84 0 0 1 0.94-0.38 0.83 0.83 0 0 1 0.62 0.8v6.1a0.83 0.83 0 0 1-0.84 0.84z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M8.71 21.95h-5.39a0.99 0.99 0 0 1-0.99-1.07c0.16-2.29 1.98-3.03 3.31-3.58 0.79-0.32 2.12-0.98 2.07-1.73-0.05-0.85-1.23-0.93-1.58-0.94-0.74-0.03-1.6 0.28-1.84 1.15a1 1 0 0 1-1.93-0.54c0.44-1.57 1.93-2.6 3.72-2.6h0.08c2.02 0.03 3.45 1.16 3.54 2.81 0.09 1.52-1.02 2.77-3.31 3.7-0.74 0.3-1.23 0.53-1.55 0.8h3.87a1 1 0 0 1 0 2z"></path><path fill="currentColor" d="M21.61 7.98h-8.97a1 1 0 0 1 0-2h8.97a1 1 0 0 1 0 2z"></path><path fill="currentColor" d="M21.61 17.96h-8.97a1 1 0 0 1 0-2h8.97a1 1 0 0 1 0 2z"></path><path fill="currentColor" d="M6.32 10.97a1 1 0 0 1-1-1v-5.04a4.81 4.81 0 0 1-1.43 0.52 1 1 0 1 1-0.37-1.95c1.28-0.24 1.91-1.29 1.94-1.34a1.01 1.01 0 0 1 1.12-0.46 0.99 0.99 0 0 1 0.74 0.96v7.31a1 1 0 0 1-1 1z"></path></g>'},32:{width:32,path:'<path d="M11.66 29.37h-7.21a1.33 1.33 0 0 1-1.33-1.43c0.22-3.06 2.65-4.05 4.43-4.78 1.06-0.43 2.83-1.31 2.77-2.32-0.07-1.14-1.64-1.25-2.12-1.26-0.99-0.04-2.14 0.38-2.46 1.54a1.33 1.33 0 0 1-2.58-0.72c0.59-2.1 2.58-3.49 4.98-3.49h0.1c2.71 0.04 4.62 1.55 4.75 3.77 0.12 2.04-1.37 3.71-4.44 4.95-0.98 0.4-1.64 0.72-2.07 1.07h5.18a1.33 1.33 0 0 1 0 2.67z"></path><path d="M28.93 10.68h-12.02a1.33 1.33 0 0 1 0-2.67h12.02a1.33 1.33 0 0 1 0 2.67z"></path><path d="M28.93 24.03h-12.02a1.33 1.33 0 0 1 0-2.67h12.02a1.33 1.33 0 0 1 0 2.67z"></path><path d="M8.46 14.69a1.33 1.33 0 0 1-1.34-1.34v-6.75a6.44 6.44 0 0 1-1.92 0.7 1.33 1.33 0 1 1-0.5-2.62c1.71-0.33 2.56-1.73 2.6-1.79a1.35 1.35 0 0 1 1.51-0.61 1.33 1.33 0 0 1 0.98 1.28v9.79a1.33 1.33 0 0 1-1.33 1.33z"></path>'}}},pakistan:{name:"pakistan",keywords:["flag","pakistan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#173e1b" rx="4" ry="4"></rect><path fill="#fff" d="M10,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4h5V4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M26.268,19.09c-2.692,2.393-6.815,2.151-9.209-.542-2.393-2.692-2.151-6.815,.542-9.209,.113-.1,.229-.196,.346-.287-2.87,.917-4.948,3.605-4.948,6.779,0,3.93,3.186,7.116,7.116,7.116,2.878,0,5.357-1.709,6.478-4.168-.104,.106-.213,.21-.326,.311Z"></path><path fill="#fff" d="M22.984 13.282L23.153 14.997 24.024 13.51 25.708 13.879 24.563 12.591 25.434 11.104 23.855 11.795 22.71 10.507 22.88 12.222 21.301 12.913 22.984 13.282z"></path></g>'}}},palau:{name:"palau",keywords:["flag","palau"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#4498f7" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><circle cx="14" cy="16" r="6" fill="#ffff54"></circle></g>'}}},palestine:{name:"palestine",keywords:["flag","palestine"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#429543" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#da403e" d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},panama:{name:"panama",keywords:["flag","panama"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M5,4c-2.209,0-4,1.791-4,4v8h15V4H5Z"></path><path fill="#c92d25" d="M31,8c0-2.209-1.791-4-4-4h-11v12h15V8Z"></path><path fill="#081d53" d="M5,28c-2.209,0-4-1.791-4-4v-8h15v12H5Z"></path><path fill="#fff" d="M31,24c0,2.209-1.791,4-4,4h-11v-12h15v8Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#081d53" d="M8.812 6.671L7.986 9.214 5.312 9.214 7.476 10.786 6.649 13.329 8.812 11.757 10.976 13.329 10.149 10.786 12.312 9.214 9.639 9.214 8.812 6.671z"></path><path fill="#c92d25" d="M22.937 17.984L22.111 20.527 19.437 20.527 21.601 22.098 20.774 24.641 22.937 23.07 25.101 24.641 24.274 22.098 26.437 20.527 23.764 20.527 22.937 17.984z"></path></g>'}}},"paperclip-2":{name:"paperclip-2",keywords:["paperclip","paperclip-2","attachment","clip"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.78 4.83l-4.25 4.24a1.33 1.33 0 1 0 1.89 1.89l4.4-4.4a2.67 2.67 0 1 0-3.77-3.78l-4.41 4.4a4 4 0 0 0 5.66 5.67l4.25-4.25"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.19 6.02l-5.29 5.3a1.67 1.67 0 1 0 2.35 2.35l5.49-5.49a3.33 3.33 0 1 0-4.71-4.71l-5.49 5.49a5 5 0 0 0 7.06 7.07l5.3-5.3"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.61 7.21l-6.35 6.35a2 2 0 1 0 2.82 2.82l6.59-6.58a3.99 3.99 0 1 0-5.65-5.65l-6.58 6.59a5.99 5.99 0 0 0 8.46 8.46l6.35-6.35"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.55 9.65l-8.49 8.5a2.67 2.67 0 1 0 3.77 3.77l8.81-8.81a5.34 5.34 0 1 0-7.55-7.55l-8.81 8.81a8.01 8.01 0 0 0 11.33 11.33l8.49-8.5"></path></g>'}}},"papua-new-guinea":{name:"papua-new-guinea",keywords:["flag","papua","new","guinea"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2a2c" d="M29.684,26.947L2.316,5.053c.711-.648,1.647-1.053,2.684-1.053H27c2.209,0,4,1.791,4,4V24c0,1.172-.513,2.216-1.316,2.947Z"></path><path d="M2.316,5.053L29.684,26.947c-.711,.648-1.647,1.053-2.684,1.053H5c-2.209,0-4-1.791-4-4V8c0-1.172,.513-2.216,1.316-2.947Z"></path><path d="M1,8V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4Zm1,0c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M5,5H27c1.657,0,3,1.343,3,3v1c0-1.657-1.343-3-3-3H5c-1.657,0-3,1.343-3,3v-1c0-1.657,1.343-3,3-3Z" opacity=".2"></path><path fill="#f4d24b" d="M24.782,14.792c-.097-1.278-.522-1.461-.587-1.656-.066-.197,.105,.052,.249,.105s-.026-.275-.066-.42,.433,.302,.551,.341c.118,.039-.275-1.075-.393-1.154-.118-.079,.118,.026,.197,.052s-.721-1.219-.891-1.219,.144-.066,.236-.066-.918-.813-1.088-.813,.367-.21,.419-.223c.092,.013-1.167-.669-2.294,.013-.066-.052,.531-.465,.551-.642-.41-.326-.058-.193,.118-.524-.079-.105-.223-.066-.302-.092,.043-.204,.544-.591-.039-.485-.043-.033,.34-.535-.131-.354-.066-.013,.341-.577,.262-.656-2.832,1.232-1.165,2.813-2.019,3.382-.396-.023-.711-.512-1.036-.669-.184-.052-.603,.105-.76,.118-.157,.013-.774-.118-.813-.079,.096,.108,.887,.347,1.009,.603,.105,.065,1.088,.354,.774,.76-.945,.197-1.427-1.08-2.635,.511-.258,.385-1.385,2.219-.262,1.022-.259,.774,.083,.18,.498,.066,.039,.105-.079,.21-.039,.367,.052,.052,.288-.262,.446-.328,.026,.118-.144,.341-.052,.485,.066,.013,.459-.446,.59-.498s-.066,.433,0,.472c.399-.243,.737-1.092,.642-.013,.144-.105,.511-.603,.551-.682-.114,.83,.854,1.84,1.455,2.163,.079-.144-.026-.446,.039-.433,.184,.197,.524,.485,.603,.485s-.052-.315,.052-.315c.21,.197,.813,.97,1.993,1.324-.079-.223-.249-.42-.262-.524,.079,.013,.354,.144,.406,.131,.052-.013-.577-.787-.538-.891,.144-.013,.21,.079,.262,.013-.066-.105-.616-.721-.616-.865s.17,.026,.223,0-.21-.577-.157-.642c.09-.114,.878,.67,.853,.181,.39,.319,1.155,.93,1.679,1.707-.072,1.2-1.113,2.068-2.414,1.56,.58,.822,2.573,.47,2.717-1.022,.892,1.804-.654,2.961-1.747,2.661,1.599,.981,3.339-1.371,1.767-3.26Z"></path><path fill="#fff" d="M8.83,12.291l.361,1.038,1.099,.022-.876,.664,.318,1.052-.902-.628-.902,.628,.318-1.052-.876-.664,1.099-.022,.361-1.038Z"></path><path fill="#fff" d="M5.454,16.894l.361,1.038,1.099,.022-.876,.664,.318,1.052-.902-.628-.902,.628,.318-1.052-.876-.664,1.099-.022,.361-1.038Z"></path><path fill="#fff" d="M8.83,23.032l.361,1.038,1.099,.022-.876,.664,.318,1.052-.902-.628-.902,.628,.318-1.052-.876-.664,1.099-.022,.361-1.038Z"></path><path fill="#fff" d="M11.899,16.587l.361,1.038,1.099,.022-.876,.664,.318,1.052-.902-.628-.902,.628,.318-1.052-.876-.664,1.099-.022,.361-1.038Z"></path><path fill="#fff" d="M10.365,20.424l.18,.519,.549,.011-.438,.332,.159,.526-.451-.314-.451,.314,.159-.526-.438-.332,.549-.011,.18-.519Z"></path></g>'}}},paraguay:{name:"paraguay",keywords:["flag","paraguay"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#c53a28" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#1334a3" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path d="M16,19.25c-1.792,0-3.25-1.458-3.25-3.25s1.458-3.25,3.25-3.25,3.25,1.458,3.25,3.25-1.458,3.25-3.25,3.25Zm0-6c-1.517,0-2.75,1.233-2.75,2.75s1.233,2.75,2.75,2.75,2.75-1.233,2.75-2.75-1.233-2.75-2.75-2.75Z"></path></g>'}}},"pen-2":{name:"pen-2",keywords:["pencil","pen-2","edit","pen","rename","write","draw","settings"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.39 3.94l2.69 2.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 13.57s3.2-0.51 4.04-1.35l6.52-6.52a1.91 1.91 0 1 0-2.69-2.69l-6.52 6.52c-0.84 0.84-1.35 4.05-1.35 4.04z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.71 4.91l3.36 3.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 16.93s3.99-0.63 5.05-1.68l8.13-8.14a2.38 2.38 0 1 0-3.36-3.36l-8.13 8.13c-1.05 1.05-1.68 5.05-1.69 5.05z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.03 5.88l4.03 4.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 20.28s4.79-0.76 6.04-2.01l9.75-9.75a2.85 2.85 0 1 0-4.03-4.03l-9.75 9.75c-1.26 1.26-2.01 6.05-2.01 6.04z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.77 7.87l5.4 5.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 27.14s6.41-1.01 8.09-2.69l13.04-13.04a3.81 3.81 0 1 0-5.39-5.4l-13.05 13.04c-1.69 1.69-2.7 8.09-2.69 8.1z"></path></g>'}}},percentage:{name:"percentage",keywords:["percent","percentage","interest","offer","discount","sale","price","off"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.45 2.45a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.57 9.57a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 13.57l7.56-11.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.55 3.05a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.43 11.93a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 16.93l9.44-13.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.65 3.66a2.99 2.99 0 1 0 0 5.98 2.99 2.99 0 1 0 0-5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.29 14.3a2.99 2.99 0 1 0 0 5.98 2.99 2.99 0 1 0 0-5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 20.28l11.3-16.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.9 4.9a4 4 0 1 0 0 8 4 4 0 1 0 0-8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 19.14a4 4 0 1 0 0 8.01 4 4 0 1 0 0-8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 27.14l15.13-22.25"></path></g>'}}},"person-biking":{name:"person-biking",keywords:["person-biking","person","biking","exercise","fitness","ride","bike","bicycle","cycle","cyclist","spin"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 13.57a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.56 13.57a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 12.68l0.4-2.81a0.45 0.45 0 0 0-0.22-0.45l-1.88-1.08a0.89 0.89 0 0 1-0.22-1.37l1.11-1.21a0.89 0.89 0 0 1 1.24-0.06l1.1 0.97a0.89 0.89 0 0 0 0.59 0.23h1.89"></path><path fill="currentColor" d="M9.57 4.45a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 16.93a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.44 16.93a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 15.82l0.5-3.51a0.56 0.56 0 0 0-0.27-0.57l-2.35-1.34a1.11 1.11 0 0 1-0.27-1.71l1.37-1.5a1.11 1.11 0 0 1 1.56-0.08l1.37 1.21a1.11 1.11 0 0 0 0.73 0.28h2.36"></path><path fill="currentColor" d="M11.93 5.55a1.67 1.67 0 1 0 0-3.33 1.67 1.67 0 0 0 0 3.33z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 20.28a2.99 2.99 0 1 0 0-5.98 2.99 2.99 0 0 0 0 5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.32 20.28a2.99 2.99 0 1 0 0-5.98 2.99 2.99 0 0 0 0 5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 18.95l0.6-4.21a0.67 0.67 0 0 0-0.33-0.67l-2.81-1.61a1.33 1.33 0 0 1-0.32-2.05l1.64-1.8a1.33 1.33 0 0 1 1.87-0.09l1.63 1.45a1.33 1.33 0 0 0 0.89 0.34h2.82"></path><path fill="currentColor" d="M14.3 6.65a2 2 0 1 0 0-3.99 2 2 0 0 0 0 3.99z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 27.14a4 4 0 1 0 0-8.01 4 4 0 0 0 0 8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.12 27.14a4 4 0 1 0 0-8.01 4 4 0 0 0 0 8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 25.37l0.8-5.64a0.89 0.89 0 0 0-0.44-0.9l-3.77-2.15a1.78 1.78 0 0 1-0.42-2.75l2.2-2.4a1.78 1.78 0 0 1 2.5-0.13l2.19 1.94a1.78 1.78 0 0 0 1.18 0.46h3.77"></path><path fill="currentColor" d="M19.14 8.9a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34z" data-stroke="none"></path></g>'}}},peru:{name:"peru",keywords:["flag","peru"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M10 4H22V28H10z"></path><path fill="#c82c2b" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#c82c2b" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},philippines:{name:"philippines",keywords:["flag","philippines"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#be2a2c" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#1334a3" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path fill="#fff" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#f4d24b" d="M10.569,15.303l-1.561,.31c-.051-.26-.154-.502-.296-.715l1.323-.884-.011-.975-.975-.011-.884,1.323c-.213-.143-.455-.245-.715-.296l.31-1.561-.697-.681-.697,.681,.31,1.561c-.26,.051-.502,.154-.715,.296l-.884-1.323-.975,.011-.011,.975,1.323,.884c-.143,.213-.245,.455-.296,.715l-1.561-.31-.681,.697,.681,.697,1.561-.31c.051,.26,.154,.502,.296,.715l-1.323,.884,.011,.975,.975,.011,.884-1.323c.213,.143,.455,.245,.715,.296l-.31,1.561,.697,.681,.697-.681-.31-1.561c.26-.051,.502-.154,.715-.296l.884,1.323,.975-.011,.011-.975-1.323-.884c.143-.213,.245-.455,.296-.715l1.561,.31,.681-.697-.681-.697Z"></path></g>'}}},phone:{name:"phone",keywords:["phone","call","telephone","number","contact","talk"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.41 10.61a12.78 12.78 0 0 0 7.28 3.62c0.44 0.06 0.85-0.23 0.96-0.66l0.56-2.16a0.89 0.89 0 0 0-0.5-1.04l-2.56-1.13a0.89 0.89 0 0 0-1.06 0.27l-0.78 1.01a10.7 10.7 0 0 1-3.81-3.81l1.01-0.78a0.89 0.89 0 0 0 0.27-1.07l-1.13-2.55a0.89 0.89 0 0 0-1.04-0.5l-2.16 0.56c-0.43 0.11-0.72 0.52-0.66 0.96a12.78 12.78 0 0 0 3.62 7.28z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.75 13.23a15.94 15.94 0 0 0 9.08 4.52c0.55 0.08 1.06-0.29 1.19-0.83l0.7-2.69a1.11 1.11 0 0 0-0.62-1.3l-3.19-1.41a1.11 1.11 0 0 0-1.33 0.34l-0.97 1.26a13.35 13.35 0 0 1-4.75-4.75l1.27-0.97a1.11 1.11 0 0 0 0.33-1.33l-1.41-3.19a1.11 1.11 0 0 0-1.3-0.62l-2.69 0.7c-0.53 0.14-0.9 0.65-0.83 1.19a15.94 15.94 0 0 0 4.52 9.08z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.09 15.85a19.1 19.1 0 0 0 10.87 5.41c0.65 0.09 1.27-0.35 1.44-0.98l0.83-3.23a1.33 1.33 0 0 0-0.74-1.55l-3.82-1.7a1.33 1.33 0 0 0-1.59 0.41l-1.17 1.51a15.99 15.99 0 0 1-5.69-5.69l1.52-1.17a1.33 1.33 0 0 0 0.4-1.59l-1.7-3.82a1.33 1.33 0 0 0-1.55-0.74l-3.23 0.83c-0.64 0.16-1.08 0.78-0.98 1.44a19.1 19.1 0 0 0 5.41 10.87z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.83 21.21a25.56 25.56 0 0 0 14.55 7.25c0.88 0.12 1.7-0.47 1.92-1.32l1.12-4.32a1.78 1.78 0 0 0-1-2.08l-5.11-2.27a1.78 1.78 0 0 0-2.13 0.54l-1.57 2.03a21.4 21.4 0 0 1-7.61-7.61l2.03-1.57a1.78 1.78 0 0 0 0.54-2.13l-2.27-5.11a1.78 1.78 0 0 0-2.08-1l-4.32 1.12c-0.85 0.22-1.45 1.04-1.32 1.92a25.56 25.56 0 0 0 7.25 14.55z"></path></g>'}}},"phone-call-cross":{name:"phone-call-cross",keywords:["phone-x","phone-call-cross","phone","call","telephone","number","contact","talk","remove","delete","cancel","x","xmark","no contact"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 2.67l3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.35 2.67l-3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.19 10.83a12.78 12.78 0 0 0 7.28 3.62c0.44 0.06 0.85-0.23 0.95-0.66l0.56-2.16a0.89 0.89 0 0 0-0.5-1.03l-2.55-1.14a0.89 0.89 0 0 0-1.07 0.27l-0.78 1.02a10.7 10.7 0 0 1-3.8-3.81l1.01-0.78a0.89 0.89 0 0 0 0.27-1.07l-1.14-2.55a0.89 0.89 0 0 0-1.03-0.5l-2.16 0.56c-0.43 0.11-0.72 0.52-0.66 0.96a12.78 12.78 0 0 0 3.62 7.27z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 3.33l4.44 4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.65 3.33l-4.44 4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.47 13.51a15.94 15.94 0 0 0 9.08 4.52c0.55 0.08 1.06-0.29 1.19-0.83l0.7-2.69a1.11 1.11 0 0 0-0.62-1.29l-3.19-1.42a1.11 1.11 0 0 0-1.33 0.34l-0.97 1.26a13.35 13.35 0 0 1-4.75-4.75l1.26-0.97a1.11 1.11 0 0 0 0.34-1.33l-1.42-3.19a1.11 1.11 0 0 0-1.29-0.62l-2.69 0.7c-0.53 0.14-0.9 0.65-0.83 1.19a15.94 15.94 0 0 0 4.52 9.08z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.63 3.99l5.32 5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.95 3.99l-5.32 5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.76 16.18a19.1 19.1 0 0 0 10.87 5.42c0.65 0.09 1.27-0.35 1.43-0.99l0.84-3.23a1.33 1.33 0 0 0-0.75-1.55l-3.82-1.69a1.33 1.33 0 0 0-1.59 0.4l-1.17 1.52a15.99 15.99 0 0 1-5.69-5.69l1.52-1.17a1.33 1.33 0 0 0 0.4-1.59l-1.69-3.82a1.33 1.33 0 0 0-1.55-0.75l-3.23 0.84c-0.64 0.17-1.08 0.78-0.99 1.43a19.1 19.1 0 0 0 5.42 10.87z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 5.34l7.12 7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.7 5.34l-7.12 7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.38 21.66a25.56 25.56 0 0 0 14.55 7.25c0.88 0.12 1.7-0.47 1.92-1.32l1.12-4.32a1.78 1.78 0 0 0-1-2.08l-5.11-2.27a1.78 1.78 0 0 0-2.13 0.54l-1.57 2.03a21.4 21.4 0 0 1-7.61-7.61l2.03-1.57a1.78 1.78 0 0 0 0.54-2.13l-2.27-5.11a1.78 1.78 0 0 0-2.08-1l-4.31 1.12c-0.86 0.22-1.45 1.04-1.33 1.92a25.56 25.56 0 0 0 7.25 14.55z"></path></g>'}}},"phone-plus":{name:"phone-plus",keywords:["phone-plus","phone","call","telephone","number","contact","talk","add","create","new"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 2v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 4.23h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.19 10.83a12.78 12.78 0 0 0 7.28 3.62c0.44 0.06 0.85-0.23 0.95-0.66l0.56-2.16a0.89 0.89 0 0 0-0.5-1.03l-2.55-1.14a0.89 0.89 0 0 0-1.07 0.27l-0.78 1.02a10.7 10.7 0 0 1-3.8-3.81l1.01-0.78a0.89 0.89 0 0 0 0.27-1.07l-1.14-2.55a0.89 0.89 0 0 0-1.03-0.5l-2.16 0.56c-0.43 0.11-0.72 0.52-0.66 0.96a12.78 12.78 0 0 0 3.62 7.27z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 2.5v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 5.27h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.47 13.51a15.94 15.94 0 0 0 9.08 4.52c0.55 0.08 1.06-0.29 1.19-0.83l0.7-2.69a1.11 1.11 0 0 0-0.62-1.29l-3.19-1.42a1.11 1.11 0 0 0-1.33 0.34l-0.97 1.26a13.35 13.35 0 0 1-4.75-4.75l1.26-0.97a1.11 1.11 0 0 0 0.34-1.33l-1.42-3.19a1.11 1.11 0 0 0-1.29-0.62l-2.69 0.7c-0.53 0.14-0.9 0.65-0.83 1.19a15.94 15.94 0 0 0 4.52 9.08z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 2.99v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 6.32h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.76 16.18a19.1 19.1 0 0 0 10.87 5.42c0.65 0.09 1.27-0.35 1.43-0.99l0.84-3.23a1.33 1.33 0 0 0-0.75-1.55l-3.82-1.69a1.33 1.33 0 0 0-1.59 0.4l-1.17 1.52a15.99 15.99 0 0 1-5.69-5.69l1.52-1.17a1.33 1.33 0 0 0 0.4-1.59l-1.69-3.82a1.33 1.33 0 0 0-1.55-0.75l-3.23 0.84c-0.64 0.17-1.08 0.78-0.99 1.43a19.1 19.1 0 0 0 5.42 10.87z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 4v8.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 8.46h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.38 21.66a25.56 25.56 0 0 0 14.55 7.25c0.88 0.12 1.7-0.47 1.92-1.32l1.12-4.32a1.78 1.78 0 0 0-1-2.08l-5.11-2.27a1.78 1.78 0 0 0-2.13 0.54l-1.57 2.03a21.4 21.4 0 0 1-7.61-7.61l2.03-1.57a1.78 1.78 0 0 0 0.54-2.13l-2.27-5.11a1.78 1.78 0 0 0-2.08-1l-4.31 1.12c-0.86 0.22-1.45 1.04-1.33 1.92a25.56 25.56 0 0 0 7.25 14.55z"></path></g>'}}},"phone-slash":{name:"phone-slash",keywords:["phone-slash","telephone","phone","call","not","allowed","off","silent","slash","do not","contact"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.16 8.86a10.69 10.69 0 0 1-1.66-2.15l1.01-0.78a0.89 0.89 0 0 0 0.27-1.07l-1.13-2.55a0.89 0.89 0 0 0-1.04-0.5l-2.16 0.56c-0.43 0.11-0.72 0.52-0.66 0.96a12.78 12.78 0 0 0 3.63 7.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.5 12.29a12.77 12.77 0 0 0 5.19 1.94c0.44 0.06 0.85-0.23 0.96-0.66l0.56-2.16a0.89 0.89 0 0 0-0.5-1.04l-2.56-1.13a0.89 0.89 0 0 0-1.06 0.27l-0.78 1.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.78 14.24l12.46-12.46"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.93 11.05a13.34 13.34 0 0 1-2.07-2.68l1.27-0.97a1.11 1.11 0 0 0 0.33-1.33l-1.41-3.19a1.11 1.11 0 0 0-1.3-0.62l-2.69 0.7c-0.53 0.14-0.9 0.65-0.83 1.19a15.94 15.94 0 0 0 4.52 9.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.36 15.33a15.93 15.93 0 0 0 6.47 2.42c0.55 0.08 1.06-0.29 1.19-0.83l0.7-2.69a1.11 1.11 0 0 0-0.62-1.3l-3.19-1.41a1.11 1.11 0 0 0-1.33 0.34l-0.97 1.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.22 17.76l15.54-15.54"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.7 13.24a15.98 15.98 0 0 1-2.48-3.21l1.52-1.17a1.33 1.33 0 0 0 0.4-1.59l-1.7-3.82a1.33 1.33 0 0 0-1.55-0.74l-3.22 0.83c-0.64 0.16-1.08 0.78-0.99 1.44a19.1 19.1 0 0 0 5.41 10.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.21 18.37a19.08 19.08 0 0 0 7.75 2.89c0.65 0.09 1.27-0.35 1.44-0.98l0.83-3.23a1.33 1.33 0 0 0-0.74-1.55l-3.82-1.7a1.33 1.33 0 0 0-1.59 0.41l-1.17 1.51"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.66 21.28l18.62-18.62"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.32 17.72a21.39 21.39 0 0 1-3.32-4.29l2.03-1.57a1.78 1.78 0 0 0 0.54-2.13l-2.27-5.11a1.78 1.78 0 0 0-2.07-1l-4.32 1.12c-0.85 0.22-1.45 1.04-1.33 1.92a25.56 25.56 0 0 0 7.25 14.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 24.59a25.54 25.54 0 0 0 10.38 3.87c0.88 0.12 1.7-0.47 1.92-1.32l1.12-4.32a1.78 1.78 0 0 0-1-2.08l-5.11-2.27a1.78 1.78 0 0 0-2.13 0.54l-1.57 2.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.56 28.48l24.92-24.92"></path></g>'}}},photo:{name:"photo",keywords:["image","photo","picture","img","jpg","png","landscape"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.56 13.13l5.19-5.2a1.78 1.78 0 0 1 2.52 0l3.19 3.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 13.13h-9.34q-1.78 0-1.78-1.78v-6.68q0-1.78 1.78-1.78h9.34q1.78 0 1.78 1.78v6.68q0 1.78-1.78 1.78z"></path><path fill="currentColor" d="M5.12 5.34a1.11 1.11 0 1 0 0 2.23 1.11 1.11 0 1 0 0-2.23z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.44 16.37l6.48-6.48a2.22 2.22 0 0 1 3.14 0l3.98 3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 16.37h-11.66q-2.22 0-2.22-2.22v-8.32q0-2.22 2.22-2.22h11.66q2.22 0 2.22 2.22v8.32q0 2.22-2.22 2.22z"></path><path fill="currentColor" d="M6.38 6.66a1.39 1.39 0 1 0 0 2.78 1.39 1.39 0 1 0 0-2.78z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.32 19.62l7.76-7.76a2.66 2.66 0 0 1 3.76 0l4.77 4.76"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 19.62h-13.96q-2.66 0-2.66-2.66v-9.98q0-2.66 2.66-2.66h13.96q2.66 0 2.66 2.66v9.98q0 2.66-2.66 2.66z"></path><path fill="currentColor" d="M7.65 7.98a1.66 1.66 0 1 0 0 3.33 1.66 1.66 0 1 0 0-3.33z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.12 26.25l10.39-10.38a3.56 3.56 0 0 1 5.03 0l6.38 6.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 26.25h-18.7q-3.56 0-3.56-3.56v-13.35q0-3.56 3.56-3.56h18.7q3.56 0 3.56 3.56v13.35q0 3.56-3.56 3.56z"></path><path fill="currentColor" d="M10.23 10.68a2.23 2.23 0 1 0 0 4.45 2.23 2.23 0 1 0 0-4.45z" data-stroke="none"></path></g>'}}},"pin-1":{name:"pin-1",keywords:["pin-1","marker","position","location","map","pin","gps","address","destination","point"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 8.68a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46c1.41-0.45 5.34-3.56 5.34-7.56a5.34 5.34 0 0 0-10.68 0c0 4 3.93 7.12 5.34 7.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 10.82a2.22 2.22 0 1 0 0-4.44 2.22 2.22 0 0 0 0 4.44z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04c1.76-0.56 6.66-4.44 6.66-9.44a6.66 6.66 0 0 0-13.32 0c0 5 4.9 8.88 6.66 9.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 12.97a2.66 2.66 0 1 0 0-5.32 2.66 2.66 0 0 0 0 5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61c2.11-0.67 7.98-5.32 7.98-11.3a7.98 7.98 0 0 0-15.96 0c0 5.99 5.87 10.64 7.98 11.3z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 17.36a3.56 3.56 0 1 0 0-7.12 3.56 3.56 0 0 0 0 7.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93c2.82-0.89 10.68-7.12 10.68-15.13a10.68 10.68 0 0 0-21.36 0c0 8.01 7.86 14.24 10.68 15.13z"></path></g>'}}},"pin-3":{name:"pin-3",keywords:[""],heights:{16:{width:16,path:'<g fill="none"><path fill="currentColor" d="M8.94 5.25c0-0.14 0.02-0.28 0.07-0.42l0.04-0.14c0.02-0.04 0.04-0.09 0.07-0.13l0.72-1.25h-3.59l0.72 1.25 0.07 0.13c0.02 0.04 0.04 0.1 0.04 0.14l0.03 0.1c0.03 0.11 0.04 0.2 0.04 0.32v1.54c0 0.2-0.04 0.39-0.12 0.58l-0.09 0.17c-0.02 0.04-0.04 0.06-0.07 0.1l-0.07 0.09-0.84 0.94h4.17l-0.84-0.94a1.3 1.3 0 0 1-0.07-0.09l-0.07-0.1a1.43 1.43 0 0 1-0.21-0.75v-1.55z m1.3 1.54c0 0.03 0.01 0.05 0.02 0.07l1.47 1.65a0.96 0.96 0 0 1-0.69 1.45l-0.13 0.01h-5.73l-0.13-0.01a0.96 0.96 0 0 1-0.75-1.34l0.06-0.11 1.47-1.64a0.14 0.14 0 0 0 0.02-0.03v-1.6a0.14 0.14 0 0 0 0-0.03l-1.14-1.96a0.96 0.96 0 0 1 0.8-1.23l0.11-0.01h4.85l0.11 0.01c0.58 0.07 0.98 0.65 0.8 1.23l-1.14 1.96a0.14 0.14 0 0 0 0 0.04v1.54z"></path><path fill="currentColor" d="M8.57 9.9v3.22c0 0.23-0.29 0.96-0.52 0.96-0.23 0-0.53-0.73-0.53-0.96v-3.21h1.05z"></path></g>'},20:{width:20,path:'<g fill="none"><path fill="currentColor" d="M11.16 6.55c0-0.18 0.02-0.34 0.07-0.52l0.06-0.18c0.02-0.06 0.06-0.11 0.09-0.17l0.9-1.55h-4.49l0.9 1.55 0.09 0.17c0.02 0.06 0.04 0.12 0.06 0.18l0.03 0.12c0.03 0.13 0.04 0.26 0.04 0.4v1.92c0 0.24-0.06 0.49-0.14 0.72l-0.11 0.21c-0.02 0.04-0.06 0.08-0.09 0.12l-0.09 0.13-1.04 1.16h5.19l-1.04-1.16a1.62 1.62 0 0 1-0.09-0.13l-0.09-0.12a1.79 1.79 0 0 1-0.25-0.93v-1.93z m1.61 1.92c0 0.03 0.01 0.07 0.03 0.09l1.83 2.05a1.2 1.2 0 0 1-0.85 1.81l-0.17 0.01h-7.15l-0.17-0.01a1.2 1.2 0 0 1-0.93-1.66l0.08-0.15 1.83-2.04a0.18 0.18 0 0 0 0.02-0.05v-1.98a0.18 0.18 0 0 0 0-0.05l-1.42-2.44a1.2 1.2 0 0 1 1-1.53l0.15-0.01h6.03l0.15 0.01c0.72 0.09 1.22 0.81 1 1.53l-1.42 2.44a0.18 0.18 0 0 0 0 0.06v1.92z"></path><path fill="currentColor" d="M10.69 12.34v4.02c0 0.29-0.37 1.2-0.66 1.2-0.29 0-0.65-0.91-0.65-1.2v-4.01h1.31z"></path></g>'},24:{width:24,path:'<g fill="none"><path fill="currentColor" d="M13.37 7.85c0-0.21 0.03-0.41 0.09-0.63l0.07-0.21c0.03-0.07 0.07-0.13 0.1-0.2l1.08-1.86h-5.37l1.07 1.86 0.11 0.2c0.03 0.07 0.05 0.15 0.07 0.21l0.04 0.15c0.04 0.16 0.05 0.31 0.05 0.48v2.3c0 0.29-0.07 0.59-0.17 0.86l-0.14 0.26c-0.03 0.05-0.07 0.09-0.1 0.14l-0.11 0.15-1.25 1.39h6.23l-1.25-1.39a1.94 1.94 0 0 1-0.11-0.15l-0.11-0.14a2.14 2.14 0 0 1-0.3-1.12v-2.32z m1.93 2.3c0 0.04 0.01 0.08 0.03 0.1l2.2 2.46a1.44 1.44 0 0 1-1.02 2.17l-0.2 0.02h-8.57l-0.2-0.02a1.44 1.44 0 0 1-1.12-1.99l0.1-0.18 2.19-2.44a0.21 0.21 0 0 0 0.03-0.06v-2.38a0.21 0.21 0 0 0 0-0.05l-1.7-2.93a1.44 1.44 0 0 1 1.19-1.83l0.18-0.01h7.23l0.17 0.01c0.86 0.11 1.46 0.97 1.2 1.83l-1.7 2.93a0.21 0.21 0 0 0 0 0.07v2.3z"></path><path fill="currentColor" d="M12.81 14.79v4.81c0 0.35-0.44 1.44-0.79 1.44-0.35 0-0.78-1.09-0.78-1.44v-4.8h1.57z"></path></g>'}}},pin:{name:"pin",keywords:["pin","marker","position","location","map","gps","address","destination","point"],heights:{32:{width:32,path:'<g fill="none"><path fill="currentColor" d="M17.89 10.5c0-0.28 0.04-0.55 0.12-0.83l0.09-0.29c0.04-0.09 0.09-0.18 0.15-0.27l1.44-2.49h-7.19l1.44 2.49 0.14 0.27c0.04 0.09 0.07 0.2 0.09 0.29l0.05 0.19c0.05 0.21 0.07 0.41 0.07 0.64v3.08c0 0.39-0.09 0.78-0.23 1.16l-0.18 0.34c-0.04 0.07-0.09 0.12-0.14 0.19l-0.14 0.2-1.67 1.87h8.33l-1.68-1.87a2.6 2.6 0 0 1-0.14-0.2l-0.14-0.19a2.87 2.87 0 0 1-0.41-1.5v-3.1z m2.58 3.08c0 0.05 0.02 0.11 0.05 0.14l2.94 3.3a1.92 1.92 0 0 1-1.37 2.9l-0.27 0.02h-11.46l-0.27-0.02a1.92 1.92 0 0 1-1.49-2.67l0.12-0.23 2.94-3.28a0.28 0.28 0 0 0 0.03-0.07v-3.19a0.28 0.28 0 0 0 0-0.07l-2.27-3.91a1.92 1.92 0 0 1 1.6-2.46l0.23-0.02h9.68l0.23 0.02c1.16 0.14 1.96 1.3 1.61 2.46l-2.28 3.91a0.28 0.28 0 0 0 0 0.09v3.08z"></path><path fill="currentColor" d="M17.14 19.79v6.45c0 0.46-0.59 1.92-1.05 1.92-0.46 0-1.05-1.46-1.05-1.92v-6.43h2.1z"></path></g>'}}},"pin-check":{name:"pin-check",keywords:["pin-check","marker","position","location","map","pin","gps","address","destination","point","check","checked"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.78 7.57l1.43 1.33 3.03-4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46c1.41-0.45 5.34-3.56 5.34-7.56a5.34 5.34 0 0 0-10.68 0c0 4 3.93 7.12 5.34 7.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.21 9.44l1.79 1.66 3.77-4.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04c1.76-0.56 6.66-4.44 6.66-9.44a6.66 6.66 0 0 0-13.32 0c0 5 4.9 8.88 6.66 9.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.64 11.3l2.14 2 4.52-5.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61c2.11-0.67 7.98-5.32 7.98-11.3a7.98 7.98 0 0 0-15.96 0c0 5.99 5.87 10.64 7.98 11.3z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.56 15.13l2.87 2.67 6.05-8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93c2.82-0.89 10.68-7.12 10.68-15.13a10.68 10.68 0 0 0-21.36 0c0 8.01 7.86 14.24 10.68 15.13z"></path></g>'}}},"pin-circle":{name:"pin-circle",keywords:["pin-circle","marker","position","location","map","pin","gps","address","destination","point","circle"],heights:{16:{width:16,path:'<g fill="none"><path fill="currentColor" d="M12.78 8.05a4.73 4.73 0 1 0-4.73 4.73v1.3a6.03 6.03 0 1 1 0-12.07 6.03 6.03 0 0 1 0 12.07v-1.3a4.73 4.73 0 0 0 4.73-4.73z"></path><path fill="currentColor" fill-rule="evenodd" d="M6.09 5.43a0.56 0.56 0 0 1 0.53-0.72h2.85c0.37 0 0.65 0.36 0.53 0.72l-0.66 1.16a0.08 0.08 0 0 0 0 0.01v0.92c0 0.02 0 0.03 0.01 0.04l0.86 0.97a0.56 0.56 0 0 1-0.48 0.85h-1.37v1.86c0 0.13-0.18 0.56-0.31 0.56s-0.31-0.43-0.32-0.56v-1.86h-1.37a0.56 0.56 0 0 1-0.49-0.85l0.88-0.97a0.08 0.08 0 0 0 0.01-0.04v-0.92a0.08 0.08 0 0 0 0-0.01l-0.67-1.16z"></path></g>'},20:{width:20,path:'<g fill="none"><path fill="currentColor" d="M15.94 10.03a5.91 5.91 0 1 0-5.91 5.91v1.62a7.53 7.53 0 1 1 0-15.05 7.53 7.53 0 0 1 0 15.05v-1.62a5.91 5.91 0 0 0 5.91-5.91z"></path><path fill="currentColor" fill-rule="evenodd" d="M7.59 6.77a0.7 0.7 0 0 1 0.67-0.9h3.55c0.47 0 0.81 0.46 0.67 0.9l-0.84 1.44a0.1 0.1 0 0 0 0 0.03v1.14c0 0.02 0 0.03 0.02 0.04l1.07 1.21a0.7 0.7 0 0 1-0.6 1.07h-1.71v2.32c0 0.17-0.22 0.7-0.39 0.7s-0.39-0.53-0.38-0.7v-2.32h-1.71a0.7 0.7 0 0 1-0.61-1.07l1.08-1.21a0.1 0.1 0 0 0 0.01-0.04v-1.14a0.1 0.1 0 0 0 0-0.03l-0.83-1.44z"></path></g>'},24:{width:24,path:'<g fill="none"><path fill="currentColor" d="M19.1 12.02a7.08 7.08 0 1 0-7.08 7.08v1.94a9.02 9.02 0 1 1 0-18.03 9.02 9.02 0 0 1 0 18.03v-1.94a7.08 7.08 0 0 0 7.08-7.08z"></path><path fill="currentColor" fill-rule="evenodd" d="M9.1 8.11a0.84 0.84 0 0 1 0.8-1.07h4.25c0.56 0 0.97 0.55 0.8 1.07l-1 1.73a0.12 0.12 0 0 0 0 0.03v1.37c0 0.03 0 0.04 0.02 0.05l1.29 1.45a0.84 0.84 0 0 1-0.72 1.28h-2.05v2.78c0 0.2-0.27 0.84-0.47 0.84s-0.47-0.64-0.46-0.84v-2.78h-2.05a0.84 0.84 0 0 1-0.73-1.28l1.3-1.45a0.12 0.12 0 0 0 0.01-0.05v-1.37a0.12 0.12 0 0 0 0-0.03l-0.99-1.73z"></path></g>'},32:{width:32,path:'<g fill="none"><path fill="currentColor" d="M25.56 16.09a9.47 9.47 0 1 0-9.47 9.47v2.6a12.07 12.07 0 1 1 0-24.14 12.07 12.07 0 0 1 0 24.14v-2.6a9.47 9.47 0 0 0 9.47-9.47z"></path><path fill="currentColor" fill-rule="evenodd" d="M12.18 10.86a1.12 1.12 0 0 1 1.06-1.44h5.7c0.75 0 1.3 0.73 1.07 1.44l-1.34 2.31a0.16 0.16 0 0 0 0 0.04v1.83c0 0.04 0 0.05 0.02 0.07l1.73 1.94a1.12 1.12 0 0 1-0.96 1.71h-2.75v3.72c0 0.27-0.36 1.12-0.62 1.12s-0.62-0.85-0.62-1.12v-3.72h-2.74a1.12 1.12 0 0 1-0.98-1.71l1.74-1.94a0.16 0.16 0 0 0 0.02-0.07v-1.83a0.16 0.16 0 0 0 0-0.04l-1.33-2.31z"></path></g>'}}},"pin-circle-filled":{name:"pin-circle-filled",keywords:[""],heights:{16:{width:16,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M8.05 2.01a6.03 6.03 0 1 1 0 12.07 6.03 6.03 0 0 1 0-12.07z m-1.43 2.7a0.57 0.57 0 0 0-0.53 0.72l0.67 1.16a0.08 0.08 0 0 1 0 0.01v0.92c0 0.02 0 0.03-0.01 0.04l-0.88 0.97a0.57 0.57 0 0 0 0.49 0.85h1.37v1.86c0 0.13 0.18 0.56 0.32 0.56s0.31-0.43 0.31-0.56v-1.86h1.37c0.44 0 0.71-0.48 0.49-0.85l-0.88-0.97a0.08 0.08 0 0 1 0-0.04v-0.93l0.66-1.16a0.57 0.57 0 0 0-0.53-0.72h-2.85z"></path></g>'},20:{width:20,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M10.03 2.51a7.53 7.53 0 1 1 0 15.05 7.53 7.53 0 0 1 0-15.05z m-1.77 3.36a0.71 0.71 0 0 0-0.67 0.9l0.83 1.44a0.1 0.1 0 0 1 0 0.03v1.14c0 0.02 0 0.03-0.01 0.04l-1.08 1.21a0.71 0.71 0 0 0 0.61 1.07h1.71v2.32c0 0.17 0.22 0.7 0.38 0.7s0.39-0.53 0.39-0.7v-2.32h1.71c0.54 0 0.89-0.6 0.61-1.07l-1.08-1.21a0.1 0.1 0 0 1-0.02-0.04v-1.14-0.03l0.84-1.44a0.71 0.71 0 0 0-0.67-0.9h-3.55z"></path></g>'},24:{width:24,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M12.02 3.01a9.02 9.02 0 1 1 0 18.03 9.02 9.02 0 0 1 0-18.03z m-2.12 4.03a0.85 0.85 0 0 0-0.8 1.07l0.99 1.73a0.12 0.12 0 0 1 0 0.03v1.37c0 0.03 0 0.04-0.01 0.05l-1.3 1.45a0.85 0.85 0 0 0 0.73 1.28h2.05v2.78c0 0.2 0.27 0.84 0.46 0.84s0.47-0.64 0.47-0.84v-2.78h2.05c0.65 0 1.06-0.72 0.73-1.28l-1.31-1.45a0.12 0.12 0 0 1-0.01-0.05v-1.37-0.03l1-1.73a0.85 0.85 0 0 0-0.8-1.07h-4.25z"></path></g>'},32:{width:32,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M16.09 4.02a12.07 12.07 0 1 1 0 24.14 12.07 12.07 0 0 1 0-24.14z m-2.85 5.4a1.14 1.14 0 0 0-1.06 1.44l1.33 2.31a0.16 0.16 0 0 1 0 0.04v1.83c0 0.04 0 0.05-0.02 0.07l-1.74 1.94a1.14 1.14 0 0 0 0.98 1.71h2.74v3.72c0 0.27 0.36 1.12 0.62 1.12s0.62-0.85 0.62-1.12v-3.72h2.75c0.87 0 1.42-0.96 0.97-1.71l-1.74-1.94a0.16 0.16 0 0 1-0.02-0.07v-1.83-0.04l1.34-2.31a1.14 1.14 0 0 0-1.07-1.44h-5.7z"></path></g>'}}},"pin-clock":{name:"pin-clock",keywords:["pin-clock","pin","clock","marker","position","location","map","gps","address","destination","point","watch","schedule","waiting"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 8.68a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.66 6.46a5.34 5.34 0 0 0-10.66 0.44c0 4 3.93 7.12 5.34 7.56"></path><path fill="currentColor" d="M12.46 8.46c-1.96 0-3.56 1.6-3.56 3.55s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.06 4.4a0.67 0.67 0 0 1-0.87 0.36l-1.44-0.59a0.67 0.67 0 0 1-0.42-0.62v-1.55a0.67 0.67 0 0 1 1.34 0v1.11l1.02 0.42a0.67 0.67 0 0 1 0.37 0.87z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 10.82a2.22 2.22 0 1 0 0-4.44 2.22 2.22 0 0 0 0 4.44z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.79 8.06a6.66 6.66 0 0 0-13.29 0.54c0 5 4.9 8.88 6.66 9.44"></path><path fill="currentColor" d="M15.54 10.55c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.57 5.49a0.83 0.83 0 0 1-1.09 0.45l-1.8-0.73a0.83 0.83 0 0 1-0.51-0.77v-1.95a0.83 0.83 0 0 1 1.66 0v1.39l1.28 0.52a0.83 0.83 0 0 1 0.46 1.09z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 12.97a2.66 2.66 0 1 0 0-5.32 2.66 2.66 0 0 0 0 5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.92 9.66a7.98 7.98 0 0 0-15.93 0.65c0 5.99 5.87 10.64 7.98 11.3"></path><path fill="currentColor" d="M18.62 12.64c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.08 6.58a1 1 0 0 1-1.31 0.54l-2.15-0.88a1 1 0 0 1-0.62-0.92v-2.33a1 1 0 0 1 2 0v1.66l1.53 0.63a1 1 0 0 1 0.55 1.3z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 17.36a3.56 3.56 0 1 0 0-7.12 3.56 3.56 0 0 0 0 7.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.32 12.93a10.68 10.68 0 0 0-21.32 0.86c0 8.01 7.86 14.24 10.68 15.14"></path><path fill="currentColor" d="M24.92 16.91c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.12 8.81a1.33 1.33 0 0 1-1.75 0.73l-2.88-1.18a1.33 1.33 0 0 1-0.83-1.24v-3.12a1.33 1.33 0 0 1 2.67 0v2.22l2.06 0.85a1.33 1.33 0 0 1 0.73 1.74z" data-stroke="none"></path></g>'}}},"pin-filled":{name:"pin-filled",keywords:["pin-filled","marker","position","location","map","pin","gps","address","destination","point","filled","fill"],heights:{16:{width:16,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M4.71 3.25a0.95 0.95 0 0 1 0.92-1.24h4.83c0.64 0 1.1 0.62 0.92 1.24l-1.14 1.96a0.14 0.14 0 0 0 0 0.04v1.55c0 0.02 0.01 0.05 0.02 0.07l1.47 1.64a0.95 0.95 0 0 1-0.82 1.46h-2.34v3.16c0 0.23-0.29 0.95-0.52 0.95-0.23 0-0.53-0.73-0.53-0.95v-3.16h-2.34a0.95 0.95 0 0 1-0.82-1.46l1.47-1.64a0.14 0.14 0 0 0 0.03-0.07v-1.55a0.14 0.14 0 0 0-0.01-0.04l-1.14-1.96z"></path></g>'},20:{width:20,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M5.87 4.05a1.19 1.19 0 0 1 1.16-1.54h6.01c0.8 0 1.38 0.78 1.16 1.54l-1.42 2.44a0.18 0.18 0 0 0-0.01 0.06v1.93c0 0.02 0.01 0.07 0.03 0.09l1.83 2.04a1.19 1.19 0 0 1-1.02 1.82h-2.92v3.94c0 0.29-0.37 1.19-0.66 1.19-0.29 0-0.65-0.91-0.65-1.19v-3.94h-2.92a1.19 1.19 0 0 1-1.02-1.82l1.83-2.04a0.18 0.18 0 0 0 0.03-0.09v-1.93a0.18 0.18 0 0 0-0.01-0.06l-1.42-2.44z"></path></g>'},24:{width:24,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M7.04 4.85a1.42 1.42 0 0 1 1.38-1.84h7.21c0.96 0 1.65 0.93 1.38 1.84l-1.7 2.93a0.21 0.21 0 0 0-0.01 0.07v2.31c0 0.03 0.01 0.08 0.03 0.11l2.2 2.44a1.42 1.42 0 0 1-1.22 2.19h-3.5v4.72c0 0.35-0.44 1.42-0.79 1.42-0.35 0-0.78-1.09-0.78-1.42v-4.72h-3.5a1.42 1.42 0 0 1-1.22-2.19l2.19-2.44a0.21 0.21 0 0 0 0.04-0.11v-2.31a0.21 0.21 0 0 0-0.01-0.07l-1.7-2.93z"></path></g>'},32:{width:32,path:'<g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M9.42 6.5a1.9 1.9 0 0 1 1.85-2.48h9.65c1.28 0 2.21 1.25 1.85 2.48l-2.28 3.91a0.28 0.28 0 0 0-0.02 0.09v3.1c0 0.04 0.02 0.11 0.05 0.14l2.94 3.28a1.9 1.9 0 0 1-1.64 2.92h-4.68v6.32c0 0.46-0.59 1.9-1.05 1.9-0.46 0-1.05-1.46-1.05-1.9v-6.32h-4.68a1.9 1.9 0 0 1-1.64-2.92l2.94-3.28a0.28 0.28 0 0 0 0.05-0.14v-3.1a0.28 0.28 0 0 0-0.02-0.09l-2.27-3.91z"></path></g>'}}},"pin-pen":{name:"pin-pen",keywords:["pin-pen","marker","position","location","map","pin","gps","address","destination","point","edit","settings","pen","pencil"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 8.68a1.78 1.78 0 1 0 0-3.56 1.78 1.78 0 0 0 0 3.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 6.9a5.34 5.34 0 0 0-10.68 0c0 3.33 2.71 6.04 4.44 7.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.39 14.42l2.81-2.81a0.89 0.89 0 0 0 0-1.26l-0.52-0.52a0.89 0.89 0 0 0-1.26 0l-2.81 2.81-0.71 2.49 2.49-0.71z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 10.82a2.22 2.22 0 1 0 0-4.44 2.22 2.22 0 0 0 0 4.44z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 8.6a6.66 6.66 0 0 0-13.32 0c0 4.15 3.39 7.53 5.53 8.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.2 17.99l3.51-3.51a1.11 1.11 0 0 0 0-1.57l-0.65-0.65a1.11 1.11 0 0 0-1.57 0l-3.51 3.51-0.88 3.1 3.1-0.88z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 12.97a2.66 2.66 0 1 0 0-5.32 2.66 2.66 0 0 0 0 5.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 10.31a7.98 7.98 0 0 0-15.96 0c0 4.98 4.06 9.02 6.64 10.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.02 21.55l4.2-4.2a1.33 1.33 0 0 0 0-1.88l-0.78-0.78a1.33 1.33 0 0 0-1.88 0l-4.2 4.2-1.06 3.72 3.72-1.06z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 17.36a3.56 3.56 0 1 0 0-7.12 3.56 3.56 0 0 0 0 7.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 13.79a10.68 10.68 0 0 0-21.36 0.01c0 6.66 5.43 12.08 8.87 14.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.78 28.84l5.62-5.62a1.78 1.78 0 0 0 0-2.52l-1.04-1.04a1.78 1.78 0 0 0-2.52 0l-5.62 5.62-1.42 4.98 4.98-1.42z"></path></g>'}}},"pin-plus":{name:"pin-plus",keywords:["pin-plus","marker","position","location","map","pin","gps","address","destination","point","plus","add","create","new"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.67v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 6.9h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46c1.41-0.45 5.34-3.56 5.34-7.56a5.34 5.34 0 0 0-10.68 0c0 4 3.93 7.12 5.34 7.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.83v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 8.6h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04c1.76-0.56 6.66-4.44 6.66-9.44a6.66 6.66 0 0 0-13.32 0c0 5 4.9 8.88 6.66 9.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.98v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 10.31h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61c2.11-0.67 7.98-5.32 7.98-11.3a7.98 7.98 0 0 0-15.96 0c0 5.99 5.87 10.64 7.98 11.3z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 9.35v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 13.79h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93c2.82-0.89 10.68-7.12 10.68-15.13a10.68 10.68 0 0 0-21.36 0c0 8.01 7.86 14.24 10.68 15.13z"></path></g>'}}},pinwheel:{name:"pinwheel",keywords:["pinwheel","rotate","wheel","motion","breeze","wind","fan","spin","AC","HVAC","windmill","air"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 8.01a3.23 3.23 0 0 1-6.45 0h6.45z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 8.01a3.23 3.23 0 0 1 6.45 0h-6.45z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a3.23 3.23 0 0 1 0 6.45v-6.45z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.46a3.23 3.23 0 0 1 0-6.45v6.45z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 9.99a4.02 4.02 0 0 1-8.05 0h8.05z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 9.99a4.02 4.02 0 0 1 8.05 0h-8.05z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a4.02 4.02 0 0 1 0 8.05v-8.05z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.04a4.02 4.02 0 0 1 0-8.05v8.05z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 11.97a4.82 4.82 0 0 1-9.64 0h9.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 11.97a4.82 4.82 0 0 1 9.64 0h-9.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a4.82 4.82 0 0 1 0 9.64v-9.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 21.61a4.82 4.82 0 0 1 0-9.64v9.64z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 16.02a6.45 6.45 0 0 1-12.91 0h12.91z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 16.02a6.45 6.45 0 0 1 12.9 0h-12.91z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a6.45 6.45 0 0 1 0 12.9v-12.91z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 28.93a6.45 6.45 0 0 1 0-12.91v12.91z"></path></g>'}}},plus:{name:"plus",keywords:["plus","add","create","new","cross","positive"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2.89v10.24"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.89 8.01h10.24"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 3.61v12.76"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.61 9.99h12.76"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 4.32v15.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.32 11.97h15.3"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 5.79v20.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.79 16.02h20.46"></path></g>'}}},pointer:{name:"pointer",keywords:["pointer","arrow","cursor","map","mouse","gps","location","compass"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.09 2.48l10.17 3.71a0.48 0.48 0 0 1-0.02 0.91l-4.65 1.49-1.49 4.65a0.48 0.48 0 0 1-0.91 0.02l-3.71-10.17a0.48 0.48 0 0 1 0.61-0.61z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.86 3.09l12.68 4.63a0.6 0.6 0 0 1-0.03 1.13l-5.8 1.86-1.86 5.8a0.6 0.6 0 0 1-1.13 0.03l-4.63-12.68a0.6 0.6 0 0 1 0.77-0.77z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.62 3.7l15.19 5.55a0.72 0.72 0 0 1-0.02 1.36l-6.96 2.22-2.22 6.96a0.72 0.72 0 0 1-1.36 0.02l-5.55-15.19a0.72 0.72 0 0 1 0.92-0.92z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.18 4.96l20.34 7.43a0.96 0.96 0 0 1-0.04 1.81l-9.31 2.98-2.97 9.3a0.96 0.96 0 0 1-1.82 0.04l-7.42-20.34a0.96 0.96 0 0 1 1.22-1.22z"></path></g>'}}},poland:{name:"poland",keywords:["flag","poland"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#cb2e40" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#fff" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},portugal:{name:"portugal",keywords:["flag","portugal"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#2b6519" d="M5,4H13V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#ea3323" d="M16,4h15V28h-15c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 21.5 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><circle cx="12" cy="16" r="5" fill="#ff5"></circle><path fill="#ea3323" d="M14.562,13.529l-5.125-.006v3.431h0c.004,.672,.271,1.307,.753,1.787,.491,.489,1.132,.759,1.805,.759,.684,0,1.328-.267,1.813-.75,.485-.484,.753-1.126,.753-1.808v-3.413Z"></path></g>'}}},pos:{name:"pos",keywords:["cash-register","pos","point of sale","payment","cash","card","terminal","sale","till","credit","register"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 12.68h-0.45a1.78 1.78 0 0 1-1.78-1.78v-8.45a1.78 1.78 0 0 1 1.78-1.78h6.68a1.78 1.78 0 0 1 1.78 1.78v8.45a1.78 1.78 0 0 1-1.78 1.78h-0.45"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 3.34h-4.9v1.78h4.9v-1.78z"></path><path fill="currentColor" d="M5.79 8.46a0.67 0.67 0 1 0 0-1.34 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path><path fill="currentColor" d="M8.01 8.46a0.67 0.67 0 1 0 0-1.34 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path><path fill="currentColor" d="M10.23 8.46a0.67 0.67 0 1 0 0-1.34 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 15.35h-4a0.89 0.89 0 0 1-0.89-0.89v-4h5.78v4a0.89 0.89 0 0 1-0.89 0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.68 10.46v4.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 15.82h-0.55a2.22 2.22 0 0 1-2.22-2.22v-10.55a2.22 2.22 0 0 1 2.22-2.22h8.32a2.22 2.22 0 0 1 2.22 2.22v10.55a2.22 2.22 0 0 1-2.22 2.22h-0.55"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 4.16h-6.1v2.22h6.1v-2.22z"></path><path fill="currentColor" d="M7.22 10.55a0.83 0.83 0 1 0 0-1.67 0.83 0.83 0 0 0 0 1.67z" data-stroke="none"></path><path fill="currentColor" d="M9.99 10.55a0.83 0.83 0 1 0 0-1.67 0.83 0.83 0 0 0 0 1.67z" data-stroke="none"></path><path fill="currentColor" d="M12.77 10.55a0.83 0.83 0 1 0 0-1.67 0.83 0.83 0 0 0 0 1.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 19.15h-5a1.11 1.11 0 0 1-1.11-1.11v-5h7.22v5a1.11 1.11 0 0 1-1.11 1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.82 13.04v6.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 18.95h-0.67a2.66 2.66 0 0 1-2.66-2.66v-12.63a2.66 2.66 0 0 1 2.66-2.66h9.98a2.66 2.66 0 0 1 2.66 2.66v12.63a2.66 2.66 0 0 1-2.66 2.66h-0.67"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 4.99h-7.32v2.66h7.32v-2.66z"></path><path fill="currentColor" d="M8.64 12.64a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" data-stroke="none"></path><path fill="currentColor" d="M11.97 12.64a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" data-stroke="none"></path><path fill="currentColor" d="M15.3 12.64a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 22.94h-5.98a1.33 1.33 0 0 1-1.33-1.33v-5.98h8.64v5.98a1.33 1.33 0 0 1-1.33 1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.97 15.63v7.31"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 25.37h-0.89a3.56 3.56 0 0 1-3.56-3.56v-16.91a3.56 3.56 0 0 1 3.56-3.56h13.35a3.56 3.56 0 0 1 3.56 3.56v16.91a3.56 3.56 0 0 1-3.56 3.56h-0.89"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 6.67h-9.79v3.56h9.79v-3.56z"></path><path fill="currentColor" d="M11.57 16.91a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="currentColor" d="M16.02 16.91a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="currentColor" d="M20.47 16.91a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 30.71h-8.01a1.78 1.78 0 0 1-1.78-1.78v-8.01h11.57v8.01a1.78 1.78 0 0 1-1.78 1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.36 20.91v9.79"></path></g>'}}},"power-drill":{name:"power-drill",keywords:["power-drill","tool","building","construction","electric","diy","hardware","repair","drill","power","screwdriver","tools"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-width="1.4" d="M10.01 2v5.34" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.4" d="M8.01 7.34l-0.54 4.42 2.12 0.39a1.33 1.33 0 0 1 1.09 1.31v0.56h-8.01v-0.79a1.33 1.33 0 0 1 0.81-1.22l0.59-0.25 0.7-4.42" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.4" d="M12.68 4.67h2.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M3.34 7.34h7.51l1.83-1v-3.34l-1.83-1h-7.51a1.33 1.33 0 0 0-1.34 1.34v2.67a1.33 1.33 0 0 0 1.34 1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.4" d="M4.67 4.67h0.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-width="1.6" d="M12.49 2.5v6.66" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.6" d="M9.99 9.16l-0.68 5.5 2.64 0.49a1.67 1.67 0 0 1 1.37 1.63v0.7h-9.99v-0.97a1.67 1.67 0 0 1 1.01-1.54l0.73-0.31 0.88-5.5" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.6" d="M15.82 5.83h2.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M4.16 9.16h9.37l2.29-1.26v-4.16l-2.29-1.24h-9.37a1.67 1.67 0 0 0-1.66 1.66v3.33a1.67 1.67 0 0 0 1.66 1.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.6" d="M5.83 5.83h0.83"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-width="1.75" d="M14.96 2.99v7.98" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.75" d="M11.97 10.97l-0.81 6.6 3.16 0.58a2 2 0 0 1 1.64 1.96v0.84h-11.97v-1.17a2 2 0 0 1 1.21-1.84l0.88-0.37 1.05-6.6" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M18.95 6.98h3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M4.99 10.97h11.22l2.74-1.5v-4.99l-2.74-1.49h-11.22a2 2 0 0 0-2 2v3.99a2 2 0 0 0 2 1.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M6.98 6.98h1"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-width="2" d="M20.02 4v10.68" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16.02 14.69l-1.09 8.82 4.24 0.79a2.67 2.67 0 0 1 2.19 2.61v1.12h-16.02v-1.56a2.67 2.67 0 0 1 1.62-2.46l1.17-0.5 1.41-8.83" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M25.37 9.35h4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M6.67 14.69h15.03l3.66-2.02v-6.67l-3.66-1.99h-15.03a2.67 2.67 0 0 0-2.67 2.67v5.34a2.67 2.67 0 0 0 2.67 2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9.35 9.35h1.33"></path></g>'}}},"power-off":{name:"power-off",keywords:["power-off","switch","start","off","on","power","button"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.9 2.88a6 6 0 0 0-2.9 5.13 6.01 6.01 0 1 0 12.02 0 6 6 0 0 0-2.89-5.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56v5.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.11 3.59a7.48 7.48 0 0 0-3.61 6.4 7.49 7.49 0 1 0 14.98 0 7.48 7.48 0 0 0-3.6-6.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94v7.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.32 4.3a8.96 8.96 0 0 0-4.33 7.67 8.98 8.98 0 1 0 17.96 0 8.96 8.96 0 0 0-4.32-7.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33v8.64"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.79 5.76a12 12 0 0 0-5.78 10.26 12.02 12.02 0 1 0 24.03 0 12 12 0 0 0-5.79-10.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12v11.57"></path></g>'}}},print:{name:"print",keywords:["printer","print","document","scan","paper","device","fax"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 4.67v-2.22a0.89 0.89 0 0 1 0.89-0.89h4a0.89 0.89 0 0 1 0.89 0.89v2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 11.79h-1.34a1.78 1.78 0 0 1-1.78-1.78v-3.56a1.78 1.78 0 0 1 1.78-1.78h8.46a1.78 1.78 0 0 1 1.78 1.78v3.56a1.78 1.78 0 0 1-1.78 1.78h-1.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.68v4.89a0.89 0.89 0 0 1-0.89 0.89h-4a0.89 0.89 0 0 1-0.89-0.89v-4.89h5.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 5.83v-2.78a1.11 1.11 0 0 1 1.11-1.11h5a1.11 1.11 0 0 1 1.11 1.11v2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 14.71h-1.66a2.22 2.22 0 0 1-2.22-2.22v-4.44a2.22 2.22 0 0 1 2.22-2.22h10.54a2.22 2.22 0 0 1 2.22 2.22v4.44a2.22 2.22 0 0 1-2.22 2.22h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 10.82v6.11a1.11 1.11 0 0 1-1.11 1.11h-5a1.11 1.11 0 0 1-1.11-1.11v-6.11h7.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 6.98v-3.32a1.33 1.33 0 0 1 1.33-1.33h5.98a1.33 1.33 0 0 1 1.33 1.33v3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 17.62h-2a2.66 2.66 0 0 1-2.66-2.66v-5.32a2.66 2.66 0 0 1 2.66-2.66h12.64a2.66 2.66 0 0 1 2.66 2.66v5.32a2.66 2.66 0 0 1-2.66 2.66h-2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 12.97v7.31a1.33 1.33 0 0 1-1.33 1.33h-5.98a1.33 1.33 0 0 1-1.33-1.33v-7.31h8.64z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 9.35v-4.45a1.78 1.78 0 0 1 1.78-1.78h8.01a1.78 1.78 0 0 1 1.78 1.78v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 23.59h-2.67a3.56 3.56 0 0 1-3.56-3.56v-7.12a3.56 3.56 0 0 1 3.56-3.56h16.91a3.56 3.56 0 0 1 3.56 3.56v7.12a3.56 3.56 0 0 1-3.56 3.56h-2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 17.36v9.79a1.78 1.78 0 0 1-1.78 1.78h-8.01a1.78 1.78 0 0 1-1.78-1.78v-9.79h11.57z"></path></g>'}}},"puerto-rico":{name:"puerto-rico",keywords:["flag","puerto","rico"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#db2f20" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#db2f20" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path fill="#fff" d="M1 18H31V23H1z"></path><path fill="#fff" d="M1 9H31V14H1z"></path><path fill="#db2f20" d="M1 13.5H31V18.5H1z"></path><path fill="#214de8" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M8.016 16.628L10.318 14.956 7.473 14.956 6.594 12.25 5.715 14.956 2.87 14.956 5.171 16.628 4.292 19.333 6.594 17.661 8.895 19.333 8.016 16.628z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},qatar:{name:"qatar",keywords:["flag","qatar"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#801d36" d="M27,4H9V28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Z"></path><path fill="#fff" d="M10,23.2l6-2.4-6-2.4,6-2.4-6-2.4,6-2.4-6-2.4,6-2.4-6-2.4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4h5l6-2.4-6-2.4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},receipt:{name:"receipt",keywords:["receipt","text","quote","document","paper","file","bill","invoice","billing"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 10.01h2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 7.34h0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 10.01h0.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 7.34h0.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 4.67h2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.23 4.67h0.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 3.34v11.12l-2.67-1.55-2.45 1.55-2.45-1.55-2.67 1.55v-11.12a1.78 1.78 0 0 1 1.78-1.78h6.68a1.78 1.78 0 0 1 1.78 1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 12.49h2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 9.16h1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 12.49h0.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 9.16h0.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 5.83h2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.77 5.83h0.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 4.16v13.88l-3.33-1.94-3.05 1.94-3.05-1.94-3.33 1.94v-13.88a2.22 2.22 0 0 1 2.22-2.22h8.32a2.22 2.22 0 0 1 2.22 2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 14.96h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 10.97h1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 14.96h0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 10.97h0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 6.98h3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.3 6.98h0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 4.99v16.62l-3.99-2.32-3.66 2.32-3.66-2.32-3.99 2.32v-16.62a2.66 2.66 0 0 1 2.66-2.66h9.98a2.66 2.66 0 0 1 2.66 2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 20.02h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 14.69h1.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 20.02h0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 14.69h0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 9.35h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.47 9.35h0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 6.67v22.25l-5.34-3.11-4.89 3.11-4.9-3.11-5.34 3.11v-22.25a3.56 3.56 0 0 1 3.56-3.56h13.35a3.56 3.56 0 0 1 3.56 3.56z"></path></g>'}}},recycle:{name:"recycle",keywords:["recycle","green","eco","environment","loop","arrows","triangle","cycle","waste","renew","sustainability","reuse"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.72 6.6l2.26 0.5 0.73-2.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.61 4.39l0.9-1.57c0.66-1.15 2.33-1.15 3 0l2.43 4.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.97 8.9l-0.7-2.2-2.26 0.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.11 13.57h-1.81c-1.33 0-2.16-1.44-1.5-2.59l2.43-4.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.34 11.87l-1.56 1.7 1.53 1.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.31 9.41l0.91 1.57c0.67 1.15-0.17 2.59-1.5 2.59h-4.86"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.12 8.23l2.82 0.62 0.91-2.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.99 5.47l1.14-1.96c0.83-1.44 2.9-1.44 3.73 0l3.03 5.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.2 11.1l-0.87-2.74-2.83 0.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.37 16.93h-2.26c-1.66 0-2.7-1.8-1.86-3.23l3.03-5.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.65 14.8l-1.95 2.13 1.91 2.16"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.6 11.74l1.13 1.96c0.83 1.44-0.21 3.23-1.86 3.23h-6.06"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.53 9.86l3.37 0.75 1.1-3.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.38 6.56l1.36-2.35c0.99-1.72 3.48-1.72 4.47 0l3.63 6.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.43 13.31l-1.05-3.3-3.38 0.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.64 20.28h-2.71c-1.99 0-3.23-2.15-2.24-3.87l3.63-6.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.96 17.74l-2.33 2.54 2.28 2.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.89 14.06l1.36 2.35c0.99 1.72-0.25 3.87-2.24 3.87h-7.26"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.44 13.2l4.52 1 1.46-4.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.21 8.78l1.82-3.14c1.33-2.3 4.65-2.3 5.98 0l4.86 8.41"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.94 17.81l-1.4-4.41-4.52 0.92"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.22 27.14h-3.63c-2.66 0-4.32-2.88-2.99-5.18l4.86-8.41"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.68 23.74l-3.12 3.41 3.06 3.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.63 18.82l1.81 3.14c1.33 2.3-0.33 5.18-2.99 5.18h-9.72"></path></g>'}}},refresh:{name:"refresh",keywords:["refresh-cw","refresh","rotate","arrow","replay","loop","reload","sync","update","repeat","clockwise","repost"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 8.46l-2-2.01-2 2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.01 11.88a5.54 5.54 0 0 1-4 1.69 5.56 5.56 0 0 1-5.35-7.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 7.57l2 2 2-2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.01 4.14a5.56 5.56 0 0 1 9.36 5.36"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 10.55l-2.5-2.5-2.5 2.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.98 14.81a6.91 6.91 0 0 1-4.99 2.12 6.94 6.94 0 0 1-6.67-8.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 9.44l2.5 2.49 2.5-2.49"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5 5.17a6.94 6.94 0 0 1 11.68 6.67"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 12.64l-2.99-3-2.99 3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.95 17.75a8.28 8.28 0 0 1-5.98 2.53 8.31 8.31 0 0 1-7.99-10.6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 11.3l2.99 3 2.99-3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.99 6.19a8.31 8.31 0 0 1 13.99 8"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 16.91l-4.01-4-4 4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.02 23.75a11.08 11.08 0 0 1-8 3.4 11.13 11.13 0 0 1-10.7-14.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 15.13l4 4 4.01-4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.02 8.29a11.13 11.13 0 0 1 18.72 10.7"></path></g>'}}},"repeat-3":{name:"repeat-3",keywords:["repeat","repeat-3","rotate","arrow","replay","loop","reload","sync","update","refresh","clockwise","repost","transactions","rewind"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.67 14.46l-2.22-2.22 2.22-2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 12.24h9.34a1.78 1.78 0 0 0 1.78-1.78v-2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 1.56l2.22 2.22-2.22 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 3.78h-9.34a1.78 1.78 0 0 0-1.78 1.78v2.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.83 18.04l-2.78-2.78 2.78-2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 15.26h11.66a2.22 2.22 0 0 0 2.22-2.22v-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.15 1.94l2.78 2.78-2.78 2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 4.72h-11.66a2.22 2.22 0 0 0-2.22 2.22v3.33"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.98 21.61l-3.32-3.32 3.32-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 18.29h13.96a2.66 2.66 0 0 0 2.66-2.66v-3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.96 2.33l3.32 3.32-3.32 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 5.65h-13.96a2.66 2.66 0 0 0-2.66 2.66v3.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.35 28.93l-4.45-4.45 4.45-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 24.48h18.69a3.56 3.56 0 0 0 3.56-3.56v-5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.7 3.12l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 7.57h-18.69a3.56 3.56 0 0 0-3.56 3.56v5.33"></path></g>'}}},"republic-congo":{name:"republic-congo",keywords:["flag","republic","congo"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c93039" d="M31,24V8c0-2.209-1.791-4-4-4h-1L6,28H27c2.209,0,4-1.791,4-4Z"></path><path fill="#42944b" d="M5,4H26L6,28h-1c-2.209,0-4-1.791-4-4V8c0-2.209,1.791-4,4-4Z"></path><path fill="#f7e065" d="M27,4h-6L2.074,26.711c.731,.788,1.766,1.289,2.926,1.289h6L29.926,5.289c-.731-.788-1.766-1.289-2.926-1.289Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"restaurant-menu":{name:"restaurant-menu",keywords:["restaurant-menu","order","food","eat","restaurant","dine","service","meal","menu","document","list"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M7.12 6.23a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.69 2.36l6.67-0.7a0.89 0.89 0 0 1 0.99 0.89v10.92a0.89 0.89 0 0 1-0.99 0.89l-6.67-0.7a0.89 0.89 0 0 1-0.8-0.89v-9.52a0.89 0.89 0 0 1 0.8-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.34 8.23h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.34 10.9l3.56 0.22"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M8.88 7.77a1.67 1.67 0 1 0 0-3.33 1.67 1.67 0 0 0 0 3.33z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.6 2.95l8.33-0.88a1.11 1.11 0 0 1 1.22 1.11v13.62a1.11 1.11 0 0 1-1.22 1.11l-8.33-0.88a1.11 1.11 0 0 1-0.99-1.1v-11.88a1.11 1.11 0 0 1 0.99-1.1z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.66 10.27h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.66 13.6l4.44 0.28"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M10.64 9.31a2 2 0 1 0 0-3.99 2 2 0 0 0 0 3.99z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.51 3.53l9.98-1.05a1.33 1.33 0 0 1 1.47 1.33v16.32a1.33 1.33 0 0 1-1.47 1.33l-9.98-1.05a1.33 1.33 0 0 1-1.19-1.32v-14.24a1.33 1.33 0 0 1 1.19-1.32z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.98 12.3h5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.98 16.29l5.32 0.34"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M14.24 12.46a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.38 4.73l13.35-1.41a1.78 1.78 0 0 1 1.96 1.77v21.86a1.78 1.78 0 0 1-1.96 1.77l-13.35-1.41a1.78 1.78 0 0 1-1.6-1.77v-19.04a1.78 1.78 0 0 1 1.6-1.77z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.68 16.46h7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.68 21.8l7.12 0.45"></path></g>'}}},rocket:{name:"rocket",keywords:["rocket","xplor","explore","space","company","logo"],heights:{16:{width:16,path:'<g fill="none"><path fill="currentColor" d="M14.25 1.84a11.09 11.09 0 0 0-8.7 4.91 4.73 4.73 0 0 0-3.71 0.9v0.79a5.8 5.8 0 0 1 5.81 5.78v0.02h0.79a4.69 4.69 0 0 0 0.9-3.71 11.05 11.05 0 0 0 4.91-8.69z m-5.54 4.15c0-0.77 0.62-1.39 1.39-1.39 0.77 0 1.39 0.62 1.39 1.39 0 0.77-0.62 1.39-1.39 1.39-0.77 0-1.39-0.62-1.39-1.39z"></path><path fill="currentColor" d="M3.8 11.25a1.53 1.53 0 0 0-1.89 1.05c-0.04 0.13-0.05 0.28-0.06 0.42v1.53h1.53c0.13 0 0.25-0.01 0.38-0.05a1.53 1.53 0 0 0 1.1-1.86 1.55 1.55 0 0 0-1.06-1.09z"></path></g>'},20:{width:20,path:'<g fill="none"><path fill="currentColor" d="M17.77 2.3a13.83 13.83 0 0 0-10.84 6.11 5.91 5.91 0 0 0-4.63 1.14v0.97a7.24 7.24 0 0 1 7.25 7.22v0.02h0.97a5.85 5.85 0 0 0 1.14-4.63 13.79 13.79 0 0 0 6.11-10.83z m-6.9 5.17c0-0.95 0.78-1.73 1.73-1.73 0.95 0 1.73 0.78 1.73 1.73 0 0.95-0.78 1.73-1.73 1.73-0.95 0-1.73-0.78-1.73-1.73z"></path><path fill="currentColor" d="M4.74 14.03a1.91 1.91 0 0 0-2.35 1.31c-0.06 0.17-0.07 0.34-0.08 0.52v1.91h1.91c0.17 0 0.31-0.01 0.46-0.05a1.91 1.91 0 0 0 1.38-2.32 1.93 1.93 0 0 0-1.32-1.37z"></path></g>'},24:{width:24,path:'<g fill="none"><path fill="currentColor" d="M21.29 2.75a16.57 16.57 0 0 0-12.99 7.33 7.08 7.08 0 0 0-5.55 1.36v1.17a8.67 8.67 0 0 1 8.69 8.64v0.03h1.17a7.01 7.01 0 0 0 1.36-5.55 16.52 16.52 0 0 0 7.32-12.98z m-8.27 6.2c0-1.14 0.93-2.07 2.08-2.07 1.14 0 2.07 0.93 2.07 2.07 0 1.14-0.93 2.07-2.07 2.08-1.14 0-2.07-0.93-2.08-2.08z"></path><path fill="currentColor" d="M5.68 16.81a2.29 2.29 0 0 0-2.82 1.57c-0.07 0.2-0.08 0.41-0.09 0.63v2.28h2.28c0.2 0 0.37-0.01 0.56-0.06a2.29 2.29 0 0 0 1.65-2.78 2.31 2.31 0 0 0-1.58-1.64z"></path></g>'},32:{width:32,path:'<g fill="none"><path fill="currentColor" d="M28.5 3.68a22.18 22.18 0 0 0-17.39 9.81 9.47 9.47 0 0 0-7.43 1.82v1.56a11.61 11.61 0 0 1 11.63 11.57v0.04h1.56a9.38 9.38 0 0 0 1.82-7.42 22.11 22.11 0 0 0 9.81-17.38z m-11.07 8.3c0-1.53 1.25-2.78 2.77-2.78 1.53 0 2.78 1.25 2.78 2.78 0 1.53-1.25 2.78-2.78 2.78-1.53 0-2.78-1.25-2.77-2.78z"></path><path fill="currentColor" d="M7.6 22.5a3.06 3.06 0 0 0-3.77 2.1c-0.09 0.27-0.11 0.55-0.13 0.84v3.06h3.06c0.27 0 0.5-0.02 0.75-0.09a3.06 3.06 0 0 0 2.21-3.72 3.1 3.1 0 0 0-2.12-2.19z"></path></g>'}}},romania:{name:"romania",keywords:["flag","romania"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f6d44a" d="M10 4H22V28H10z"></path><path fill="#0c267b" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#be2a2c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},russia:{name:"russia",keywords:["flag","russia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#1435a1" d="M1 11H31V21H1z"></path><path fill="#fff" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#c53a28" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},rwanda:{name:"rwanda",keywords:["flag","rwanda"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#305f3e" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4v-3H1v3Z"></path><path fill="#f4d548" d="M1 15H31V22H1z"></path><path fill="#4aa2dc" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#f4d548" d="M24.663 10.842L27.667 10.667 24.663 10.492 27.519 9.545 24.572 10.153 27.086 8.5 24.397 9.85 26.397 7.603 24.15 9.603 25.5 6.914 23.847 9.428 24.455 6.481 23.508 9.337 23.333 6.333 23.158 9.337 22.212 6.481 22.82 9.428 21.167 6.914 22.517 9.603 20.269 7.603 22.269 9.85 19.581 8.5 22.094 10.153 19.148 9.545 22.003 10.492 19 10.667 22.003 10.842 19.148 11.788 22.094 11.18 19.581 12.833 22.269 11.483 20.269 13.731 22.517 11.731 21.167 14.419 22.82 11.906 22.212 14.852 23.158 11.997 23.333 15 23.508 11.997 24.455 14.852 23.847 11.906 25.5 14.419 24.15 11.731 26.397 13.731 24.397 11.483 27.086 12.833 24.572 11.18 27.519 11.788 24.663 10.842z"></path></g>'}}},"safety-helmet":{name:"safety-helmet",keywords:["safety-helmet","safety","protection","hat","construction","helmet","worker","work","technician","equipment","hardhat"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 3.56c2.31 0.67 4 2.81 4 5.34v2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 10.9v-2c0-2.53 1.69-4.67 4-5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.45 6.9v-4.01a0.89 0.89 0 0 1 0.89-0.89h1.34a0.89 0.89 0 0 1 0.89 0.89v4.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.89 10.9h10.24q1.33 0 1.33 1.34t-1.33 1.33h-10.24q-1.33 0-1.33-1.33t1.33-1.34z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 4.44c2.89 0.84 5 3.5 5 6.66v2.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 13.6v-2.5c0-3.16 2.11-5.82 5-6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.05 8.6v-4.99a1.11 1.11 0 0 1 1.11-1.11h1.66a1.11 1.11 0 0 1 1.11 1.11v4.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.61 13.6h12.76q1.67 0 1.67 1.66t-1.67 1.67h-12.76q-1.67 0-1.67-1.67t1.67-1.66z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 5.32c3.46 1.01 5.99 4.2 5.98 7.98v2.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 16.29v-2.99c0-3.78 2.53-6.98 5.98-7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.64 10.31v-5.99a1.33 1.33 0 0 1 1.33-1.33h2a1.33 1.33 0 0 1 1.33 1.33v5.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.32 16.29h15.3q2 0 1.99 2t-1.99 1.99h-15.3q-2 0-1.99-1.99t1.99-2z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 7.12c4.63 1.35 8.01 5.62 8.01 10.68v4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 21.8v-4c0-5.06 3.38-9.34 8-10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.9 13.79v-8a1.78 1.78 0 0 1 1.78-1.78h2.67a1.78 1.78 0 0 1 1.78 1.78v8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.79 21.8h20.46q2.67 0 2.67 2.67t-2.67 2.67h-20.46q-2.67 0-2.67-2.67t2.67-2.67z"></path></g>'}}},"saint-kitts-nevis":{name:"saint-kitts-nevis",keywords:["flag","saint","kitts","nevis"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#439643" d="M2.316,26.947L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5C2.791,4,1,5.791,1,8V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#b92932" d="M29.684,5.053L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c2.209,0,4-1.791,4-4V8c0-1.172-.513-2.216-1.316-2.947Z"></path><path fill="#f2d84b" d="M27,4h-1.603L1,23.518v.482c0,2.209,1.791,4,4,4h1.603L31,8.482v-.482c0-2.209-1.791-4-4-4Z"></path><path d="M27,4h-.002L1.074,24.739c.347,1.855,1.97,3.261,3.926,3.261h.002L30.926,7.261c-.347-1.855-1.97-3.261-3.926-3.261Z"></path><path fill="#fff" d="M12.462 19.359L12.907 17.755 11.604 18.791 10.216 17.872 10.799 19.432 9.496 20.468 11.159 20.396 11.742 21.955 12.187 20.351 13.851 20.278 12.462 19.359z"></path><path fill="#fff" d="M21.07 13.286L22.733 13.214 21.345 12.295 21.79 10.691 20.487 11.727 19.099 10.808 19.682 12.367 18.379 13.404 20.042 13.331 20.625 14.891 21.07 13.286z"></path><path d="M27,4H5C2.791,4,1,5.791,1,8V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"saint-lucia":{name:"saint-lucia",keywords:["flag","saint","lucia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#81cbfa" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M16,7l7.281,18-7.281-1.719-7.281,1.719L16,7Z"></path><path d="M16,9.427l5.604,13.854H10.396l5.604-13.854Z"></path><path fill="#f4d24b" d="M16,16l7.281,9H8.719l7.281-9Z"></path></g>'}}},"saint-vincent-grenadines":{name:"saint-vincent-grenadines",keywords:["flag","saint","vincent","grenadines"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f5d34d" d="M8 4H24V28H8z"></path><path fill="#0a2070" d="M5,4h4V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#367b35" d="M27,4h4V28h-4c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 27 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#367b35" d="M13.818 12L15.636 15.149 13.818 18.298 12 15.149 13.818 12z"></path><path fill="#367b35" d="M18.182 12L20 15.149 18.182 18.298 16.364 15.149 18.182 12z"></path><path fill="#367b35" d="M16 15.779L17.818 18.928 16 22.077 14.182 18.928 16 15.779z"></path></g>'}}},samoa:{name:"samoa",keywords:["flag","samoa"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#be2a2c" rx="4" ry="4"></rect><path fill="#0c267b" d="M5,4h11v12H1V8c0-2.208,1.792-4,4-4Z"></path><path fill="#fff" d="M9.341 13.625L8.983 12.523 8.625 13.625 7.467 13.625 8.404 14.306 8.046 15.407 8.983 14.727 9.92 15.407 9.562 14.306 10.499 13.625 9.341 13.625z"></path><path fill="#fff" d="M5.934 9.011L5.647 8.129 5.361 9.011 4.434 9.011 5.184 9.555 4.897 10.437 5.647 9.892 6.397 10.437 6.11 9.555 6.86 9.011 5.934 9.011z"></path><path fill="#fff" d="M8.52 6.826L8.233 7.707 8.983 7.163 9.733 7.707 9.446 6.826 10.196 6.281 9.269 6.281 8.983 5.4 8.697 6.281 7.77 6.281 8.52 6.826z"></path><path fill="#fff" d="M12.829 9.011L13.532 8.501 12.663 8.501 12.395 7.675 12.126 8.501 11.257 8.501 11.96 9.011 11.692 9.838 12.395 9.327 13.097 9.838 12.829 9.011z"></path><path fill="#fff" d="M10.83 11.029L10.651 10.478 10.472 11.029 9.893 11.029 10.361 11.369 10.182 11.92 10.651 11.58 11.119 11.92 10.94 11.369 11.409 11.029 10.83 11.029z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"san-marino":{name:"san-marino",keywords:["flag","san","marino"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path fill="#75b6e1" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#eac34f" d="M18.478,11.12c1.264-1.81-.906-1.463-1.93-1.948,.217-.146,.173-.175-.037-.252-.084-.125-.027-.351-.188-.42,.125-.188,.035-.472-.167-.558,.014-.069-.113-.381,.057-.269,.448,.174,.334-.497-.068-.27-.058-.114,.135-.398-.152-.404-.285,.004-.095,.294-.151,.403-.399-.224-.519,.44-.072,.271,.175-.115,.046,.194,.061,.264-.209,.084-.302,.374-.173,.565-.156,.07-.098,.294-.183,.417-.206,.078-.256,.1-.041,.25-1.023,.487-3.199,.139-1.931,1.951-.514,.123,.349,.304,.392,.536-.057,.109-.027,.21,.094,.264-.014,.087,.069,.163,.14,.185,.003,.043,.027,.083,.054,.113-.466,.787,3.784,1.007,3.616,.004,.028-.031,.054-.074,.057-.119,.074-.025,.154-.105,.133-.194,.084-.074,.11-.145,.082-.235,.08-.261,.934-.429,.406-.555Zm-4-.75c-.038,.015-.091,.128-.116,.423-.101-.074-.199-.109-.275-.127-.882-1.036,.995-.574,1.423-1.157-.043,.245,.197,.473,.171,.731-.04,.068-.076,.147-.103,.239-.417-.467-.477-.498-.657,.11-.224-.207-.434-.219-.443-.22Zm3.621-.271c.102,.186-.036,.4-.235,.599-.072,.011-.155,.038-.237,.096-.075-.57-.074-.518-.559-.204-.18-.612-.24-.575-.657-.11-.027-.093-.064-.172-.103-.239-.024-.256,.206-.487,.164-.731,.415,.492,1.263,.229,1.627,.59Z"></path><path fill="#abcfe9" d="M15.936,13.268c.605-.011,3.21-.447,3.21,3.17,0,3.456-3.154,4.83-3.154,4.83,0,0-3.154-1.331-3.154-5.092,0-3.356,3.098-2.908,3.098-2.908h0Z"></path><path fill="#9bb980" d="M16.959,18.672c.185-.103,.397-.162,.624-.162,.368,0,.7,.155,.934,.404-.92,1.655-2.524,2.354-2.524,2.354,0,0-1.563-.66-2.488-2.362,.233-.244,.562-.396,.927-.396,.254,0,.49,.074,.69,.201,.234-.252,.568-.409,.939-.409,.351,0,.669,.141,.9,.37h0Z"></path><path fill="#eac34f" d="M19.85,15.574c-.082-1.177-.444-2.125-.993-2.601-.385-.334-1.009-.563-1.537-.322-.024,.011-.047,.023-.069,.035h-.049s-.006,0-.009,.002l-.945,.442c-.045-.054-.117-.093-.193-.106-.002,0-.004,0-.006,0-.006,0-.012-.002-.019-.002-.007,0-.015-.001-.022-.001-.002,0-.004,0-.006,0-.002,0-.004,0-.006,0-.083,.001-.156,.031-.209,.08-.011,.01-.022,.02-.031,.031l-.945-.442s-.006-.002-.009-.002h-.07c-.022-.013-.045-.025-.069-.036-.527-.241-1.152-.012-1.537,.322-.549,.476-.912,1.424-.993,2.601-.162,2.331,1.049,3.808,1.785,4.48,.547,.5,1.377,1.013,2.065,1.275,0,0,.001,0,.002,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c.002,0,.003,0,.005,0h0s.004,0,.005,0c0,0,0,0,0,0h0s0,0,0,0h0s.001,0,.002,0c.688-.263,1.518-.775,2.065-1.275,.736-.673,1.948-2.149,1.785-4.48Zm-3.419,5.195c-.201,.112-.361,.201-.439,.235-.078-.034-.237-.123-.438-.234l-.08-.044c-.262-.223-.65-.59-1.029-1.087-.606-.794-1.313-2.088-1.237-3.747,.058-1.265,.374-1.725,.581-1.913,.097,.175,.291,.285,.536,.285,.164,0,.32-.05,.452-.142l.976-.571c.032,.041,.081,.073,.134,.093,.003,.001,.005,.002,.008,.003,.003,.001,.007,.002,.01,.003,.02,.007,.042,.011,.066,.014,.007,0,.014,.001,.021,.001,.003,0,.005,0,.008,0h0c.069,0,.12-.017,.167-.05,.03-.018,.057-.041,.078-.067l.942,.561c.135,.099,.297,.153,.468,.153,.246,0,.44-.109,.536-.285,.208,.188,.523,.648,.581,1.913,.077,1.658-.63,2.952-1.236,3.745-.38,.497-.768,.865-1.03,1.089l-.078,.044Z"></path><path fill="#6e8d61" d="M16.829,22.913c-.914-1.529-1.511-1.965-3.108-2.529-.255-.436-.173-.832-.712-1.122-.157-.109-.305-.211-.407-.393-.009-.017-.037-.012-.039,.008-.119,.428,.08,1.306,.863,1.433,.105,.025,.173,.052,.238,.133-.389-.125-.932-.268-1.111-.714-.041-.172-.096-.356-.231-.474,.335-.572-.044-1.169-.147-1.721-.24,.136-.359,.468-.4,.728-.224-.083-.424,.206-.27,.386,0,0,0,.001,0,.002-.02-.017-.044-.085-.078-.055-.014-.023-.028-.046-.041-.069-.021-.2,.121-.339,.251-.466,.421-.441,.433-1.197,.156-1.681-.264,.449-.707,.969-.522,1.548,.046,.202,.051,.356,.015,.422-.481-.73-.015-.828-.116-1.528,.577-.293,.955-1.105,.603-1.68-.235,.415-.633,.502-.795,1.019-.05-.125,.003-.496-.201-.253-.008-.2,.068-.416,.294-.447,.687-.246,1.187-.876,.983-1.688-.507,.31-.984,1.016-1.101,1.547-.018,.082-.088,.144-.13,.166,.085-.455,.117-.883,.371-1.197,.713-.469,.981-1.11,.849-1.737-.004-.014-.023-.02-.034-.01-.273,.236-.48,.365-.735,.723-.315,.497-.206,.988-.406,1.419-.014-.017-.027-.038-.037-.058,.194-.135,.056-.467-.179-.418-.102-.36-.219-.578-.307-.86-.188,.082-.5,.719-.383,1.308,.267,.779,.848,.714,.668,1.422-.049,.067-.091,.14-.127,.216-.305-1.147-.271-.798-.988-1.609-.283,.712,.075,1.59,.929,1.753-.011,.033-.022,.067-.031,.101-.444-.265-.538,.561-.046,.404-.011,.615,.445,.724,.609,1.206-.439-.169-.474-.987-1.164-1.363-.172-.116-.332-.218-.482-.365-.019-.02-.053-.012-.06,.015-.03,.446,.105,1.073,.406,1.323,.778,.574,1.204,.017,1.708,1.129,0,.023,.001,.046,.003,.069-.625-.682-1.066-.66-1.877-.858,.051,.44,.393,.813,.814,.997,.38,.162,.792,.023,1.088,.04,.022,.103,.057,.207,.107,.306-.403-.194-1.027,.06-1.479,.138,.286,.431,.725,.606,1.154,.61,.332,0,.53-.2,.766-.301,.054,.025,.11,.043,.168,.059-.184,.035-.256,.293-.114,.417-.449,.127-.594,.497-.976,.64,.333,.32,1.009,.204,1.338-.097,.225-.23,.455-.661,.811-.404-.009,.009-.017,.017-.025,.025-.357-.134-.47,.471-.088,.475,.21,.007,.327-.268,.179-.414,.015-.013,.029-.028,.045-.041,1.056,.239,2,.597,2.598,1.401,.286,.34,.436,.594,.686,1.081,.097,.22,.427,.172,.251-.114Zm-6.095-8.246c.027,.061,.085,.124,.08,.191-.052,.194-.094,.409-.125,.63-.119-.235,.065-.537,.04-.82,.002,0,.003,0,.005,0Zm.963,4.073c.035,0,.068-.007,.098-.021,.015,.071,.035,.143,.061,.215-.098-.061-.215-.127-.292-.212,.002-.007,.003-.013,.005-.018,.037,.023,.081,.036,.128,.036Zm.661,1.257c.174,.106,.33,.25,.504,.34-.149,.029-.315-.037-.471-.025,.066-.099,.039-.25-.054-.32,.007,.002,.014,.003,.021,.005Z"></path><path fill="#6e8d61" d="M15.422,23.027c.249-.487,.399-.741,.686-1.081,.599-.804,1.542-1.162,2.598-1.401,.016,.014,.03,.028,.045,.041-.147,.146-.031,.421,.179,.414,.381-.004,.268-.609-.088-.475-.008-.008-.016-.016-.025-.025,.356-.257,.586,.174,.811,.404,.328,.301,1.005,.417,1.338,.097-.382-.142-.528-.513-.976-.64,.141-.124,.07-.382-.114-.417,.057-.016,.113-.034,.168-.059,.236,.102,.434,.302,.766,.301,.428-.004,.868-.179,1.154-.61-.452-.079-1.076-.332-1.479-.138,.05-.099,.085-.203,.107-.306,.296-.017,.709,.123,1.088-.04,.421-.184,.763-.557,.814-.997-.811,.198-1.252,.176-1.877,.858,.002-.023,.003-.046,.003-.069,.504-1.113,.929-.555,1.708-1.129,.301-.25,.436-.877,.406-1.323-.007-.027-.041-.035-.06-.015-.15,.147-.31,.248-.482,.365-.69,.376-.725,1.194-1.164,1.363,.163-.482,.62-.591,.609-1.206,.492,.158,.398-.668-.046-.404-.009-.034-.019-.068-.031-.101,.854-.163,1.212-1.041,.929-1.753-.717,.81-.683,.461-.988,1.609-.036-.076-.078-.149-.127-.216-.18-.708,.401-.644,.668-1.422,.117-.589-.195-1.226-.383-1.308-.088,.283-.205,.5-.307,.86-.235-.048-.373,.284-.179,.418-.01,.019-.023,.041-.037,.058-.2-.431-.09-.922-.406-1.419-.255-.358-.462-.487-.735-.723-.011-.01-.03-.004-.034,.01-.132,.627,.136,1.268,.849,1.737,.254,.314,.286,.743,.371,1.197-.041-.022-.112-.083-.13-.166-.117-.531-.594-1.238-1.101-1.547-.204,.812,.295,1.442,.983,1.688,.226,.031,.302,.247,.294,.447-.205-.243-.151,.128-.201,.253-.162-.517-.561-.604-.795-1.019-.352,.575,.026,1.387,.603,1.68-.101,.7,.366,.799-.116,1.528-.036-.066-.031-.219,.015-.422,.185-.579-.258-1.099-.522-1.548-.277,.484-.265,1.24,.156,1.681,.13,.128,.272,.266,.251,.466-.014,.023-.027,.046-.041,.069-.034-.03-.058,.038-.078,.055,0,0,0-.001,0-.002,.154-.18-.046-.469-.27-.386-.042-.259-.16-.591-.4-.728-.103,.552-.482,1.149-.147,1.721-.135,.118-.19,.302-.231,.474-.18,.447-.722,.59-1.111,.714,.064-.081,.133-.108,.238-.133,.783-.127,.982-1.006,.863-1.433-.001-.02-.03-.025-.039-.008-.102,.182-.25,.285-.407,.393-.538,.29-.457,.686-.712,1.122-1.597,.564-2.195,1-3.108,2.529-.176,.286,.154,.334,.251,.114Zm5.849-8.36c-.025,.283,.159,.585,.04,.82-.031-.221-.073-.436-.125-.63-.005-.067,.053-.13,.08-.191,.002,0,.003,0,.005,0Zm-.841,4.037c.002,.005,.004,.011,.005,.018-.078,.085-.194,.151-.292,.212,.026-.072,.046-.144,.061-.215,.03,.013,.063,.021,.098,.021,.047,0,.09-.013,.128-.036Zm-.767,1.288c-.093,.07-.12,.221-.054,.32-.155-.012-.322,.054-.471,.025,.174-.09,.33-.234,.504-.34,.007-.002,.014-.003,.021-.005Z"></path></g>'}}},"sao-tome-principe":{name:"sao-tome-principe",keywords:["flag","sao","tome","principe"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f8d448" d="M1 10H31V22H1z"></path><path fill="#439643" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#439643" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path fill="#dd4446" d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path d="M19.86 16.375L21.505 15.18 19.472 15.18 18.844 13.246 18.215 15.18 16.182 15.18 17.827 16.375 17.199 18.308 18.844 17.113 20.489 18.308 19.86 16.375z"></path><path d="M26.298 16.375L27.943 15.18 25.91 15.18 25.281 13.246 24.653 15.18 22.62 15.18 24.265 16.375 23.636 18.308 25.281 17.113 26.926 18.308 26.298 16.375z"></path></g>'}}},"saudi-arabia":{name:"saudi-arabia",keywords:["flag","saudi","arabia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#215230" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M25.47,15.008c.105-.506-.616-3.171-.092-2.76,.071-.184-.288-.624-.39-.863-.362,1.107,.47,3.281,.2,4.749-.205,.431-1.607,.948-1.937,1.134,.74,.218,2.5-.651,2.218-2.26Z"></path><path fill="#fff" d="M10.505,16.004c.189-.342,.23-.711,.203-1.119,.285-.116,.625-.309,.739-.323-.078,.268,.108,.557,.485,.52,.075,2.143,.346,1.695,.235-.061,.244-.113,.285-.331,.376-.424,.529,.867,1.302-.28,.818-.752-.005,.039-.118,.415-.118,.415,0,0,.108,.114,.113,.17-.117,.14-.654,.045-.621-.172,.026-.059,.152-.363-.028-.182-.163,.166-.247,.518-.574,.578,.021-.738-.397-2.077-.198-2.519,.186,.233,.189,.069,.075-.16-.189-.337-.287-.981-.469-.283,.189,.786,.217,2.078,.349,2.962-.361-.07-.248-.325-.244-.489-.049-.033-.698,.313-.968,.396-.032-.274-.072-.521-.089-.724,1.012-.097,.623-1.314,.414-1.883,.025-.034,.297,.197,.133-.076-.251-.317-.358-.681-.477-.079,.157,.294,.301,1.089,.451,1.42-.103,.073-.337,.195-.569,.188,.019-.348-.281-1.172-.047-1.233,.161,.185,.185,.105,.072-.126-.195-.297-.349-1.048-.488-.321,.167,.343,.096,.842,.207,1.609-.632-.338-.133-1.385-.652-1.885-.024,.057-.13,.41-.13,.41,.515,.73-.338,2.343-1.17,1.331-.098-.544,.476-2.27-.336-.957-.16,.529-.555,2.134-1.013,.927-.089-.336,.098-1.28-.115-.503-.119,.293,.045,1.443,.567,1.308,.471-.253,.488-1.453,.854-1.754-.724,1.53,.977,2.599,1.429,.747,.013,.287,.224,.749,.612,.848,.023,.228,.06,.525,.094,.838-.072,.022-.144,.042-.217,.059-.605-1.576-2.019,.892-.179,.401,.024,.072,.04,.143,.042,.207-.852,1.187-3.966,1.185-1.934-.889,.066,.024,.191,.147,.18,.158,.073-.112,.11-.232-.09-.308,.33-.876-.875-.159-.14,.119-.149,.156-.5,.385-.715,.519-.167,.094-.68,.407-.803,.479-.057,.104,.455-.213,.61-.266-1.488,2.836,2.314,2.381,3.326,.88Zm-3.208-.938c.106-.053,.207-.104,.29-.15-1.363,2.364,2.618,1.812,2.664,.131,.069-.021,.138-.044,.208-.068,.024,.255,.041,.505,.042,.723-.365,.429-1.203,.928-1.945,1.131-1.368,.433-1.852-.966-1.259-1.766Z"></path><path fill="#fff" d="M16.342,16.611c.242-.267,1.915-.721,2.199-.864,.025-.071,.148-.321,.156-.373-.557,.05-2.089,.134-2.7,.103,.126-.108,.736-.422,1.182-.554,.042,.074,.073,.148,.079,.212,.032-.033,.056-.142,.048-.253,.293-.093,.443-.124,.508-.142,.041-.053,.114-.268,.125-.425-.359-.659-1.502-.446-.957,.322-.457,.192-1.222,.541-1.44,.856l-.035,.017c-.009,.017-.069,.266-.089,.343-.262-.782-.341-1.798-.795-2.093-.247,.506,.507,1.512,.517,2.056-.142,.33-1.991,1.757-2.309,.939,1.134-.431,2.304-1.185,1.336-2.289-.01-.041,.115,.017,.188,.02,.053-.113-.348-.347-.448-.46-.089-.016-.103,.303-.102,.38,.123,.179,.492,.887,.586,1.102-.139,.177-.837,.553-1.518,.863,.005-.176,.414-.656,.299-.786-.283,.515-.322-.323-.122-.485,.201-.642-.663,.951-.09,.897-.06,.114-.134,.253-.187,.419-.792,.369-2,.72-2.528,.893,.029-.094,.025-.174-.006-.15-.542,.637-.017-.81-.096-.67-.302,.23-.48,1.59,.087,.861,.44-.099,1.918-.203,2.471-.534,.084,1.499,2.627-.297,2.513-1.062,.064,.906,.55,1.539,1.847,1.609,.003-.103-.038-.425-.038-.425-.164-.023-.579-.086-.68-.326Zm-.913-.73c.257,.005,1.655-.032,1.921-.04-.491,.171-1.171,.271-1.14,.96-.403-.091-.624-.464-.781-.92Z"></path><path fill="#fff" d="M12.822,13.817c.459-.246,.482-1.398,.854-1.685-.765,1.473,1.05,2.445,1.404,.667,.322,1.701,2.18,.64,1.302-.691-.241-.549,.228,.023,.066-.334-.251-.316-.358-.681-.477-.079,.16,.291,.317,1.085,.451,1.42-1.359,.72-.927-1.166-1.428-1.825-.024,.057-.13,.41-.13,.41,.838,1.883-1.884,2.344-.998,.137-.447-.722-.639,1.657-1.145,1.614-.411,0-.413-.913-.358-1.107-.292,.019-.146,1.653,.458,1.473Z"></path><path fill="#fff" d="M23.777,14.233c.057,.949,.148,1.852,.117,2.524,.349-.356,.155-1.494,.145-2.223,.438,.519,.919,1.113,1.024,1.678,.013,.036,.069-.11,.06-.338,.048-.4-.665-1.312-1.115-1.788,.058-.461-.361-1.665-.114-1.934,.161,.186,.185,.105,.072-.126-.194-.304-.337-1.009-.476-.298,.17,.367,.134,1.245,.25,2.057-.385-.43-.627-.687-.828-.906,.011-.189-.181-.792,.017-.716,.161,.185,.185,.105,.072-.127-.205-.324-.348-1.024-.491-.286,.133,.193,.073,.417,.129,.814-.3-.442-.684-.627-.168-.578-.212-.149-1.029-.919-.813-.171,.305,.143,.63,.818,1.022,1.192,.063,.847,.258,2.221,.288,3.015-.809,.711-.96,.011-1.425-.246,.002-.225-.005-.444-.005-.573,.11-.505-.579-3.324-.041-2.908-.042-.23-.467-1.414-.568-.555,.225,.773,.255,2.393,.371,3.462,.011,.101,.024,.291,.035,.497-.002,0-.003-.001-.004-.002-.664,.19-.965,2.265-1.701,1.066,1.334-1.002,.41-3.321,.327-4.613,.008-.082,.139,.112,.207,.126,.049-.187-.281-.67-.399-.912-.476,.972,.751,3.11,.284,4.421,.061-.629-.685-1.392-1.221-1.883,.048-.267-.519-2.128-.024-1.609,.045-.023-.005-.16-.067-.282-.198-.331-.312-.975-.476-.273,.137,.173,.197,1.62,.287,1.904-.317-.37-1.855-1.462-1.123-1.362-.006-.02-.038-.068-.119-.117-.276-.09-.873-.788-.694-.054,.038,.003,.106,.049,.155,.107,.379,.518,1.263,1.37,1.843,1.886,.221,2.776,.599,3.546,.278,.267,.461,.469,.995,.976,1.103,1.565-.097,.201-.238,.38-.445,.525-.058-.379,.005-.686-.05-.715-.115,.07-.081,.556-.059,.79-1.629,.876-1.893,1.088,.063,.311,.679,1.706,1.129-.408,1.804-.783,.018,.016,.033,.025,.051,.04,.007,.215,.008,.399-.001,.459,.09-.001,.139-.14,.165-.33,1.967,1.537,1.697-1.371,1.455-2.888,.33,.384,.542,.608,.806,.888Z"></path><path fill="#fff" d="M22.159,20.66h0s-1.5,0-1.5,0c.115-.083,.176-.205,.159-.327-.01-.077-.087-.135-.181-.143h-.047c-.114,.011-.196,.093-.184,.183l.005,.035,.006,.053c.006,.067,0,.134-.019,.199H9.313c.165,.24,.465,.386,.789,.386l10.116-.006c-.116,.083-.176,.205-.16,.328,.012,.09,.114,.154,.227,.143,.114-.011,.196-.093,.184-.183l-.005-.035-.006-.053c-.006-.067,0-.134,.019-.2h1.248s.035,.058,.035,.058c.031,.053,.071,.1,.117,.142l.064,.053h0c.126,.088,.287,.14,.456,.14,.16,0,.289-.111,.289-.248v-.072c0-.25-.237-.453-.529-.453Z"></path></g>'}}},scale:{name:"scale",keywords:["law","scale","weight","balance","justice","court","equality","legal"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.64 8.59l-2.06-5.25-2.11 5.27a0.44 0.44 0 0 0 0.12 0.5c1.14 0.94 2.65 0.95 3.92 0a0.45 0.45 0 0 0 0.13-0.52z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.38 8.59l2.06-5.25 2.11 5.27c0.07 0.18 0.03 0.39-0.12 0.5-1.14 0.94-2.65 0.95-3.92 0a0.45 0.45 0 0 1-0.13-0.52z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56v12.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 14.02h-7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.44 3.34h-8.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.79a2.23 2.23 0 0 1-2.23 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.79a2.23 2.23 0 0 0 2.23 2.23"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.04 10.72l-2.57-6.56-2.63 6.57a0.55 0.55 0 0 0 0.15 0.63c1.43 1.17 3.3 1.18 4.88 0a0.56 0.56 0 0 0 0.17-0.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.94 10.72l2.57-6.56 2.63 6.57c0.09 0.22 0.03 0.48-0.15 0.63-1.43 1.17-3.3 1.18-4.88 0a0.56 0.56 0 0 1-0.17-0.64z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94v15.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 17.48h-9.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.51 4.16h-11.04"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.71a2.78 2.78 0 0 1-2.78 2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.71a2.78 2.78 0 0 0 2.78 2.77"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.43 12.84l-3.08-7.85-3.15 7.87a0.66 0.66 0 0 0 0.18 0.76c1.71 1.4 3.96 1.42 5.85-0.01a0.67 0.67 0 0 0 0.2-0.77z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.51 12.84l3.08-7.85 3.15 7.87c0.11 0.26 0.04 0.58-0.18 0.76-1.71 1.4-3.96 1.42-5.85-0.01a0.67 0.67 0 0 1-0.2-0.77z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33v18.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 20.95h-11.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.59 4.99h-13.24"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 17.62a3.33 3.33 0 0 1-3.33 3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 17.62a3.33 3.33 0 0 0 3.33 3.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.29 17.19l-4.13-10.52-4.21 10.54a0.89 0.89 0 0 0 0.24 1.01c2.29 1.87 5.29 1.9 7.82 0a0.89 0.89 0 0 0 0.28-1.03z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.75 17.19l4.13-10.52 4.21 10.54c0.14 0.35 0.05 0.77-0.24 1.01-2.29 1.87-5.29 1.9-7.82 0a0.89 0.89 0 0 1-0.28-1.03z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12v24.92"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 28.04h-15.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.88 6.67h-17.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 23.59a4.45 4.45 0 0 1-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 23.59a4.45 4.45 0 0 0 4.45 4.45"></path></g>'}}},scotland:{name:"scotland",keywords:["flag","scotland"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#065db9" stroke-width="0" rx="4" ry="4"></rect><path fill="#fff" stroke-width="0" d="m27.7097,4.0715l-11.7097,9.3677L4.2903,4.0715c-1.4476.2603-2.6104,1.2986-3.0678,2.6672l11.5765,9.2612L1.2225,25.2612c.4575,1.3687,1.6202,2.407,3.0678,2.6672l11.7097-9.3677,11.7097,9.3677c1.4476-.2603,2.6104-1.2986,3.0678-2.6672l-11.5765-9.2612,11.5765-9.2612c-.4575-1.3687-1.6202-2.407-3.0678-2.6672Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path></g>'}}},"search-content":{name:"search-content",keywords:["search-content","text","paragraph","lens","glass","document","find","search","magnifier","content"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 13.13h9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 9.57h3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 6.01h3.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 2.45h9.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 5.12a2.67 2.67 0 1 0 0 5.34 2.67 2.67 0 1 0 0-5.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.9 9.68l2.56 2.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 16.37h11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 11.93h3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 7.49h3.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 3.05h11.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 6.38a3.33 3.33 0 1 0 0 6.66 3.33 3.33 0 1 0 0-6.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.84 12.07l3.2 3.19"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 19.62h13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 14.3h4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 8.98h4.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 3.66h13.96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 7.65a3.99 3.99 0 1 0 0 7.98 3.99 3.99 0 1 0 0-7.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.78 14.46l3.83 3.83"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 26.25h18.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 19.14h6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 12.02h6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 4.9h18.69"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 10.23a5.34 5.34 0 1 0 0 10.68 5.34 5.34 0 1 0 0-10.68z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.8 19.35l5.13 5.13"></path></g>'}}},senegal:{name:"senegal",keywords:["flag","senegal"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fbf064" d="M10 4H22V28H10z"></path><path fill="#3a8445" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path fill="#d1332c" d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#3a8445" d="M17.516 16.391L19.969 14.609 16.937 14.609 16 11.725 15.063 14.609 12.031 14.609 14.484 16.391 13.547 19.275 16 17.492 18.453 19.275 17.516 16.391z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},serbia:{name:"serbia",keywords:["flag","serbia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#1a3d73" d="M1 11H31V21H1z"></path><path fill="#b8403f" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#fff" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#e6bd4c" d="M13.669,9.423c.207-.03,.134-.355-.066-.293,.083-.137-.099-.295-.223-.194,.027-.145-.171-.234-.262-.122,.025-.143-.17-.232-.261-.121-.006-.128-.181-.185-.262-.087-.018-.133-.24-.222-.35-.151-.005-.129-.181-.188-.262-.089-.006-.132-.189-.186-.267-.082-.028-.124-.214-.149-.274-.037-.034-.129-.23-.142-.281-.019-.037-.09-.17-.117-.239-.047,.036-.198-.104-.402-.302-.439,.011-.101-.048-.17,.099-.15,.047,.19,.343-.106,.152-.152-.009-.086-.142-.086-.152,0-.131,.013-.095-.017-.099-.121,.146-.04,.006-.202-.076-.218-.082,.016-.222,.178-.076,.218-.003,.106,.031,.133-.099,.121-.01-.086-.143-.085-.151,0-.147,.039-.007,.202,.076,.218,.089-.014,.049-.089,.175-.066,.051,.261-.366,.174-.302,.589-.069-.07-.202-.043-.239,.047-.05-.123-.247-.11-.281,.019-.06-.112-.246-.087-.274,.037-.078-.105-.261-.05-.267,.082-.081-.099-.258-.04-.262,.089-.11-.071-.332,.018-.35,.151-.081-.098-.256-.04-.262,.087-.092-.11-.287-.022-.261,.121-.092-.112-.289-.023-.262,.122-.123-.101-.306,.057-.223,.194-.201-.062-.273,.264-.066,.293-.135,.06-.095,.28,.055,.285-.078,.097,.006,.254,.131,.24-.058,.084-.011,.161-.002,.254,.037,.088,.124,.04,.181,.06,.101,.354,.349,.588,.522,.918-.103,.031-.061,.143,.032,.125,.002-.003,.009,.039,.009,.04-.063,.095-.163,.347,.014,.397,.084,.152,.11,.048,.03,.186,.604,.244,1.466,.103,2.152,.161,.686-.058,1.549,.082,2.152-.161-.085-.143-.047-.035,.031-.186,.172-.045,.079-.304,.014-.397,0-.013,.004-.051,.025-.039,.086,.006,.111-.099,.017-.125,.173-.33,.421-.564,.522-.918,.056-.02,.146,.028,.181-.06,.011-.094,.055-.17-.002-.254,.125,.013,.209-.143,.131-.24,.15-.006,.19-.226,.055-.285Z"></path><path fill="#b8403f" d="M14.231,12.033v6.004c0,.983-.437,1.945-1.093,2.644s-1.573,1.18-2.595,1.18-1.939-.481-2.595-1.18-1.093-1.661-1.093-2.644v-6.004h7.375Z"></path><path fill="#fff" d="M10.543,21.888c-.967,0-1.896-.422-2.615-1.188-.699-.746-1.1-1.716-1.1-2.662v-6.031h7.43v6.031c0,.946-.401,1.917-1.1,2.662-.719,.767-1.647,1.188-2.615,1.188Zm-3.66-9.827v5.977c0,.932,.396,1.889,1.085,2.625,.708,.755,1.623,1.171,2.575,1.171s1.867-.416,2.575-1.171c.689-.735,1.085-1.692,1.085-2.625v-5.977H6.883Z"></path><path fill="#fff" d="M14.062,14.242c-.054-.845-.562-2.119-1.289-1.837,.458,1.041,.017,1.234-.784,2.183-.043-.024-.365-.015-.148-.114-.298-.151-.748-.725-.397-1.095,.178-.054,.416,.167,.513-.069,.253-.011,.44-.125,.445-.316-.183,.208-.391,.215-.613,.131-.176-.047-.228-.026-.081-.136,.202,.051,.141-.115,.283-.111,.127,0,.094,.301,.233,.135,.53-.48,.123-.628-.236-.725-.243-.169-1.021,.284-1.263,.257-.054,.142-.008,.274,.128,.259-.172,.284-.262,.573-.309,1.001,.049-.432-.395-.889-.195-1.037,.145-.357-.19-.162-.539-.381-.625-.34-1.741,.069-.861,.677,.173-.381,.165-.057,.432-.076,.255,.2-.578,.248-.7,.017,.021,.249,.408,.299,.585,.41,.441-.191,.609,.252,.448,.578-.162,.277-.342,.372-.468,.497,.22,.042-.124,.097-.147,.097-.463-.514-1.332-1.373-.869-1.89,.367-.961-1.206,.159-1.149,1.168-.317,1.488,.376,3.682,.131,5.243,.384-.004,.376-.526,.546-.022,.164-.098,.252-.307,.295-.549,.078,.262,.175-.027,.234-.147,.204-.055,.297-.522,.301-.785,.131,.294,.289-.257,.259-.477,.212,.507-.263,1.204-.545,1.501,.126,.089,.401,.013,.501-.108-.069,.223-.088,.532,.188,.271,.012,.322,.203,.203,.308-.088,.237,.412,.143-.137,.34-.407,.493,.48,.05,.778,.023,1.244,.155,.21-.384,.504-.265,.763,.299,.227-.592,.816-.119,1.002,.091,.022,.226,.094,.26-.046-.032,.183,.33,.263,.393,.112,.023,.156,.37,.192,.41,.031,.017,.163,.385,.164,.403,0,.039,.161,.387,.125,.41-.032,.062,.151,.425,.072,.394-.111,.035,.139,.171,.067,.262,.044,.38-.182-.177-.632-.213-.945,.313-.154-.167-.535-.234-.765,.218-.187-.135-.515-.187-.756,.168-.658,.393-.517,.465,.047,.19-.322,.208,.073,.38,.119,.107-.419,.422,.223,.262-.485,.1,.121,.375,.197,.501,.108-.282-.298-.756-.993-.545-1.501-.029,.22,.128,.772,.259,.477,.004,.264,.097,.731,.301,.785,.058,.118,.155,.41,.234,.147,.043,.242,.131,.45,.295,.549,.169-.509,.163,.022,.546,.022-.228-1.384,.357-3.571,.186-4.867Z"></path></g>'}}},"settings-wrench":{name:"settings-wrench",keywords:["settings-wrench","preferences","configuration","tool","equipment","control","settings","system","setup","gear","support","wrench"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke-width="0" d="M9.3 8.54a0.67 0.67 0 0 1-0.87-0.06l-0.89-0.89a0.67 0.67 0 0 1-0.06-0.87l1.57-2.1a3.51 3.51 0 0 0-1.04-0.17 3.56 3.56 0 0 0-3.28 4.94l-2.32 1.81a6.47 6.47 0 0 0 2.41 2.41l1.81-2.32a3.56 3.56 0 0 0 4.94-3.28c0-0.36-0.07-0.71-0.17-1.04l-2.1 1.57z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a6.45 6.45 0 1 0 0 12.9 6.45 6.45 0 1 0 0-12.9z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke-width="0" d="M11.6 10.66a0.83 0.83 0 0 1-1.09-0.08l-1.11-1.11a0.83 0.83 0 0 1-0.08-1.09l1.97-2.61a4.38 4.38 0 0 0-1.3-0.22 4.44 4.44 0 0 0-4.09 6.17l-2.9 2.25a8.07 8.07 0 0 0 3.01 3.01l2.25-2.9a4.44 4.44 0 0 0 6.17-4.09c0-0.45-0.09-0.88-0.21-1.3l-2.62 1.97z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a8.05 8.05 0 1 0 0 16.1 8.05 8.05 0 1 0 0-16.1z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke-width="0" d="M13.9 12.77a1 1 0 0 1-1.3-0.1l-1.33-1.33a1 1 0 0 1-0.1-1.3l2.35-3.13a5.24 5.24 0 0 0-1.55-0.26 5.33 5.33 0 0 0-4.9 7.39l-3.47 2.7a9.67 9.67 0 0 0 3.6 3.6l2.7-3.47a5.33 5.33 0 0 0 7.39-4.9c0-0.54-0.11-1.06-0.26-1.55l-3.13 2.35z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a9.64 9.64 0 1 0 0 19.28 9.64 9.64 0 1 0 0-19.28z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" stroke-width="0" d="M18.6 17.09a1.34 1.34 0 0 1-1.74-0.13l-1.78-1.78a1.33 1.33 0 0 1-0.13-1.74l3.15-4.19a7.02 7.02 0 0 0-2.08-0.35 7.13 7.13 0 0 0-6.56 9.89l-4.65 3.61a12.95 12.95 0 0 0 4.83 4.83l3.61-4.65a7.13 7.13 0 0 0 9.89-6.56c0-0.73-0.14-1.42-0.34-2.08l-4.2 3.15z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a12.9 12.9 0 1 0 0 25.8 12.9 12.9 0 1 0 0-25.8z"></path></g>'}}},seychelles:{name:"seychelles",keywords:["flag","seychelles"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#357939" d="M2.668,27.238c.658,.475,1.459,.762,2.332,.762H27c2.209,0,4-1.791,4-4v-4.857L2.668,27.238Z"></path><path fill="#0e2a69" d="M12,4H5c-2.209,0-4,1.791-4,4V24c0,.874,.288,1.676,.764,2.334L12,4Z"></path><path fill="#f7d45d" d="M2.125,26.772L23,4H12L1.764,26.334c.111,.154,.23,.302,.362,.438Z"></path><path fill="#c23635" d="M2.541,27.133L31,11.125v-3.125c0-2.209-1.791-4-4-4h-4L2.125,26.772c.128,.132,.271,.247,.416,.361Z"></path><path fill="#fff" d="M3.069,27.483l27.931-6.983V11.125L2.541,27.133c.166,.131,.342,.246,.528,.35Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"shoe-sneakers":{name:"shoe-sneakers",keywords:["shoe-sneakers","sport","footwear","sportswear","shoes","fashion","shoe","speakers","fitness","exercise","run","running","walk"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.2 9.57h10.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.11 8.07l2.92 0.64c0.54 0.12 1 0.49 1.23 0.99l0.97 2.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.82 5l-0.71 1.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.93 3.65c-0.45 1.17-1.54 1.91-2.86 1.91s-2.45-0.83-2.9-2h-0.17a0.89 0.89 0 0 0-0.89 0.89v5.56a1.78 1.78 0 0 0 1.78 1.78h10.57a1.89 1.89 0 0 0 1.04-3.47l-7.34-5.22"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.48 11.93h12.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.39 10.06l3.64 0.8c0.68 0.15 1.24 0.61 1.54 1.24l1.2 2.61"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.25 6.24l-0.89 1.42"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.89 4.56c-0.56 1.46-1.92 2.38-3.57 2.38s-3.06-1.04-3.62-2.5h-0.2a1.11 1.11 0 0 0-1.11 1.11v6.94a2.22 2.22 0 0 0 2.22 2.22h13.18a2.36 2.36 0 0 0 1.29-4.33l-9.15-6.51"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.76 14.3h15.14"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M1.66 12.06l4.37 0.95c0.81 0.18 1.49 0.73 1.84 1.49l1.44 3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.68 7.47l-1.07 1.71"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.85 5.46c-0.67 1.75-2.3 2.85-4.28 2.85s-3.67-1.25-4.33-2.99h-0.25a1.33 1.33 0 0 0-1.33 1.33v8.31a2.66 2.66 0 0 0 2.66 2.66h15.8a2.82 2.82 0 0 0 1.54-5.19l-10.96-7.79"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.39 19.14h20.26"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.23 16.14l5.84 1.28c1.08 0.24 1.99 0.98 2.46 1.98l1.93 4.18"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.65 10l-1.43 2.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.86 7.31c-0.9 2.34-3.07 3.82-5.72 3.82s-4.91-1.67-5.81-4.01h-0.32a1.78 1.78 0 0 0-1.78 1.78v11.13a3.56 3.56 0 0 0 3.56 3.55h21.13a3.78 3.78 0 0 0 2.07-6.94l-14.67-10.43"></path></g>'}}},"sidebar-left-hide":{name:"sidebar-left-hide",keywords:["sidebar-left-hide","page","hide","arrow","left","website","layout","toggle","mockup","wireframe","slide","slideout","nav","navigation","sidebar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.79l-2.22 2.22 2.22 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 13.57h-9.34q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78h9.34q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 7.22l-2.78 2.77 2.78 2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 16.93h-11.66q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22h11.66q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 8.64l-3.32 3.33 3.32 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 20.28h-13.96q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66h13.96q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 11.57l-4.45 4.45 4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 27.14h-18.7q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56h18.7q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.56z"></path></g>'}}},"sidebar-left-show":{name:"sidebar-left-show",keywords:["sidebar-left-show","page","show","arrow","left","website","layout","toggle","mockup","wireframe","slide","slideout","nav","navigation","sidebar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.12 5.79l2.23 2.22-2.23 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 13.57h-9.34q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78h9.34q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.38 7.22l2.77 2.77-2.77 2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 16.93h-11.66q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22h11.66q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.63 8.64l3.33 3.33-3.33 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 20.28h-13.96q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66h13.96q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.25 11.57l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 27.14h-18.7q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56h18.7q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.56z"></path></g>'}}},"sidebar-right-hide":{name:"sidebar-right-hide",keywords:["sidebar-right-hide","page","hide","arrow","right","website","layout","toggle","mockup","wireframe","slide","slideout","nav","navigation","sidebar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.12 5.79l2.22 2.22-2.22 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 2.45h9.34q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78h-9.34q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.38 7.22l2.78 2.77-2.78 2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.05h11.66q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22h-11.66q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.65 8.64l3.32 3.33-3.32 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 3.66h13.96q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66h-13.96q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.23 11.57l4.45 4.45-4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 4.9h18.7q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.55h-18.7q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56z"></path></g>'}}},"sidebar-right-show":{name:"sidebar-right-show",keywords:["sidebar-right-show","page","show","arrow","right","website","layout","toggle","mockup","wireframe","slide","slideout","nav","navigation","sidebar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 2.45v11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.9 5.79l-2.23 2.22 2.23 2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 2.45h9.34q1.78 0 1.78 1.78v7.56q0 1.78-1.78 1.78h-9.34q-1.78 0-1.78-1.78v-7.56q0-1.78 1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 3.05v13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.6 7.22l-2.77 2.77 2.77 2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 3.05h11.66q2.22 0 2.22 2.22v9.44q0 2.22-2.22 2.22h-11.66q-2.22 0-2.22-2.22v-9.44q0-2.22 2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 3.66v16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.31 8.64l-3.33 3.33 3.33 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 3.66h13.96q2.66 0 2.66 2.66v11.3q0 2.66-2.66 2.66h-13.96q-2.66 0-2.66-2.66v-11.3q0-2.66 2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 4.9v22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.79 11.57l-4.44 4.45 4.45 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 4.9h18.7q3.56 0 3.56 3.56v15.13q0 3.56-3.56 3.55h-18.7q-3.56 0-3.56-3.56v-15.13q0-3.56 3.56-3.56z"></path></g>'}}},"sierra-leone":{name:"sierra-leone",keywords:["flag","sierra","leone"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#55b44b" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#3271c1" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"signature-2":{name:"signature-2",keywords:["signature","signature-2","pen","paper","agreement","writing","business","contract","sign"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 10.9h12.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.88 6.27c-2.52-1.12-2.02-4.33 0.57-4.02 2.19 0.26 3.63 5.29 3.28 9.23-0.07 0.81-0.36 2.1-1.51 2.29-0.85 0.14-1.76-0.25-2.15-1.07-1.42-3.11 3.61-8.24 5.49-7.26 1.01 0.53 0.37 2.29 1.16 2.47 0.57 0.13 0.99-1 1.52-0.87 0.49 0.12 0.4 0.9 0.93 1.04 0.23 0.07 0.48 0.04 0.63-0.11"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 13.6h16.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.83 7.82c-3.14-1.4-2.52-5.4 0.72-5.02 2.73 0.33 4.53 6.6 4.09 11.51-0.09 1.01-0.45 2.62-1.88 2.86-1.07 0.18-2.2-0.31-2.68-1.32-1.77-3.88 4.5-10.28 6.84-9.06 1.26 0.66 0.47 2.86 1.45 3.07 0.72 0.16 1.24-1.25 1.9-1.08 0.61 0.15 0.5 1.12 1.15 1.3 0.29 0.08 0.59 0.05 0.79-0.14"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 16.29h19.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.79 9.37c-3.76-1.67-3.02-6.47 0.87-6.01 3.28 0.39 5.43 7.91 4.89 13.79-0.11 1.21-0.54 3.14-2.25 3.42-1.28 0.21-2.63-0.37-3.22-1.58-2.12-4.65 5.4-12.32 8.21-10.85 1.51 0.79 0.56 3.42 1.73 3.68 0.86 0.19 1.48-1.5 2.28-1.3 0.73 0.18 0.6 1.34 1.38 1.56 0.35 0.1 0.71 0.06 0.94-0.17"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 21.8h25.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.75 12.54c-5.03-2.24-4.04-8.66 1.16-8.05 4.38 0.52 7.27 10.58 6.55 18.46-0.15 1.63-0.72 4.2-3.01 4.58-1.71 0.28-3.52-0.49-4.31-2.12-2.83-6.22 7.22-16.49 10.98-14.52 2.01 1.06 0.75 4.58 2.33 4.93 1.15 0.25 1.99-2.01 3.04-1.74 0.98 0.25 0.8 1.79 1.85 2.09 0.47 0.13 0.95 0.08 1.25-0.23"></path></g>'}}},singapore:{name:"singapore",keywords:["flag","singapore"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1,24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V15H1v9Z"></path><path fill="#db3c3f" d="M27,4H5c-2.209,0-4,1.791-4,4v8H31V8c0-2.209-1.791-4-4-4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M6.811,10.5c0-1.898,1.321-3.487,3.094-3.897-.291-.067-.594-.103-.906-.103-2.209,0-4,1.791-4,4s1.791,4,4,4c.311,0,.615-.036,.906-.103-1.773-.41-3.094-1.999-3.094-3.897Z"></path><path fill="#fff" d="M10.81 8.329L10.576 9.048 11.189 8.603 11.801 9.048 11.567 8.329 12.179 7.884 11.423 7.884 11.189 7.164 10.955 7.884 10.198 7.884 10.81 8.329z"></path><path fill="#fff" d="M14.361 9.469L13.605 9.469 13.371 8.749 13.137 9.469 12.38 9.469 12.992 9.914 12.759 10.634 13.371 10.189 13.983 10.634 13.749 9.914 14.361 9.469z"></path><path fill="#fff" d="M10.074 12.034L9.84 11.315 9.606 12.034 8.85 12.034 9.462 12.479 9.228 13.199 9.84 12.754 10.452 13.199 10.218 12.479 10.831 12.034 10.074 12.034z"></path><path fill="#fff" d="M12.771 12.034L12.537 11.315 12.303 12.034 11.547 12.034 12.159 12.479 11.925 13.199 12.537 12.754 13.149 13.199 12.916 12.479 13.528 12.034 12.771 12.034z"></path><path fill="#fff" d="M9.24 9.469L9.007 8.75 8.773 9.469 8.016 9.469 8.628 9.914 8.394 10.634 9.007 10.189 9.619 10.634 9.385 9.914 9.997 9.469 9.24 9.469z"></path></g>'}}},"sint-maarten":{name:"sint-maarten",keywords:["flag","sint","maarten"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#022588" stroke-width="0" d="m1,24c0,2.2092,1.7908,4,4,4h22c2.2092,0,4-1.7908,4-4v-9H1v9Z"></path><path fill="#dd1216" stroke-width="0" d="m27,4H5c-2.2092,0-4,1.7908-4,4v8h30v-8c0-2.2092-1.7908-4-4-4Z"></path><path fill="#fff" stroke-width="0" d="m2.3157,26.9474l13.6843-10.9474L2.3157,5.0526c-.8029.7316-1.3157,1.7756-1.3157,2.9474v16c0,1.1718.5128,2.2158,1.3157,2.9474Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#f9da05" stroke-width="0" d="m8.8178,12.488c-.0177-.0041-.2246-.1258-.1719-.3039-.0175.0016-.208-.0634-.1871-.2734-.0164.0047-.222-.0238-.2403-.2011-.0162.007-.2207.0309-.3144-.1434-.0143.0045-.2161.0385-.2699-.1078-.0137.0093-.2152.0675-.3285-.1024-.0113.0139-.2397.0793-.3106-.0847-.0699.1635-.2976.0986-.3094.0847-.1122.1694-.3142.1104-.3285.1009-.0512.1456-.2536.1129-.2671.1075-.0933.1743-.2975.1504-.3138.1433-.0114.1776-.2237.2041-.2389.2006.0257.2108-.1701.2742-.1844.2728.0538.178-.1525.2996-.1705.3037.1071.1394.0308.2912.0225.297l-.0054.1666c.0099,0,3.577.0165,3.5861.0165v-.0096s.009.0002.009.0002l.0045-.1701c-.0081-.0056-.0863-.1588.0187-.2975Z"></path><path fill="#bd715f" stroke-width="0" d="m9.1936,12.1639c-.0732-.1171-.1662-.1561-.3827-.1606-.0386-.0008-.1104-.0128-.2013-.0281-.3138-.0528-.896-.1507-1.236.0405-.0211-.0165-.0997-.089-.1567-.1424.028-.0057.0522-.0215.0737-.0478.1718.0082.341-.0099.5035-.0537.0464-.0145.074-.0007.0863.0089.013.0101.0206.0242.02.037l-.0021.0405.02-.0352c.0279-.0491.033-.0884.0151-.1168-.0281-.0446-.1011-.043-.1225-.0414-.3072.0173-.4767-.0027-.59-.0223-.1705-.0843-.3687-.0371-.4196.0585-.0171.0322-.0403.1165.1134.2036l.0807.0506c.0342.0349.0461.0669.0317.0858-.0147.0194-.0573.024-.102-.0011-.259-.196-.5235-.2466-.8322-.159-.0488,0-.0978,0-.1468,0-.4527-.001-.9207-.0024-1.1447.2424l-.002.0034c-.0018.0054-.005.0124-.0086.0202-.0139.0306-.0329.0726-.0097.0941.0222.0207.087.029.3905-.1332-.0032.0364.0045.0609.0232.0746.0513.0376.1713-.0234.2983-.088.0209-.0106.0422-.0214.0631-.0318-.0156.0299-.006.0503.0028.061.0485.0589.2539.0498.41-.0336-.0124.025-.0141.0458-.0055.0631.0264.0529.1437.0534.268.054h.0161c.0716.0023.1159.0231.1157.0542-.0003.0626-.1549.1565-.4327.1623-.0205-.0011-.0772.019-.0824.0506-.0043.0268.0251.0479.092.0649.0188.0009.0268.0087.0369.0186.0315.0307.0647.045.2275-.0368.0005.0131.0052.0238.014.0318.0302.0274.107.0202.2488-.0233.0748.0558.1383.0191.1997-.0164.0137-.0079.0279-.0161.0419-.023.1624.0633.3387.1212.4938.1212.0722,0,.1398-.0125.1993-.0428.0948-.0483.1608-.1388.1963-.2692.242-.0281.3955-.0581.4141-.1194.004-.0133.0015-.0273-.0074-.0419.2374.0933.2997.0833.3271.0634.0182-.0133.0224-.0345.0223-.0558.0111.0042.0224.0086.0336.0129.1479.0568.2396.089.2675.0566.0108-.0126.0101-.0316-.0026-.0591.0406.0097.0822.0182.1226.0264.1189.0241.2418.0491.3422.1091.0508.0263.0839.0304.1011.0124.034-.0356-.0228-.1351-.0254-.1396Z"></path><path fill="#dd1216" stroke-width="0" d="m3.9387,12.5198c.1128.6399.2379,1.2957.2994,1.9656.1339.9922-.4696,1.8252-.222,2.8053.1478.4703.665.7437,1.1384.7979.628.1187,1.3871.0004,1.8455.4701.4584-.4698,1.2175-.3514,1.8455-.4701.4734-.0542.9906-.3276,1.1384-.7979.2476-.9801-.3559-1.8131-.222-2.8053.0615-.6699.1867-1.3257.2994-1.9656-1.1054.6001-2.1976-.1806-3.0613.3186-.8637-.4991-1.9559.2816-3.0613-.3186Z"></path><path fill="#62b1e3" stroke-width="0" d="m6.2925,13.0365c.1998.0041.3714.0372.5216.124l.186.1074.186-.1074c.3003-.1735.6862-.1323,1.2128-.0737.3548.0395.7702.0681,1.2033-.0195-.0785.4498-.1644.8954-.2087,1.3719-.0776.5816.0581,1.0888.1594,1.5356.1003.442.1661.8189.0716,1.2097-.0894.2701-.4607.493-.8213.5343l-.0135.0018-.0131.0025c-.2649.0501-.6071.0516-.9673.1003-.268.0362-.549.1372-.8093.3015-.2603-.1643-.5413-.2653-.8093-.3015-.3602-.0486-.702-.0502-.9669-.1003l-.0135-.0025-.0135-.0018c-.3604-.0413-.7313-.2641-.821-.534-.0947-.3909-.0288-.7679.0716-1.21.1014-.4468.2371-.954.1594-1.5356-.0443-.4766-.1302-.9221-.2087-1.3719.4329.0875.8482.059,1.2029.0195.2633-.0293.4915-.0544.6913-.0503Z"></path><path fill="#fff" stroke-width="0" d="M8.8097 16.9985L8.8097 16.2494 8.9173 16.2494 8.9173 16.0299 8.6519 16.0299 8.6519 15.271 7.5348 14.5054 7.5348 14.0137 6.9949 13.4883 6.4551 14.0137 6.4551 14.5054 5.338 15.271 5.338 16.0299 5.0727 16.0299 5.0727 16.2494 5.1802 16.2494 5.1802 16.9985 4.9905 16.9985 4.9905 17.3219 8.9994 17.3219 8.9994 16.9985 8.8097 16.9985z"></path><path fill="#f9da05" stroke-width="0" d="m11.4224,16.1116l-.0011-.0091-.209.0151c-.0201-.202-.0671-.4557-.1595-.7316l-.6294.201.188,1.0064.1675.026c-.1188,1.1565-.977,2.0254-2.3198,2.0391l.0109.1067c-.7033.3143-2.2368.3034-2.9397-.0004l.0111-.1087c-1.3424-.0133-2.2015-.8832-2.3198-2.0391.0065-.001.1615-.025.1675-.026.0025-.0134.1857-.9944.188-1.0064-.0687-.0219-.5752-.1827-.6295-.2009-.0924.276-.1394.5296-.1595.7316l-.209-.0151c-.2268,1.2464.5723,3.078,2.1562,3.2154l-.0019.2136c1.7451.5632,2.7915.5654,4.5338.0023l-.0035-.2133c1.5807-.1354,2.3823-1.9633,2.1588-3.2066Z"></path></g>'}}},"sliders-3":{name:"sliders-3",keywords:["sliders-h","sliders-3","options","preferences","control","settings","setup","horizontal","sliders","filter"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 8.01h0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 8.01h8.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.23 3.78h5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 3.78h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.23 12.24h5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 12.24h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 6.23v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 2v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 10.46v3.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 9.99h1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 9.99h10.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.27 4.72h7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 4.72h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.27 15.26h7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 15.26h4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 7.77v4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 2.5v4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 13.04v4.44"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 11.97h1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 11.97h12.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.3 5.65h8.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 5.65h5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.3 18.29h8.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 18.29h5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 9.31v5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 2.99v5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 15.63v5.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 16.02h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16.02h16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.46 7.57h11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7.57h7.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.46 24.48h11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 24.48h7.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 12.46v7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 4v7.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 20.91v7.12"></path></g>'}}},"sliders-3-vertical":{name:"sliders-3-vertical",keywords:["sliders-v","sliders-3-vertical","options","preferences","control","settings","setup","vertical","sliders","filter"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 13.13v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 2v8.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.79 10.46h-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 8.23v5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 2v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 5.56h-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 8.23v5.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.78 2v3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 5.56h-3.56"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 16.37v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 2.5v10.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.21 13.04h-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 10.27v7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 2.5v4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.48 6.94h-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 10.27v7.21"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.72 2.5v4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 6.94h-4.44"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 19.62v1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.99v12.64"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.63 15.63h-5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 12.3v8.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 2.99v5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.95 8.31h-5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 12.3v8.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.65 2.99v5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 8.31h-5.32"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 26.25v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 4v16.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.58 20.91h-7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 16.46v11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 4v7.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.04 11.13h-7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 16.46v11.57"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.57 4v7.13"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 11.13h-7.13"></path></g>'}}},slovakia:{name:"slovakia",keywords:["flag","slovakia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#204c9e" d="M1 11H31V21H1z"></path><path fill="#fff" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#db362f" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#db362f" d="M15.65,10.232s.178,1.784,.178,5.353c-.025,3.645-2.751,5.49-4.752,6.46-2.001-.97-4.726-2.815-4.752-6.46,0-3.569,.178-5.353,.178-5.353H15.65Z"></path><path fill="#fff" d="M10.673,19.945v-4.462c-1.511,0-1.94,.134-2.392,.27,.042-.456,.042-.915,0-1.371,.452,.137,.881,.27,2.392,.27v-1.24c-.477,0-1.135,.019-1.892,.277,.043-.457,.043-.917,0-1.374,.757,.254,1.415,.274,1.892,.274,0-.359-.111-1.132-.251-1.772,.436,.039,.874,.039,1.31,0-.14,.639-.251,1.412-.251,1.772,.477,0,1.135-.019,1.892-.274-.043,.457-.043,.917,0,1.374-.757-.258-1.415-.277-1.892-.277v1.24c1.511,0,1.94-.134,2.392-.27-.042,.456-.042,.915,0,1.371-.452-.137-.881-.27-2.392-.27v4.462h-.808Z"></path><path fill="none" d="M15.65,10.232s.178,1.784,.178,5.353c-.025,3.645-2.751,5.49-4.752,6.46-2.001-.97-4.726-2.815-4.752-6.46,0-3.569,.178-5.353,.178-5.353H15.65Z"></path><path fill="#204c9e" d="M11.076,22.044c1.241-.602,2.761-1.542,3.742-3.038-.007-.014-.011-.031-.017-.045-.56-1.184-1.576-1.367-2.268-.409-.089-.209-.191-.399-.304-.565-.805-1.181-1.973-.929-2.609,.565-.287-.397-.645-.614-1.014-.614-.518,0-.973,.424-1.268,1.072,.982,1.494,2.499,2.432,3.739,3.034Z"></path><path fill="#fff" d="M11.076,22.235l-.075-.036c-1.348-.654-2.385-1.395-3.169-2.266-1.103-1.225-1.668-2.687-1.679-4.347,0-3.537,.177-5.353,.179-5.371l.015-.155H15.806l.015,.155c.002,.018,.179,1.834,.179,5.37-.012,1.661-.577,3.123-1.679,4.348-.785,.871-1.821,1.613-3.169,2.266l-.075,.036ZM6.66,10.404c-.041,.505-.164,2.246-.164,5.181,.011,1.572,.546,2.958,1.591,4.118,.74,.822,1.718,1.526,2.989,2.151,1.271-.625,2.249-1.329,2.989-2.151,1.045-1.16,1.58-2.546,1.591-4.119,0-2.934-.122-4.675-.164-5.18H6.66Z"></path></g>'}}},slovenia:{name:"slovenia",keywords:["flag","slovenia"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#0600f5" d="M1 11H31V21H1z"></path><path fill="#fff" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#ea3323" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#0600f5" d="M6.612,8.569c2.019-.889,4.318-.889,6.337,0,.331,4.68-.725,7.333-3.168,7.958-2.443-.625-3.499-3.278-3.168-7.958Z"></path><path fill="#fff" d="M9.781,10.646l.767,1.534,.511-.682,1.278,1.705c0,.079-.011,.158-.033,.234-.356,1.245-1.299,2.237-2.524,2.656-1.225-.419-2.168-1.411-2.524-2.656-.022-.076-.033-.155-.033-.234l1.278-1.705,.511,.682,.767-1.534Z"></path><path fill="#ea3323" d="M6.372,8.68c.08-.038,.16-.075,.241-.111l.253,4.044c.108,1.728,1.266,3.213,2.915,3.74,1.65-.527,2.807-2.012,2.915-3.74l.253-4.044c.081,.036,.161,.073,.241,.111l-.247,3.949c-.116,1.859-1.378,3.448-3.162,3.984-1.784-.535-3.046-2.125-3.162-3.984l-.247-3.949Z"></path></g>'}}},"solomon-islands":{name:"solomon-islands",keywords:["flag","solomon","slands"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#214fb5" d="M2.316,26.947L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5C2.791,4,1,5.791,1,8V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#2e5a34" d="M29.684,5.053L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c2.209,0,4-1.791,4-4V8c0-1.172-.513-2.216-1.316-2.947Z"></path><path fill="#f6d44a" d="M28.825,4.46L1.659,26.192c.377,.574,.903,1.032,1.517,1.349L30.341,5.808c-.377-.574-.903-1.032-1.517-1.349Z"></path><path d="M27,4H5C2.791,4,1,5.791,1,8V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M9.166 10.909L8.798 9.775 8.43 10.909 7.238 10.909 8.202 11.609 7.834 12.743 8.798 12.042 9.762 12.743 9.394 11.609 10.358 10.909 9.166 10.909z"></path><path fill="#fff" d="M11.44 8.834L11.072 9.967 12.036 9.267 13 9.967 12.632 8.834 13.596 8.133 12.404 8.133 12.036 7 11.668 8.133 10.476 8.133 11.44 8.834z"></path><path fill="#fff" d="M12.404 13.684L12.036 12.551 11.668 13.684 10.476 13.684 11.44 14.385 11.072 15.518 12.036 14.818 13 15.518 12.632 14.385 13.596 13.684 12.404 13.684z"></path><path fill="#fff" d="M5.928 13.684L5.56 12.551 5.192 13.684 4 13.684 4.964 14.385 4.596 15.518 5.56 14.818 6.524 15.518 6.156 14.385 7.12 13.684 5.928 13.684z"></path><path fill="#fff" d="M5.56 7L5.192 8.133 4 8.133 4.964 8.834 4.596 9.967 5.56 9.267 6.524 9.967 6.156 8.834 7.12 8.133 5.928 8.133 5.56 7z"></path></g>'}}},somalia:{name:"somalia",keywords:["flag","somalia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#568fd9" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M18.008 16.366L21.257 14.006 17.241 14.006 16 10.186 14.759 14.006 10.743 14.006 13.992 16.366 12.751 20.186 16 17.825 19.249 20.186 18.008 16.366z"></path></g>'}}},"south-africa":{name:"south-africa",keywords:["flag","south","africa"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#030a85" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path fill="#d04839" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path fill="#fff" d="M5.61,4h-.61c-1.058,0-2.014,.419-2.729,1.089l12.729,10.911L2.271,26.911c.715,.671,1.671,1.089,2.729,1.089h.61l10.5-9h14.89v-6h-14.89L5.61,4Z"></path><path fill="#f5bd45" d="M2.271,5.089c-.768,.72-1.254,1.733-1.267,2.866l9.386,8.045L1.005,24.045c.013,1.133,.499,2.146,1.267,2.866l12.729-10.911L2.271,5.089Z"></path><path fill="#33764c" d="M4.175,4.087c-1.419,.298-2.544,1.354-2.974,2.72l10.725,9.193L1.201,25.193c.429,1.366,1.555,2.422,2.974,2.72l11.565-9.913h15.26v-4H15.74L4.175,4.087Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"south-georgia-sandwich-islands":{name:"south-georgia-sandwich-islands",keywords:["flag","south","georgia","sandwich","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#071b65" rx="4" ry="4"></rect><path fill="#fff" d="M6.5,13.774v2.226h4v-2.227l3.037,2.227h2.463v-1.241l-3.762-2.759h3.762v-4h-2.74l2.74-2.009v-1.991h-1.441l-4.059,2.977v-2.977H6.5v2.794l-3.257-2.389c-.767,.374-1.389,.983-1.786,1.738l2.532,1.858H1s0,0,0,0v4h3.763l-3.763,2.76v1.24H3.464l3.036-2.226Z"></path><path fill="#b92932" d="M1.806,5.589l3.285,2.411h1.364L2.36,4.995c-.204,.18-.39,.377-.554,.594Z"></path><path fill="#b92932" d="M1 16L6.454 12 6.454 13 2.363 16 1 16z"></path><path fill="#b92932" d="M9.5 16L7.5 16 7.5 11 1 11 1 9 7.5 9 7.5 4 9.5 4 9.5 9 16 9 16 11 9.5 11 9.5 16z"></path><path fill="#b92932" d="M16 15.667L11 12 11 13 15.091 16 16 16 16 15.667z"></path><path fill="#b92932" d="M16 4L15.752 4 10.291 8.004 11.655 8.004 16 4.818 16 4z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M27.074,19.779s0,0-.002-.002h0s-.08-.067-.154-.129c-.813-.172,.057-1.735-.165-2.85-.345-1.358-.774-2.701-2.03-1.498-.015-.479,.594-.377,.601-1.328-.41,.009-.595,.47-.637,.594-.094-.181-.076-.368-.032-.513,.298,.099,.725-.206,.391-.557,1.052-.01,1.2-.755,1.206-.787-.183,.148-.91,.366-1.114,.381,.082-.082,.291-.331,.247-.572-.937,.427-.763,.787-1.131,1.274l.005-.004c-.126,.266-.041,.548,.062,.748-.433-.163-.469,.312-.346,.487,.083-.189,.342-.135,.42,.223-.984-.247-.43-.676-.348-1.111,.083-.034,.094-.234,.012-.3h.021c-.042-.25-.005-.535-.017-.79v-.153c-.213-.037-.586,0-.824-.013-.362,.055-1.023-.11-1.262,.063-.013,.278,.027,.578-.017,.852h0c-.138,.051-.155,.352,.006,.348-.116,.373,.828,1.044-.278,1.026,.034-.184,.169-.245,.275-.088,.278-.09,.195-.631-.218-.52,.23-.85-.799-1.978-1.207-2.007-.005,.029-.049,.291,.155,.55-.3-.113-.808-.039-1.028-.3,.006,.607,.6,.845,1.212,.865-.222,.315,.073,.581,.335,.526-.164-.212-.043-.409,.143-.388-.034,.242-.067,.542-.044,.679-.1-.13-.331-.344-.682-.417,.093,.343,.244,.677,.432,.943-.602-.295-1.181,.121-1.119,.906,.284,1.23-1.813,2.514-.423,3.653-.411,.557-.289,.908,.343,.502-.336,.32,.358,.65,.561,.069,.132,.091,.649,.373,.697,.091,.162,.248,.294,.281,.518,.065,.077,.239,1.016-.025,1.012-.248-.019,.112-.027,.228,.053,.273,0-.074,.041-.149,.07-.174-.009,.095-.023,.344,.112,.353-.003-.078,.04-.164,.07-.21-.022,.235,.233,.376,.225,.062,.05,.194,.3,.355,.245,.027,.073,.185,.287,.267,.253,.017,.027,.098,.326,.195,.257-.031,.079,.103,.338,.188,.296-.028,.681-.028,1.373-.006,2.054-.013,.138-.019,.387,.038,.482-.022,.013-.053-.028-.173,.019-.192,.033-.271-.321-.151-.38-.342,.205,.089,.32,.146,.13-.037,.146,.065,.36,.187,.125-.024,.213,.097,.415,.203,.216,.015,.099,.035,.203,.124,.193,.057Zm-2.415-5.74c.079-.25,.23-.348,0,0h0Zm-2.736,2.154c-.173-.012-.339-.015-.271,.204-.083-.003-.255,.209-.311,.272-.392-.526-.379-1.005-.131-1.48,.329,.363,.745,.511,1.188,.163,.138,.484-1.015,.127-.475,.841Zm3.302-.682c-.67,.132,.515,1.173-1.028,.609,.635-.575-.402-.4-.612-.622,.006-.071,.029-.171,.049-.28,.251,.303,.381,.329,.495,.351,.368,.085,.724-.29,1.121-.156,0,0-.024,.099-.024,.099Z"></path><path fill="#f5bf42" d="M25.809,21.229h.002c.96,.689,.701-.299,.283-.79-.438-.233-.922,.288-1.141,.628-1.058-.53-2.491-.515-3.544,.027-.213-.358-.689-.828-1.117-.588-.273,.065-.152,.601-.382,.699-.298,.519,.494,.407,.666,.087,.008,.003,.099,.044,.234,.177-.298,.23-.555,.504-.76,.817,.12,.086,.421,.297,.417,.418l-.004,.008h.005s0,.013,0,.013l.011-.016c.124-.035,.791,.145,1.028,.428l-.004-.036h.01c.277-.705,.509-.652,.17-1.44,.9-.467,2.085-.512,2.994-.062-.172,.426-.237,.792-.177,.899,.099-.002,.282,.341,.381,.545l-.003,.029,.011-.012,.009,.02,.005-.035c.263-.278,.893-.449,1.038-.4-.009-.018-.02-.041-.031-.06,.215-.28,.416-.361,.438-.37-.229-.302-.497-.565-.793-.783,.143-.149,.251-.199,.254-.2Z"></path><path fill="#894217" d="M23.937,12.173c-.084-.929-1.525-.025-1.509-.836,.367,.153,.476-.432,.027-.179,.006-.059,.89-.456,.669-.684,.045-.174,.227-.436-.075-.227,.017-.363-.118-.033-.162-.289-.294-.009-.003,.436,.054,.54-.379,.903,.018-.584-.282-.087-.008-.203,.04-.423-.169-.092-.323-.009,.356,.519,.02,.577,.036-.11-.185-.741-.26-.339-.048-.216-.149-.078-.035,.13-.074,.008-.081,.038-.058,.071l-.006,.002c-.003-.009-.016-.028-.059-.03,.099-.187,.01-.318-.029-.119-.066-.322-.242,.15-.229,.264-.258,.051,.355-.793,.015-.464-.059-.337-.164-.08-.135,.069-.167-.202-.212,.152-.07,.174-.003,.257-.12,.147-.168-.095,.048-.08,.362-.448,.136-.469-.113,.285-.231-.128-.23,.242-.227-.238-.084,.085-.063,.204-.187,.268,.575,.549,.576,.63-.451-.19-.317,.362-.007,.215,.02,.142,.29,.247,.137,.434-.046,.064-.012,.086,.052,.077-.105,.088-.024,.193,.081,.098-.096,.132-.156,.305,.074,.197-.033,.126-.146,.26,.069,.158,.082,.283-.348,1.142,.1,.795,.235-.114-.127-.686,.233-.759,.007,.237-.044,.685-.161,.924,.026-.017,.079-.05,.092-.061,.009,.02,.025,.058,.035,.084,.405-.213-.08-.945,.509-.967,.46-.055-.353,1.308,.173,.613,.225-.637,.587-.57,.247,.273l.098-.058c.05,.314,.134-.04,.273-.092-.038-.373-.014-.632-.178-.923,.023,.095,.3,.05,.217-.001Z"></path></g>'}}},"south-korea":{name:"south-korea",keywords:["flag","south","korea"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path d="M5.877 10.384H10.41V11.139000000000001H5.877z" transform="rotate(-56.31 8.143 10.762)"></path><path d="M6.819 11.013H11.352V11.768H6.819z" transform="rotate(-56.31 9.086 11.39)"></path><path d="M7.762 11.641H12.295V12.396H7.762z" transform="rotate(-56.31 10.028 12.02)"></path><path d="M23.499 19.839H25.576V20.593999999999998H23.499z" transform="rotate(-56.31 24.538 20.216)"></path><path d="M22.137 21.882H24.215V22.637H22.137z" transform="rotate(-56.31 23.176 22.26)"></path><path d="M22.556 19.21H24.633000000000003V19.965H22.556z" transform="rotate(-56.31 23.595 19.588)"></path><path d="M21.195 21.253H23.272V22.008H21.195z" transform="rotate(-56.31 22.234 21.632)"></path><path d="M21.614 18.582H23.691000000000003V19.337H21.614z" transform="rotate(-56.31 22.653 18.96)"></path><path d="M20.252 20.625H22.329V21.38H20.252z" transform="rotate(-56.31 21.29 21.002)"></path><path fill="#be3b3e" d="M12.229,13.486c1.389-2.083,4.203-2.646,6.286-1.257s2.646,4.203,1.257,6.286l-7.543-5.029Z"></path><path fill="#1c449c" d="M12.229,13.486c-1.389,2.083-.826,4.897,1.257,6.286s4.897,.826,6.286-1.257c.694-1.041,.413-2.449-.629-3.143s-2.449-.413-3.143,.629l-3.771-2.514Z"></path><circle cx="14.114" cy="14.743" r="2.266" fill="#be3b3e"></circle><path d="M7.765 18.972H8.52V23.505000000000003H7.765z" transform="rotate(-33.69 8.143 21.238)"></path><path d="M9.651 17.715H10.406V22.248H9.651z" transform="rotate(-33.69 10.03 19.98)"></path><path d="M22.537 9.124H23.291999999999998V13.657H22.537z" transform="rotate(-33.69 22.915 11.39)"></path><path d="M8.027 18.549H8.782V20.625999999999998H8.027z" transform="rotate(-33.69 8.405 19.588)"></path><path d="M9.389 20.592H10.144V22.668999999999997H9.389z" transform="rotate(-33.691 9.767 21.632)"></path><path d="M20.913 9.959H21.668V12.036H20.913z" transform="rotate(-33.69 21.29 10.998)"></path><path d="M22.275 12.002H23.029999999999998V14.079H22.275z" transform="rotate(-33.69 22.652 13.04)"></path><path d="M22.798 8.702H23.552999999999997V10.779H22.798z" transform="rotate(-33.69 23.176 9.741)"></path><path d="M24.16 10.745H24.915V12.822H24.16z" transform="rotate(-33.691 24.539 11.783)"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"south-sudan":{name:"south-sudan",keywords:["flag","south","sudan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c92d25" d="M1 12H31V20H1z"></path><path d="M5,4H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z"></path><path fill="#3c883a" d="M5,19H27c2.208,0,4,1.792,4,4v5H1v-5c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 23.5)"></path><path fill="#fff" d="M1 11H31V13H1z"></path><path fill="#fff" d="M1 19H31V21H1z"></path><path fill="#65b3d8" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#f7df4b" d="M8.016 16.628L10.318 14.956 7.473 14.956 6.594 12.25 5.715 14.956 2.87 14.956 5.171 16.628 4.292 19.333 6.594 17.661 8.895 19.333 8.016 16.628z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},spain:{name:"spain",keywords:["flag","spain"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#f1c142" d="M1 10H31V22H1z"></path><path fill="#a0251e" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#a0251e" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#9b8028" d="M12.614,13.091c.066-.031,.055-.14-.016-.157,.057-.047,.02-.15-.055-.148,.04-.057-.012-.144-.082-.13,.021-.062-.042-.127-.104-.105,.01-.068-.071-.119-.127-.081,.004-.068-.081-.112-.134-.069-.01-.071-.11-.095-.15-.035-.014-.068-.111-.087-.149-.028-.027-.055-.114-.057-.144-.004-.03-.047-.107-.045-.136,.002-.018-.028-.057-.044-.09-.034,.009-.065-.066-.115-.122-.082,.002-.07-.087-.111-.138-.064-.013-.064-.103-.087-.144-.036-.02-.063-.114-.075-.148-.017-.036-.056-.129-.042-.147,.022-.041-.055-.135-.031-.146,.036-.011-.008-.023-.014-.037-.016,.006-.008,.01-.016,.015-.025h.002c.058-.107,.004-.256-.106-.298v-.098h.099v-.154h-.099v-.101h-.151v.101h-.099v.154h.099v.096c-.113,.04-.169,.191-.11,.299h.002c.004,.008,.009,.017,.014,.024-.015,.002-.029,.008-.04,.017-.011-.067-.106-.091-.146-.036-.018-.064-.111-.078-.147-.022-.034-.057-.128-.046-.148,.017-.041-.052-.131-.028-.144,.036-.051-.047-.139-.006-.138,.064-.056-.033-.131,.017-.122,.082-.034-.01-.072,.006-.091,.034-.029-.047-.106-.049-.136-.002-.03-.054-.117-.051-.143,.004-.037-.059-.135-.04-.149,.028-.039-.06-.14-.037-.15,.035-.053-.043-.138,0-.134,.069-.056-.038-.137,.013-.127,.081-.062-.021-.125,.044-.104,.105-.05-.009-.096,.033-.096,.084h0c0,.017,.005,.033,.014,.047-.075-.002-.111,.101-.055,.148-.071,.017-.082,.125-.016,.157-.061,.035-.047,.138,.022,.154-.013,.015-.021,.034-.021,.055h0c0,.042,.03,.077,.069,.084-.023,.048,.009,.11,.06,.118-.013,.03-.012,.073-.012,.106,.09-.019,.2,.006,.239,.11-.015,.068,.065,.156,.138,.146,.06,.085,.133,.165,.251,.197-.021,.093,.064,.093,.123,.118-.013,.016-.043,.063-.055,.081,.024,.013,.087,.041,.113,.051,.005,.019,.004,.028,.004,.031,.091,.501,2.534,.502,2.616-.001v-.002s.004,.003,.004,.004c0-.003-.001-.011,.004-.031l.118-.042-.062-.09c.056-.028,.145-.025,.123-.119,.119-.032,.193-.112,.253-.198,.073,.01,.153-.078,.138-.146,.039-.104,.15-.129,.239-.11,0-.035,.002-.078-.013-.109,.044-.014,.07-.071,.049-.115,.062-.009,.091-.093,.048-.139,.069-.016,.083-.12,.022-.154Zm-.296-.114c0,.049-.012,.098-.034,.141-.198-.137-.477-.238-.694-.214-.002-.009-.006-.017-.011-.024,0,0,0-.001,0-.002,.064-.021,.074-.12,.015-.153,0,0,0,0,0,0,.048-.032,.045-.113-.005-.141,.328-.039,.728,.09,.728,.393Zm-.956-.275c0,.063-.02,.124-.054,.175-.274-.059-.412-.169-.717-.185-.007-.082-.005-.171-.011-.254,.246-.19,.81-.062,.783,.264Zm-1.191-.164c-.002,.05-.003,.102-.007,.151-.302,.013-.449,.122-.719,.185-.26-.406,.415-.676,.73-.436-.002,.033-.005,.067-.004,.101Zm-1.046,.117c0,.028,.014,.053,.034,.069,0,0,0,0,0,0-.058,.033-.049,.132,.015,.152,0,0,0,.001,0,.002-.005,.007-.008,.015-.011,.024-.219-.024-.495,.067-.698,.206-.155-.377,.323-.576,.698-.525-.023,.015-.039,.041-.039,.072Zm3.065-.115s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0Zm-3.113,1.798v.002s-.002,0-.003,.002c0-.001,.002-.003,.003-.003Z"></path><path fill="#9b8028" d="M14.133,16.856c.275-.65,.201-.508-.319-.787v-.873c.149-.099-.094-.121,.05-.235h.072v-.339h-.99v.339h.075c.136,.102-.091,.146,.05,.235v.76c-.524-.007-.771,.066-.679,.576h.039s0,0,0,0l.016,.036c.14-.063,.372-.107,.624-.119v.224c-.384,.029-.42,.608,0,.8v1.291c-.053,.017-.069,.089-.024,.123,.007,.065-.058,.092-.113,.083,0,.026,0,.237,0,.269-.044,.024-.113,.03-.17,.028v.108s0,0,0,0v.107s0,0,0,0v.107s0,0,0,0v.108s0,0,0,0v.186c.459-.068,.895-.068,1.353,0v-.616c-.057,.002-.124-.004-.17-.028,0-.033,0-.241,0-.268-.054,.008-.118-.017-.113-.081,.048-.033,.034-.108-.021-.126v-.932c.038,.017,.073,.035,.105,.053-.105,.119-.092,.326,.031,.429l.057-.053c.222-.329,.396-.743-.193-.896v-.35c.177-.019,.289-.074,.319-.158Z"></path><path fill="#9b8028" d="M8.36,16.058c-.153-.062-.39-.098-.653-.102v-.76c.094-.041,.034-.115-.013-.159,.02-.038,.092-.057,.056-.115h.043v-.261h-.912v.261h.039c-.037,.059,.039,.078,.057,.115-.047,.042-.108,.118-.014,.159v.873c-.644,.133-.611,.748,0,.945v.35c-.59,.154-.415,.567-.193,.896l.057,.053c.123-.103,.136-.31,.031-.429,.032-.018,.067-.036,.105-.053v.932c-.055,.018-.069,.093-.021,.126,.005,.064-.059,.089-.113,.081,0,.026,0,.236,0,.268-.045,.024-.113,.031-.17,.028v.401h0v.215c.459-.068,.895-.068,1.352,0v-.186s0,0,0,0v-.108s0,0,0,0v-.107s0,0,0,0v-.107s0,0,0,0v-.108c-.056,.002-.124-.004-.169-.028,0-.033,0-.241,0-.269-.055,.008-.119-.018-.113-.083,.045-.034,.03-.107-.024-.124v-1.29c.421-.192,.383-.772,0-.8v-.224c.575,.035,.796,.314,.653-.392Z"></path><path fill="#a0251e" d="M12.531,14.533h-4.28l.003,2.572v1.485c0,.432,.226,.822,.591,1.019,.473,.252,1.024,.391,1.552,.391s1.064-.135,1.544-.391c.364-.197,.591-.587,.591-1.019v-4.057Z"></path></g>'}}},"sri-lanka":{name:"sri-lanka",keywords:["flag","sri","lanka"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#f6c24c" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#21514d" d="M4 7H7V25H4z"></path><path fill="#dd7b2e" d="M7 7H10V25H7z"></path><path fill="#821e39" d="M12 7H28V25H12z"></path><path fill="#f6c24c" d="M26.036,12.846c-.144-.309-.65-.141-.576,.183-1.659-1.738-5.703-2.139-4.346,1.104,.308,.419,.194-.145,.387-.206,.475,.489,5.415-.34,3.006,1.122-.842-.088-3.723,.724-3.976-.344,.388,.238,.119-.232,.104-.474,.23,.082,.147-1.507-.055-1.505,.278-.233,.332-.549,.374-.869-.443,.874-1.107-.482-1.373,.309-.266-.303-.751-.487-.73,.032-.232-.192-.629-.259-.989-.169,.307,.598-.759,.462-1.12,.593-.943-1.353-.838,1.046,.313,1.279l-.026-.204c.126,.124,.324,.203,.323-.032,.052,.096,.213,.287,.319,.411-.202,.137-2.147-.919-1.426-.031-.119,.075-.211,.562-.269,.686,.147-.014,.414-.034,.546-.068-.001,.002-.139,.252-.14,.254,.149-.03,.376-.066,.509-.137,.05,.126,.279,.315,.332,.05,.213,.614,.338-.025,.565,.125-.581,.578-1.767,1.354-1.436,2.428-.167-.183-.701-.677-.923-.89l.054-.024-.018-.009c.356-.231,.153-.732-.252-.686,.883-6.913-.97-5.185-.844,.011-.64-.074-.564,.756,.021,.795-.034,.022-.057,.118-.02,.172-.164,.026-.124,.278,.023,.349-.083,.082-.055,.202,.042,.258-.055,.105-.008,.238,.096,.28-.018,.032-.012,.079-.016,.117-.403-.247-.473,.405-.001,.306-.342,.228,.152,.516-.124,.784-.427-.375-.438,.416,.012,.385-.023,.038-.246,.191-.285,.223,.402-.11,.411,.455,.72,.301,.084-.249,.243-.288,.509-.298-.037-.031-.258-.195-.285-.227,.499,.026,.414-.772,.018-.379-.293-.257,.199-.556-.139-.816,.45,.202,.474-.407-.006-.302,.134-.054,.19,.059,.314-.058,.285,.08-.011,.922,.356,.88,.354-.403,.901,1.096,1.585-.008,.838,.181,1.475,1.871,.302,1.751-.61-.218-1.02,.97-.34,.569,.118,.222,.409,.024,.561,.025,.315,.066,.891,.174,1.139-.073,.016-.846,.417-.581,.785-1.183-1.735-.642,1.656-1.805,2.228-1.735-.039,.739,1.175,1.534,.7,2.405-.051,.122-.741,.057-.798,.199-.293,.195-.233,.664,.149,.383,.172-.071,.399,.243,.59-.037,.108,.165,.425,.175,.517-.004,.156,.11,.352,.187,.483,.084,.073,.109,.244-.009,.363-.084,.1,.167,.32,.16,.468,.038,.158-.042,.449,.241,.602-.039,.797,.441,.418-.309,.286-.629-.082-.284,.952-.744,.339-.905-1.085-.841,.995-3.012-.301-3.993,1.586-1.498-.956-1.992-2.144-1.612-.739,.195-.564-.806-1.087-.178-.244-.26,.107-.45,.367-.543-.265-.234-.734-.259-.921,.085-.728-1.054,.86-.08,.609-.884,.543,.053,.614,.651,.254,1.018,.481-.017,.979-.382,.747-.895,.456,.173,.254,.558,.142,.844,.192,.15,.534-.106,.598-.318,.27,.367,1.012,.647,.542-.053,.373,.484,1.923,1.273,1.664,.062Zm-2.276,6.944c.341-.332,.165-.447-.211-.529-.081-1.158,2.104,.889,.066,1.326-.052-.325-.207-.428,.145-.797Z"></path></g>'}}},"star-1":{name:"star-1",keywords:["star-filled","star-1","star","bookmark","favorite","award","rating","rate","like","review","rank","ranking","filled"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M15.1 6.04a0.67 0.67 0 0 0-0.54-0.45l-4.11-0.6-1.84-3.73c-0.22-0.46-0.97-0.46-1.2 0l-1.84 3.73-4.11 0.59a0.67 0.67 0 0 0-0.37 1.14l2.98 2.9-0.71 4.1a0.67 0.67 0 0 0 0.97 0.7l3.68-1.93 3.68 1.93a0.66 0.66 0 0 0 0.7-0.05 0.67 0.67 0 0 0 0.26-0.65l-0.7-4.1 2.98-2.9a0.67 0.67 0 0 0 0.17-0.68z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M18.83 7.53a0.83 0.83 0 0 0-0.67-0.56l-5.13-0.75-2.29-4.65c-0.28-0.57-1.21-0.57-1.5 0l-2.29 4.65-5.13 0.75a0.83 0.83 0 0 0-0.46 1.41l3.71 3.62-0.88 5.11a0.83 0.83 0 0 0 1.21 0.88l4.59-2.42 4.59 2.42a0.83 0.83 0 0 0 0.87-0.07 0.83 0.83 0 0 0 0.33-0.81l-0.87-5.11 3.71-3.62a0.83 0.83 0 0 0 0.21-0.85z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M22.56 9.03a1 1 0 0 0-0.8-0.68l-6.15-0.9-2.75-5.56c-0.34-0.68-1.45-0.68-1.79 0l-2.74 5.56-6.15 0.9a1 1 0 0 0-0.55 1.7l4.45 4.33-1.05 6.12a1 1 0 0 0 1.44 1.05l5.5-2.89 5.49 2.89a0.99 0.99 0 0 0 1.05-0.07 1 1 0 0 0 0.4-0.98l-1.05-6.12 4.45-4.33a1 1 0 0 0 0.25-1.03z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M30.19 12.08a1.33 1.33 0 0 0-1.07-0.91l-8.23-1.19-3.67-7.46c-0.45-0.91-1.95-0.91-2.4 0l-3.68 7.46-8.22 1.19a1.33 1.33 0 0 0-0.74 2.28l5.95 5.8-1.4 8.19a1.33 1.33 0 0 0 1.93 1.4l7.36-3.86 7.35 3.86a1.33 1.33 0 0 0 1.41-0.1 1.33 1.33 0 0 0 0.53-1.3l-1.41-8.19 5.95-5.8a1.33 1.33 0 0 0 0.34-1.37z"></path></g>'}}},star:{name:"star",keywords:["star","bookmark","favorite","award","rating","rate","like","review","rank","ranking"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56l1.99 4.04 4.46 0.65-3.22 3.14 0.76 4.44-3.99-2.1-3.99 2.1 0.76-4.44-3.22-3.14 4.46-0.65 1.99-4.04z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94l2.49 5.04 5.56 0.81-4.03 3.92 0.95 5.54-4.97-2.61-4.97 2.61 0.95-5.54-4.03-3.92 5.56-0.81 2.49-5.04z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33l2.98 6.03 6.66 0.97-4.82 4.7 1.14 6.64-5.96-3.13-5.96 3.13 1.14-6.64-4.82-4.7 6.66-0.97 2.98-6.03z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12l3.99 8.07 8.91 1.3-6.45 6.29 1.53 8.88-7.98-4.19-7.98 4.19 1.53-8.88-6.46-6.29 8.92-1.3 3.99-8.07z"></path></g>'}}},"star-half":{name:"star-half",keywords:["star-half-filled","star-half","star","bookmark","favorite","award","rating","rate","like","review","rank","ranking","filled","half"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M15.1 6.04a0.67 0.67 0 0 0-0.54-0.45l-4.11-0.6-1.84-3.73c-0.23-0.46-0.97-0.46-1.2 0l-1.84 3.73-4.11 0.59a0.67 0.67 0 1 0-0.37 1.14l2.98 2.9-0.7 4.1a0.67 0.67 0 0 0 0.96 0.7l3.68-1.93 3.68 1.93a0.66 0.66 0 0 0 0.7-0.05 0.67 0.67 0 0 0 0.27-0.65l-0.71-4.1 2.98-2.9a0.67 0.67 0 0 0 0.17-0.68z m-4.33 2.87a0.67 0.67 0 0 0-0.19 0.59l0.53 3.11-2.79-1.47a0.67 0.67 0 0 0-0.31-0.07v-8l1.39 2.82c0.1 0.2 0.28 0.33 0.51 0.37l3.12 0.45-2.26 2.2z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M18.83 7.53a0.83 0.83 0 0 0-0.67-0.56l-5.13-0.75-2.29-4.65c-0.28-0.57-1.21-0.57-1.5 0l-2.29 4.65-5.13 0.75a0.83 0.83 0 1 0-0.46 1.41l3.71 3.62-0.87 5.11a0.83 0.83 0 0 0 1.2 0.88l4.59-2.42 4.59 2.42a0.83 0.83 0 0 0 0.87-0.07 0.83 0.83 0 0 0 0.34-0.81l-0.88-5.11 3.71-3.62a0.83 0.83 0 0 0 0.21-0.85z m-5.4 3.59a0.83 0.83 0 0 0-0.24 0.73l0.67 3.88-3.48-1.83a0.83 0.83 0 0 0-0.39-0.1v-9.98l1.74 3.53c0.12 0.25 0.36 0.42 0.63 0.46l3.89 0.56-2.82 2.75z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M22.56 9.03a1 1 0 0 0-0.8-0.68l-6.15-0.9-2.74-5.56c-0.34-0.68-1.45-0.68-1.8 0l-2.74 5.56-6.14 0.9a1 1 0 1 0-0.56 1.7l4.45 4.33-1.05 6.12a1 1 0 0 0 1.45 1.05l5.49-2.89 5.5 2.89a0.99 0.99 0 0 0 1.05-0.07 1 1 0 0 0 0.39-0.98l-1.05-6.12 4.45-4.33a1 1 0 0 0 0.25-1.03z m-6.46 4.29a0.99 0.99 0 0 0-0.29 0.88l0.8 4.65-4.18-2.2a1 1 0 0 0-0.46-0.11v-11.96l2.08 4.23c0.14 0.29 0.43 0.5 0.76 0.54l4.66 0.68-3.38 3.29z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M30.19 12.08a1.33 1.33 0 0 0-1.07-0.91l-8.22-1.19-3.68-7.46c-0.45-0.91-1.94-0.91-2.4 0l-3.67 7.46-8.23 1.19a1.33 1.33 0 1 0-0.74 2.28l5.95 5.8-1.4 8.19a1.33 1.33 0 0 0 1.94 1.4l7.35-3.86 7.36 3.86a1.32 1.32 0 0 0 1.4-0.1 1.34 1.34 0 0 0 0.53-1.3l-1.4-8.19 5.95-5.8a1.33 1.33 0 0 0 0.34-1.37z m-8.65 5.74a1.33 1.33 0 0 0-0.38 1.19l1.06 6.21-5.58-2.93a1.33 1.33 0 0 0-0.62-0.16v-16l2.79 5.66c0.19 0.39 0.57 0.67 1 0.73l6.25 0.9-4.52 4.4z"></path></g>'}}},"subscription-2":{name:"subscription-2",keywords:["subscription-2","arrow","payment","automatic","recurring","dollar","circle","subscription"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 2.89l-0.48 2.67a6.45 6.45 0 0 0-12.42 2.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 13.13l0.48-2.67a6.45 6.45 0 0 0 12.42-2.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.56h-2.12c-0.68 0-1.22 0.55-1.22 1.22 0 0.68 0.55 1.23 1.22 1.23h1.12c0.68 0 1.22 0.55 1.22 1.22 0 0.68-0.55 1.23-1.22 1.23h-2.12m1.56-5.79v0.89m0 5.79v-0.89"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.04 3.61l-0.6 3.33a8.05 8.05 0 0 0-15.49 2.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 16.37l0.6-3.33a8.05 8.05 0 0 0 15.49-2.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 6.94h-2.63c-0.84 0-1.53 0.69-1.53 1.52 0 0.84 0.68 1.53 1.53 1.53h1.38c0.84 0 1.53 0.69 1.53 1.52 0 0.84-0.68 1.53-1.53 1.53h-2.63m1.94-7.21v1.11m0 7.21v-1.11"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.61 4.32l-0.72 3.99a9.65 9.65 0 0 0-18.56 3.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 19.62l0.72-3.99a9.65 9.65 0 0 0 18.56-3.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.31h-3.16c-1.01 0-1.83 0.82-1.83 1.82 0 1.01 0.82 1.84 1.83 1.84h1.66c1.01 0 1.83 0.82 1.83 1.82 0 1.01-0.82 1.84-1.83 1.84h-3.16m2.33-8.65v1.33m0 8.65v-1.33"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.93 5.79l-0.97 5.33a12.91 12.91 0 0 0-24.84 4.54"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 26.25l0.96-5.34a12.91 12.91 0 0 0 24.84-4.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 11.13h-4.23c-1.35 0-2.45 1.1-2.45 2.43 0 1.35 1.09 2.46 2.45 2.46h2.22c1.35 0 2.45 1.1 2.45 2.44 0 1.35-1.1 2.46-2.45 2.45h-4.22m3.11-11.57v1.78m0 11.57v-1.78"></path></g>'}}},sudan:{name:"sudan",keywords:["flag","sudan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#c22b38" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#31712f" d="M2.271,26.911l12.729-10.911L2.271,5.089c-.778,.73-1.271,1.76-1.271,2.911V24c0,1.151,.493,2.181,1.271,2.911Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"suitcase-2":{name:"suitcase-2",keywords:["briefcase","suitcase-2","bag","suitcase","business","job","tools","career"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.56 7.79a16.2 16.2 0 0 0 12.9 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 4.23v-2.23a0.89 0.89 0 0 1 0.89-0.89h3.12a0.89 0.89 0 0 1 0.89 0.89v2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 4.23h9.34q1.78 0 1.78 1.78v5.78q0 1.78-1.78 1.78h-9.34q-1.78 0-1.78-1.78v-5.78q0-1.78 1.78-1.78z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.94 9.71c1.58 0.68 4.4 1.67 8.05 1.67s6.47-0.98 8.05-1.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 5.27v-2.77a1.11 1.11 0 0 1 1.11-1.11h3.88a1.11 1.11 0 0 1 1.11 1.11v2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 5.27h11.66q2.22 0 2.22 2.22v7.22q0 2.22-2.22 2.22h-11.66q-2.22 0-2.22-2.22v-7.22q0-2.22 2.22-2.22z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.33 11.64c1.89 0.82 5.27 2 9.64 2s7.75-1.18 9.64-2"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 6.32v-3.33a1.33 1.33 0 0 1 1.33-1.33h4.66a1.33 1.33 0 0 1 1.33 1.33v3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 6.32h13.96q2.66 0 2.66 2.66v8.64q0 2.66-2.66 2.66h-13.96q-2.66 0-2.66-2.66v-8.64q0-2.66 2.66-2.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.12 15.58c2.53 1.1 7.06 2.68 12.9 2.67s10.38-1.58 12.9-2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 8.46v-4.46a1.78 1.78 0 0 1 1.77-1.78h6.23a1.78 1.78 0 0 1 1.78 1.78v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 8.46h18.7q3.56 0 3.56 3.55v11.57q0 3.56-3.56 3.56h-18.7q-3.56 0-3.56-3.56v-11.57q0-3.56 3.56-3.56z"></path></g>'}}},sun:{name:"sun",keywords:["sun","light","brightness","light-mode","mode","bright"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.11v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.89 3.13l-0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.91 8.01h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.89 12.89l-0.63-0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 14.91v-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.13 12.89l0.63-0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M1.11 8.01h0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.13 3.13l0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 4.23a3.78 3.78 0 1 0 0 7.56 3.78 3.78 0 1 0 0-7.56z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.39v1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.07 3.91l-0.78 0.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.59 9.99h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.07 16.07l-0.78-0.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 18.59v-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.91 16.07l0.78-0.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M1.39 9.99h1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.91 3.91l0.78 0.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 5.27a4.72 4.72 0 1 0 0 9.44 4.72 4.72 0 1 0 0-9.44z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 1.66v1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.26 4.68l-0.94 0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.28 11.97h-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.26 19.26l-0.94-0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 22.28v-1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.68 19.26l0.94-0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M1.66 11.97h1.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.68 4.68l0.94 0.94"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 6.32a5.65 5.65 0 1 0 0 11.3 5.65 5.65 0 1 0 0-11.3z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 2.23v1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.77 6.27l-1.25 1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.82 16.02h-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.77 25.77l-1.25-1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 29.82v-1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.27 25.77l1.25-1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.23 16.02h1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.27 6.27l1.25 1.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 8.46a7.57 7.57 0 1 0 0 15.13 7.57 7.57 0 1 0 0-15.14z"></path></g>'}}},"sun-cloud-bolt":{name:"sun-cloud-bolt",keywords:["sun-cloud-bolt","cloud","bolt","lightening","storm","thunder","weather","rain"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 6.08v-0.07a2.67 2.67 0 1 1 5.33 0.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 0.67v0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.79 2.23l-0.32 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.24 2.23l0.31 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 6.01h-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.31 9.34a2.24 2.24 0 0 1 0.91-0.86"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.23 9.57l-2.45 3.11h2.15l-1.03 2.67 2.44-3.11h-2.14l1.03-2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.97 12.68h0.27a2.23 2.23 0 1 0 0-4.45c-0.37 0-0.71 0.1-1.02 0.26a3.33 3.33 0 0 0-3.21-2.48 3.33 3.33 0 0 0-3.21 2.48 2.2 2.2 0 0 0-1.02-0.26 2.23 2.23 0 0 0-0.66 4.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 7.58v-0.09a3.33 3.33 0 1 1 6.65 0.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 0.83v0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.2 2.78l-0.4 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.78 2.78l0.39 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 7.49h-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.86 11.65a2.79 2.79 0 0 1 1.13-1.08"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.27 11.93l-3.05 3.89h2.66l-1.28 3.33 3.06-3.89h-2.67l1.28-3.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.93 15.82h0.33a2.78 2.78 0 1 0 0-5.55c-0.46 0-0.88 0.12-1.26 0.32a4.15 4.15 0 0 0-4.01-3.1 4.15 4.15 0 0 0-4.01 3.1 2.75 2.75 0 0 0-1.26-0.32 2.78 2.78 0 0 0-0.82 5.42"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 9.08v-0.1a3.99 3.99 0 1 1 7.97 0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 1v0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.61 3.33l-0.48 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.32 3.33l0.47 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 8.98h-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.41 13.96a3.34 3.34 0 0 1 1.35-1.29"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.3 14.3l-3.66 4.65h3.2l-1.53 3.99 3.65-4.65h-3.19l1.53-3.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.89 18.95h0.4a3.33 3.33 0 1 0 0-6.65c-0.55 0-1.06 0.15-1.52 0.38a4.97 4.97 0 0 0-4.8-3.7 4.98 4.98 0 0 0-4.8 3.7 3.29 3.29 0 0 0-1.52-0.38 3.33 3.33 0 0 0-0.98 6.5"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 12.15v-0.14a5.34 5.34 0 1 1 10.66 0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 1.33v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.58 4.46l-0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.47 4.46l0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 12.02h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.62 18.69a4.47 4.47 0 0 1 1.82-1.73"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.46 19.14l-4.89 6.23h4.28l-2.06 5.34 4.9-6.23h-4.28l2.05-5.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.94 25.37h0.53a4.45 4.45 0 1 0 0-8.9c-0.74 0-1.42 0.2-2.02 0.51a6.66 6.66 0 0 0-6.43-4.96 6.66 6.66 0 0 0-6.43 4.96 4.4 4.4 0 0 0-2.03-0.51 4.45 4.45 0 0 0-1.31 8.69"></path></g>'}}},"sun-cloud-showers":{name:"sun-cloud-showers",keywords:["sun-cloud-showers","sun","cloud","snow","storm","weather","rain","showers","hail","ice","partly"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 6.08v-0.07a2.67 2.67 0 1 1 5.33 0.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 0.67v0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.79 2.23l-0.32 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.24 2.23l0.31 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 6.01h-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.83 12.6a2.23 2.23 0 0 0-0.59-4.37c-0.37 0-0.71 0.1-1.02 0.26a3.33 3.33 0 0 0-3.21-2.48 3.33 3.33 0 0 0-3.21 2.48 2.2 2.2 0 0 0-1.02-0.26 2.23 2.23 0 0 0-0.59 4.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.31 9.34a2.24 2.24 0 0 1 0.91-0.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.35v2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.56 12.68v2.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 12.68v2.67"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 7.58v-0.09a3.33 3.33 0 1 1 6.65 0.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 0.83v0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.2 2.78l-0.4 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.78 2.78l0.39 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 7.49h-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16 15.72a2.78 2.78 0 0 0-0.74-5.45c-0.46 0-0.88 0.12-1.26 0.32a4.15 4.15 0 0 0-4.01-3.1 4.15 4.15 0 0 0-4.01 3.1 2.75 2.75 0 0 0-1.26-0.32 2.78 2.78 0 0 0-0.74 5.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.86 11.65a2.79 2.79 0 0 1 1.13-1.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 14.15v3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M6.94 15.82v3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 15.82v3.33"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 9.08v-0.1a3.99 3.99 0 1 1 7.97 0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 1v0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.61 3.33l-0.48 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.32 3.33l0.47 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 8.98h-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.18 18.83a3.33 3.33 0 0 0-0.89-6.53c-0.55 0-1.06 0.15-1.52 0.38a4.97 4.97 0 0 0-4.8-3.7 4.98 4.98 0 0 0-4.8 3.7 3.29 3.29 0 0 0-1.52-0.38 3.33 3.33 0 0 0-0.89 6.53"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.41 13.96a3.34 3.34 0 0 1 1.35-1.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 16.96v3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.31 18.95v3.99"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 18.95v3.99"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 12.15v-0.14a5.34 5.34 0 1 1 10.66 0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 1.33v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.58 4.46l-0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.47 4.46l0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 12.02h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.66 25.2a4.45 4.45 0 0 0-1.19-8.73c-0.74 0-1.42 0.2-2.02 0.51a6.66 6.66 0 0 0-6.43-4.96 6.66 6.66 0 0 0-6.43 4.96 4.41 4.41 0 0 0-2.02-0.51 4.45 4.45 0 0 0-1.19 8.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.62 18.69a4.47 4.47 0 0 1 1.82-1.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 22.7v5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.13 25.37v5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 25.37v5.34"></path></g>'}}},"sun-cloud-snow":{name:"sun-cloud-snow",keywords:["sun-cloud-snow","sun","cloud","snow","storm","weather","flurries","showers","snowflake","ice","partly"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.34 6.08v-0.07a2.67 2.67 0 1 1 5.33 0.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 0.67v0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.79 2.23l-0.32 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.24 2.23l0.31 0.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 6.01h-0.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.31 9.34a2.24 2.24 0 0 1 0.91-0.86"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.79 10.9v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.86 12.02l3.85 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.86 14.24l3.85-2.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.28 12.68a2.22 2.22 0 0 0-0.04-4.45c-0.37 0-0.71 0.1-1.02 0.26a3.33 3.33 0 0 0-3.21-2.48 3.33 3.33 0 0 0-3.21 2.48 2.2 2.2 0 0 0-1.02-0.26 2.22 2.22 0 1 0-0.51 4.39"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.16 7.58v-0.09a3.33 3.33 0 1 1 6.65 0.28"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 0.83v0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.2 2.78l-0.4 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.78 2.78l0.39 0.4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 7.49h-0.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.86 11.65a2.79 2.79 0 0 1 1.13-1.08"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.71 13.6v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.31 14.99l4.81 2.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.31 17.76l4.81-2.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.32 15.81a2.77 2.77 0 0 0-0.06-5.54c-0.46 0-0.88 0.12-1.26 0.32a4.15 4.15 0 0 0-4.01-3.1 4.15 4.15 0 0 0-4.01 3.1 2.75 2.75 0 0 0-1.26-0.32 2.77 2.77 0 1 0-0.64 5.47"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.97 9.08v-0.1a3.99 3.99 0 1 1 7.97 0.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 1v0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.61 3.33l-0.48 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.32 3.33l0.47 0.48"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 8.98h-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.41 13.96a3.34 3.34 0 0 1 1.35-1.29"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.64 16.29v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.76 17.96l5.76 3.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.76 21.28l5.76-3.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.35 18.95a3.32 3.32 0 0 0-0.06-6.65c-0.55 0-1.06 0.15-1.52 0.38a4.97 4.97 0 0 0-4.8-3.7 4.98 4.98 0 0 0-4.8 3.7 3.29 3.29 0 0 0-1.52-0.38 3.32 3.32 0 1 0-0.76 6.56"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.69 12.15v-0.14a5.34 5.34 0 1 1 10.66 0.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 1.33v0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.58 4.46l-0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.47 4.46l0.63 0.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 12.02h-0.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.62 18.69a4.47 4.47 0 0 1 1.82-1.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.58 21.8v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.72 24.03l7.71 4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.72 28.48l7.71-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.56 25.36a4.44 4.44 0 0 0-0.08-8.9c-0.74 0-1.42 0.2-2.03 0.52a6.66 6.66 0 0 0-6.43-4.97 6.66 6.66 0 0 0-6.43 4.97 4.4 4.4 0 0 0-2.02-0.52 4.44 4.44 0 1 0-1.02 8.78"></path></g>'}}},suriname:{name:"suriname",keywords:["flag","suriname"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#a6222f" d="M1 8H31V24H1z"></path><path fill="#497e44" d="M5,4H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z"></path><path fill="#497e44" d="M5,23H27c2.208,0,4,1.792,4,4v1H1v-1c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25.5)"></path><path fill="#fff" d="M1 9H31V10H1z"></path><path fill="#fff" d="M1 22H31V23H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#e7cb48" d="M18.008 17.18L21.257 14.82 17.241 14.82 16 11 14.759 14.82 10.743 14.82 13.992 17.18 12.751 21 16 18.639 19.249 21 18.008 17.18z"></path></g>'}}},sweden:{name:"sweden",keywords:["flag","sweden"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#2e69a4" rx="4" ry="4"></rect><path fill="#f7cf46" d="M31 14L15 14 15 4 11 4 11 14 1 14 1 18 11 18 11 28 15 28 15 18 31 18 31 14z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},switzerland:{name:"switzerland",keywords:["flag","switzerland"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c93927" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M14 10H18V22H14z"></path><path fill="#fff" d="M14 10H18V22H14z" transform="rotate(90 16 16)"></path></g>'}}},syria:{name:"syria",keywords:["flag","syria"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#357942" d="M11.395 16.551L13.36 15.123 10.931 15.123 10.18 12.812 9.429 15.123 7 15.123 8.965 16.551 8.215 18.861 10.18 17.433 12.146 18.861 11.395 16.551z"></path><path fill="#357942" d="M20.605 16.551L18.64 15.123 21.069 15.123 21.82 12.813 22.571 15.123 25 15.123 23.035 16.551 23.785 18.861 21.82 17.433 19.854 18.861 20.605 16.551z"></path></g>'}}},tag:{name:"tag",keywords:["tag","badge","sale","label","price","mark","shop","bookmark","keyword"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.89 2h4.38a1.78 1.78 0 0 1 1.26 0.52l5.12 5.12a1.78 1.78 0 0 1 0 2.52l-3.49 3.49a1.78 1.78 0 0 1-2.52 0l-5.12-5.12a1.78 1.78 0 0 1-0.52-1.26v-4.38a0.89 0.89 0 0 1 0.89-0.89z"></path><path fill="currentColor" d="M5.56 4.45a1.11 1.11 0 1 0 0 2.23 1.11 1.11 0 1 0 0-2.23z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.61 2.5h5.46a2.22 2.22 0 0 1 1.57 0.65l6.38 6.38a2.22 2.22 0 0 1 0 3.14l-4.35 4.35a2.22 2.22 0 0 1-3.14 0l-6.38-6.38a2.22 2.22 0 0 1-0.65-1.57v-5.46a1.11 1.11 0 0 1 1.11-1.11z"></path><path fill="currentColor" d="M6.94 5.55a1.39 1.39 0 1 0 0 2.78 1.39 1.39 0 1 0 0-2.78z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.32 2.99h6.55a2.66 2.66 0 0 1 1.88 0.78l7.65 7.65a2.66 2.66 0 0 1 0 3.76l-5.22 5.22a2.66 2.66 0 0 1-3.76 0l-7.65-7.65a2.66 2.66 0 0 1-0.78-1.88v-6.55a1.33 1.33 0 0 1 1.33-1.33z"></path><path fill="currentColor" d="M8.31 6.65a1.66 1.66 0 1 0 0 3.33 1.66 1.66 0 1 0 0-3.33z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.79 4h8.76a3.56 3.56 0 0 1 2.51 1.05l10.24 10.23a3.56 3.56 0 0 1 0 5.04l-6.98 6.98a3.56 3.56 0 0 1-5.04 0l-10.23-10.24a3.56 3.56 0 0 1-1.04-2.51v-8.77a1.78 1.78 0 0 1 1.78-1.78z"></path><path fill="currentColor" d="M11.13 8.9a2.23 2.23 0 1 0-0.01 4.45 2.23 2.23 0 1 0 0-4.45z" data-stroke="none"></path></g>'}}},taiwan:{name:"taiwan",keywords:["flag","taiwan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#e93323" rx="4" ry="4"></rect><path fill="#020090" d="M5,4H16v12H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M6.664,8.859l-1.953-.523,1.429,1.429c.109-.339,.29-.647,.524-.906Z"></path><path fill="#fff" d="M8.5,8.044c.179,0,.354,.02,.523,.056l-.523-1.952-.523,1.952c.169-.036,.344-.056,.523-.056Z"></path><path fill="#fff" d="M7.741,8.163l-1.429-1.429,.523,1.953c.258-.234,.566-.415,.906-.524Z"></path><path fill="#fff" d="M10.164,8.687l.523-1.953-1.429,1.429c.339,.109,.647,.29,.906,.524Z"></path><path fill="#fff" d="M10.86,9.764l1.429-1.429-1.953,.523c.234,.258,.415,.566,.524,.906Z"></path><circle cx="8.5" cy="10.523" r="2.188" fill="#fff"></circle><path fill="#fff" d="M12.875,10.523l-1.952-.523c.036,.169,.056,.344,.056,.523s-.02,.354-.056,.523l1.952-.523Z"></path><path fill="#fff" d="M9.259,12.883l1.429,1.429-.523-1.953c-.258,.234-.566,.415-.906,.524Z"></path><path fill="#fff" d="M10.336,12.187l1.953,.523-1.429-1.429c-.109,.339-.29,.647-.524,.906Z"></path><path fill="#fff" d="M8.5,13.002c-.179,0-.354-.02-.523-.056l.523,1.952,.523-1.952c-.169,.036-.344,.056-.523,.056Z"></path><path fill="#fff" d="M6.836,12.359l-.523,1.953,1.429-1.429c-.339-.109-.647-.29-.906-.524Z"></path><path fill="#fff" d="M6.14,11.282l-1.429,1.429,1.953-.523c-.234-.258-.415-.566-.524-.906Z"></path><path fill="#fff" d="M6.021,10.523c0-.179,.02-.354,.056-.523l-1.952,.523,1.952,.523c-.036-.169-.056-.344-.056-.523Z"></path></g>'}}},tajikistan:{name:"tajikistan",keywords:["flag","tajikistan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 10H31V22H1z"></path><path fill="#bc271a" d="M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z"></path><path fill="#2b6519" d="M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24.5)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#efc443" d="M17.759,17.312c-.191,.179-.436,.289-.696,.312-.644,.058-1.213-.417-1.271-1.061v-.925c.007-.213,.184-.38,.397-.373,.133,.004,.254,.076,.321,.191,.158-.477-.1-.991-.577-1.149-.477-.158-.991,.1-1.149,.577-.062,.186-.062,.387,0,.572,.107-.184,.343-.246,.527-.139,.115,.067,.187,.188,.191,.321v.925c-.058,.644-.627,1.119-1.271,1.061-.26-.023-.506-.133-.696-.312-.249,.624-.957,.929-1.581,.68-.092-.037-.179-.084-.259-.142,.112,1.122,1.795,.893,1.92-.198,.528,.928,1.69,.662,2.031-.474h.003c.34,1.136,1.502,1.402,2.031,.474,.125,1.091,1.808,1.321,1.92,.198-.08,.058-.168,.105-.259,.142-.624,.249-1.332-.056-1.581-.68Z"></path><path fill="#efc443" d="M14.379,18.556s-.119-.071-.366-.039c-.036-.16-.176-.297-.276-.366-.096,.105-.164,.3-.131,.441-.177,.032-.342,.149-.342,.149,.41,.409,.88,.322,1.114-.185Z"></path><path fill="#efc443" d="M14.379 18.556L14.379 18.556 14.379 18.556 14.379 18.556z"></path><path fill="#efc443" d="M16.215,18.498s-.106-.09-.355-.099c-.009-.163-.125-.322-.213-.406-.112,.088-.21,.27-.201,.414-.18,.003-.361,.091-.361,.091,.338,.47,.815,.461,1.13,0Z"></path><path fill="#efc443" d="M16.215 18.498L16.215 18.498 16.215 18.498 16.215 18.498z"></path><path fill="#efc443" d="M18.036 18.741L18.036 18.741 18.036 18.741 18.036 18.741z"></path><path fill="#efc443" d="M17.558,18.15c-.125,.069-.251,.232-.265,.376-.178-.026-.371,.031-.371,.031,.257,.519,.73,.588,1.115,.183,0,0-.09-.106-.334-.155,.018-.163-.071-.338-.144-.435Z"></path><path fill="#efc443" d="M12.588,19.45l.141,.473c1.909-.568,3.928-.568,5.837,0l.141-.473c-2.001-.596-4.117-.596-6.119,0Z"></path><path fill="#efc443" d="M15.367 12.443L15.194 12.976 15.647 12.647 16.1 12.976 15.927 12.443 16.38 12.114 15.82 12.114 15.647 11.582 15.474 12.114 14.914 12.114 15.367 12.443z"></path><path fill="#efc443" d="M13.21 13.021L13.037 13.554 13.49 13.225 13.943 13.554 13.77 13.021 14.223 12.692 13.663 12.692 13.49 12.16 13.317 12.692 12.757 12.692 13.21 13.021z"></path><path fill="#efc443" d="M11.631 14.6L11.458 15.133 11.911 14.804 12.364 15.133 12.191 14.6 12.644 14.271 12.084 14.271 11.911 13.739 11.738 14.271 11.178 14.271 11.631 14.6z"></path><path fill="#efc443" d="M11.333 16.961L11.786 17.29 11.613 16.757 12.066 16.428 11.506 16.428 11.333 15.896 11.16 16.428 10.6 16.428 11.053 16.757 10.88 17.29 11.333 16.961z"></path><path fill="#efc443" d="M17.524 13.021L17.351 13.554 17.804 13.225 18.257 13.554 18.084 13.021 18.537 12.692 17.977 12.692 17.804 12.16 17.631 12.692 17.071 12.692 17.524 13.021z"></path><path fill="#efc443" d="M19.103 14.6L18.93 15.133 19.383 14.804 19.836 15.133 19.663 14.6 20.116 14.271 19.556 14.271 19.383 13.739 19.21 14.271 18.65 14.271 19.103 14.6z"></path><path fill="#efc443" d="M20.241 16.757L20.694 16.428 20.134 16.428 19.961 15.896 19.788 16.428 19.228 16.428 19.681 16.757 19.508 17.29 19.961 16.961 20.414 17.29 20.241 16.757z"></path></g>'}}},tanzania:{name:"tanzania",keywords:["flag","tanzania"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#55b44b" d="M2.316,26.947L29.684,5.053c-.711-.648-1.647-1.053-2.684-1.053H5C2.791,4,1,5.791,1,8v16c0,1.172,.513,2.216,1.316,2.947Z"></path><path fill="#4aa2d9" d="M29.684,5.053L2.316,26.947c.711,.648,1.647,1.053,2.684,1.053H27c2.209,0,4-1.791,4-4V8c0-1.172-.513-2.216-1.316-2.947Z"></path><path fill="#f6d44a" d="M27,4h-1.603L1,23.518v.482c0,2.209,1.791,4,4,4h1.603L31,8.482v-.482c0-2.209-1.791-4-4-4Z"></path><path d="M27,4h-.002L1.074,24.739c.347,1.855,1.97,3.261,3.926,3.261h.002L30.926,7.261c-.347-1.855-1.97-3.261-3.926-3.261Z"></path><path d="M27,4H5C2.791,4,1,5.791,1,8v16c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3v16Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},thailand:{name:"thailand",keywords:["flag","thailand"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#282646" d="M1 11H31V21H1z"></path><path fill="#992532" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#992532" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#fff" d="M1 9H31V12H1z"></path><path fill="#fff" d="M1 20H31V23H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"timeline-vertical-2":{name:"timeline-vertical-2",keywords:["timeline-vertical-2","time","timeline","vertical","plan","schedule","history","chart","roadmap","changelog","steps"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 1.56v4.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 14.46v-4.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 2.45h-4.89c-0.49 0-0.89 0.4-0.89 0.89v2.22c0 0.49 0.4 0.89 0.89 0.89h4.89c0.49 0 0.89-0.4 0.89-0.89v-2.22c0-0.49-0.4-0.89-0.89-0.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 9.57c0.86 0 1.56-0.69 1.56-1.56s-0.7-1.56-1.56-1.56-1.56 0.69-1.56 1.56 0.7 1.56 1.56 1.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.68 9.57h-4.89c-0.49 0-0.89 0.4-0.89 0.89v2.22c0 0.49 0.4 0.89 0.89 0.89h4.89c0.49 0 0.89-0.4 0.89-0.89v-2.22c0-0.49-0.4-0.89-0.89-0.89z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 1.94v6.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 18.04v-6.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 3.05h-6.11c-0.61 0-1.11 0.5-1.11 1.11v2.78c0 0.61 0.5 1.11 1.11 1.11h6.11c0.61 0 1.11-0.5 1.11-1.11v-2.78c0-0.61-0.5-1.11-1.11-1.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 11.93c1.07 0 1.94-0.87 1.95-1.94s-0.87-1.94-1.95-1.94-1.94 0.87-1.94 1.94 0.87 1.94 1.94 1.94z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.82 11.93h-6.11c-0.61 0-1.11 0.5-1.11 1.11v2.78c0 0.61 0.5 1.11 1.11 1.11h6.11c0.61 0 1.11-0.5 1.11-1.11v-2.78c0-0.61-0.5-1.11-1.11-1.11z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 2.33v7.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 21.61v-7.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 3.66h-7.31c-0.73 0-1.33 0.6-1.33 1.33v3.32c0 0.73 0.6 1.33 1.33 1.33h7.31c0.73 0 1.33-0.6 1.33-1.33v-3.32c0-0.73-0.6-1.33-1.33-1.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 14.3c1.28 0 2.33-1.04 2.33-2.33s-1.04-2.33-2.33-2.33-2.33 1.04-2.33 2.33 1.04 2.33 2.33 2.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.95 14.3h-7.31c-0.73 0-1.33 0.6-1.33 1.33v3.32c0 0.73 0.6 1.33 1.33 1.33h7.31c0.73 0 1.33-0.6 1.33-1.33v-3.32c0-0.73-0.6-1.33-1.33-1.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 3.12v9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 28.93v-9.79"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 4.9h-9.79c-0.98 0-1.78 0.8-1.79 1.78v4.45c0 0.98 0.8 1.78 1.78 1.78h9.79c0.98 0 1.78-0.8 1.79-1.78v-4.46c0-0.98-0.8-1.78-1.78-1.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 19.14c1.72 0 3.12-1.39 3.12-3.12s-1.4-3.12-3.12-3.11-3.12 1.39-3.11 3.11 1.4 3.12 3.11 3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.37 19.14h-9.79c-0.98 0-1.78 0.8-1.79 1.78v4.45c0 0.98 0.8 1.78 1.78 1.78h9.79c0.98 0 1.78-0.8 1.79-1.78v-4.45c0-0.98-0.8-1.78-1.78-1.78z"></path></g>'}}},togo:{name:"togo",keywords:["flag","togo"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#2d684e" d="M5,4H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z"></path><path fill="#2d684e" d="M5,22H27c2.208,0,4,1.792,4,4v2H1v-2c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 25)"></path><path fill="#f8d147" d="M1 18H31V23H1z"></path><path fill="#f8d147" d="M1 9H31V14H1z"></path><path fill="#2d684e" d="M1 13.5H31V18.5H1z"></path><path fill="#c22b38" d="M5,4H15.5v14.5H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M9.802 12.162L12.312 10.338 9.209 10.338 8.25 7.386 7.291 10.338 4.187 10.338 6.698 12.162 5.739 15.114 8.25 13.289 10.761 15.114 9.802 12.162z"></path></g>'}}},tonga:{name:"tonga",keywords:["flag","tonga"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#b22518" rx="4" ry="4"></rect><path fill="#fff" d="M5,4H16v12H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#b22518" d="M7.5 6.5H10V14H7.5z"></path><path fill="#b22518" d="M7.5 6.5H10V14H7.5z" transform="rotate(90 8.75 10.25)"></path></g>'}}},trash:{name:"trash",keywords:["trashcan","trash","remove","delete","can","bin","waste","garbage","recycle","junk"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.19 6.9l-0.31 5.87a1.78 1.78 0 0 1-1.78 1.69h-4.18a1.78 1.78 0 0 1-1.78-1.69l-0.31-5.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 4.23h11.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.01 4.23v-1.78c0-0.49 0.4-0.89 0.89-0.89h2.22c0.49 0 0.89 0.4 0.89 0.89v1.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.2 8.6l-0.38 7.33a2.22 2.22 0 0 1-2.22 2.11h-5.22a2.22 2.22 0 0 1-2.22-2.11l-0.38-7.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 5.27h13.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.49 5.27v-2.22c0-0.61 0.5-1.11 1.11-1.11h2.78c0.61 0 1.11 0.5 1.11 1.11v2.22"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.22 10.31l-0.46 8.78a2.66 2.66 0 0 1-2.66 2.52h-6.26a2.66 2.66 0 0 1-2.65-2.52l-0.47-8.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 6.32h16.62"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.98 6.32v-2.66c0-0.73 0.6-1.33 1.33-1.33h3.32c0.73 0 1.33 0.6 1.33 1.33v2.66"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.38 13.79l-0.62 11.75a3.56 3.56 0 0 1-3.55 3.38h-8.38a3.56 3.56 0 0 1-3.55-3.38l-0.62-11.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 8.46h22.25"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.02 8.46v-3.57c0-0.98 0.8-1.78 1.78-1.78h4.45c0.98 0 1.78 0.8 1.78 1.78v3.56"></path></g>'}}},"triangle-warning":{name:"triangle-warning",keywords:["alert-triangle","triangle-warning","alert","notification","alarm","danger","warning","error","triangle","exclamation","!","important"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.8 3.11l-4.83 8.36a1.4 1.4 0 0 0 1.21 2.1h9.66a1.4 1.4 0 0 0 1.21-2.1l-4.83-8.36c-0.54-0.93-1.89-0.93-2.42 0z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 6.01v2.67"></path><path fill="currentColor" d="M8.01 12.02c-0.49 0-0.89-0.4-0.89-0.89s0.4-0.89 0.89-0.89 0.89 0.4 0.89 0.89-0.4 0.89-0.89 0.89z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.48 3.87l-6.02 10.44a1.75 1.75 0 0 0 1.51 2.62h12.04a1.75 1.75 0 0 0 1.51-2.62l-6.02-10.44c-0.67-1.15-2.35-1.15-3.02 0z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 7.49v3.33"></path><path fill="currentColor" d="M9.99 14.99c-0.61 0-1.11-0.5-1.11-1.11s0.5-1.11 1.11-1.11 1.11 0.5 1.11 1.11-0.5 1.11-1.11 1.11z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.16 4.64l-7.22 12.5a2.09 2.09 0 0 0 1.81 3.14h14.44a2.09 2.09 0 0 0 1.81-3.14l-7.22-12.5c-0.8-1.38-2.82-1.38-3.62 0z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 8.98v3.99"></path><path fill="currentColor" d="M11.97 17.96c-0.73 0-1.33-0.6-1.33-1.33s0.6-1.33 1.33-1.33 1.33 0.6 1.33 1.33-0.6 1.33-1.33 1.33z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.6 6.21l-9.66 16.73a2.8 2.8 0 0 0 2.42 4.21h19.32a2.8 2.8 0 0 0 2.42-4.21l-9.66-16.73c-1.08-1.85-3.77-1.85-4.84 0z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 12.02v5.34"></path><path fill="currentColor" d="M16.02 24.03c-0.98 0-1.78-0.8-1.78-1.78s0.8-1.78 1.78-1.78 1.78 0.8 1.78 1.78-0.8 1.78-1.78 1.78z" data-stroke="none"></path></g>'}}},"trinidad-tobago":{name:"trinidad-tobago",keywords:["flag","trinidad","tobago"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c93039" rx="4" ry="4"></rect><path fill="#fff" d="M29.926,26.711L11,4H5c-1.159,0-2.195,.501-2.926,1.289L21,28h6c1.159,0,2.195-.501,2.926-1.289Z"></path><path d="M9.692,4H5c-.8,0-1.541,.241-2.166,.645L22.328,28h4.672c.806,0,1.552-.243,2.18-.653L9.692,4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},trophy:{name:"trophy",keywords:["trophy","award","cup","winner","prize","champion","reward"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.46 10.46s0 2.61 3.33 3.56h-7.56c3.34-0.95 3.34-3.56 3.33-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.7 8.01c-3.4 0-3.15-4.67-3.14-4.67h2.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.32 8.01c3.4 0 3.15-4.67 3.14-4.67h-2.38"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 2c-0.53 5.26-1.93 8.23-4.02 8.46h-0.42c-2.09-0.23-3.49-3.2-4.02-8.46h8.46z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.55 13.04s0 3.26 4.16 4.44h-9.44c4.16-1.18 4.16-4.44 4.17-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.87 9.99c-4.24 0-3.92-5.83-3.93-5.83h2.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.11 9.99c4.24 0 3.92-5.83 3.93-5.83h-2.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 2.5c-0.66 6.56-2.41 10.26-5.01 10.54h-0.52c-2.6-0.28-4.35-3.99-5.01-10.54h10.54z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.64 15.63s0 3.91 4.98 5.32h-11.3c4.99-1.41 4.99-5.32 4.99-5.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M7.03 11.97c-5.08 0-4.7-6.98-4.7-6.98h3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.91 11.97c5.08 0 4.7-6.98 4.7-6.98h-3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 2.99c-0.79 7.86-2.88 12.3-6 12.64h-0.64c-3.12-0.34-5.21-4.78-6-12.64h12.64z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.91 20.91s0 5.23 6.67 7.12h-15.13c6.67-1.89 6.67-7.12 6.68-7.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.41 16.02c-6.79 0-6.29-9.35-6.29-9.35h4.77"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.63 16.02c6.8 0 6.29-9.35 6.3-9.35h-4.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 4c-1.06 10.52-3.86 16.46-8.04 16.91h-0.84c-4.18-0.45-6.98-6.39-8.03-16.91h16.91z"></path></g>'}}},truck:{name:"truck",keywords:["truck","delivery","drive","transport","van","vehicle","car","shipping"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.36 12.24h-3.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.46 12.24h-0.01a1.78 1.78 0 0 1-1.78-1.78v-6.23a1.78 1.78 0 0 1 1.78-1.78h6.67a1.78 1.78 0 0 1 1.78 1.78v6.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.12h1.96a0.89 0.89 0 0 1 0.75 0.41l1.6 2.48a0.89 0.89 0 0 1 0.14 0.48v1.97a1.78 1.78 0 0 1-1.78 1.78h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.23h4.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4 10.9a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 10.9a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.68 15.26h-4.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.07 15.26h-0.02a2.22 2.22 0 0 1-2.22-2.22v-7.77a2.22 2.22 0 0 1 2.22-2.22h8.33a2.22 2.22 0 0 1 2.22 2.22v8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 6.38h2.44a1.11 1.11 0 0 1 0.94 0.51l1.99 3.1a1.11 1.11 0 0 1 0.18 0.6v2.45a2.22 2.22 0 0 1-2.22 2.22h-1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 10.27h5.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5 13.6a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 13.6a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.99 18.29h-5.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.68 18.29h-0.02a2.66 2.66 0 0 1-2.66-2.66v-9.31a2.66 2.66 0 0 1 2.66-2.66h9.97a2.66 2.66 0 0 1 2.66 2.66v9.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 7.65h2.93a1.33 1.33 0 0 1 1.12 0.61l2.39 3.71a1.33 1.33 0 0 1 0.21 0.72v2.94a2.66 2.66 0 0 1-2.66 2.66h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 12.3h6.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.99 16.29a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 16.29a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.72 24.48h-7.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.93 24.48h-0.03a3.56 3.56 0 0 1-3.56-3.56v-12.46a3.56 3.56 0 0 1 3.56-3.56h13.35a3.56 3.56 0 0 1 3.56 3.56v13.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 10.23h3.93a1.78 1.78 0 0 1 1.5 0.82l3.19 4.98a1.77 1.77 0 0 1 0.28 0.96v3.92a3.56 3.56 0 0 1-3.56 3.56h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 16.46h8.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.01 21.8a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 21.8a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path></g>'}}},"truck-check":{name:"truck-check",keywords:["truck-check","truck","delivery","drive","transport","van","vehicle","car","shipping","check","checked","shipped","sent","delivered","complete"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.36 12.68h-3.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.08 2.89h0.04a1.78 1.78 0 0 1 1.78 1.78v6.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.46 12.68h-0.01a1.78 1.78 0 0 1-1.78-1.78v-2.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.56h1.96a0.89 0.89 0 0 1 0.75 0.41l1.6 2.49a0.89 0.89 0 0 1 0.14 0.48v1.96a1.78 1.78 0 0 1-1.78 1.78h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.68h4.37"></path><path fill="currentColor" d="M3.56 0c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.05 2.89l-2 2.23a0.67 0.67 0 0 1-0.48 0.22h-0.01a0.67 0.67 0 0 1-0.48-0.2l-1.11-1.11a0.67 0.67 0 1 1 0.94-0.94l0.62 0.61 1.53-1.7a0.67 0.67 0 0 1 0.99 0.89z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4 14.46a1.56 1.56 0 1 0 0-3.11 1.56 1.56 0 0 0 0.01 3.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 14.46a1.56 1.56 0 1 0 0-3.11 1.56 1.56 0 0 0 0 3.11z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.68 15.82h-4.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.33 3.61h0.05a2.22 2.22 0 0 1 2.22 2.22v8.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.07 15.82h-0.02a2.22 2.22 0 0 1-2.22-2.22v-3.24"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 6.94h2.44a1.11 1.11 0 0 1 0.94 0.51l1.99 3.1a1.11 1.11 0 0 1 0.18 0.6v2.45a2.22 2.22 0 0 1-2.22 2.22h-1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 10.82h5.44"></path><path fill="currentColor" d="M4.44 0c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.56 3.61l-2.5 2.77a0.83 0.83 0 0 1-0.59 0.28h-0.03a0.83 0.83 0 0 1-0.58-0.24l-1.39-1.39a0.83 0.83 0 1 1 1.18-1.18l0.76 0.77 1.91-2.12a0.83 0.83 0 0 1 1.24 1.11z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5 18.04a1.94 1.94 0 1 0-0.01-3.89 1.94 1.94 0 0 0 0.01 3.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 18.04a1.94 1.94 0 1 0 0-3.89 1.94 1.94 0 0 0 0 3.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.99 18.95h-5.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.57 4.32h0.06a2.66 2.66 0 0 1 2.66 2.66v9.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.68 18.95h-0.02a2.66 2.66 0 0 1-2.66-2.66v-3.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 8.31h2.93a1.33 1.33 0 0 1 1.12 0.61l2.39 3.72a1.33 1.33 0 0 1 0.21 0.72v2.93a2.66 2.66 0 0 1-2.66 2.66h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 12.97h6.52"></path><path fill="currentColor" d="M5.32 0c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.07 4.33l-2.99 3.32a1 1 0 0 1-0.72 0.33h-0.02a1 1 0 0 1-0.71-0.29l-1.66-1.67a1 1 0 1 1 1.41-1.4l0.92 0.91 2.29-2.54a1 1 0 0 1 1.48 1.34z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.99 21.61a2.33 2.33 0 1 0-0.01-4.65 2.33 2.33 0 0 0 0.01 4.65z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 21.61a2.33 2.33 0 1 0 0-4.65 2.33 2.33 0 0 0 0 4.65z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.72 25.37h-7.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.16 5.79h0.08a3.56 3.56 0 0 1 3.56 3.56v13.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.93 25.37h-0.03a3.56 3.56 0 0 1-3.56-3.56v-5.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 11.13h3.93a1.78 1.78 0 0 1 1.5 0.81l3.19 4.98a1.77 1.77 0 0 1 0.28 0.96v3.92a3.56 3.56 0 0 1-3.56 3.56h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 17.36h8.73"></path><path fill="currentColor" d="M7.12 0c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.11 5.79l-4.01 4.45a1.33 1.33 0 0 1-0.95 0.44h-0.04a1.33 1.33 0 0 1-0.94-0.39l-2.23-2.23a1.33 1.33 0 1 1 1.89-1.88l1.23 1.22 3.06-3.4a1.33 1.33 0 0 1 1.99 1.79z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.01 28.93a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 28.93a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24z"></path></g>'}}},"truck-clock":{name:"truck-clock",keywords:["truck-clock","truck","delivery","drive","transport","van","vehicle","car","shipping","time","schedule","shipped","sent","watch","clock"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.36 12.68h-3.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.08 2.89h0.04a1.78 1.78 0 0 1 1.78 1.78v6.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.46 12.68h-0.01a1.78 1.78 0 0 1-1.78-1.78v-2.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.56h1.96a0.89 0.89 0 0 1 0.75 0.41l1.6 2.49a0.89 0.89 0 0 1 0.14 0.48v1.96a1.78 1.78 0 0 1-1.78 1.78h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.68h4.37"></path><path fill="currentColor" d="M3.56 0c-1.96 0-3.56 1.6-3.56 3.56s1.6 3.56 3.56 3.56 3.56-1.6 3.56-3.56-1.6-3.56-3.56-3.56z m2.06 4.41a0.67 0.67 0 0 1-0.87 0.36l-1.44-0.59a0.67 0.67 0 0 1-0.42-0.62v-1.56a0.67 0.67 0 0 1 1.34 0v1.11l1.02 0.42a0.67 0.67 0 0 1 0.37 0.88z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4 14.46a1.56 1.56 0 1 0 0-3.11 1.56 1.56 0 0 0 0.01 3.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 14.46a1.56 1.56 0 1 0 0-3.11 1.56 1.56 0 0 0 0 3.11z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.68 15.82h-4.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.33 3.61h0.05a2.22 2.22 0 0 1 2.22 2.22v8.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.07 15.82h-0.02a2.22 2.22 0 0 1-2.22-2.22v-3.24"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 6.94h2.44a1.11 1.11 0 0 1 0.94 0.51l1.99 3.1a1.11 1.11 0 0 1 0.18 0.6v2.45a2.22 2.22 0 0 1-2.22 2.22h-1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 10.82h5.44"></path><path fill="currentColor" d="M4.44 0c-2.45 0-4.44 1.99-4.44 4.44s1.99 4.44 4.44 4.44 4.44-1.99 4.44-4.44-1.99-4.44-4.44-4.44z m2.57 5.49a0.83 0.83 0 0 1-1.09 0.46l-1.8-0.74a0.83 0.83 0 0 1-0.51-0.77v-1.94a0.83 0.83 0 0 1 1.66 0v1.38l1.28 0.53a0.83 0.83 0 0 1 0.46 1.09z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5 18.04a1.94 1.94 0 1 0-0.01-3.89 1.94 1.94 0 0 0 0.01 3.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 18.04a1.94 1.94 0 1 0 0-3.89 1.94 1.94 0 0 0 0 3.89z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.99 18.95h-5.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.57 4.32h0.06a2.66 2.66 0 0 1 2.66 2.66v9.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.68 18.95h-0.02a2.66 2.66 0 0 1-2.66-2.66v-3.87"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 8.31h2.93a1.33 1.33 0 0 1 1.12 0.61l2.39 3.72a1.33 1.33 0 0 1 0.21 0.72v2.93a2.66 2.66 0 0 1-2.66 2.66h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 12.97h6.52"></path><path fill="currentColor" d="M5.32 0c-2.93 0-5.32 2.39-5.32 5.32s2.39 5.32 5.32 5.32 5.32-2.39 5.32-5.32-2.39-5.32-5.32-5.32z m3.08 6.58a1 1 0 0 1-1.31 0.55l-2.15-0.89a1 1 0 0 1-0.62-0.92v-2.33a1 1 0 0 1 2 0v1.66l1.53 0.63a1 1 0 0 1 0.55 1.3z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.99 21.61a2.33 2.33 0 1 0-0.01-4.65 2.33 2.33 0 0 0 0.01 4.65z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 21.61a2.33 2.33 0 1 0 0-4.65 2.33 2.33 0 0 0 0 4.65z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.72 25.37h-7.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.16 5.79h0.08a3.56 3.56 0 0 1 3.56 3.56v13.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.93 25.37h-0.03a3.56 3.56 0 0 1-3.56-3.56v-5.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 11.13h3.93a1.78 1.78 0 0 1 1.5 0.81l3.19 4.98a1.77 1.77 0 0 1 0.28 0.96v3.92a3.56 3.56 0 0 1-3.56 3.56h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 17.36h8.73"></path><path fill="currentColor" d="M7.12 0c-3.93 0-7.12 3.19-7.12 7.12s3.19 7.12 7.12 7.12 7.12-3.19 7.12-7.12-3.19-7.12-7.12-7.12z m4.12 8.81a1.33 1.33 0 0 1-1.75 0.73l-2.88-1.18a1.33 1.33 0 0 1-0.82-1.24v-3.12a1.33 1.33 0 0 1 2.67 0v2.22l2.05 0.85a1.33 1.33 0 0 1 0.73 1.74z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.01 28.93a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 28.93a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24z"></path></g>'}}},"truck-fast":{name:"truck-fast",keywords:["truck-fast","truck","delivery","drive","transport","van","vehicle","car","shipping","time","schedule","shipped","sent","express","fast"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.56 10.9a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 10.9a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.47 12.24h-3.35"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.23 2.45h4a1.78 1.78 0 0 1 1.78 1.78v6.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 5.12h1.96a0.89 0.89 0 0 1 0.75 0.41l1.6 2.48a0.89 0.89 0 0 1 0.14 0.48v1.97a1.78 1.78 0 0 1-1.78 1.78h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 8.23h4.37"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 5.12h3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M0.67 7.79h3.78"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.44 13.6a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 13.6a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.57 15.26h-4.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.27 3.05h5a2.22 2.22 0 0 1 2.22 2.22v8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 6.38h2.44a1.11 1.11 0 0 1 0.94 0.51l1.99 3.1a1.11 1.11 0 0 1 0.18 0.6v2.45a2.22 2.22 0 0 1-2.22 2.22h-1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 10.27h5.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 6.38h4.72"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M0.83 9.71h4.72"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.32 16.29a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 16.29a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.66 18.29h-5.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.32 3.66h5.98a2.66 2.66 0 0 1 2.66 2.66v9.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 7.65h2.93a1.33 1.33 0 0 1 1.12 0.61l2.39 3.71a1.33 1.33 0 0 1 0.21 0.72v2.94a2.66 2.66 0 0 1-2.66 2.66h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 12.3h6.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 7.65h5.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M1 11.64h5.65"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.12 21.8a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 21.8a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.94 24.48h-6.71"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.46 4.9h8a3.56 3.56 0 0 1 3.56 3.56v13.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 10.23h3.93a1.78 1.78 0 0 1 1.5 0.82l3.19 4.98a1.77 1.77 0 0 1 0.28 0.96v3.92a3.56 3.56 0 0 1-3.56 3.56h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 16.46h8.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 10.23h7.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1.33 15.58h7.57"></path></g>'}}},"truck-pin":{name:"truck-pin",keywords:["truck-pin","truck","pin","location","delivery","drive","transport","van","vehicle","car","shipping","time","schedule","shipped","sent"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.36 12.24h-3.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.19 2.45h0.93a1.78 1.78 0 0 1 1.78 1.78v6.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.46 12.24h-0.01a1.78 1.78 0 0 1-1.78-1.78v-2.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 5.12h1.96a0.89 0.89 0 0 1 0.75 0.41l1.6 2.48a0.89 0.89 0 0 1 0.14 0.48v1.97a1.78 1.78 0 0 1-1.78 1.78h-1.11"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 8.23h4.37"></path><path fill="currentColor" d="M3.12 3.78a0.67 0.67 0 1 0 0-1.33 0.67 0.67 0 0 0 0 1.33z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.12 6.45s-2.45-1.34-2.45-3.34a2.45 2.45 0 1 1 4.89 0c0 1.99-2.45 3.34-2.44 3.34z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4 14.02a1.56 1.56 0 1 0 0-3.12 1.56 1.56 0 0 0 0 3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 14.02a1.56 1.56 0 1 0 0-3.12 1.56 1.56 0 0 0 0 3.12z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.68 15.26h-4.74"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.21 3.05h1.17a2.22 2.22 0 0 1 2.22 2.22v8.33"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.07 15.26h-0.02a2.22 2.22 0 0 1-2.22-2.22v-3.06"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 6.38h2.44a1.11 1.11 0 0 1 0.94 0.51l1.99 3.1a1.11 1.11 0 0 1 0.18 0.6v2.45a2.22 2.22 0 0 1-2.22 2.22h-1.39"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 10.27h5.44"></path><path fill="currentColor" d="M3.89 4.72a0.83 0.83 0 1 0 0-1.67 0.83 0.83 0 0 0 0 1.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.89 8.05s-3.05-1.67-3.06-4.17a3.05 3.05 0 1 1 6.11 0c0 2.49-3.05 4.16-3.06 4.17z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5 17.48a1.94 1.94 0 1 0 0-3.88 1.94 1.94 0 0 0 0 3.88z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 17.48a1.94 1.94 0 1 0 0-3.88 1.94 1.94 0 0 0 0 3.88z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M13.99 18.29h-5.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.24 3.66h1.39a2.66 2.66 0 0 1 2.66 2.66v9.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.68 18.29h-0.02a2.66 2.66 0 0 1-2.66-2.66v-3.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 7.65h2.93a1.33 1.33 0 0 1 1.12 0.61l2.39 3.71a1.33 1.33 0 0 1 0.21 0.72v2.94a2.66 2.66 0 0 1-2.66 2.66h-1.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 12.3h6.52"></path><path fill="currentColor" d="M4.66 5.65a1 1 0 1 0 0-1.99 1 1 0 0 0 0 1.99z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.66 9.64s-3.66-2.01-3.66-4.99a3.66 3.66 0 1 1 7.31 0c0 2.98-3.66 4.99-3.65 4.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.99 20.95a2.33 2.33 0 1 0 0-4.66 2.33 2.33 0 0 0 0 4.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 20.95a2.33 2.33 0 1 0 0-4.66 2.33 2.33 0 0 0 0 4.66z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.72 24.48h-7.59"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.38 4.9h1.86a3.56 3.56 0 0 1 3.56 3.56v13.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.93 24.48h-0.03a3.56 3.56 0 0 1-3.56-3.56v-4.92"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 10.23h3.93a1.78 1.78 0 0 1 1.5 0.82l3.19 4.98a1.77 1.77 0 0 1 0.28 0.96v3.92a3.56 3.56 0 0 1-3.56 3.56h-2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 16.46h8.73"></path><path fill="currentColor" d="M6.23 7.57a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67z" data-stroke="none"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.23 12.9s-4.9-2.69-4.9-6.67a4.9 4.9 0 1 1 9.8 0c0 3.99-4.9 6.67-4.9 6.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.01 28.04a3.12 3.12 0 1 0 0-6.23 3.12 3.12 0 0 0 0 6.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 28.04a3.12 3.12 0 1 0 0-6.23 3.12 3.12 0 0 0 0 6.23z"></path></g>'}}},tunisia:{name:"tunisia",keywords:["flag","tunisia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#d52e23" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M16,10c-3.314,0-6,2.686-6,6s2.686,6,6,6,6-2.686,6-6-2.686-6-6-6Zm3.384,7.587l-1.865-.606-1.153,1.587v-1.962l-1.866-.606,1.866-.606v-1.962l1.153,1.587,1.865-.606-1.153,1.587,1.153,1.587Zm-2.184-5.187c-1.988,0-3.6,1.612-3.6,3.6s1.612,3.6,3.6,3.6c.941,0,1.797-.361,2.438-.951-.818,1.122-2.143,1.851-3.638,1.851-2.485,0-4.5-2.015-4.5-4.5s2.015-4.5,4.5-4.5c1.495,0,2.82,.729,3.638,1.851-.641-.591-1.497-.951-2.438-.951Z"></path></g>'}}},turkey:{name:"turkey",keywords:["flag","turkey"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#d12d24" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M19.807 16L21 14.358 19.069 14.985 17.876 13.342 17.876 15.373 15.945 16 17.876 16.627 17.876 18.658 19.069 17.015 21 17.642 19.807 16z"></path><path fill="#fff" d="M15.953,19.325c-1.837,1.65-4.663,1.5-6.314-.337s-1.5-4.663,.337-6.314c1.837-1.65,4.663-1.5,6.314,.337-.442-.699-1.035-1.292-1.734-1.734-2.608-1.65-6.06-.874-7.711,1.734-1.65,2.608-.874,6.06,1.734,7.711,2.608,1.65,6.06,.874,7.711-1.734-.106,.118-.219,.231-.337,.337Z"></path></g>'}}},turkmenistan:{name:"turkmenistan",keywords:["flag","turkmenistan"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#3a8343" rx="4" ry="4"></rect><path fill="#c23635" d="M6 4H11V28H6z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M19.138,7.458h0c.94,.802,1.515,2.013,1.457,3.343-.1,2.29-2.039,4.067-4.329,3.967-.516-.023-1.006-.139-1.454-.331,.725,.617,1.664,.99,2.69,.99,2.293,0,4.152-1.859,4.152-4.152,0-1.712-1.036-3.182-2.516-3.817Z"></path><path fill="#fff" d="M15.178 10.51L15.358 9.957 15.939 9.957 15.469 9.615 15.649 9.062 15.178 9.404 14.708 9.062 14.888 9.615 14.417 9.957 14.999 9.957 15.178 10.51z"></path><path fill="#fff" d="M14.999 7.822L15.178 8.375 15.358 7.822 15.939 7.822 15.469 7.48 15.649 6.927 15.178 7.269 14.708 6.927 14.888 7.48 14.417 7.822 14.999 7.822z"></path><path fill="#fff" d="M17.109 8.916L17.288 9.469 17.468 8.916 18.049 8.916 17.579 8.574 17.759 8.021 17.288 8.363 16.818 8.021 16.997 8.574 16.527 8.916 17.109 8.916z"></path><path fill="#fff" d="M13.359 10.657L13.539 10.104 13.069 10.445 12.598 10.104 12.778 10.657 12.307 10.998 12.889 10.998 13.069 11.551 13.248 10.998 13.83 10.998 13.359 10.657z"></path><path fill="#fff" d="M15.178 12.646L15.358 12.093 15.939 12.093 15.469 11.751 15.649 11.198 15.178 11.54 14.708 11.198 14.888 11.751 14.417 12.093 14.999 12.093 15.178 12.646z"></path></g>'}}},"turks-and-caicos-islands":{name:"turks-and-caicos-islands",keywords:["flag","turks","and","caicos","islands"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#012368" stroke-width="0" rx="4" ry="4"></rect><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#f4d24b" stroke-width="0" d="m27.7855,11.9591v3.8604c0,2.5736-1.2868,5.3456-4.5038,6.8469-3.217-1.5013-4.5038-4.2733-4.5038-6.8469v-3.8604h9.0077Z"></path><path fill="#f1a4a2" stroke-width="0" d="m22.1028,15.2324c-.0742-.9879-.2942-1.204-.7568-2.0675-.8216-.7682-.3867,1.0619-.801,1.2715-.7268.4703.3142.9667.2835,1.4744.0527.329.1851.6009.429.4028.4691.1099.1844-.4531.4934-.5369.2134-.0564.3987-.3693.3519-.5443Z"></path><path fill="#95571e" stroke-width="0" d="m27.2521,14.1177c.7308-.0186-.0511-.1933-.5507-.1115.0036-.1232.0004-.2395-.0191-.3461.847-.1062,1.1282-.311-.0375-.1415-.0259-.0745-.0646-.155-.1139-.2225.9248-.6112.6699-.6337-.1093-.1239-.098-.0894-.215-.1485-.3368-.1693-.0321-.1815-.1906-.4161-.2958-.4654.0216-.448-.3529.6365-.3096.8503.0437-.2125-.3314-1.299-.3096-.8503-.1052.0493-.2637.2839-.2958.4654-.1218.0208-.2387.0799-.3368.1693-.7797-.5101-1.0337-.487-.1093.1239-.0493.0675-.088.1479-.1139.2224-1.1673-.1696-.8827.0355-.0375.1415-.0195.1066-.0227.2229-.0191.3461-1.1997-.0524-.828.1422.0047.1586.0032.0975.0066.188.0101.2732-1.0453.2188-.7925.4197.0062.1394.0531.874.1225,1.7653-.0376,2.6349.4699-.7585.1572-1.7987.1985-2.6348.5484-.0138.4341.3944.5877.7626-.023.1941.0777.6261.2043.7662-.2514.1431-.7293.8603-.201.6052-.055.1404.0665.329.1957.1855.0508.201.2614.093.2533-.0953-.0081.1884.2025.2962.2533.0953.1292.1436.2507-.0453.1957-.1855.5282.2551.0506-.4619-.201-.6052.1263-.1393.2275-.5727.2043-.7662.1534-.368.0395-.7767.5877-.7626.0412.8347-.2713,1.8781.1984,2.6349-.16-.8696-.0906-1.7607-.0375-2.6349.8.2807,1.0502.0789.0062-.1394.0036-.0852.007-.1757.0101-.2732.183-.0303.3863-.0397.5554-.0472Zm-1.9287-1.0535c0,.0174-.0005.0357-.0013.0542-.0955-.0804-.1985-.121-.3341-.1235.0285-.159.1256-.2944.2001-.4174.0598.1306.1353.3035.1353.4867Zm.3121,0c0-.1832.0755-.3561.1353-.4867.0745.1231.1718.2588.2002.4179-.1367.0026-.2389.0425-.3342.1232-.0008-.0186-.0013-.0369-.0013-.0545Zm.8889.9737c-.1493.0361-.3258.0989-.4467.1398-.1649-.2881.1957-.3222.4205-.4518.0175.0994.0232.203.0262.312Zm-1.3045-.7428c.0423.0476.0848.1061.0625.1695-.0843-.066-.2011-.1691-.2614-.2745.0801.0102.1487.0454.1989.105Zm.52-.0011c.0495-.0588.1179-.0936.1979-.1038-.0604.1053-.1771.2085-.2614.2744-.0224-.064.0207-.1223.0635-.1707Zm.6592.301c-.1673.0771-.3061.1463-.4165.2039-.0135-.0207-.028-.04-.0429-.0587.1167-.0943.2804-.2234.438-.3367.0346.0519.0611.1115.081.1693-.0202.0071-.0402.0144-.0597.0223Zm-.5959.0163c-.0102-.0071-.0204-.0141-.031-.0205.0842-.0858.2279-.2466.2894-.3977.0724.0125.1376.04.1944.0812-.1963.1258-.349.2472-.4528.337Zm-.6166-.0205c-.0105.0064-.0208.0134-.031.0205-.1038-.0898-.2565-.2112-.4528-.337.0568-.0412.122-.0687.1944-.0812.0614.1511.2052.3119.2894.3977Zm-.6055-.1874c.1575.1134.3213.2424.438.3368-.0149.0186-.0294.038-.0429.0587-.1204-.06-.3004-.1586-.4761-.2262.0199-.0578.0464-.1174.081-.1693Zm-.1203.3225c.2248.1296.5853.1637.4205.4518-.1208-.0409-.2974-.1037-.4467-.1398.0031-.1091.0087-.2127.0262-.312Zm.4069.6119c-.027.0336-.0238.1137-.0154.1779-.1125-.0333-.2623-.0663-.4155-.0763-.0012-.0748-.002-.1539-.0025-.2386.1551.0386.3083.0903.4333.137Zm1.2236.0003s0-.0002,0-.0003c.125-.0467.2783-.0984.4333-.137-.0005.0847-.0013.1638-.0025.2386-.1532.01-.3029.0429-.4155.0763.0083-.0639.0119-.1443-.0154-.1776Z"></path><path fill="#479c52" stroke-width="0" d="m25.1148,20.3266c.0065-.2013-.0763-.3599-.0644-.5341.0775-.1261-.1279-.184-.0744-.3155.0082-.0621.0166-.1262-.0505-.1766-.1305-.0937.0744-.2328-.0706-.3116-.1347-.0656.0209-.248-.1015-.3215-.1116-.0811.0714-.2537-.0915-.3272-.0609-.0327-.1241-.2565-.2074-.4162-.0153-.0638-.1728-.319-.2221-.3831-.1159-.0299-.0105-.2305-.1472-.2201.1426-1.9124-1.6431-1.9131-1.5006,0-.072-.0174-.0796.072-.0841.1164.0105.1074-.152.1129-.1357.2252.0184.1189-.1747.1423-.1496.2617-.0013.0509-.0027.1035-.0678.1373-.1296.0712.0102.2074-.1395.2788-.0753.0083-.0751.2965-.1381.4864.0564.1453-.1692.1772-.0951.3117.0166.0558.0338.1135-.0304.1622-.1317.0949.0286.2457-.0963.3376-.0233.3073-.3359,1.0812.2362,1.1586.1084.1709.4876.3138.6347.2683.1826.1178.6036.2196.8159.0226.212.1971.6337.0952.8159-.0226.1471.0455.5263-.0974.6347-.2683.2581.0364.3812-.3243.3293-.4701Z"></path></g>'}}},tuvalu:{name:"tuvalu",keywords:["flag","tuvalu"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#0a9de0" stroke-width="0" rx="4" ry="4"></rect><path fill="#001b69" stroke-width="0" d="m5,4h11v12H1v-8c0-2.2077,1.7923-4,4-4Z"></path><path fill="#fff" stroke-width="0" d="m6.5002,13.7737v2.2263h4v-2.2272l3.0371,2.2272h2.4629v-1.2411l-3.7619-2.7589h3.7619v-4h-2.74l2.74-2.0093v-1.9907h-1.441l-4.059,2.9769v-2.9769h-4v2.7935l-3.2566-2.3892c-.7675.3741-1.3895.9834-1.7856,1.7379l2.5321,1.8578H1.0002s0,0,0,0v4h3.7632l-3.7632,2.7599v1.2401h2.4642l3.0358-2.2263Z"></path><path fill="#ca0a2b" stroke-width="0" d="m1.8057,5.5891l3.2854,2.4109h1.3636l-4.0952-3.0047c-.2043.1795-.3897.3765-.5539.5938Z"></path><path fill="#ca0a2b" stroke-width="0" d="M0.9998 16L6.4544 12 6.4544 13 2.3635 16 0.9998 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M9.5002 16L7.5002 16 7.5002 11 1.0002 11 1.0002 9 7.5002 9 7.5002 4 9.5002 4 9.5002 9 16.0002 9 16.0002 11 9.5002 11 9.5002 16z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 15.6667L11.0002 12 11.0002 13 15.0911 16 16.0002 16 16.0002 15.6667z"></path><path fill="#ca0a2b" stroke-width="0" d="M16.0002 4L15.7518 4 10.2913 8.0044 11.6549 8.0044 16.0002 4.8179 16.0002 4z"></path><path stroke-width="0" d="m27.0002,4H5.0002c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5.0002c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fede02" stroke-width="0" d="M12.5663 24.6861L12.1658 23.4536 11.7654 24.6861 10.4694 24.6861 11.5179 25.4479 11.1174 26.6804 12.1658 25.9187 13.2143 26.6804 12.8138 25.4479 13.8623 24.6861 12.5663 24.6861z"></path><path fill="#fede02" stroke-width="0" d="M17.4554 18.5353L16.4069 19.2971 15.3584 18.5353 15.7589 19.7679 14.7105 20.5296 16.0064 20.5296 16.4069 21.7621 16.8074 20.5296 18.1033 20.5296 17.0549 19.7679 17.4554 18.5353z"></path><path fill="#fede02" stroke-width="0" d="M17.0549 24.0089L17.4554 22.7764 16.4069 23.5381 15.3584 22.7764 15.7589 24.0089 14.7105 24.7707 16.0064 24.7707 16.4069 26.0032 16.8074 24.7707 18.1033 24.7707 17.0549 24.0089z"></path><path fill="#fede02" stroke-width="0" d="M21.6964 12.7675L20.648 13.5292 19.5995 12.7675 20 14 18.9516 14.7617 20.2475 14.7617 20.648 15.9943 21.0485 14.7617 22.3444 14.7617 21.296 14 21.6964 12.7675z"></path><path fill="#fede02" stroke-width="0" d="M21.296 22.8214L21.6964 21.5889 20.648 22.3506 19.5995 21.5889 20 22.8214 18.9516 23.5832 20.2475 23.5832 20.648 24.8157 21.0485 23.5832 22.3444 23.5832 21.296 22.8214z"></path><path fill="#fede02" stroke-width="0" d="M25.2589 11.4103L24.2105 12.1721 23.162 11.4103 23.5625 12.6429 22.5141 13.4046 23.81 13.4046 24.2105 14.6371 24.611 13.4046 25.9069 13.4046 24.8585 12.6429 25.2589 11.4103z"></path><path fill="#fede02" stroke-width="0" d="M24.611 19.4272L24.2105 18.1947 23.81 19.4272 22.5141 19.4272 23.5625 20.1889 23.162 21.4215 24.2105 20.6597 25.2589 21.4215 24.8585 20.1889 25.9069 19.4272 24.611 19.4272z"></path><path fill="#fede02" stroke-width="0" d="M27.125 9.8407L26.7245 11.0733 27.773 10.3115 28.8214 11.0733 28.421 9.8407 29.4694 9.079 28.1735 9.079 27.773 7.8465 27.3725 9.079 26.0766 9.079 27.125 9.8407z"></path><path fill="#fede02" stroke-width="0" d="M28.1735 17.2218L27.773 15.9893 27.3725 17.2218 26.0766 17.2218 27.125 17.9836 26.7245 19.2161 27.773 18.4544 28.8214 19.2161 28.421 17.9836 29.4694 17.2218 28.1735 17.2218z"></path></g>'}}},uganda:{name:"uganda",keywords:["flag","uganda"],style:"colored",heights:{32:{width:32,path:'<g><path d="M5,4H27c2.208,0,4,1.792,4,4H1c0-2.208,1.792-4,4-4Z"></path><path fill="#c82a1d" d="M5,24H27c2.208,0,4,1.792,4,4H1c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 26)"></path><path fill="#c82a1d" d="M1 12H31V16H1z"></path><path d="M1 16H31V20H1z"></path><path fill="#f7de4b" d="M1 20H31V24H1z"></path><path fill="#f7de4b" d="M1 8H31V12H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><circle cx="16" cy="16" r="4" fill="#fff"></circle><path d="M16.904,15.86c-.184-.105-1.071-.58-1.463-.663-.012-.061-.116-.638,.129-.918,.304-.251,.301-.516,.288-.569,.091-.022,.334-.061,.342-.097l-.005-.005c-.022-.158-.078-.265-.216-.413-.453-.417-.853-.335-1.165-.119l.213,.393c-.143,.177-.095,.323-.069,.376-.107,.04-.544,.134-.464,.252l.002,.008s.006-.001,.009-.002c.077,.031,.322-.002,.46-.024-.086,.085-.176,.269-.006,.329l-.002,.011c-.283,.138-.918,1.384-.237,1.84,.016-.009,.014-.002,.032-.029,.065,.076,.313,.347,.578,.419,.16,.164,.222,.224,.251,.243,.015,.127,.041,.429,.01,.516-.538,.023-1.448-.311-1.278,.695,.041-.096,.097-.224,.126-.292,.005,.091,.033,.205,.115,.259-.018-.139,.021-.304,.054-.368,.004,.118,.084,.388,.151,.156-.006-.404,.699-.234,.82-.255,.039,.331,.087,.819,.073,.92-.232-.039-.779,.01-.801,.196,.208-.015,.394,0,.445,.01-.071,.068-.238,.255-.141,.373,.223-.253,.702-.459,1.235-.373-.089-.202-.44-.218-.523-.212-.118-1.152-.17-.793,.541-.996-.043-.472-.577-.827,.351-.607,.071,.113,.077,.148,.098,.175,.016-.005,.018-.007,.024-.031,.005,.079-.016,.145-.048,.198l.025,.024c.13-.086,.179-.204,.194-.303,.024,.187-.037,.489-.365,.643,.024,.023,.063,.051,.085,.055-.111,.104-.11,.163,.179,.03-.096,.118,.019,.132,.114,.065-.049,.062-.088,.119-.115,.169h-.007s0,.031,0,.031c1.021-.251,1.035-1.926-.037-2.11Z"></path></g>'}}},ukraine:{name:"ukraine",keywords:["flag","ukraine"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#2455b2" d="M31,8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4v9H31V8Z"></path><path fill="#f9da49" d="M5,28H27c2.209,0,4-1.791,4-4v-8H1v8c0,2.209,1.791,4,4,4Z"></path><path d="M5,28H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4ZM2,8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"united-arab-emirates":{name:"united-arab-emirates",keywords:["flag","united","arab","emirates"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#ea3323" d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z"></path><path d="M10,20v8H27c2.209,0,4-1.791,4-4v-4H10Z"></path><path fill="#fff" d="M10 11H31V21H10z"></path><path fill="#317234" d="M27,4H10V12H31v-4c0-2.209-1.791-4-4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"united-kingdom":{name:"united-kingdom",keywords:["flag","united","kingdom","uk"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#071b65" rx="4" ry="4"></rect><path fill="#fff" d="M5.101,4h-.101c-1.981,0-3.615,1.444-3.933,3.334L26.899,28h.101c1.981,0,3.615-1.444,3.933-3.334L5.101,4Z"></path><path fill="#b92932" d="M22.25,19h-2.5l9.934,7.947c.387-.353,.704-.777,.929-1.257l-8.363-6.691Z"></path><path fill="#b92932" d="M1.387,6.309l8.363,6.691h2.5L2.316,5.053c-.387,.353-.704,.777-.929,1.257Z"></path><path fill="#fff" d="M5,28h.101L30.933,7.334c-.318-1.891-1.952-3.334-3.933-3.334h-.101L1.067,24.666c.318,1.891,1.952,3.334,3.933,3.334Z"></path><rect width="6" height="24" x="13" y="4" fill="#fff"></rect><rect width="30" height="6" x="1" y="13" fill="#fff"></rect><rect width="4" height="24" x="14" y="4" fill="#b92932"></rect><rect width="4" height="30" x="14" y="1" fill="#b92932" transform="translate(32) rotate(90)"></rect><path fill="#b92932" d="M28.222,4.21l-9.222,7.376v1.414h.75l9.943-7.94c-.419-.384-.918-.671-1.471-.85Z"></path><path fill="#b92932" d="M2.328,26.957c.414,.374,.904,.656,1.447,.832l9.225-7.38v-1.408h-.75L2.328,26.957Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},"united-states":{name:"united-states",keywords:["flag","united","states","usa"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#a62842" d="M1.638,5.846H30.362c-.711-1.108-1.947-1.846-3.362-1.846H5c-1.414,0-2.65,.738-3.362,1.846Z"></path><path fill="#a62842" d="M2.03,7.692c-.008,.103-.03,.202-.03,.308v1.539H31v-1.539c0-.105-.022-.204-.03-.308H2.03Z"></path><path fill="#a62842" d="M2 11.385H31V13.231H2z"></path><path fill="#a62842" d="M2 15.077H31V16.923000000000002H2z"></path><path fill="#a62842" d="M1 18.769H31V20.615H1z"></path><path fill="#a62842" d="M1,24c0,.105,.023,.204,.031,.308H30.969c.008-.103,.031-.202,.031-.308v-1.539H1v1.539Z"></path><path fill="#a62842" d="M30.362,26.154H1.638c.711,1.108,1.947,1.846,3.362,1.846H27c1.414,0,2.65-.738,3.362-1.846Z"></path><path fill="#102d5e" d="M5,4h11v12.923H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M4.601 7.463L5.193 7.033 4.462 7.033 4.236 6.338 4.01 7.033 3.279 7.033 3.87 7.463 3.644 8.158 4.236 7.729 4.827 8.158 4.601 7.463z"></path><path fill="#fff" d="M7.58 7.463L8.172 7.033 7.441 7.033 7.215 6.338 6.989 7.033 6.258 7.033 6.849 7.463 6.623 8.158 7.215 7.729 7.806 8.158 7.58 7.463z"></path><path fill="#fff" d="M10.56 7.463L11.151 7.033 10.42 7.033 10.194 6.338 9.968 7.033 9.237 7.033 9.828 7.463 9.603 8.158 10.194 7.729 10.785 8.158 10.56 7.463z"></path><path fill="#fff" d="M6.066 9.283L6.658 8.854 5.927 8.854 5.701 8.158 5.475 8.854 4.744 8.854 5.335 9.283 5.109 9.979 5.701 9.549 6.292 9.979 6.066 9.283z"></path><path fill="#fff" d="M9.046 9.283L9.637 8.854 8.906 8.854 8.68 8.158 8.454 8.854 7.723 8.854 8.314 9.283 8.089 9.979 8.68 9.549 9.271 9.979 9.046 9.283z"></path><path fill="#fff" d="M12.025 9.283L12.616 8.854 11.885 8.854 11.659 8.158 11.433 8.854 10.702 8.854 11.294 9.283 11.068 9.979 11.659 9.549 12.251 9.979 12.025 9.283z"></path><path fill="#fff" d="M6.066 12.924L6.658 12.494 5.927 12.494 5.701 11.799 5.475 12.494 4.744 12.494 5.335 12.924 5.109 13.619 5.701 13.19 6.292 13.619 6.066 12.924z"></path><path fill="#fff" d="M9.046 12.924L9.637 12.494 8.906 12.494 8.68 11.799 8.454 12.494 7.723 12.494 8.314 12.924 8.089 13.619 8.68 13.19 9.271 13.619 9.046 12.924z"></path><path fill="#fff" d="M12.025 12.924L12.616 12.494 11.885 12.494 11.659 11.799 11.433 12.494 10.702 12.494 11.294 12.924 11.068 13.619 11.659 13.19 12.251 13.619 12.025 12.924z"></path><path fill="#fff" d="M13.539 7.463L14.13 7.033 13.399 7.033 13.173 6.338 12.947 7.033 12.216 7.033 12.808 7.463 12.582 8.158 13.173 7.729 13.765 8.158 13.539 7.463z"></path><path fill="#fff" d="M4.601 11.104L5.193 10.674 4.462 10.674 4.236 9.979 4.01 10.674 3.279 10.674 3.87 11.104 3.644 11.799 4.236 11.369 4.827 11.799 4.601 11.104z"></path><path fill="#fff" d="M7.58 11.104L8.172 10.674 7.441 10.674 7.215 9.979 6.989 10.674 6.258 10.674 6.849 11.104 6.623 11.799 7.215 11.369 7.806 11.799 7.58 11.104z"></path><path fill="#fff" d="M10.56 11.104L11.151 10.674 10.42 10.674 10.194 9.979 9.968 10.674 9.237 10.674 9.828 11.104 9.603 11.799 10.194 11.369 10.785 11.799 10.56 11.104z"></path><path fill="#fff" d="M13.539 11.104L14.13 10.674 13.399 10.674 13.173 9.979 12.947 10.674 12.216 10.674 12.808 11.104 12.582 11.799 13.173 11.369 13.765 11.799 13.539 11.104z"></path><path fill="#fff" d="M4.601 14.744L5.193 14.315 4.462 14.315 4.236 13.619 4.01 14.315 3.279 14.315 3.87 14.744 3.644 15.44 4.236 15.01 4.827 15.44 4.601 14.744z"></path><path fill="#fff" d="M7.58 14.744L8.172 14.315 7.441 14.315 7.215 13.619 6.989 14.315 6.258 14.315 6.849 14.744 6.623 15.44 7.215 15.01 7.806 15.44 7.58 14.744z"></path><path fill="#fff" d="M10.56 14.744L11.151 14.315 10.42 14.315 10.194 13.619 9.968 14.315 9.237 14.315 9.828 14.744 9.603 15.44 10.194 15.01 10.785 15.44 10.56 14.744z"></path><path fill="#fff" d="M13.539 14.744L14.13 14.315 13.399 14.315 13.173 13.619 12.947 14.315 12.216 14.315 12.808 14.744 12.582 15.44 13.173 15.01 13.765 15.44 13.539 14.744z"></path></g>'}}},"united-states-virgin-islands":{name:"united-states-virgin-islands",keywords:["flag","virgin","islands","united","states","usa"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" stroke-width="0" rx="4" ry="4"></rect><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#51914c" stroke-width="0" d="m11.734,18.0786l-.0168-.0804-.0408.0713c-.0014.0024-.1416.2446-.3064.3239-.0123.0064-.3014.1603-.3152.4595,0,.0004-.0004.0166-.0022.0407-.0118-.1273.0038-.3254.1351-.4886.2409-.2993.3321-.5587.1243-1.0717l-.0515-.1271-.0086.1368c-.0002.0028-.0197.2828-.201.4405l-.0116.0101c-.1955.1698-.2169.2016-.2138.5957.0005.0277-.0052.0958-.0336.1356-.0417-.0644-.1364-.2179-.1659-.3254l-.0009-.0031c-.0382-.1394-.0512-.1867.104-.3391.0212-.0144.1492-.1066.234-.2861.0833-.1762.1382-.4731-.0726-.8864l-.0533-.1045-.0056.1172c-.0001.0026-.0143.2567-.1913.404-.1841.1532-.1872.2668-.1933.493-.0006.0219-.0012.0451-.002.0695-.0044.1314-.0109.1925-.0181.2244-.0752-.1607-.2645-.6297-.0551-.8954.0272-.0345.0532-.0662.0776-.0961.2229-.2724.3247-.3967.0489-.9865l-.0653-.1397.0059.1541c.0001.0031.0093.3112-.2113.4608-.2515.1706-.1987.5537-.1965.5687.0001.001.0079.0776-.0076.1556-.074-.1771-.2297-.6369.0127-.9037.2726-.2999.3063-.5171.1506-.9682l-.0471-.1365-.0134.1438c-.0002.0018-.0187.184-.1557.2812-.1618.1148-.2834.2356-.2555.6503.0024.0566.0044.1856-.0052.2753-.0443-.0896-.1133-.2391-.1388-.3483-.0382-.164-.0535-.2571.0453-.4194.0088-.0145.0199-.0313.0325-.0504.136-.2064.4545-.6897-.009-1.3536l-.0507-.0726-.006.0883c-.0002.0022-.0166.2247-.1367.4221-.1183.1944-.0825.4186-.0537.5987.0034.0212.0067.0418.0096.0618.0163.1107-.0123.2207-.0357.287-.0561-.1268-.1696-.4322-.1356-.7665.0479-.4705-.1437-.8479-.5695-1.1215l-.0309-.0199-.0146.0338c-.0128.0296-.3079.7296.1172,1.0975.0033.0033.3197.3197.4214.7068-.0828-.03-.2661-.1316-.4392-.4686-.1046-.2037-.3264-.4416-.788-.4181-.0079.0004-.0136.0008-.016.0007l-.0383-.0037.0043.0382c.0009.0075.0943.7538.8789.9636l.0028.0006c.0047.0008.4749.0845.561.4228l.0006.0022c.0007.0021.0584.1756.0965.3082-.0562-.0368-.1429-.1073-.2252-.2289-.0104-.0154-.0199-.0297-.0288-.0432-.1244-.1875-.1576-.2132-.607-.2579-.0018-.0002-.1846-.0231-.2793-.1493l-.0964-.1284.0413.1551c.0022.0081.0539.1996.1723.3935.1596.2614.3636.398.5915.3954l.0029-.0002c.0176-.002.4128-.0358.6733.4644-.0095-.0064-.0196-.0132-.03-.0204-.0817-.0561-.2712-.1441-.6227-.1022-.3038.0361-.4133-.0034-.4933-.0323-.0115-.0041-.0224-.0081-.0332-.0116l-.0747-.0244.0376.069c.0032.0059.284.5109.7006.5108.0628,0,.1286-.0115.1971-.0378.1111-.0428.2176-.0418.3166.003.1659.0752.2798.2573.3418.3832-.0163-.015-.034-.0317-.0526-.0499-.1051-.1031-.3039-.2026-.6559-.0908-.0024.0009-.2444.0922-.4859.0187l-.0708-.0216.034.0657c.0026.005.2625.4938.8512.4108.3971-.0559.577.1775.6465.3121-.0146-.0101-.0292-.0209-.0422-.0313-.0508-.0409-.2507-.1644-.688-.0347-.3879.115-.533-.0111-.5342-.0121l-.1441-.1363.0953.1739c.0097.0177.2431.4349.6958.4845l.0019.0002h.0019c.0102-.0002.2521-.0038.3602-.044.0727-.027.3098-.0928.4911.1085-.0148-.0037-.0318-.0092-.0506-.0176l-.0021-.0008c-.0127-.0046-.3141-.1105-.5491.0862l-.0022.0021c-.0019.0019-.1925.1918-.4552.1557l-.094-.0129.068.0662c.0039.0038.0985.0946.2675.1476.065.0204.1467.0365.2425.0365.1324,0,.2918-.0308.4711-.1237l.0039-.0024c.0018-.0013.1796-.1272.3034-.0328.1563.1191.4782-.0818.5144-.1051l.0162-.0111-.0021-.0192c-.0001-.0012-.0106-.1241.2349-.2189.1334-.0515.2249-.1716.2646-.3473.0305-.135.0295-.3016-.003-.4571Z"></path><path fill="#387fbf" stroke-width="0" d="m22.9667,16.8224l.3709.199-1.6234,1.9012,1.4484-2.7851.3037.3073.4713-2.1335-1.4677,1.5509.404.1061-.4346.8284-.0651-2.0638-1.037,1.8989.4164-.0076-.5733,2.4359.2998.2154.0276-.1191.0652.0381.0331-.0636.1994.2232,1.7769-2.0996.2304.3715.9146-1.9665-1.7606,1.1629Zm-1.2167,1.2881l.3247-1.4017.3148.1827-.6395,1.219Z"></path><path fill="#ecc658" stroke-width="0" d="m14.6547,11.8881c-.2187.2735-.1983.1765-.3619.1415.0853.109.2784.2383.371.2102-.1535.2288-.1874.2208-.2853.2985.2775-.0891,4.6731.7436,3.1516-.5541.1114-.0197.2758-.0577.333-.1572-.3458-.1497-.6162-.4932-.6996-.6252.1743.0114.2468-.015.3178-.0278-.4859-.6425-.2903-.8176-.476-1.3738-.3127-.7735-1.2098-.9149-1.6455-.3652-.1872-.0041-.2442.0973-.2734.2069-.527-.1309-.8085.6256-.6649.7368.2253-.2667,1.0049-.3326.9812.175-.2672.3838-.3769,1.0176-.688.9149.0669.0383.1818.0996.2403.1063-.1436.1139-.2924.3035-.3001.3134Z"></path><path fill="#ecc658" stroke-width="0" d="m27.4714,9.2279c-1.1588-.3186-2.354.7884-4.2533.9728l-.0009.0012c-7.0533,1.5465-1.181,2.7774-4.2772,2.6826-.0179.0877-.3913,1.9168.1024,2.2415l-.0892.6263c.06.093.5466.2645.7321.0302.0915.1836.7382.0834.7308-.1477.1388.1371.6192-.0181.6082-.2391.2542.1228.7745-.3494.5406-.6161.346.0642.5131-.4374.3226-.6177.2466-.0263,1.2399-.0409,1.1359-.572.2242-.054,1.0012-.2006.8439-.6604.2966-.091,1.136-.1585.9671-.705.2234-.0998,1.2399-.2198,1.1312-.8718.1881-.0547,1.0988-.3598.8953-.8347.1947-.0475.5006-.3836.3672-.6703.1529-.06.4121-.3902.2433-.6198Z"></path><path fill="#ecc658" stroke-width="0" d="m10.4517,14.5338c.0693.2191.2616.2494.3829.2451-.2353.2666.2863.74.5402.6167-.0111.2213.4696.376.6082.2391-.0075.2313.6396.3311.7307.1477.185.2345.6727.0627.7321-.0302l-.0892-.6262c.4937-.3249.1204-2.1535.1024-2.2416-3.0893.095,2.768-1.1407-4.2772-2.6826l-.0009-.0012c-1.3198-.0669-5.3561-2.1074-4.01-.353-.1336.2864.1728.6231.3672.6703-.2034.475.7072.78.8954.8347-.1097.6514.9089.7728,1.1312.8718-.1683.5473.671.6136.9671.705-.1576.4596.6199.6065.8439.6604-.1037.5312.889.5457,1.1359.572-.0526.0663-.1168.192-.0599.3719Z"></path><path fill="#ecc658" stroke-width="0" d="m13.6024,18.4097c-.0899-.2336.8879-.525.9747-.9285-.0341-.2824-.9994-1.4318-1.1329-1.5954-.0724.4779-.5254.7732-.9447,1.2746-.3418.3454-.1086,1.2208-.5528,1.4002.0398.0029.0741.0069.1212.0066-.3037.5644-.8424.1857-1.3924.4619-.2254.0819-.5017.8423-.1779.9419.0086.0863.125.2084.2448.1736.2316.2988,1.0041.0796,1.0485-.3625.062-.3159.1166-.3475.1694-.3779.321-.1599.6268-.338,1.0108-.479-.0005.0565.0223.1363.043.1904.0589-.3692.4044-.0847.5885-.7058Z"></path><path fill="#ecc658" stroke-width="0" d="m18.0676,18.1343c-.2432-1.1404-1.2794-.3202-1.6379.4146-.1277-.1415-.3319-.1415-.4596,0-.359-.7359-1.3949-1.554-1.6379-.4146-.8621.8589-1.4585,1.4333-.9064,1.804-.0136.2316.1952.371.3691.332-.0264.2235.1255.3955.3057.3795-.011.2551.1648.4454.3684.415.0221.2844.257.4221.4647.3312-.049.5667.6005.5816.7484.1659-.0101.9852,1.0459.9849,1.0357.0001.1482.4161.7973.4001.7484-.166.2079.0908.4423-.0465.4647-.3312.2037.0302.3792-.1598.3683-.415.1807.0157.3318-.1559.3057-.3795.1742.0389.3826-.1003.3692-.332.5519-.3706-.0442-.9449-.9064-1.804Z"></path><path fill="#ecc658" stroke-width="0" d="m21.7537,19.0562c-.5258-.3329-1.1217.0939-1.4218-.489.0467.0003.0817-.0038.1212-.0066-.444-.1788-.2111-1.0551-.5529-1.4002-.4181-.5004-.874-.7979-.9445-1.2751-.2383.4043-1.8463,1.7945-.6404,2.0492.6437.3513.4993.8995.8845.9495.1942.0867.1419.1219.185.2349.0207-.055.0445-.1365.0439-.1938.3847.1416.6895.3188,1.0108.479.0528.0304.1073.062.1694.3778.0447.4426.8164.661,1.0485.3627.1197.0349.2364-.0874.2448-.1736.3096-.0784.0627-.8423-.1486-.9148Z"></path><path fill="#fff" stroke-width="0" d="m16.1999,18.8919s3.0714-1.361,3.0791-4.5096h-6.1581c.0077,3.1486,3.0791,4.5096,3.0791,4.5096Z"></path><path fill="#971e35" stroke-width="0" d="m13.5945,14.3822v2.0118s.2353.4666.4737.7592v-2.771h-.4737Zm.9474,0v3.3163s.2962.2905.4737.4305v-3.7468h-.4737,0Zm.9474,0v4.0992s.338.2183.4737.2899v-4.3891h-.4737Z"></path><path fill="#971e35" stroke-width="0" d="m18.8052,14.3822v2.0118s-.2353.4666-.4737.7592v-2.771h.4737Zm-.9474,0v3.3163s-.2962.2905-.4737.4305v-3.7468h.4737Zm-.9474,0v4.0992s-.338.2183-.4737.2899v-4.3891h.4737Z"></path><path fill="#387fbf" stroke-width="0" d="m21.246,20.7293l.065-.1234-.1696-.2904.0544-.2225.1493-.1897.0007-.0096c.0034-.0504-.0119-.0941-.0349-.1309h0s-.0025-.0041-.0025-.0041c0-.0001-.0002-.0003-.0003-.0005l-.0068-.0109c-.091-.1456-.266-.1477-.275-.1477h-.0191s-.2272.4404-.2272.4404l-.443-.0014-.184.3496-.1134-.0279-1.3306,1.5563.7014.0529.1238.7324.41-.4795-.0987.4169.6444-.3008.4358.5854.4816-2.034-.1613-.1607Z"></path><path fill="#51914c" stroke-width="0" d="m11.4802,19.6848l-.0171.001c-.3576.0209-.3516.3104-.3515.3133l.0003.0075.0036.0065c.0017.003.1695.3064.3442.6056.3486.5971.3949.6188.4235.6188.0011,0,.0022,0,.0033,0,.014-.0004.026-.0084.0322-.0213.015-.0316.0407-.0335.0425-.0336.4295.0094.4974-.0715.508-.0966l.0068-.0161-.9958-1.3851Z"></path><path fill="#1a2663" stroke-width="0" d="m19.2789,12.0947s-1.5071.7884-3.0791-.0646c-1.5719.853-3.0791.0646-3.0791.0646v2.2875h6.1581v-2.2875Z"></path><path fill="#387fbf" stroke-width="0" d="m6.6465,13.9669c.1228.0559.2289.1041.2302.2297.0005.0515-.015.1258-.0472.2272l-.7372,2.3102-.7379-2.3102c-.0309-.097-.0468-.1736-.0472-.2278-.0009-.1139.0852-.1602.2258-.2263l.1454-.0687h-1.5688l.1527.0636c.11.0458.1895.0789.2282.153.0208.0399.0655.149.123.3252l1.0021,3.0626c.0511.157.062.2185.062.2424.0004.1302-.0761.1844-.2368.25l-.1472.0601h1.6339s-.2253-.0613-.2253-.0613c-.2673-.0727-.2355-.2321-.2341-.2386l.0005-.0027c.0072-.0489.0239-.1319.0624-.2498l1.0021-3.0627c.0575-.1765.1022-.2855.123-.3252.041-.0784.1242-.1117.2296-.1539l.1566-.0627h-1.5396l.1441.0657Z"></path><path fill="#387fbf" stroke-width="0" d="m27.4959,17.838c-.0172-.0278-.026-.0702-.026-.126v-3.4676c0-.054.0085-.0956.0252-.1235.0131-.022.0922-.1193.2117-.1589l.1837-.0608h-1.5011l.1482.0601c.1161.0471.1974.1348.2139.1614.0166.0269.025.0678.025.1216v3.4676c0,.0558-.0084.0978-.025.1246-.0141.0229-.0945.1071-.2151.162l-.131.0596h1.4287l-.1236-.0593c-.1156-.0555-.1969-.1321-.2146-.1608Z"></path></g>'}}},"unordered-list-2":{name:"unordered-list-2",keywords:["list-unordered","unordered-list-2","text","line","font","letter","typography","list","bullet","unordered","more","menu","sort"],heights:{16:{width:16,path:'<g fill="currentColor"><path fill="currentColor" d="M14.02 8.68h-6.68a0.67 0.67 0 0 1 0-1.34h6.68a0.67 0.67 0 0 1 0 1.34z"></path><path fill="currentColor" d="M14.02 4h-6.68a0.67 0.67 0 0 1 0-1.33h6.68a0.67 0.67 0 0 1 0 1.33z"></path><path fill="currentColor" d="M3.34 6.45a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="currentColor" d="M3.34 1.78a1.56 1.56 0 1 0 0 3.12 1.56 1.56 0 1 0 0-3.12z"></path><path fill="currentColor" d="M3.34 11.13a1.56 1.56 0 1 0 0 3.11 1.56 1.56 0 1 0 0-3.12z"></path><path fill="currentColor" d="M14.02 13.35h-6.68a0.67 0.67 0 0 1 0-1.33h6.68a0.67 0.67 0 0 1 0 1.33z"></path></g>'},20:{width:20,path:'<g fill="currentColor"><path fill="currentColor" d="M17.48 10.82h-8.32a0.83 0.83 0 0 1 0-1.66h8.32a0.83 0.83 0 0 1 0 1.66z"></path><path fill="currentColor" d="M17.48 5h-8.32a0.83 0.83 0 0 1 0-1.67h8.32a0.83 0.83 0 0 1 0 1.67z"></path><path fill="currentColor" d="M4.16 8.05a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path><path fill="currentColor" d="M4.16 2.22a1.94 1.94 0 1 0 0 3.89 1.94 1.94 0 1 0 0-3.89z"></path><path fill="currentColor" d="M4.16 13.88a1.94 1.94 0 1 0 0 3.88 1.94 1.94 0 1 0 0-3.88z"></path><path fill="currentColor" d="M17.48 16.65h-8.32a0.83 0.83 0 0 1 0-1.66h8.32a0.83 0.83 0 0 1 0 1.66z"></path></g>'},24:{width:24,path:'<g fill="currentColor"><path fill="currentColor" d="M20.98 12.98h-9.99a1 1 0 0 1 0-1.99h9.99a1 1 0 0 1 0 1.99z"></path><path fill="currentColor" d="M20.98 6h-9.99a1 1 0 0 1 0-2h9.99a1 1 0 0 1 0 2z"></path><path fill="currentColor" d="M4.99 9.66a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 1 0 0-4.66z"></path><path fill="currentColor" d="M4.99 2.66a2.33 2.33 0 1 0 0 4.67 2.33 2.33 0 1 0 0-4.67z"></path><path fill="currentColor" d="M4.99 16.66a2.33 2.33 0 1 0 0 4.65 2.33 2.33 0 1 0 0-4.65z"></path><path fill="currentColor" d="M20.98 19.98h-9.99a1 1 0 0 1 0-1.99h9.99a1 1 0 0 1 0 1.99z"></path></g>'},32:{width:32,path:'<g fill="currentColor"><path fill="currentColor" d="M28.04 17.36h-13.35a1.33 1.33 0 0 1 0-2.67h13.35a1.33 1.33 0 0 1 0 2.67z"></path><path fill="currentColor" d="M28.04 8.01h-13.35a1.33 1.33 0 0 1 0-2.67h13.35a1.33 1.33 0 0 1 0 2.67z"></path><path fill="currentColor" d="M6.67 12.9a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="currentColor" d="M6.67 3.56a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="currentColor" d="M6.67 22.25a3.12 3.12 0 1 0 0 6.23 3.12 3.12 0 1 0 0-6.23z"></path><path fill="currentColor" d="M28.04 26.7h-13.35a1.33 1.33 0 0 1 0-2.67h13.35a1.33 1.33 0 0 1 0 2.67z"></path></g>'}}},uruguay:{name:"uruguay",keywords:["flag","uruguay"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#fff" rx="4" ry="4"></rect><path fill="#1334a3" d="M1 19H31V22H1z"></path><path fill="#1334a3" d="M30.859,25H1.141c.446,1.722,1.997,3,3.859,3H27c1.862,0,3.412-1.278,3.859-3Z"></path><path fill="#1334a3" d="M15 13H31V16H15z"></path><path fill="#1334a3" d="M30.859,7H15v3H31v-2c0-.347-.058-.679-.141-1Z"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M5,4h11v15H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#f6d44a" d="M12.069,12.513c-.297-.079-.647-.171-1.068-.558l2.499-.454-2.63-.478c1.254-.479,.94-1.372,2.211-1.297-1.136-.692-1.321,.327-2.492,.328l1.446-2.088-2.183,1.512c.572-1.248-.326-1.62,.632-2.471-1.292,.314-.703,1.165-1.53,1.994l-.454-2.499-.476,2.619c-.48-1.188-1.381-.955-1.299-2.2-.692,1.136,.327,1.321,.328,2.492l-2.088-1.446,1.509,2.18c-1.247-.57-1.618,.33-2.468-.628,.314,1.292,1.165,.703,1.994,1.53l-2.499,.454,2.613,.475c-1.27,.479-.917,1.373-2.194,1.3,1.014,.684,1.366-.31,2.492-.328l-1.446,2.088,2.181-1.51c-.577,1.253,.329,1.616-.63,2.47,1.292-.314,.703-1.165,1.53-1.994l.454,2.499,.476-2.621c.479,1.266,1.372,.926,1.299,2.202,.692-1.136-.327-1.321-.328-2.492l2.088,1.446-1.511-2.182c1.236,.559,1.619-.324,2.47,.631-.137-.613-.514-.917-.926-.972Z"></path></g>'}}},user:{name:"user",keywords:["person","user","profile","account","avatar","single"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 1.56a2.45 2.45 0 1 0 0 4.89 2.45 2.45 0 1 0 0-4.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.25 13.81c0.77-0.24 1.17-1.09 0.84-1.82-0.86-1.95-2.81-3.31-5.08-3.31s-4.22 1.36-5.08 3.31c-0.32 0.73 0.08 1.58 0.84 1.82a14.1 14.1 0 0 0 8.48 0z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 1.94a3.05 3.05 0 1 0 0 6.11 3.05 3.05 0 1 0 0-6.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.28 17.22c0.95-0.3 1.46-1.36 1.05-2.27-1.08-2.43-3.51-4.13-6.34-4.13s-5.26 1.7-6.34 4.13c-0.41 0.92 0.1 1.97 1.05 2.27a17.58 17.58 0 0 0 10.58 0z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 2.33a3.66 3.66 0 1 0 0 7.31 3.66 3.66 0 1 0 0-7.31z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.3 20.64c1.14-0.36 1.74-1.62 1.26-2.72-1.29-2.91-4.2-4.95-7.59-4.95s-6.3 2.03-7.59 4.95c-0.49 1.1 0.12 2.36 1.26 2.72a21.07 21.07 0 0 0 12.66 0z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 3.12a4.9 4.9 0 1 0 0 9.79 4.9 4.9 0 1 0 0-9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.5 27.62c1.53-0.48 2.34-2.17 1.68-3.64-1.73-3.9-5.62-6.62-10.16-6.62s-8.44 2.72-10.16 6.62c-0.65 1.47 0.15 3.16 1.68 3.64a28.2 28.2 0 0 0 16.96 0z"></path></g>'}}},"user-plus":{name:"user-plus",keywords:["person-add","user-plus","person","user","profile","account","avatar","single","plus","add","create","new"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 6.45a2.45 2.45 0 1 0 0-4.89 2.45 2.45 0 0 0 0 4.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 13.13h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 10.9v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.87 9.5a5.46 5.46 0 0 0-2.86-0.82 5.55 5.55 0 0 0-5.08 3.31c-0.32 0.73 0.08 1.58 0.84 1.82a14.1 14.1 0 0 0 4.24 0.65c0.2 0 0.38-0.02 0.57-0.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 8.05a3.05 3.05 0 1 0 0-6.11 3.05 3.05 0 0 0 0 6.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 16.37h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.37 13.6v5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.56 11.85a6.82 6.82 0 0 0-3.57-1.03 6.93 6.93 0 0 0-6.34 4.13c-0.41 0.92 0.1 1.97 1.05 2.27a17.58 17.58 0 0 0 5.29 0.82c0.25 0 0.48-0.02 0.71-0.03"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 9.64a3.66 3.66 0 1 0 0-7.31 3.66 3.66 0 0 0 0 7.31z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 19.62h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.62 16.29v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.25 14.2a8.17 8.17 0 0 0-4.28-1.23 8.3 8.3 0 0 0-7.59 4.95c-0.49 1.1 0.12 2.36 1.26 2.71a21.07 21.07 0 0 0 6.33 0.98c0.3 0 0.57-0.02 0.86-0.04"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 12.9a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 26.25h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.25 21.8v8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.74 19.01a10.93 10.93 0 0 0-5.72-1.65 11.11 11.11 0 0 0-10.16 6.62c-0.65 1.47 0.15 3.16 1.68 3.64a28.2 28.2 0 0 0 8.48 1.3c0.4 0 0.77-0.03 1.15-0.05"></path></g>'}}},"user-star":{name:"user-star",keywords:["user-star","person","user","star","bookmark","favorite","like","profile"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 6.45a2.45 2.45 0 1 0 0-4.89 2.45 2.45 0 0 0 0 4.89z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 9.63l0.89 1.81 2 0.29-1.45 1.41 0.35 1.99-1.79-0.94-1.79 0.94 0.34-1.99-1.44-1.41 1.99-0.29 0.9-1.81z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.61 8.93a5.39 5.39 0 0 0-1.6-0.25 5.55 5.55 0 0 0-5.08 3.31c-0.32 0.73 0.08 1.58 0.84 1.82 1.06 0.33 2.45 0.63 4.09 0.65"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 8.05a3.05 3.05 0 1 0 0-6.11 3.05 3.05 0 0 0 0 6.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 12.01l1.12 2.26 2.49 0.36-1.8 1.76 0.42 2.48-2.23-1.17-2.23 1.17 0.43-2.48-1.8-1.76 2.49-0.36 1.11-2.26z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.98 11.13a6.72 6.72 0 0 0-1.99-0.31 6.93 6.93 0 0 0-6.34 4.13c-0.41 0.92 0.1 1.97 1.05 2.27 1.32 0.42 3.05 0.78 5.1 0.81"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 9.64a3.66 3.66 0 1 0 0-7.31 3.66 3.66 0 0 0 0 7.31z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 14.39l1.33 2.7 2.99 0.44-2.16 2.11 0.51 2.97-2.67-1.4-2.67 1.4 0.51-2.97-2.16-2.11 2.98-0.43 1.34-2.71z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.36 13.34a8.05 8.05 0 0 0-2.39-0.37 8.3 8.3 0 0 0-7.59 4.95c-0.49 1.1 0.12 2.36 1.26 2.71 1.58 0.5 3.66 0.94 6.1 0.97"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 12.9a4.9 4.9 0 1 0 0-9.79 4.9 4.9 0 0 0 0 9.79z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 19.26l1.78 3.62 4 0.58-2.89 2.82 0.68 3.98-3.57-1.88-3.58 1.88 0.68-3.98-2.89-2.82 4-0.58 1.79-3.62z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.21 17.85a10.78 10.78 0 0 0-3.19-0.49 11.11 11.11 0 0 0-10.16 6.62c-0.65 1.47 0.15 3.16 1.68 3.64 2.11 0.67 4.9 1.26 8.17 1.29"></path></g>'}}},"user-substitution":{name:"user-substitution",keywords:["user-substitution","person","user","profile","arrows","switch","swap","change","account","avatar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.06 6.45a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 5.56l1.78 1.78-1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 7.34h-4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.79 10.01l-1.78 1.78 1.78 1.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 11.79h4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.61 9.42a4.81 4.81 0 0 0-2.55-0.74 4.89 4.89 0 0 0-4.37 2.69c-0.36 0.7 0.02 1.56 0.77 1.82 0.92 0.32 2.14 0.61 3.6 0.61 0.74 0 1.39-0.09 1.99-0.21"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.56 8.05a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 6.94l2.22 2.22-2.22 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.15 9.16h-5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.71 12.49l-2.22 2.22 2.22 2.22"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 14.71h5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.73 11.75a6 6 0 0 0-3.17-0.93c-2.38 0-4.44 1.37-5.45 3.35-0.44 0.88 0.03 1.95 0.96 2.28 1.14 0.4 2.67 0.76 4.49 0.76 0.92 0 1.73-0.11 2.48-0.26"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.05 9.64a2.99 2.99 0 1 0 0-5.98 2.99 2.99 0 0 0 0 5.98z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 8.31l2.66 2.66-2.66 2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.94 10.97h-6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M17.62 14.96l-2.66 2.66 2.66 2.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 17.62h6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.86 14.08a7.19 7.19 0 0 0-3.81-1.11c-2.85 0-5.32 1.64-6.52 4.01-0.53 1.05 0.04 2.34 1.15 2.73 1.37 0.48 3.2 0.91 5.37 0.91 1.1 0 2.07-0.14 2.98-0.31"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.12 12.9a4 4 0 1 0 0-8 4 4 0 0 0 0 8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 11.13l3.56 3.55-3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.71 14.69h-8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 20.02l-3.56 3.56 3.56 3.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 23.59h8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.21 18.84a9.62 9.62 0 0 0-5.09-1.48c-3.82 0-7.12 2.19-8.74 5.37-0.71 1.41 0.05 3.13 1.55 3.65 1.84 0.64 4.29 1.22 7.19 1.21 1.47 0 2.78-0.18 3.98-0.41"></path></g>'}}},"users-3":{name:"users-3",keywords:["people","users-3","person","user","profile","arrows","switch","swap","change","account","avatar"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M5.79 6.23a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.38 12.97c0.74-0.26 1.13-1.12 0.77-1.83a4.89 4.89 0 0 0-8.73 0c-0.36 0.7 0.02 1.56 0.77 1.83 0.92 0.32 2.14 0.61 3.59 0.6 1.45 0 2.68-0.29 3.6-0.6z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.61 13.3c0.45-0.1 0.87-0.21 1.22-0.34 0.74-0.26 1.13-1.12 0.77-1.82a4.9 4.9 0 0 0-2.88-2.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10 6.21c0.08 0.01 0.15 0.02 0.24 0.02a2 2 0 1 0 0-4c-0.08 0-0.16 0.01-0.24 0.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.22 7.77a2.5 2.5 0 1 0 0-4.99 2.5 2.5 0 0 0 0 4.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.7 16.17c0.93-0.32 1.41-1.4 0.96-2.27a6.1 6.1 0 0 0-10.89 0c-0.44 0.88 0.03 1.95 0.96 2.27 1.14 0.4 2.67 0.76 4.49 0.76 1.81 0 3.34-0.36 4.48-0.76z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.72 16.59c0.56-0.12 1.08-0.27 1.53-0.42 0.93-0.32 1.41-1.39 0.96-2.27a6.11 6.11 0 0 0-3.59-3.06"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.47 7.74c0.1 0.01 0.19 0.03 0.3 0.03a2.5 2.5 0 1 0 0-4.99c-0.1 0-0.2 0.02-0.3 0.02"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M8.64 9.31a2.99 2.99 0 1 0 0-5.99 2.99 2.99 0 0 0 0 5.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.02 19.38c1.11-0.39 1.68-1.67 1.15-2.73a7.31 7.31 0 0 0-13.05 0c-0.53 1.05 0.04 2.34 1.15 2.73 1.37 0.47 3.2 0.91 5.38 0.9 2.17 0 4-0.43 5.37-0.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.84 19.88c0.67-0.15 1.29-0.32 1.83-0.51 1.11-0.39 1.68-1.67 1.15-2.72a7.32 7.32 0 0 0-4.3-3.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.95 9.28c0.12 0.01 0.23 0.03 0.35 0.03a2.99 2.99 0 1 0 0-5.98c-0.12 0-0.23 0.02-0.35 0.03"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.57 12.46a4 4 0 1 0 0-8.01 4 4 0 0 0 0 8.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.76 25.93c1.49-0.52 2.25-2.24 1.54-3.64a9.78 9.78 0 0 0-17.46 0c-0.71 1.41 0.05 3.13 1.54 3.64 1.84 0.64 4.29 1.22 7.19 1.22 2.9 0 5.36-0.58 7.19-1.22z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.22 26.6c0.89-0.2 1.73-0.43 2.44-0.67 1.49-0.52 2.25-2.24 1.54-3.64a9.8 9.8 0 0 0-5.75-4.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 12.42c0.15 0.02 0.31 0.04 0.47 0.04a4 4 0 1 0 0-8.01c-0.16 0-0.31 0.02-0.47 0.04"></path></g>'}}},uzbekistan:{name:"uzbekistan",keywords:["flag","uzbekistan"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#4498b3" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#55b44b" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#be2a2c" d="M1 12H31V13H1z"></path><path fill="#be2a2c" d="M1 19H31V20H1z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M7.417,6.51c-.127-.021-.257-.033-.39-.033-1.291,0-2.338,1.047-2.338,2.338s1.047,2.338,2.338,2.338c.133,0,.263-.012,.39-.033-1.105-.186-1.948-1.146-1.948-2.305s.843-2.119,1.948-2.305Z"></path><path fill="#fff" d="M9.741 10.181L9.564 9.635 9.387 10.181 8.813 10.181 9.277 10.518 9.1 11.063 9.564 10.726 10.028 11.063 9.851 10.518 10.315 10.181 9.741 10.181z"></path><path fill="#fff" d="M12.899 10.181L12.722 9.635 12.544 10.181 11.971 10.181 12.435 10.518 12.258 11.063 12.722 10.726 13.186 11.063 13.009 10.518 13.473 10.181 12.899 10.181z"></path><path fill="#fff" d="M12.722 6.477L12.544 7.023 11.971 7.023 12.435 7.36 12.258 7.905 12.722 7.568 13.186 7.905 13.009 7.36 13.473 7.023 12.899 7.023 12.722 6.477z"></path></g>'}}},vanuatu:{name:"vanuatu",keywords:["flag","vanuatu"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#009641" stroke-width="0" d="m1,24c0,2.2092,1.7908,4,4,4h22c2.2092,0,4-1.7908,4-4v-9H1v9Z"></path><path fill="#d30931" stroke-width="0" d="m27,4H5c-2.2092,0-4,1.7908-4,4v8h30v-8c0-2.2092-1.7908-4-4-4Z"></path><path stroke-width="0" d="m31,14H13.5L2.3157,5.0526c-.8029.7316-1.3157,1.7755-1.3157,2.9474v16c0,1.1719.5128,2.2158,1.3157,2.9474l11.1843-8.9474h17.5v-4Z"></path><path fill="#fdcf09" stroke-width="0" d="m1.419,6.2555c-.1569.316-.2714.6534-.3392,1.0106l10.9182,8.7339L1.0798,24.7335c.0677.3571.1822.6946.3391,1.0106l11.5558-9.2441h18.0254v-1H12.9746L1.419,6.2555Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#fdcf09" stroke-width="0" d="m4.804,17.7604v1.0485c.9122,0,2.7024-.699,2.7024-2.9496s-1.7789-2.6683-2.4807-2.6683c-.7998,0-2.3358.598-2.3358,2.2506,0,1.8414,1.7306,2.0119,2.0715,2.0119s1.6197-.3069,1.4748-1.6879c0,.3922-.4433,1.2191-1.3725,1.2191s-1.5089-.6905-1.5089-1.3725.5626-1.5942,1.543-1.5942,1.6964.8695,1.6964,1.7476-.6905,1.9948-1.7902,1.9948Z"></path></g>'}}},"vatican-city":{name:"vatican-city",keywords:["flag","vatican","city"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="m19,4h12v24h-12c-2.2077,0-4-1.7923-4-4V8c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 23 16)"></path><path fill="#fff301" stroke-width="0" d="m5,4h11v24H5c-2.2077,0-4-1.7923-4-4V8c0-2.2077,1.7923-4,4-4Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#ffcd19" stroke-width="0" d="m28.4205,13.7653c.3085-.283-.3179-.5811-.3429-.1638-.1059-.0467-.2488.0106-.3269.1101-.1068-.0274-.1976.028-.2097.1361-.7177.4972-1.4866,1.1866-2.1821,1.7231-.1117.0849-.4432.3577-.5594.4483-.1297-.0369-.2327.0435-.2254.1806l-.8563.6862c-.1228-.0924-.237-.1261-.2992-.0763-.0543-.026-.2305.0593-.1337.151-.156,1.1057-2.0843.8283-2.2507,1.9135-.0766-.1243-.3346.0123-.3126.1545-.3115-.232-.402.2452-.1515.3902-.4476-.4032-1.1579-.4774-1.6801-.1742.0996-.1817-.1602-.2225-.2421-.0848.1148-.8025-.9631.0638-.1558.1242-.1479.0481-.18.3105.0276.2556-.421.4649-.4985,1.1534-.1912,1.7003-.1781-.1019-.2254.1568-.0858.2411-.7973-.1127.0592.9609.1265.1587.0505.1359.2785.1821.2622-.0063.5811.5991,1.268.7784,1.9344.3531.0112.6492.8747-.033.245-.1939.5466-.5198.5475-1.2383.1502-1.8837.1012.2621.5127.1081.3501-.141.1535.076.3181-.2407.2208-.2697,1.0409.1187,1.3997-1.9922,2.3608-1.7847.114.0499.1914-.034.1833-.0799.0621-.0498.0547-.1685-.008-.3086l.8599-.6821c.1232.0393.2361-.0448.2259-.1792l.3866-.3067c.2482.2756.455-.0939.6032-.2889.0047.6146-.3681.9207.1946,1.3741.0081.0256.1502-.1033.1616-.1037-.0514.272.0572.5346.3686.5188.0078-.0142.6776-.5264.6781-.5447-.0172-.138.0852-.3794-.1458-.3694-.0172-.0045-.3839-.5393-.4101-.5177-.1158.0695-.197.1964-.1517.3336l-.0901.0665-.1631-.1902c.2522-.0414.2017-.4364.0699-.5814l.1437-.1255.0528.0634c-.0341.1187.0203.281.1193.3534.0553-.0568.1914-.2149.1507-.3054l.0778-.0665.1191.1685c-.3991.2639.1595.8535.4458.9462.0255-.0038.6468-.5686.661-.5872.0393-.1926-.0439-.4581-.1936-.5879-.008-.0272-.1449.1134-.1535.1131.075-.244-.1677-.5841-.3162-.7537-.0093-.025-.1291.0935-.1389.094-.0073-.0723.0115-.3311-.067-.375.1945-.0884.4611-.2149.2861-.4585.016-.0176.0293-.037.0396-.0578.1039.0132.1818-.0689.1771-.175.1118-.0547.1998-.1716.1802-.295.0627.0162.1292.0012.1806-.0397Z"></path><path fill="#bfc0c1" stroke-width="0" d="m28.0945,21.6666c-.0128-.1572-.1981-.2587-.3373-.1855.1385-.0823.0946-.3419-.0858-.2411.3072-.5469.2297-1.2354-.1913-1.7003.2077.0549.1753-.2077.0276-.2556.8075-.0608-.2709-.9265-.1558-.1242-.082-.1378-.3415-.0969-.2422.0847-.2351-.1318-.5034-.1973-.7764-.1862l.0005.0116-.0005-.0116c-.3363.0138-.6541.1427-.9036.3605.2531-.1461.1531-.6226-.1515-.3903.0218-.142-.2362-.2787-.3126-.1543-.133-1.0789-2.2019-.8309-2.2278-1.9334.0295-.1138-.1054-.1429-.1567-.1312-.0622-.0496-.1763-.016-.2991.0764l-.8563-.6863c.0073-.137-.0957-.2175-.2254-.1806-.1181-.0921-.4461-.3622-.5594-.4483-.6956-.5367-1.4642-1.2258-2.1821-1.7231-.0121-.108-.1028-.1635-.2096-.1361-.0781-.0995-.221-.1568-.3269-.1101-.1274-.5978-.7731.2146-.1623.2035-.0196.1234.0685.2403.1802.295-.0047.1061.0731.1882.1771.175.0104.0208.0237.0401.0396.0578-.1749.2436.0916.3701.2861.4585-.0784.0428-.0599.304-.067.3749-.0113,0-.1286-.1193-.139-.0941-.1487.1701-.3908.5094-.316.7537-.1742-.2286-.2306.0188-.3448.1425-.0081.0056.0005.3246-.0022.3323.0132.02.6361.5815.661.5872.2862-.0929.8449-.6821.4458-.9462l.1191-.1685.0778.0665c-.0407.0901.0954.2494.1509.3055.0987-.0727.1533-.2349.119-.3534l.0529-.0634.1437.1255c-.1318.145-.1822.5401.0699.5814l-.1631.1902-.0901-.0665c.0451-.1374-.0358-.2642-.1517-.3336-.026-.0206-.3933.5128-.4101.5177-.2299-.0098-.1294.2305-.1457.3694-.003.0152.6736.5344.6781.5447.3103.0157.4203-.2458.3686-.5179.0102-.001.1536.128.1613.1034.5612-.4531.1944-.7584.1967-1.3722.1477.1942.3543.5613.6015.2863l.3862.3063c-.0096.1366.1031.218.2264.1796l.8599.6821c-.0628.1402-.0702.259-.0079.3087-.0168.0803.1761.1536.2096.0105,1.0577.1255,1.2571,1.8861,2.3344,1.854-.1053.0969.0865.3251.2208.2697-.1626.2495.2493.4028.3502.1409-.3975.6453-.3965,1.3641.1501,1.8838-.63.1613.2341.8427.245.1939.6665.4254,1.3532.246,1.9344-.3531-.0169.1896.2133.1401.2622.0063-.0791.3516.5016.3852.4638.0269Z"></path><path fill="#ffcd19" stroke-width="0" d="m24.4661,16.316c.1237-.2739-.4566-.9727-.524-1.5511-.1644.0194-.4376.1012-.6667.0976-.3049.147.5319,1.9226.7581,1.7768.016.0495.4161-.3293.4326-.3233Z"></path><path fill="#ffcd19" stroke-width="0" d="m21.5329,16.9714c-.0034-.0029-.008-.0031-.0121-.0014-.2074-.1851-.4847-.4211-.7783-.3462-.1181-1.0127.4951-2.759.1573-3.8208-.4531-.9056-1.2654-.9263-1.8812-.0168l-.0171-.0168s0,0,0,0c-.0755-.0659-.2095.1233-.0763.1712-.0809.0027-.638.1951-.3715.257-.0437.1152.0068.122.1094.1093-.1098.1106-.0417.109.0735.1069-.0183.0429-.0763.1329.0211.0809.0151.0763-.0381.1473.078.1478-.021.0843.0058.1089.0899.0961-.0043.0547-.018.1168.0615.1005-.0182.0656-.0268.1127.06.0908.0064.3418.4505-.2934.5149-.3615.078.1644.3071.0207.1537-.0948.107-.0923.2198-.1914.3812-.3258-.0304,1.359-1.0991,4.2185,1.0768,4.0022.1081.0005.5488-.0498.3591-.1785Z"></path><path fill="#ffcd19" stroke-width="0" d="m22.838,14.869c-.2789-.0121-.5082-.0359-.7614-.1105-.2575.7405-.4403,1.2591-.6324,1.4714.0393.0601.4487.3969.522.4101.4153-.0575.7217-1.2011.8718-1.771Z"></path><path fill="#ffcd19" stroke-width="0" d="m27.521,13.172c-.0108-.1483-.3442-.1949-.4453-.2316.1334-.0479-.001-.2372-.0762-.1712,0,0,0,0,0,0l-.0362.0357c-.2658-.2933-.6237-.7443-.996-.7514h0c-1.8406.6339-.49,3.265-.7091,4.57-.3166-.0707-.5546.1534-.7792.3458-.2233.1152.2367.1869.3477.1805,2.1679.2162,1.1126-2.6191,1.0798-3.9774.1357.1224.2494.2315.3527.3267-.1018.1264.1205.2091.1798.0691.0651.0689.508.7028.5148.3615.087.0221.0781-.0255.06-.0908.0795.0165.0657-.046.0614-.1005.0844.0129.1108-.012.0899-.0961.1163-.0006.0628-.0714.078-.1478.0975.0521.0393-.0383.0211-.0809.1157.0022.183.0035.0736-.1069.103.0128.1528.0057.1094-.1093.0102-.0057.0883.0018.0738-.0255Z"></path><path fill="#ffcd19" stroke-width="0" d="m24.7821,12.4501c-.0295-.0279-.1229.0432-.1627.0444-.0211-.1406-.0638-.17-.1319-.0035-.0699-.522-.2692-.3962-.2496-.8382.099-.0124.1351-.1526.0543-.2111.0573-.2201.1614-.5851-.035-.269-.1474-.046-.2462-.0886-.3075.0646-.1992-.3326-.4694-.5476-.7623-.6122-.001-.0614-.0136-.1601-.0756-.2169.0016-.0013-.0192-.2469-.0188-.2486.2211.0464.2455.0086.2243-.2093.0096-.0244-.2193.0164-.2242.0111.0372-.2051.0237-.251-.1953-.225-.0241-.0098.0149.2202.0097.225-.2211-.0464-.2452-.0084-.2242.2093-.009.0246.219-.0165.2243-.0111.0004.0013-.0203.2476-.0188.2485-.0623.0569-.0748.1558-.0758.2169-.293.0646-.5632.2795-.7625.6121-.0608-.2439-.2948.0473-.3681-.1475-.1107-.2003-.018.2277.0261.3534-.0772.0589-.0419.1944.0538.2088.0202.4431-.1795.3159-.2493.8398-.0679-.1664-.111-.1383-.1321.003-.3602-.1676.0002.2221-.0822.3483-.0595.116.2139.027.2498.078-.0024.1164-.3649.5915-.0078.5289.0026.0405-.0471.0836-.0705.1035-.1559-.0616-.0275.1166.051.2303-.1388.0783-.0052.2932.1269.2026.0353.2347-.2143.6378.2342.4755-.0229.016-.0408.0326-.0537.0496-.1081.042-.1017.1574.0113.1511.2457.3026,2.0749.3026,2.3206,0,.111.0066.1201-.1064.0146-.1497-.0119-.0171-.0289-.0338-.0509-.0499.4445.1589.1902-.2469.2283-.4766.1333.0969.2714-.1256.1265-.2022.0785-.1137.2074-.2923.0512-.2306-.0234-.0199-.0733-.0631-.0706-.1037.3572.0628-.0045-.4108-.0079-.5287.0406-.0405.2203.0081.2576-.0353-.0803-.1479.0886-.2659.0727-.4355Z"></path></g>'}}},venezuela:{name:"venezuela",keywords:["flag","venezuela"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#091e79" d="M1 11H31V21H1z"></path><path fill="#f7cf46" d="M5,4H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z"></path><path fill="#bf2c30" d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#fff" d="M10.207 17.715L10.022 17.068 9.792 17.701 9.119 17.677 9.649 18.092 9.419 18.724 9.977 18.348 10.508 18.762 10.322 18.115 10.88 17.739 10.207 17.715z"></path><path fill="#fff" d="M11.463 16.039L11.557 15.373 11.089 15.857 10.484 15.561 10.8 16.156 10.331 16.639 10.994 16.523 11.31 17.118 11.404 16.451 12.068 16.335 11.463 16.039z"></path><path fill="#fff" d="M13.195 14.795L13.469 14.18 12.886 14.517 12.386 14.066 12.526 14.725 11.943 15.061 12.612 15.132 12.752 15.79 13.026 15.175 13.696 15.245 13.195 14.795z"></path><path fill="#fff" d="M15.034 13.832L14.718 13.238 14.624 13.904 13.961 14.021 14.566 14.316 14.472 14.983 14.94 14.499 15.545 14.794 15.229 14.199 15.697 13.715 15.034 13.832z"></path><path fill="#fff" d="M22.351 18.092L22.881 17.677 22.208 17.701 21.978 17.068 21.793 17.715 21.12 17.739 21.678 18.115 21.492 18.762 22.023 18.348 22.581 18.724 22.351 18.092z"></path><path fill="#fff" d="M21.006 16.523L21.669 16.639 21.2 16.156 21.516 15.561 20.911 15.857 20.443 15.373 20.537 16.039 19.932 16.335 20.596 16.451 20.69 17.118 21.006 16.523z"></path><path fill="#fff" d="M19.388 15.132L20.057 15.061 19.474 14.725 19.614 14.066 19.114 14.517 18.531 14.18 18.805 14.795 18.304 15.245 18.974 15.175 19.248 15.79 19.388 15.132z"></path><path fill="#fff" d="M17.376 13.904L17.282 13.238 16.966 13.832 16.303 13.715 16.771 14.199 16.455 14.794 17.06 14.499 17.528 14.983 17.434 14.316 18.039 14.021 17.376 13.904z"></path></g>'}}},video:{name:"video",keywords:["video-camera","video","camera","record","movie","film","meeting"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 7.12l3.79-2.08a0.45 0.45 0 0 1 0.66 0.39v5.17a0.45 0.45 0 0 1-0.66 0.39l-3.79-2.09"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.34 3.34h5.78q1.78 0 1.78 1.78v5.78q0 1.78-1.78 1.78h-5.78q-1.78 0-1.78-1.78v-5.78q0-1.78 1.78-1.78z"></path><path fill="currentColor" d="M4.23 5.34a0.67 0.67 0 1 0 0 1.33 0.67 0.67 0 1 0 0-1.33z" data-stroke="none"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.6 8.88l4.72-2.6a0.56 0.56 0 0 1 0.83 0.49v6.44a0.56 0.56 0 0 1-0.83 0.49l-4.72-2.6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.16 4.16h7.22q2.22 0 2.22 2.22v7.22q0 2.22-2.22 2.22h-7.22q-2.22 0-2.22-2.22v-7.22q0-2.22 2.22-2.22z"></path><path fill="currentColor" d="M5.27 6.66a0.83 0.83 0 1 0 0 1.67 0.83 0.83 0 1 0 0-1.67z" data-stroke="none"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.29 10.64l5.67-3.11a0.67 0.67 0 0 1 0.98 0.58v7.72a0.67 0.67 0 0 1-0.98 0.59l-5.67-3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M4.99 4.99h8.64q2.66 0 2.66 2.66v8.64q0 2.66-2.66 2.66h-8.64q-2.66 0-2.66-2.66v-8.64q0-2.66 2.66-2.66z"></path><path fill="currentColor" d="M6.32 7.98a1 1 0 1 0 0 2 1 1 0 1 0 0-2z" data-stroke="none"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.8 14.24l7.59-4.17a0.89 0.89 0 0 1 1.31 0.78v10.34a0.89 0.89 0 0 1-1.31 0.78l-7.59-4.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.67 6.67h11.57q3.56 0 3.56 3.56v11.57q0 3.56-3.56 3.56h-11.57q-3.56 0-3.56-3.56v-11.57q0-3.56 3.56-3.56z"></path><path fill="currentColor" d="M8.46 10.68a1.33 1.33 0 1 0-0.01 2.67 1.33 1.33 0 1 0 0-2.67z" data-stroke="none"></path></g>'}}},vietnam:{name:"vietnam",keywords:["flag","vietnam"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#c93728" rx="4" ry="4"></rect><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#ff5" d="M18.008 16.366L21.257 14.006 17.241 14.006 16 10.186 14.759 14.006 10.743 14.006 13.992 16.366 12.751 20.186 16 17.825 19.249 20.186 18.008 16.366z"></path></g>'}}},volume:{name:"volume",keywords:["volume","control","sound","music","audio","speaker"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M7.12 5.12h-3.34a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h3.34l4.88 3.12a0.45 0.45 0 0 0 0.68-0.37v-11.28a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.9 6.4h-4.18a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h4.18l6.1 3.9a0.56 0.56 0 0 0 0.85-0.47v-14.1a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M10.65 7.66h-5a1.99 1.99 0 0 0-1.99 1.99v4.67a1.99 1.99 0 0 0 1.99 2h5l7.3 4.67a0.67 0.67 0 0 0 1.02-0.57v-16.88a0.67 0.67 0 0 0-1.02-0.55l-7.3 4.67z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.16 10.19h-6.65a2.65 2.65 0 0 0-2.64 2.64v6.22a2.65 2.65 0 0 0 2.64 2.66h6.65l9.71 6.21a0.89 0.89 0 0 0 1.36-0.76v-22.45a0.89 0.89 0 0 0-1.36-0.73l-9.71 6.21z"></path></g>'}}},"volume-disabled":{name:"volume-disabled",keywords:["volume-disabled","volume","control","sound","music","audio","speaker","mute","disabled"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 3.52v-1.15a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12h-2.45a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h2.45l4.88 3.13a0.45 0.45 0 0 0 0.68-0.38v-1.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 5.12a2.89 2.89 0 1 0 0 5.78 2.89 2.89 0 1 0 0-5.78z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.41 10.06l4.09-4.09"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.51 4.4v-1.44a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9h-3.06a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h3.06l6.1 3.91a0.56 0.56 0 0 0 0.85-0.48v-1.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.58 6.4a3.61 3.61 0 1 0 0 7.23 3.61 3.61 0 1 0 0-7.23z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.01 12.58l5.11-5.12"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.97 5.26v-1.72a0.67 0.67 0 0 0-1.01-0.55l-7.31 4.67h-3.66a1.99 1.99 0 0 0-1.98 1.99v4.67a1.99 1.99 0 0 0 1.98 2h3.66l7.31 4.68a0.67 0.67 0 0 0 1.01-0.58v-1.73"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.65 7.66a4.32 4.32 0 1 0 0 8.66 4.32 4.32 0 1 0 0-8.66z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.57 15.06l6.11-6.14"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.91 7v-2.29a0.89 0.89 0 0 0-1.34-0.73l-9.73 6.21h-4.86a2.65 2.65 0 0 0-2.64 2.64v6.22a2.65 2.65 0 0 0 2.64 2.66h4.86l9.73 6.22a0.89 0.89 0 0 0 1.34-0.77v-2.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.8 10.19a5.75 5.75 0 1 0 0 11.52 5.75 5.75 0 1 0 0-11.52z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.71 20.03l8.12-8.17"></path></g>'}}},"volume-down":{name:"volume-down",keywords:["volume-down","quiet","volume","control","sound","music","decrease","audio","speaker","mute","lower"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.23 5.12h-2.89a1.33 1.33 0 0 0-1.34 1.33v3.12a1.33 1.33 0 0 0 1.34 1.33h2.89l4.88 3.12a0.45 0.45 0 0 0 0.68-0.37v-11.28a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.02 6.75a1.78 1.78 0 0 1 0 2.52"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M7.79 6.4h-3.62a1.66 1.66 0 0 0-1.67 1.66v3.9a1.66 1.66 0 0 0 1.68 1.67h3.61l6.1 3.9a0.56 0.56 0 0 0 0.85-0.47v-14.1a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.52 8.44a2.23 2.23 0 0 1 0 3.15"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.33 7.66h-4.34a1.99 1.99 0 0 0-2 1.99v4.67a1.99 1.99 0 0 0 2.02 2h4.32l7.3 4.67a0.67 0.67 0 0 0 1.02-0.57v-16.88a0.67 0.67 0 0 0-1.02-0.55l-7.3 4.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.97 10.1a2.67 2.67 0 0 1 0 3.78"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.41 10.19h-5.77a2.65 2.65 0 0 0-2.66 2.64v6.22a2.65 2.65 0 0 0 2.68 2.66h5.75l9.71 6.21a0.89 0.89 0 0 0 1.35-0.76v-22.45a0.89 0.89 0 0 0-1.35-0.73l-9.71 6.21z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.89 13.43a3.55 3.55 0 0 1 0 5.03"></path></g>'}}},"volume-minus":{name:"volume-minus",keywords:["volume-minus","volume","minus","control","sound","down","music","decrease","audio","speaker"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 5.34v-2.97a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12h-2.45a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h2.45l4.88 3.13a0.45 0.45 0 0 0 0.68-0.38v-2.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 8.01h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.51 6.67v-3.71a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9h-3.06a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h3.06l6.1 3.91a0.56 0.56 0 0 0 0.85-0.48v-3.71"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.19 10.01h-5.57"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.97 7.98v-4.44a0.67 0.67 0 0 0-1.01-0.55l-7.31 4.67h-3.66a1.99 1.99 0 0 0-1.98 1.99v4.67a1.99 1.99 0 0 0 1.98 2h3.66l7.31 4.68a0.67 0.67 0 0 0 1.01-0.58v-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.97 11.98h-6.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.91 10.61v-5.9a0.89 0.89 0 0 0-1.34-0.73l-9.73 6.21h-4.86a2.65 2.65 0 0 0-2.64 2.64v6.22a2.65 2.65 0 0 0 2.64 2.66h4.86l9.73 6.22a0.89 0.89 0 0 0 1.34-0.77v-5.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.55 15.93h-8.87"></path></g>'}}},"volume-off":{name:"volume-off",keywords:["volume-off","volume","sound","control","disabled","down","music","silent","audio","speaker","slash"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 4.58v-2.21a0.45 0.45 0 0 0-0.69-0.37l-4.88 3.12h-3.33a1.33 1.33 0 0 0-1.34 1.33v3.12a1.33 1.33 0 0 0 1.34 1.33h2.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.39 12l3.16 2.02a0.45 0.45 0 0 0 0.69-0.37v-5.36"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 14.02l12.46-12.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.3 5.72v-2.76a0.56 0.56 0 0 0-0.86-0.46l-6.1 3.9h-4.17a1.66 1.66 0 0 0-1.67 1.66v3.9a1.66 1.66 0 0 0 1.67 1.67h2.93"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.49 15l3.95 2.52a0.56 0.56 0 0 0 0.86-0.46v-6.7"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.06 17.52l15.58-15.02"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.32 6.84v-3.3a0.67 0.67 0 0 0-1.03-0.55l-7.31 4.67h-4.99a1.99 1.99 0 0 0-2 1.98v4.68a1.99 1.99 0 0 0 2 2h3.51"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.55 17.96l4.74 3.01a0.67 0.67 0 0 0 1.02-0.55v-8.02"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 20.97l18.65-17.98"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.37 9.1v-4.39a0.89 0.89 0 0 0-1.37-0.73l-9.73 6.21h-6.63a2.65 2.65 0 0 0-2.66 2.63v6.23a2.65 2.65 0 0 0 2.66 2.66h4.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.69 23.89l6.31 4a0.89 0.89 0 0 0 1.35-0.73v-10.67"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.87 27.89l24.8-23.91"></path></g>'}}},"volume-plus":{name:"volume-plus",keywords:["volume-plus","volume","sound","control","up","music","increase","plus","audio","speaker","higher"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 5.34v-2.97a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12h-2.45a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h2.45l4.88 3.13a0.45 0.45 0 0 0 0.68-0.38v-2.97"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.13 5.79v4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M15.35 8.01h-4.45"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.51 6.67v-3.71a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9h-3.06a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h3.06l6.1 3.91a0.56 0.56 0 0 0 0.85-0.48v-3.71"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.41 7.24v5.56"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M19.19 10.01h-5.57"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.97 7.98v-4.44a0.67 0.67 0 0 0-1.01-0.55l-7.31 4.67h-3.66a1.99 1.99 0 0 0-1.98 1.99v4.67a1.99 1.99 0 0 0 1.98 2h3.66l7.31 4.68a0.67 0.67 0 0 0 1.01-0.58v-4.44"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M19.64 8.67v6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M22.97 11.98h-6.67"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.91 10.61v-5.9a0.89 0.89 0 0 0-1.34-0.73l-9.73 6.21h-4.86a2.65 2.65 0 0 0-2.64 2.64v6.22a2.65 2.65 0 0 0 2.64 2.66h4.86l9.73 6.22a0.89 0.89 0 0 0 1.34-0.77v-5.91"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.12 11.53v8.85"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.55 15.93h-8.87"></path></g>'}}},"volume-up":{name:"volume-up",keywords:["volume-up","volume","sound","control","up","down","music","increase","audio","speaker","higher"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.45 5.12h-2.45a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h2.45l4.88 3.12a0.45 0.45 0 0 0 0.68-0.37v-11.28a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.38 6.75a1.78 1.78 0 0 1 0 2.52"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.11 5.02a4.23 4.23 0 0 1 0 5.98"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M5.56 6.4h-3.06a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h3.06l6.1 3.9a0.56 0.56 0 0 0 0.85-0.47v-14.1a0.56 0.56 0 0 0-0.85-0.46l-6.1 3.9z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.48 8.44a2.23 2.23 0 0 1 0 3.15"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M17.64 6.27a5.29 5.29 0 0 1 0 7.48"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M6.65 7.66h-3.66a1.99 1.99 0 0 0-1.98 1.99v4.67a1.99 1.99 0 0 0 1.98 2h3.66l7.31 4.67a0.67 0.67 0 0 0 1.01-0.57v-16.88a0.67 0.67 0 0 0-1.01-0.55l-7.31 4.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.53 10.1a2.67 2.67 0 0 1 0 3.78"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.12 7.5a6.34 6.34 0 0 1 0 8.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.84 10.19h-4.86a2.65 2.65 0 0 0-2.64 2.64v6.22a2.65 2.65 0 0 0 2.64 2.66h4.86l9.73 6.21a0.89 0.89 0 0 0 1.34-0.76v-22.45a0.89 0.89 0 0 0-1.34-0.73l-9.73 6.21z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.64 13.43a3.55 3.55 0 0 1 0 5.03"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.09 9.98a8.43 8.43 0 0 1 0 11.91"></path></g>'}}},"volume-xmark":{name:"volume-xmark",keywords:["volume-xmark","volume","sound","control","disabled","music","off","mute","audio","speaker","silent","xmark","x"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.35 6.45l3.11 3.12"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.9 3.83v-1.46a0.45 0.45 0 0 0-0.68-0.37l-4.88 3.12h-2.45a1.33 1.33 0 0 0-1.33 1.33v3.12a1.33 1.33 0 0 0 1.33 1.33h2.45l4.88 3.12a0.45 0.45 0 0 0 0.68-0.37v-1.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.46 6.45l-3.11 3.12"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M14.19 8.06l3.89 3.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.63 4.79v-1.83a0.56 0.56 0 0 0-0.86-0.46l-6.1 3.9h-3.06a1.66 1.66 0 0 0-1.66 1.66v3.9a1.66 1.66 0 0 0 1.66 1.67h3.06l6.1 3.9a0.56 0.56 0 0 0 0.85-0.47v-1.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M18.08 8.06l-3.89 3.9"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.99 9.64l4.65 4.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M16.32 5.74v-2.2a0.67 0.67 0 0 0-1.03-0.55l-7.31 4.67h-3.66a1.99 1.99 0 0 0-1.99 1.99v4.67a1.99 1.99 0 0 0 1.99 2h3.66l7.3 4.67a0.67 0.67 0 0 0 1.02-0.57v-2.17"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M21.64 9.64l-4.65 4.68"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.6 12.82l6.18 6.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.71 7.63v-2.92a0.89 0.89 0 0 0-1.37-0.73l-9.73 6.21h-4.86a2.65 2.65 0 0 0-2.65 2.64v6.22a2.65 2.65 0 0 0 2.65 2.66h4.86l9.71 6.21a0.89 0.89 0 0 0 1.36-0.76v-2.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.78 12.82l-6.18 6.23"></path></g>'}}},wales:{name:"wales",keywords:["flag","wales"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="m31,8c0-2.2092-1.7908-4-4-4H5c-2.2092,0-4,1.7908-4,4v9h30v-9Z"></path><path fill="#02b33e" stroke-width="0" d="m5,28h22c2.2092,0,4-1.7908,4-4v-8H1v8c0,2.2092,1.7908,4,4,4Z"></path><path stroke-width="0" d="m5,28h22c2.2091,0,4-1.7908,4-4V8c0-2.2092-1.7909-4-4-4H5c-2.2092,0-4,1.7908-4,4v16c0,2.2092,1.7908,4,4,4ZM2,8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#b62b35" stroke-width="0" d="m26.9099,13.8992c-.7614-3.5477.2003-3.4472-2.7858-.6869.341.0437.9014.0083,1.2249-.0504l-.2766.664c-2.68-1.6272-3.6771,2.735-.4368,1.5007-.9053,1.4629-3.3693.0031-4.645.2922.3528-.5016,1.177-.8994,1.7908-.6923-.9421-1.1362.1611-2.3453,1.5841-2.7465-1.5187-.5833-.3564-1.4438.8561-2.4024-1.1255.4652-2.4727.9913-3.0253,1.191h0c-1.1267.4414-1.383-.3047-.8216-1.5057-5.4318,2.5268-4.4192,3.0983-6.0558,5.6367h0c-.9049.5475-2.2138-.4688-.7065-.331-.5455-.7124-1.3511-1.5056.1662-.8067-.0403-.7986-.4689-.6762-.6931-.8237-.183-.5966.455-.5258.8337-.2614.0096-.6996-1.4613-1.1965-.0286-.9737-.2987-.6051-.8804-.361-.9173-.9482l.0358-.0068c-.5061-.2526.4497-.516.8098-.7943-.1268-.0083-.2563-.0049-.3801.0238.1055-.1963.1742-.58.1004-.7625-.0776.2064-.3202.2881-.5971.3706.0946-.2601.162-.5315.0169-.6191-1.5382,1.5381-4.1819.7028-5.8081,2.2247,1.0027-.2129,1.5516-.185,2.0579.4485-.7158.0583-1.4808.0949-2.0292.0708.1866-.1015.2991-.192.4351-.2878-.4401.0689-1.4791-.3378-1.951-.6628.147.629,1.0822,1.6037,1.695,1.7693-.0659-.1376-.1584-.277-.2538-.4199.6509-.0381,1.2765.031,1.9105.0686.1524.4166.1549.8463.4525,1.212-.0164-.3562.1833-.4969.2388-.7924.0505.1101.0742.245.0956.3696.1852-.318.3675-.6029.8672-.7156.0009.0872.032.1721.0876.2392-.2276.125-.3283.3805-.2719.6916-.9615,1.1249-1.2705,2.5611-1.1628,3.8853-3.7381-.7218-.8164-3.2373-1.8786-3.838.2624.4054-.1199.4543-.3521.6933.2111-.5074-.2037-1.3738-.8242-1.1434.6498.1622.1261.8344.1789,1.2683-.2298-.4042-.6852-1.0912-1.2243-.6922.611-.0268.3542.6206.5087.9849.1068.2373.5818.3112.4517.6573-.153.4698-.0516,1.1063-.5413,1.4393-.3449.1622.0677.793-.5758.6983.7081.4766,1.1253-.4499,1.3579-1.0007.4201,1.6786,2.3511,1.9335,2.3523,3.9455.5163-.8056.6801-1.3798,1.714-1.1662-.0235.0935-.0156.1914.0227.28-.1653.0766-.292.3551-.2587.571-.2874.0646-.1912.3854-.3031.6149h-.0004c-.0548.1459-.1486.3015-.3302.4726h0c-1.079,1.0168-2.0318-.9062-2.7107.2352,1.304-.1997-.3135.3696-.3252.8033,1.0264-.6095.4889.196.5025.7421.1218-.502.4964-.2526.8326-.1968.8158-.2619,1.3759-.4138,2.1303-.5497.5279.7066,1.346-.0106,1.7937.4826.0736-.2906-.1818-.5866-.4753-.574-2.0909-.2567.1801-1.6423.7587-2.5164-.0402.5147.477.6762.3684,1.1387.5894-1.3386,1.5719-1.3016,2.7937-1.7004-.2341.9968,1.1814,1.3003,1.8846,1.5527-.1923.0556-.2839.1856-.2788.3952-.1821.0082-.3923.1238-.4157.2628-1.0561.6243-2.4373-1.4092-2.9675-.0044.3248-.4355,1.2164.3115,1.5041.5014-.6024.0511-1.9255-.7583-1.9147.3932.2803-.5575.4655.0193.8183.0358-.1742.152-.3778.3465-.2759.6154.6904-.506,1.8282-.4997,2.5784-.4918.2563-.3739.8804.3854,1.2488.3334.2651-.1336.5425-.27.7343.0822.0423-.7507-.8494-.554-1.3564-.7316.9786-.2554,1.7988-.8382,2.439-1.7328.2155.2115.7003.1498.9273.3749.0187-1.0968-1.1139-.7692-1.7034-1.1914-.983-2.3723,3.052.1535,4.1358-.3933.0151.2135.1745.3515.3089.3765.0988,4.6577-2.1237.0344-2.9089,1.9777.2933-.4216.5142-.0437.7941.1365-.5209-.0071-1.0198.1931-.9524.7118.2325-.4654.8209-.0716,1.2357-.126-.3796.1276-.7441.4304-.6514.8372.7035-.7117,1.8312-.3657,2.6678-.6153.501-.3296.8524.3459,1.2897.2675.1961-.1827.4737-.0405.5651.2011.1039-.286-.1299-.6118-.4305-.6143-1.6705-.3445.1674-2.2293-.5985-3.3029.3125.239.7732.4331,1.08.425-.421-1.0209-1.7958-1.1711-2.6619-1.8092,2.8056.1111,3.4306-2.0183,3.5541-4.1535.2244.2927.62.5772.9959.7149l-.0246-.047Z"></path></g>'}}},"western-sahara":{name:"western-sahara",keywords:["flag","western","sahara"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" stroke-width="0" d="M1 11H31V21H1z"></path><path stroke-width="0" d="m5,4h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z"></path><path fill="#027b3b" stroke-width="0" d="m5,20h22c2.2077,0,4,1.7923,4,4v4H1v-4c0-2.2077,1.7923-4,4-4Z" transform="rotate(180 16 24)"></path><path fill="#c50a14" stroke-width="0" d="m2.2711,26.9105l12.7289-10.9105L2.2711,5.0895c-.7781.7298-1.2711,1.7595-1.2711,2.9105v16c0,1.151.4929,2.1807,1.2711,2.9105Z"></path><path stroke-width="0" d="m27,4H5c-2.2091,0-4,1.7908-4,4v16c0,2.2092,1.7909,4,4,4h22c2.2092,0,4-1.7908,4-4V8c0-2.2092-1.7908-4-4-4Zm3,20c0,1.6543-1.3457,3-3,3H5c-1.6543,0-3-1.3457-3-3V8c0-1.6543,1.3457-3,3-3h22c1.6543,0,3,1.3457,3,3v16Z" opacity=".15"></path><path fill="#fff" stroke-width="0" d="m27,5H5c-1.6569,0-3,1.3431-3,3v1c0-1.6569,1.3431-3,3-3h22c1.6569,0,3,1.3431,3,3v-1c0-1.6569-1.3431-3-3-3Z" opacity=".2"></path><path fill="#c50a14" stroke-width="0" d="m18.2109,16c0-1.8132,1.2996-3.322,3.0179-3.6482-.2257-.0428-.4583-.0662-.6964-.0662-2.0514,0-3.7143,1.663-3.7143,3.7143s1.663,3.7143,3.7143,3.7143c.2382,0,.4707-.0233.6964-.0662-1.7183-.3261-3.0179-1.8349-3.0179-3.6482Z"></path><path fill="#c50a14" stroke-width="0" d="m19.5354,18.2491l1.5838-1.1322,1.5714,1.1493-.5873-1.8562,1.5787-1.1394-1.9468-.015-.5958-1.8535-.6158,1.8469-1.9469-.0061,1.5662,1.1564-.6075,1.8497h0Z"></path></g>'}}},wind:{name:"wind",keywords:["wind","weather","breeze","air","AC","heat","hvac"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 8.01h9.34a1.78 1.78 0 1 1-1.7 2.31"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 10.9h3.78a1.78 1.78 0 1 1-1.7 2.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2.45 5.12h7.12a1.78 1.78 0 1 0-1.7-2.32"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 9.99h11.66a2.22 2.22 0 1 1-2.12 2.89"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 13.6h4.72a2.22 2.22 0 1 1-2.12 2.88"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M3.05 6.38h8.88a2.22 2.22 0 1 0-2.12-2.88"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 11.97h13.96a2.66 2.66 0 1 1-2.54 3.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 16.29h5.65a2.66 2.66 0 1 1-2.54 3.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M3.66 7.65h10.64a2.66 2.66 0 1 0-2.54-3.46"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 16.02h18.69a3.56 3.56 0 1 1-3.4 4.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 21.8h7.56a3.56 3.56 0 1 1-3.4 4.63"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.9 10.23h14.23a3.56 3.56 0 1 0-3.39-4.62"></path></g>'}}},wrench:{name:"wrench",keywords:["tools","wrench","preferences","settings","tool","maintenance","configure","repair","service","technician","mechanic"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.46 14.46v-2.35a5.56 5.56 0 0 0 3.11-4.99 5.56 5.56 0 0 0-3.56-5.19v4.52a0.89 0.89 0 0 1-0.89 0.89h-2.22a0.89 0.89 0 0 1-0.89-0.89v-4.52a5.56 5.56 0 0 0-3.56 5.19 5.56 5.56 0 0 0 3.11 4.99v2.35"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M13.04 18.04v-2.94a6.93 6.93 0 0 0 3.89-6.22 6.93 6.93 0 0 0-4.44-6.47v5.64a1.11 1.11 0 0 1-1.11 1.11h-2.78a1.11 1.11 0 0 1-1.11-1.11v-5.64a6.93 6.93 0 0 0-4.44 6.47 6.93 6.93 0 0 0 3.89 6.22v2.94"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.63 21.61v-3.51a8.31 8.31 0 0 0 4.65-7.46 8.31 8.31 0 0 0-5.32-7.75v6.75a1.33 1.33 0 0 1-1.33 1.33h-3.32a1.33 1.33 0 0 1-1.33-1.33v-6.75a8.31 8.31 0 0 0-5.32 7.75 8.31 8.31 0 0 0 4.65 7.46v3.51"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.91 28.93v-4.71a11.12 11.12 0 0 0 6.23-9.98 11.12 11.12 0 0 0-7.12-10.37v9.04a1.78 1.78 0 0 1-1.78 1.78h-4.45a1.78 1.78 0 0 1-1.78-1.78v-9.04a11.12 11.12 0 0 0-7.12 10.37 11.12 11.12 0 0 0 6.23 9.98v4.71"></path></g>'}}},"wrench-screwdriver-1":{name:"wrench-screwdriver-1",keywords:["wrench-screwdriver-1","preferences","settings","wrench","screwdriver","tools","maintenance","configure","repair","service","technician","mechanic"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.4" d="M6.92 6.92l-2.25-2.25" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M4.67 4.67h-2l-1.33-2 1.33-1.33 2 1.33v2z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M9.59 11.94l2.25 2.26a1.67 1.67 0 0 0 2.36-2.36l-1.18-1.18"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.4" d="M7.59 6.33l-5.63 5.06a1.89 1.89 0 1 0 2.69 2.65l4.94-5.65" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.4" d="M12.12 5.79l-1.88-1.89 2.25-2.25a3.68 3.68 0 1 0-1.47 7.03 3.68 3.68 0 0 0 3.35-5.15l-2.25 2.26z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.6" d="M8.64 8.64l-2.81-2.81" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M5.83 5.83h-2.5l-1.66-2.5 1.66-1.66 2.5 1.66v2.5z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M11.95 14.9l2.81 2.8a2.09 2.09 0 0 0 2.94-2.94l-1.46-1.46"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.6" d="M9.47 7.89l-7.03 6.32a2.35 2.35 0 1 0 3.35 3.31l6.18-7.05" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M15.12 7.22l-2.35-2.36 2.8-2.81a4.58 4.58 0 1 0-1.83 8.77 4.58 4.58 0 0 0 4.19-6.41l-2.81 2.81z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.75" d="M10.35 10.35l-3.37-3.37" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M6.98 6.98h-2.99l-2-2.99 2-2 2.99 2v2.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M14.32 17.85l3.37 3.36a2.5 2.5 0 0 0 3.52-3.52l-1.75-1.76"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.75" d="M11.34 9.46l-8.41 7.56a2.82 2.82 0 1 0 4.01 3.97l7.4-8.45" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.75" d="M18.11 8.64l-2.81-2.81 3.36-3.37a5.49 5.49 0 1 0-2.19 10.51 5.49 5.49 0 0 0 5.01-7.69l-3.37 3.37z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M13.85 13.85l-4.5-4.5" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9.35 9.35h-4.01l-2.67-4.01 2.67-2.67 4.01 2.67v4.01z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.17 23.89l4.5 4.5a3.35 3.35 0 0 0 4.72-4.72l-2.35-2.35"></path><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M15.18 12.66l-11.26 10.12a3.77 3.77 0 1 0 5.37 5.31l9.9-11.3" data-cap="butt"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M24.24 11.57l-3.77-3.77 4.5-4.51a7.35 7.35 0 1 0-2.93 14.07 7.35 7.35 0 0 0 6.71-10.29l-4.51 4.5z"></path></g>'}}},"wrench-screwdriver":{name:"wrench-screwdriver",keywords:["wrench-screwdriver","preferences","settings","wrench","screwdriver","tools","maintenance","configure","repair","service","technician","mechanic"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.46 4.9c0-1.37-0.83-2.54-2.01-3.06v3.28h-2.67v-3.28a3.33 3.33 0 0 0-2 3.06c0 1.37 0.83 2.54 2 3.05v5.62c0 0.49 0.4 0.89 0.89 0.89h0.89c0.49 0 0.89-0.4 0.89-0.89v-5.62a3.33 3.33 0 0 0 2-3.05z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 8.23v5.34c0 0.49-0.4 0.89-0.89 0.89h-0.89c-0.49 0-0.89-0.4-0.89-0.89v-5.34"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M10.01 8.23h4.45"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 8.23v-6.23"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.24 4.67l0.89-1.55-0.45-1.56h-0.89l-0.44 1.56 0.89 1.55z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M10.55 6.11c0-1.71-1.03-3.16-2.5-3.81v4.08h-3.33v-4.08a4.15 4.15 0 0 0-2.5 3.8c0 1.71 1.03 3.16 2.5 3.81v7.02c0 0.61 0.5 1.11 1.11 1.11h1.11c0.61 0 1.11-0.5 1.11-1.11v-7.02a4.15 4.15 0 0 0 2.5-3.8z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 10.27v6.66c0 0.61-0.5 1.11-1.11 1.11h-1.11c-0.61 0-1.11-0.5-1.11-1.11v-6.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M12.49 10.27h5.55"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 10.27v-7.77"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.26 5.83l1.11-1.94-0.55-1.95h-1.11l-0.56 1.95 1.11 1.94z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M12.64 7.32c0-2.05-1.23-3.79-3-4.57v4.9h-3.99v-4.9a4.98 4.98 0 0 0-2.99 4.57c0 2.05 1.23 3.79 2.99 4.56v8.4c0 0.73 0.6 1.33 1.33 1.33h1.33c0.73 0 1.33-0.6 1.33-1.33v-8.4a4.98 4.98 0 0 0 3-4.56z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 12.3v7.98c0 0.73-0.6 1.33-1.33 1.33h-1.33c-0.73 0-1.33-0.6-1.33-1.33v-7.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.96 12.3h6.65"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 12.3v-9.31"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.29 6.98l1.33-2.33-0.67-2.32h-1.33l-0.66 2.32 1.33 2.33z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.91 9.79c0-2.74-1.65-5.07-4-6.11v6.56h-5.34v-6.56a6.66 6.66 0 0 0-4.01 6.11c0 2.74 1.65 5.07 4 6.11v11.25c0 0.98 0.8 1.78 1.78 1.78h1.78c0.98 0 1.78-0.8 1.78-1.78v-11.25a6.66 6.66 0 0 0 4.01-6.11z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 16.46v10.68c0 0.98-0.8 1.78-1.78 1.78h-1.78c-0.98 0-1.78-0.8-1.78-1.78v-10.68"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.02 16.46h8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 16.46v-12.46"></path><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.48 9.35l1.78-3.12-0.89-3.11h-1.78l-0.89 3.11 1.78 3.12z"></path></g>'}}},xmark:{name:"xmark",keywords:["x","xmark","close","exit","remove","delete","cross","cancel"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M12.46 3.56l-8.9 8.9"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M3.56 3.56l8.9 8.9"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M15.54 4.44l-11.1 11.1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M4.44 4.44l11.1 11.1"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M18.62 5.32l-13.3 13.3"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M5.32 5.32l13.3 13.3"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.92 7.12l-17.8 17.8"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.12 7.12l17.8 17.8"></path></g>'}}},yemen:{name:"yemen",keywords:["flag","yemen"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#fff" d="M1 11H31V21H1z"></path><path fill="#be2a2c" d="M5,4H27c2.208,0,4,1.792,4,4v4H1V8c0-2.208,1.792-4,4-4Z"></path><path d="M5,20H27c2.208,0,4,1.792,4,4v4H1v-4c0-2.208,1.792-4,4-4Z" transform="rotate(180 16 24)"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path></g>'}}},yoga:{name:"yoga",keywords:["yoga","person","user","fitness","sport","stretch","stretching","meditation","health","exercise","wellness","pilates","gym","studio"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 0.67a1.33 1.33 0 1 0 0 2.67 1.33 1.33 0 1 0 0-2.67z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M13.57 6.01l-1.46 1.46a0.45 0.45 0 0 1-0.63 0l-1.39-1.39a1.78 1.78 0 0 0-1.26-0.52h-1.64a1.78 1.78 0 0 0-1.26 0.52l-1.39 1.39a0.45 0.45 0 0 1-0.63 0l-1.46-1.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.01 11.2a0.89 0.89 0 0 1-0.67 1.48h-2.31a1.25 1.25 0 1 1-0.3-2.46l1.72-0.43v-4"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.57 5.79v4l1.72 0.43a1.25 1.25 0 0 1-0.3 2.46h-0.66"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 14.91h12.02"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 0.83a1.67 1.67 0 1 0 0 3.33 1.67 1.67 0 1 0 0-3.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M16.93 7.49l-1.83 1.83a0.56 0.56 0 0 1-0.78 0l-1.74-1.73a2.22 2.22 0 0 0-1.57-0.65h-2.04a2.22 2.22 0 0 0-1.57 0.65l-1.74 1.73a0.56 0.56 0 0 1-0.78 0l-1.83-1.83"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M9.99 13.97a1.11 1.11 0 0 1-0.83 1.85h-2.88a1.56 1.56 0 1 1-0.38-3.07l2.15-0.54v-5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M11.93 7.22v4.99l2.15 0.54a1.56 1.56 0 0 1-0.38 3.07h-0.82"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 18.59h14.98"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 1a2 2 0 1 0 0 3.99 2 2 0 1 0 0-3.99z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M20.28 8.98l-2.19 2.19a0.67 0.67 0 0 1-0.94 0l-2.07-2.08a2.66 2.66 0 0 0-1.88-0.78h-2.46a2.66 2.66 0 0 0-1.88 0.78l-2.07 2.08a0.67 0.67 0 0 1-0.94 0l-2.19-2.19"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M11.97 16.74a1.33 1.33 0 0 1-1 2.21h-3.45a1.87 1.87 0 1 1-0.45-3.68l2.57-0.64v-5.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M14.3 8.64v5.99l2.57 0.64a1.87 1.87 0 0 1-0.45 3.68h-0.98"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 22.28h17.96"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 1.33a2.67 2.67 0 1 0 0 5.34 2.67 2.67 0 1 0 0-5.33z"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.14 12.02l-2.92 2.92a0.89 0.89 0 0 1-1.26 0l-2.78-2.77a3.56 3.56 0 0 0-2.52-1.05h-3.28a3.56 3.56 0 0 0-2.52 1.05l-2.78 2.77a0.89 0.89 0 0 1-1.26 0l-2.92-2.93"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.02 22.41a1.78 1.78 0 0 1-1.33 2.95h-4.63a2.5 2.5 0 1 1-0.6-4.92l3.44-0.86v-8.01"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.14 11.57v8.01l3.44 0.86a2.5 2.5 0 0 1-0.6 4.93h-1.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 29.82h24.04"></path></g>'}}},"yoga-mat":{name:"yoga-mat",keywords:["yoga-mat","fitness","sport","stretching","stretch","meditation","exercise","yoga","mat","equipment","gym","studio"],heights:{16:{width:16,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M2 10.9a2.23 2.23 0 0 0 2.23 2.23h8.9a0.89 0.89 0 0 0 0.89-0.89v-7.57a0.89 0.89 0 0 0-0.89-0.89h-4.23"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M6.45 4.23v6.67a2.23 2.23 0 1 0-4.45 0v-6.67a2.23 2.23 0 1 1 4.45 0z"></path></g>'},20:{width:20,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M2.5 13.6a2.78 2.78 0 0 0 2.77 2.77h11.1a1.11 1.11 0 0 0 1.11-1.11v-9.43a1.11 1.11 0 0 0-1.11-1.11h-5.27"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M8.05 5.27v8.33a2.78 2.78 0 1 0-5.55 0v-8.33a2.78 2.78 0 1 1 5.55 0z"></path></g>'},24:{width:24,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M2.99 16.29a3.33 3.33 0 0 0 3.33 3.33h13.3a1.33 1.33 0 0 0 1.33-1.33v-11.31a1.33 1.33 0 0 0-1.33-1.33h-6.32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M9.64 6.32v9.97a3.33 3.33 0 1 0-6.65 0v-9.97a3.33 3.33 0 1 1 6.65 0z"></path></g>'},32:{width:32,path:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 21.8a4.45 4.45 0 0 0 4.46 4.45h17.8a1.78 1.78 0 0 0 1.78-1.78v-15.13a1.78 1.78 0 0 0-1.78-1.78h-8.46"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.9 8.46v13.34a4.45 4.45 0 1 0-8.9 0v-13.35a4.45 4.45 0 1 1 8.9 0z"></path></g>'}}},zambia:{name:"zambia",keywords:["flag","zambia"],style:"colored",heights:{32:{width:32,path:'<g><rect width="30" height="24" x="1" y="4" fill="#408926" rx="4" ry="4"></rect><path fill="#e18430" d="M26,15h5v9c0,2.208-1.792,4-4,4h-1V15h0Z"></path><path d="M21 15H26V28H21z"></path><path fill="#cd3421" d="M16 15H21V28H16z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#e18430" d="M29.05,9.151c-.033-.023-.133,.007-.338,.096,.974-.852,.308-.576-.266-.221,1.136-1.025,.014-.539-.544-.163,1.33-1.075-.46-.071-1.163,.157,.603-.638-1.295,.216-1.575,.164-.56,.285-2.011,.147-2.043,.271-.275-.376,.338-.637,.4-.346,.5-.587-1.612-.953-1.61,.23-.602,.132-3.549-1.402-2.402-.357-.682-.337-2.609-1.321-1.301-.077-.708-.356-1.37-.908-.651,.054-.453-.426-.622-.187-.127,.205-.727-.516-.318,.392,.921,.628-.432,.04-.069,.293,.567,.248-1.022,.11,.125,.42,.568,.252-.734,.084-.377,.431,.757,.183-.768,.136-.262,.437,.25,.295-.338,.195,.281,.172,.416,.117-.114,.064-.11,.071-.1,.09,.147,.131,.486-.003,.568-.044-.342,.302,.277,.194,.546,.082-.441,.292,.452,.39,.581,.283-.008,.051-.063,.162,.004,.144h0c.017-.01,.038-.034,.068-.069-.078,.19-.239,.861,.083,.41-.032,.232-.072,.294,.039,.273,.014,.245-.701,.246-.624,.496-.082,.26,.121,.064,.396,.008-.089,.412,.079,.486,.319,.12,.277,.427,.211,.359,.337-.031,.084,.132,.132,.072,.098-.052,.038,.009,.107,.012,.182-.054,.013,.165-.022,.345,.191,.379,.014-.102-.069-.129,.075-.216,.096-.114-.033-.449,.158-.137,.163,.029,.099,.056,.112,.156,.469-.005-.132-.701,.25-.393,.123,.067,.021-.208-.11-.199-.222-.024-.166,.012-.185-.133,.594,.304,.082-.18,.06-.375,.328,.228,.385,.148,.08-.134,.05,.053,.445,.306,.431,.087,.496,.306,.74,.033,.159-.265,.238,.212,1.335,.439,.646-.058,.104,.071,.659-.017,.434-.138,.248-.002,.526-.084,.228-.177,.548-.044,.866-.212,.925-.328,1.44-.166,2.166-1.047,1.717-.929,.29-.251,.49-.363,.473-.53Zm-5.848,3.09c-.181-.038-.188-.155-.163-.371,.285,.324,.07-.507,.148-.775,.351,.355,.153,.939,.359,.903,.081,.288-.167,.156-.344,.244Z"></path></g>'}}},zimbabwe:{name:"zimbabwe",keywords:["flag","zimbabwe"],style:"colored",heights:{32:{width:32,path:'<g><path fill="#c4291c" d="M1 10.857H31V14.286H1z"></path><path d="M1 14.285H31V17.714H1z"></path><path fill="#c4291c" d="M1 17.714H31V21.142999999999997H1z"></path><path fill="#f8d548" d="M1,24c0,.196,.03,.383,.058,.572H30.942c.027-.188,.058-.376,.058-.572v-2.858H1v2.858Z"></path><path fill="#f8d548" d="M1.058,7.428c-.027,.188-.058,.376-.058,.572v2.857H31v-2.857c0-.196-.03-.383-.058-.572H1.058Z"></path><path fill="#2a6318" d="M30.942,24.571H1.058c.279,1.936,1.929,3.429,3.942,3.429H27c2.014,0,3.663-1.493,3.942-3.429Z"></path><path fill="#2a6318" d="M1.058,7.429H30.942c-.279-1.936-1.929-3.429-3.942-3.429H5c-2.014,0-3.663,1.493-3.942,3.429Z"></path><path fill="#fff" d="M2.316,26.947l13.684-10.947L2.316,5.053c-.803,.732-1.316,1.776-1.316,2.947V24c0,1.172,.513,2.216,1.316,2.947Z"></path><path d="M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z" opacity=".15"></path><path fill="#fff" d="M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z" opacity=".2"></path><path fill="#c1291b" d="M8.439 16.569L10.871 14.802 7.865 14.802 6.936 11.942 6.007 14.802 3 14.802 5.432 16.569 4.503 19.428 6.936 17.661 9.368 19.428 8.439 16.569z"></path><path fill="#f7d347" d="M9.072,16.468c-.004-.041-.025-.078-.057-.105-.517-.405-1.56-1.221-2.077-1.625-.014-.168-.04-.506-.054-.674,.005-.463-.587-.845-.901-.404-.231-.037-.543,.128-.407,.39,.068,.01,.197-.01,.267-.01,.232,.105,.142,.578,.169,.773,0,0,.014,.509,.014,.509-.112,.233-.069,.504-.039,.75,.042,.493-.857,.813-.471,1.341,.073,.281,.218,.849,.291,1.131,.538,.06,1.676,.001,2.234,.021,.053,.029,.075-.51,.091-.521,.036-.545,.158-1.132,.672-1.432,.12,.059,.282,.01,.27-.144Z"></path></g>'}}}};function s(){if(a)return i;a=1;var o=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;return i=function(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de","5"===Object.getOwnPropertyNames(o)[0])return!1;for(var r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(o){return r[o]})).join(""))return!1;var e={};return"abcdefghijklmnopqrst".split("").forEach((function(o){e[o]=o})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},e)).join("")}catch(o){return!1}}()?Object.assign:function(e,n){for(var l,i,a=function(o){if(null==o)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}(e),h=1;h<arguments.length;h++){for(var d in l=Object(arguments[h]))r.call(l,d)&&(a[d]=l[d]);if(o){i=o(l);for(var s=0;s<i.length;s++)t.call(l,i[s])&&(a[i[s]]=l[i[s]])}}return a},i}var p,c={apolloToNucleo:{ai:"add-magic","alert-circle":"circle-warning","alert-hex":"octagon-warning","alert-triangle":"triangle-warning",apps:"grid-plus",archive:"box-archive",award:"award-2",briefcase:"suitcase-2","calendar-month":"calendar-grid","calendar-week":"calendar-days","cash-register":"pos","check-circle-fill":"circle-check-1","check-circle":"circle-check",check:"check-2","chevrons-down":"double-chevron-down","chevrons-left":"double-chevron-left","chevrons-right":"double-chevron-right","chevrons-up":"double-chevron-up","circle-slash":"adjust-contrast-2","code-square":"code","comment-alt":"message-writing","comment-check":"message-check","comment-closed":"message-lock","comment-discussion":"messages","comment-minus":"minus","comment-plus":"message-plus","comment-x":"message-lock",comment:"message",dash:"minus","dollar-bill":"money-bill","dollar-sign":"currency-dollar",download:"arrow-down-to-line",drag:"grip-dots",dumbbells:"dumbbell",duplicate:"copy",edit:"compose-2",expand:"arrows-expand","eye-closed":"eye-slash","eye-droper":"eye-dropper",flag:"flag-3",folder:"folder-2",gear:"gear-3",globe:"globe-2","graph-bar":"chart-column",graph:"chart-line",heart:"heart-2",home:"house-4",image:"photo",info:"circle-info","kebab-horizontal":"dots","kebab-vertical":"dots-vertical",law:"scale",layers:"layers-3","left-align":"arrow-left-to-line","light-bulb":"lightbulb",line:"minus","link-external":"arrow-diagonal-out-2","list-ordered":"ordered-list-1","list-unordered":"unordered-list-2",loader:"loader-4",location:"pin-1","mail-check":"envelope-check","mail-closed":"envelope-ban","mail-minus":"envelope-minus","mail-plus":"envelope-plus","mail-x":"envelope-ban",mail:"envelope",megaphone:"bullhorn","minus-circle":"circle-minus",navigation:"pointer",organization:"office-3",package:"cube",paperclip:"paperclip-2",pencil:"pen-2",people:"users-3",percent:"percentage","person-add":"user-plus","person-circle":"circle-user",person:"user","phone-minus":"phone-call-cross","phone-pause":"phone-slash","phone-x":"phone-call-cross","pie-chart":"chart-pie","pin-circle-filled":"pin-circle-fill",play:"circle-caret-right","plus-circle":"circle-plus",printer:"print",question:"circle-question","refresh-cw":"refresh",repeat:"repeat-3","right-align":"arrow-right-to-line","rotate-ccw":"arrow-rotate-anticlockwise-1","rotate-cw":"arrow-rotate-clockwise-1",save:"floppy-disk",search:"magnifier",share:"export","shopping-bag":"bag-shopping-2","shopping-cart":"cart-shopping","sign-in":"open-rect-arrow-in","sign-out":"open-rect-arrow-out",signature:"signature-2","sliders-h":"sliders-3","sliders-v":"sliders-3-vertical",sort:"caret-expand-y","star-fill":"star-1","star-half-fill":"star-half","three-bars":"menu","time-reverse":"history",tools:"wrench",trashcan:"trash","triangle-down":"caret-down","triangle-left":"caret-left","triangle-right":"caret-right","triangle-up":"caret-up",unlock:"lock-open",upload:"arrow-up-from-line","video-camera":"video","x-circle-fill":"circle-xmark-1","x-circle":"circle-xmark",x:"xmark","zoom-in":"magnifier-plus","zoom-out":"magnifier-minus"}},k=(p||(p=1,function(o){const r=d,t=s(),e=c,n=new Set;function l(o,r){n.has(o)||(n.add(o),console.warn(`[octicons] Deprecation warning: Icon name "${o}" is deprecated and will be removed in the next major release. Please use "${r}" instead.`))}for(const o of Object.keys(r)){const e=(r,e,n)=>{const l=[],i=t({},e,n);n&&((n.width||n.height)&&(i.width=n.width?n.width:parseInt(n.height)*e.width/e.height,i.height=n.height?n.height:parseInt(n.width)*e.height/e.width),n.class&&(i.class=`octicon octicon-${o} ${n.class}`,i.class.trim()),n["aria-label"]&&(i["aria-label"]=n["aria-label"],i.role="img",delete i["aria-hidden"]));for(const o of Object.keys(i))l.push(`${o}="${i[o]}"`);return l.join(" ").trim()};r[o].symbol=o;for(const t of Object.keys(r[o].heights))r[o].heights[t].options={version:"1.1",width:r[o].heights[t].width,height:parseInt(t),viewBox:`0 0 ${r[o].heights[t].width} ${t}`,class:`octicon octicon-${o}`,"aria-hidden":"true"};r[o].toSVG=function(t={}){const{height:n,width:l}=t,i=a(Object.keys(r[o].heights),n||l||16);return`<svg ${e(r[o],r[o].heights[i].options,t)}>${r[o].heights[i].path}</svg>`}}const i=new Proxy(r,{get(o,r,t){if("string"!=typeof r)return Reflect.get(o,r,t);if(r in o)return Reflect.get(o,r,t);const n=e.apolloToNucleo[r];return n&&n in o?(l(r,n),Reflect.get(o,n,t)):void 0},has(o,r){if(r in o)return!0;const t=e.apolloToNucleo[r];return t&&t in o},ownKeys:o=>Reflect.ownKeys(o),getOwnPropertyDescriptor:(o,r)=>Reflect.getOwnPropertyDescriptor(o,r)});function a(o,r){return o.map((o=>parseInt(o,10))).reduce(((o,t)=>t<=r?t:o),o[0])}o.exports=i,Object.defineProperty(o.exports,"getIconsByTag",{value:function(o){return Object.values(r).filter((r=>r.keywords&&r.keywords.includes(o)))},enumerable:!1,writable:!1}),Object.defineProperty(o.exports,"getIcon",{value:function(o){if(r[o])return r[o];const t=e.apolloToNucleo[o];return t&&r[t]?(l(o,t),r[t]):void 0},enumerable:!1,writable:!1})}(h)),h.exports),u=l(k);const f=o(class extends r{constructor(o){super(),!1!==o&&this.__registerHost()}render(){var o;let r={};if(void 0!==this.size)if("number"==typeof this.size){const o=this.size<=32?this.size:32;r={width:o,height:o}}else console.warn("[Apollo] xpl-icon: size is not a number, the value passed was ignored. Please change value to a number.");let n="xpl-icon__wrapper ";return this.backgroundColor&&(n+=`xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`),t(e,{key:"485fe60cec37994f94402756a16f068176b1cbbb"},t("figure",{key:"9767c5743a3520c36f7733b7f1bf92847af78eb2",class:n},t("span",{key:"f11637a97e7a0d1a28572743d8facd78c0b902fc","aria-label":this.icon,role:"img",class:"xpl-icon",style:{width:`${r.width}px`,height:`${r.height}px`},innerHTML:null===(o=u.getIcon(this.icon))||void 0===o?void 0:o.toSVG(r)}),t("figcaption",{key:"5293e424f6ef17fc99e7ffad8615861b1ac0443d"},this.icon," icon")))}static get style(){return".xpl-icon{align-items:center;display:grid;justify-content:center}"}},[0,"xpl-icon",{icon:[1],size:[2],backgroundColor:[1,"background-color"]}]);function w(){"undefined"!=typeof customElements&&["xpl-icon"].forEach((o=>{"xpl-icon"===o&&(customElements.get(n(o))||customElements.define(n(o),f))}))}export{f as X,w as d}