@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.243 → 1.1.245

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 (50) hide show
  1. package/IconCircleBanSign/index.js +1 -1
  2. package/IconCircleBanSign/index.js.map +1 -1
  3. package/IconCircleBanSign/index.mjs +1 -1
  4. package/IconCircleBanSign/index.mjs.map +1 -1
  5. package/IconDevices2/index.js +1 -1
  6. package/IconDevices2/index.js.map +1 -1
  7. package/IconDevices2/index.mjs +1 -1
  8. package/IconDevices2/index.mjs.map +1 -1
  9. package/IconMask1/index.d.ts +4 -0
  10. package/IconMask1/index.js +2 -0
  11. package/IconMask1/index.js.map +1 -0
  12. package/IconMask1/index.mjs +2 -0
  13. package/IconMask1/index.mjs.map +1 -0
  14. package/IconMedicalCross/index.d.ts +4 -0
  15. package/IconMedicalCross/index.js +2 -0
  16. package/IconMedicalCross/index.js.map +1 -0
  17. package/IconMedicalCross/index.mjs +2 -0
  18. package/IconMedicalCross/index.mjs.map +1 -0
  19. package/IconMedicalCrossCircle/index.d.ts +4 -0
  20. package/IconMedicalCrossCircle/index.js +2 -0
  21. package/IconMedicalCrossCircle/index.js.map +1 -0
  22. package/IconMedicalCrossCircle/index.mjs +2 -0
  23. package/IconMedicalCrossCircle/index.mjs.map +1 -0
  24. package/IconMedicalCrossSquare/index.d.ts +4 -0
  25. package/IconMedicalCrossSquare/index.js +2 -0
  26. package/IconMedicalCrossSquare/index.js.map +1 -0
  27. package/IconMedicalCrossSquare/index.mjs +2 -0
  28. package/IconMedicalCrossSquare/index.mjs.map +1 -0
  29. package/IconParasol/index.js +1 -1
  30. package/IconParasol/index.js.map +1 -1
  31. package/IconParasol/index.mjs +1 -1
  32. package/IconParasol/index.mjs.map +1 -1
  33. package/IconUnblock/index.d.ts +4 -0
  34. package/IconUnblock/index.js +2 -0
  35. package/IconUnblock/index.js.map +1 -0
  36. package/IconUnblock/index.mjs +2 -0
  37. package/IconUnblock/index.mjs.map +1 -0
  38. package/README.md +12 -4
  39. package/filtered-icons.json +77 -7
  40. package/icons/index.d.ts +5 -0
  41. package/icons-index.json +23 -8
  42. package/index.d.ts +5 -0
  43. package/index.js +1 -1
  44. package/index.js.map +1 -1
  45. package/index.mjs +1 -1
  46. package/index.mjs.map +1 -1
  47. package/license-check.js +1 -1
  48. package/package.json +1 -1
  49. package/skills/central-icons-react-native/SKILL.md +13 -5
  50. package/tsx-icons.json +38 -3
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-filled-radius-3-stroke-2",
21
- version: "1.1.243",
21
+ version: "1.1.245",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.243",
3
+ "version": "1.1.245",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
5
5
 
6
6
  # Central Icons — React Native
7
7
 
8
- This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.243) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2008 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.245) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2013 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
11
11
 
@@ -1015,6 +1015,17 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1015
1015
  - **IconTouch** — touch, tab, click
1016
1016
  - **IconTouchGrass** — touch-grass, nature, logout
1017
1017
 
1018
+ ### Health & Medical
1019
+
1020
+ - **IconInjection** — injection
1021
+ - **IconMask1** — mask, medical-mask, covid
1022
+ - **IconMedicalCross** — medical-cross, first-aid, emergency
1023
+ - **IconMedicalCrossCircle** — medical-cross-circle, first-aid, emergency
1024
+ - **IconMedicalCrossSquare** — medical-cross-square, first-aid, emergency
1025
+ - **IconMedicinePill** — medicine-pill
1026
+ - **IconMedicinePill2** — medicine-pill-2, tablett
1027
+ - **IconMedicineTablett** — medicine-tablett, pill
1028
+
1018
1029
  ### Interface General
1019
1030
 
1020
1031
  - **IconAnchor1** — anchor-1, link
@@ -1207,6 +1218,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1207
1218
  - **IconTrashRounded** — trash-rounded, delete, remove
1208
1219
  - **IconTrial** — trial, try, money-back, test-phase
1209
1220
  - **IconUnarchiv** — unarchiv, unbox
1221
+ - **IconUnblock** — unblock, unban
1210
1222
  - **IconUnpin** — unpin
1211
1223
  - **IconUnpin2** — unpin-2
1212
1224
  - **IconUntrash** — untrash
@@ -1937,7 +1949,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1937
1949
  - **IconGraduateCap2** — graduate-cap-2, study, education, academic, student
1938
1950
  - **IconHermesHelmet** — hermes-helmet
1939
1951
  - **IconInfinity** — infinity, loop, boomerang
1940
- - **IconInjection** — injection
1941
1952
  - **IconJudgeGavel** — judge-gavel, legal, terms, law
1942
1953
  - **IconLab** — lab
1943
1954
  - **IconLifeVest** — life-vest, vest
@@ -1946,9 +1957,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1946
1957
  - **IconMagicLamp** — magic-lamp, wish, agents, genie
1947
1958
  - **IconMakeItPop** — make-it-pop, design
1948
1959
  - **IconMedal** — medal, trophy, badge, winner, win
1949
- - **IconMedicinePill** — medicine-pill
1950
- - **IconMedicinePill2** — medicine-pill-2, tablett
1951
- - **IconMedicineTablett** — medicine-tablett, pill
1952
1960
  - **IconMouth** — mouth, kiss
1953
1961
  - **IconNailedIt** — nailed-it
1954
1962
  - **IconOrganisation** — organisation, organimgram
package/tsx-icons.json CHANGED
@@ -3438,7 +3438,7 @@
3438
3438
  "pathname": "src/IconCircleArrowDown"
3439
3439
  },
3440
3440
  {
3441
- "svg": "<Path d=\"M2 12C2 6.47715 6.47715 2 12 2C14.4013 2 16.6049 2.84637 18.3287 4.25705L4.25705 18.3287C2.84637 16.6049 2 14.4013 2 12Z\" fill=\"currentColor\"/><Path d=\"M5.67127 19.7429C7.39514 21.1536 9.59873 22 12 22C17.5228 22 22 17.5228 22 12C22 9.59873 21.1536 7.39514 19.7429 5.67127L5.67127 19.7429Z\" fill=\"currentColor\"/>",
3441
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C14.7611 2 17.2627 3.12016 19.0713 4.92871C20.8798 6.73726 22 9.23885 22 12C22 17.5228 17.5228 22 12 22C9.23885 22 6.73726 20.8798 4.92871 19.0713C3.12016 17.2627 2 14.7611 2 12C2 6.47715 6.47715 2 12 2ZM7.09473 18.3184C8.44997 19.3721 10.1507 20 12 20C16.4183 20 20 16.4183 20 12C20 10.1507 19.3721 8.44997 18.3184 7.09473L7.09473 18.3184ZM12 4C7.58172 4 4 7.58172 4 12C4 13.8488 4.6274 15.5492 5.68066 16.9043L16.9043 5.68066C15.5492 4.6274 13.8488 4 12 4Z\" fill=\"currentColor\"/>",
3442
3442
  "tags": "Path",
3443
3443
  "componentName": "IconCircleBanSign",
3444
3444
  "iconName": "circle-ban-sign, circle, block, ads",
@@ -4628,7 +4628,7 @@
4628
4628
  "pathname": "src/IconDevices"
4629
4629
  },
4630
4630
  {
4631
- "svg": "<Path d=\"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z\" fill=\"currentColor\"/><Path d=\"M15 20H3.25C2.00736 20 1 18.9926 1 17.75C1 17.3358 1.33579 17 1.75 17H15V20Z\" fill=\"currentColor\"/><Path d=\"M18 3C19.6569 3 21 4.34315 21 6V8H18C16.3431 8 15 9.34315 15 11V16H3V6C3 4.34315 4.34315 3 6 3H18Z\" fill=\"currentColor\"/>",
4631
+ "svg": "<Path d=\"M20 9C21.6569 9 23 10.3431 23 12V18C23 19.6569 21.6569 21 20 21H18C16.3431 21 15 19.6569 15 18V12C15 10.3431 16.3431 9 18 9H20Z\" fill=\"currentColor\"/><Path d=\"M13 18C13 18.9111 13.2452 19.7644 13.6709 20.5H4.5C2.567 20.5 1 18.933 1 17C1 16.4477 1.44772 16 2 16H13V18Z\" fill=\"currentColor\"/><Path d=\"M18 3C19.6569 3 21 4.34315 21 6V7.09961C20.6769 7.03403 20.3424 7 20 7H18C15.2386 7 13 9.23858 13 12V14H3V6C3 4.34315 4.34315 3 6 3H18Z\" fill=\"currentColor\"/>",
4632
4632
  "tags": "Path",
4633
4633
  "componentName": "IconDevices2",
4634
4634
  "iconName": "devices-2, laptop-phone",
@@ -8162,6 +8162,13 @@
8162
8162
  "iconName": "mask, theatre",
8163
8163
  "pathname": "src/IconMask"
8164
8164
  },
8165
+ {
8166
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.9014 3.27489C11.6195 3.06975 12.3805 3.06975 13.0986 3.27489L17.0986 4.41747C18.5657 4.83669 19.641 6.04413 19.9238 7.50047H20C21.7948 7.50047 23.2499 8.95566 23.25 10.7505C23.2498 12.4892 21.8842 13.9087 20.167 13.9956L20 14.0005V14.646C19.9998 16.1608 19.1439 17.5466 17.7891 18.2241L13.7891 20.2241C12.663 20.787 11.337 20.787 10.2109 20.2241L6.21094 18.2241C4.85607 17.5466 4.00016 16.1608 4 14.646V14.0005L3.83301 13.9956C2.11584 13.9087 0.750222 12.4892 0.75 10.7505C0.750128 8.95566 2.20515 7.50047 4 7.50047H4.07617C4.35903 6.04413 5.43426 4.83669 6.90137 4.41747L10.9014 3.27489ZM9 13.0005C8.44775 13.0005 8.00006 13.4482 8 14.0005C8.00019 14.5526 8.44784 15.0005 9 15.0005H15C15.5522 15.0005 15.9998 14.5526 16 14.0005C15.9999 13.4482 15.5522 13.0005 15 13.0005H9ZM3.87207 9.50633C3.24188 9.57039 2.75012 10.1034 2.75 10.7505C2.75022 11.3974 3.24196 11.9296 3.87207 11.9936L4 12.0005V9.50047L3.87207 9.50633ZM20 12.0005L20.1279 11.9936C20.758 11.9296 21.2498 11.3974 21.25 10.7505C21.2499 10.0602 20.6903 9.50047 20 9.50047V12.0005ZM9 9.00047C8.44775 9.00047 8.00006 9.44824 8 10.0005C8.00019 10.5526 8.44784 11.0005 9 11.0005H15C15.5522 11.0005 15.9998 10.5526 16 10.0005C15.9999 9.44824 15.5522 9.00047 15 9.00047H9Z\" fill=\"currentColor\"/>",
8167
+ "tags": "Path",
8168
+ "componentName": "IconMask1",
8169
+ "iconName": "mask, medical-mask, covid",
8170
+ "pathname": "src/IconMask1"
8171
+ },
8165
8172
  {
8166
8173
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.9683 17.2439C18.4742 16.9446 20.6561 15.4006 20.9304 13.9898C21.3625 11.7674 21.3268 8.56632 21.3268 8.56632C21.3268 4.22771 18.4842 2.95599 18.4842 2.95599C17.051 2.29772 14.5899 2.0209 12.033 2H11.9702C9.41328 2.0209 6.95379 2.29772 5.52045 2.95599C5.52045 2.95599 2.67779 4.22771 2.67779 8.56632C2.67779 8.82934 2.67643 9.10599 2.67501 9.39399C2.67108 10.1938 2.66672 11.0812 2.68986 12.0074C2.79308 16.2504 3.46773 20.432 7.39063 21.4703C9.19939 21.9491 10.7523 22.0493 12.003 21.9805C14.2712 21.8548 15.5444 21.1711 15.5444 21.1711L15.4696 19.5254C15.4696 19.5254 13.8488 20.0365 12.0285 19.9742C10.225 19.9124 8.32108 19.7797 8.02939 17.5655C8.00246 17.371 7.98899 17.163 7.98899 16.9446C7.98899 16.9446 9.75939 17.3774 12.003 17.4802C13.375 17.5431 14.6616 17.3998 15.9683 17.2439ZM17.9739 14.1562V8.90285C17.9739 7.82919 17.7006 6.97599 17.1516 6.34477C16.5852 5.71354 15.8436 5.38996 14.9232 5.38996C13.858 5.38996 13.0515 5.79931 12.5183 6.61814L11.9998 7.48717L11.4814 6.61814C10.9481 5.79931 10.1416 5.38996 9.07657 5.38996C8.15602 5.38996 7.41446 5.71354 6.84821 6.34477C6.2991 6.97599 6.02572 7.82919 6.02572 8.90285V14.1562H8.107V9.05726C8.107 7.98241 8.55924 7.43685 9.46383 7.43685C10.464 7.43685 10.9654 8.08402 10.9654 9.36371V12.1547H13.0344V9.36371C13.0344 8.08402 13.5356 7.43685 14.5358 7.43685C15.4404 7.43685 15.8927 7.98241 15.8927 9.05726V14.1562H17.9739Z\" fill=\"currentColor\"/>",
8167
8174
  "tags": "Path",
@@ -8246,6 +8253,27 @@
8246
8253
  "iconName": "medal, trophy, badge, winner, win",
8247
8254
  "pathname": "src/IconMedal"
8248
8255
  },
8256
+ {
8257
+ "svg": "<Path d=\"M13 2C14.6569 2 16 3.34315 16 5V7C16 7.55228 16.4477 8 17 8H19C20.6569 8 22 9.34315 22 11V13C22 14.6569 20.6569 16 19 16H17C16.4477 16 16 16.4477 16 17V19C16 20.6569 14.6569 22 13 22H11C9.34315 22 8 20.6569 8 19V17C8 16.4477 7.55228 16 7 16H5C3.34315 16 2 14.6569 2 13V11C2 9.34315 3.34315 8 5 8H7C7.55228 8 8 7.55228 8 7V5C8 3.34315 9.34315 2 11 2H13Z\" fill=\"currentColor\"/>",
8258
+ "tags": "Path",
8259
+ "componentName": "IconMedicalCross",
8260
+ "iconName": "medical-cross, first-aid, emergency",
8261
+ "pathname": "src/IconMedicalCross"
8262
+ },
8263
+ {
8264
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11 8C10.7239 8 10.5 8.22386 10.5 8.5V10C10.5 10.2761 10.2761 10.5 10 10.5H8.5C8.22386 10.5 8 10.7239 8 11V13C8 13.2761 8.22386 13.5 8.5 13.5H10C10.2761 13.5 10.5 13.7239 10.5 14V15.5C10.5 15.7761 10.7239 16 11 16H13C13.2761 16 13.5 15.7761 13.5 15.5V14C13.5 13.7239 13.7239 13.5 14 13.5H15.5C15.7761 13.5 16 13.2761 16 13V11C16 10.7239 15.7761 10.5 15.5 10.5H14C13.7239 10.5 13.5 10.2761 13.5 10V8.5C13.5 8.22386 13.2761 8 13 8H11Z\" fill=\"currentColor\"/>",
8265
+ "tags": "Path",
8266
+ "componentName": "IconMedicalCrossCircle",
8267
+ "iconName": "medical-cross-circle, first-aid, emergency",
8268
+ "pathname": "src/IconMedicalCrossCircle"
8269
+ },
8270
+ {
8271
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM11 8C10.7239 8 10.5 8.22386 10.5 8.5V10C10.5 10.2761 10.2761 10.5 10 10.5H8.5C8.22386 10.5 8 10.7239 8 11V13C8 13.2761 8.22386 13.5 8.5 13.5H10C10.2761 13.5 10.5 13.7239 10.5 14V15.5C10.5 15.7761 10.7239 16 11 16H13C13.2761 16 13.5 15.7761 13.5 15.5V14C13.5 13.7239 13.7239 13.5 14 13.5H15.5C15.7761 13.5 16 13.2761 16 13V11C16 10.7239 15.7761 10.5 15.5 10.5H14C13.7239 10.5 13.5 10.2761 13.5 10V8.5C13.5 8.22386 13.2761 8 13 8H11Z\" fill=\"currentColor\"/>",
8272
+ "tags": "Path",
8273
+ "componentName": "IconMedicalCrossSquare",
8274
+ "iconName": "medical-cross-square, first-aid, emergency",
8275
+ "pathname": "src/IconMedicalCrossSquare"
8276
+ },
8249
8277
  {
8250
8278
  "svg": "<Path d=\"M17.4789 3.63124C15.3039 1.45625 11.7775 1.45625 9.60252 3.63124L7.3206 5.91316L10.2945 8.88704C11.7349 7.75024 13.5538 7.0718 15.5311 7.0718C16.8073 7.0718 18.0174 7.35438 19.1024 7.86039C19.1817 6.33986 18.6407 4.79313 17.4789 3.63124Z\" fill=\"currentColor\"/><Path d=\"M8.88704 10.2945L5.91316 7.3206L3.63124 9.60252C1.45625 11.7775 1.45625 15.3039 3.63124 17.4789C4.79313 18.6407 6.33986 19.1817 7.86039 19.1024C7.35438 18.0174 7.0718 16.8073 7.0718 15.5311C7.0718 13.5538 7.75024 11.7349 8.88704 10.2945Z\" fill=\"currentColor\"/><Path d=\"M13.3013 9.4568C10.8273 10.3653 9.06223 12.7421 9.06223 15.5311C9.06223 19.1038 11.9584 22 15.5311 22C15.6241 22 15.7167 21.998 15.8088 21.9941L13.3013 9.4568Z\" fill=\"currentColor\"/><Path d=\"M17.7609 21.6054C20.2349 20.697 22 18.3202 22 15.5311C22 11.9584 19.1038 9.06223 15.5311 9.06223C15.4381 9.06223 15.3455 9.06419 15.2534 9.06808L17.7609 21.6054Z\" fill=\"currentColor\"/>",
8251
8279
  "tags": "Path",
@@ -9346,7 +9374,7 @@
9346
9374
  "pathname": "src/IconParagraph"
9347
9375
  },
9348
9376
  {
9349
- "svg": "<Path d=\"M10.1121 13.4942C9.83968 13.7237 9.56313 13.9721 9.29949 14.2312C8.23359 12.0613 7.44796 9.60503 7.05182 7.49879C6.81403 6.23445 6.72604 5.14516 6.7818 4.34752C6.80978 3.94731 6.87122 3.66409 6.94085 3.48312C6.96597 3.41782 6.98789 3.37644 7.00314 3.35176C7.03214 3.35089 7.07893 3.35261 7.14805 3.3635C7.33958 3.39368 7.61558 3.48209 7.97616 3.65796C8.69481 4.00849 9.59418 4.62933 10.5702 5.46744C12.1962 6.86362 13.9306 8.77213 15.2768 10.7802C14.9206 10.8789 14.5673 10.9943 14.2322 11.1154C13.3983 11.4171 12.6021 11.7828 12.0536 12.0995C11.5052 12.4161 10.7903 12.9228 10.1121 13.4942Z\" fill=\"currentColor\"/><Path d=\"M4.76941 5.08691C1.77398 8.21571 1.0626 13.0606 3.33751 17.0009C3.7092 17.6447 4.62845 17.6722 5.03805 17.0519C5.73704 15.9932 6.57339 15.3094 7.43963 14.978C6.31937 12.663 5.50497 10.0893 5.08725 7.8683C4.90063 6.87609 4.78812 5.92805 4.76941 5.08691Z\" fill=\"currentColor\"/><Path d=\"M9.625 2.28377C10.3441 2.72054 11.1089 3.292 11.8748 3.94972C13.5894 5.422 15.4111 7.41411 16.8558 9.54179C17.5759 8.95728 18.5863 8.57489 19.8526 8.4989C20.5947 8.45437 21.0304 7.64448 20.6587 7.00069C18.3838 3.06044 13.8323 1.25405 9.625 2.28377Z\" fill=\"currentColor\"/><Path d=\"M13.9508 13.3838C13.5962 13.5416 13.2869 13.6974 13.0546 13.8315C12.8224 13.9656 12.5328 14.1556 12.2188 14.3838L15.6318 20.2953C15.9079 20.7736 16.5195 20.9375 16.9978 20.6613C17.4761 20.3852 17.64 19.7736 17.3638 19.2953L13.9508 13.3838Z\" fill=\"currentColor\"/>",
9377
+ "svg": "<Path d=\"M10.1121 13.4942C9.83968 13.7237 9.56313 13.9721 9.29949 14.2312C8.23359 12.0613 7.44796 9.60503 7.05182 7.49879C6.81403 6.23445 6.72604 5.14516 6.7818 4.34752C6.80978 3.94731 6.87122 3.66409 6.94085 3.48312C6.96597 3.41782 6.98789 3.37644 7.00314 3.35176C7.03214 3.35089 7.07893 3.35261 7.14805 3.3635C7.33958 3.39368 7.61558 3.48209 7.97616 3.65796C8.69481 4.00849 9.59418 4.62933 10.5702 5.46744C12.1962 6.86362 13.9306 8.77213 15.2768 10.7802C14.9206 10.8789 14.5673 10.9943 14.2322 11.1154C13.3983 11.4171 12.6021 11.7828 12.0536 12.0995C11.5052 12.4161 10.7903 12.9228 10.1121 13.4942Z\" fill=\"currentColor\"/><Path d=\"M4.77331 5.08691C1.77789 8.21571 1.06651 13.0606 3.34142 17.0009C3.71311 17.6447 4.63236 17.6722 5.04195 17.0519C5.74095 15.9932 6.5773 15.3094 7.44354 14.978C6.32328 12.663 5.50888 10.0893 5.09115 7.8683C4.90454 6.87609 4.79202 5.92805 4.77331 5.08691Z\" fill=\"currentColor\"/><Path d=\"M9.625 2.28377C10.3441 2.72054 11.1089 3.292 11.8748 3.94972C13.5894 5.422 15.4111 7.41411 16.8558 9.54179C17.5759 8.95728 18.5863 8.57489 19.8526 8.4989C20.5947 8.45437 21.0304 7.64448 20.6587 7.00069C18.3838 3.06044 13.8323 1.25405 9.625 2.28377Z\" fill=\"currentColor\"/><Path d=\"M13.9508 13.3838C13.5962 13.5416 13.2869 13.6974 13.0546 13.8315C12.8224 13.9656 12.5328 14.1556 12.2188 14.3838L15.6318 20.2953C15.9079 20.7736 16.5195 20.9375 16.9978 20.6613C17.4761 20.3852 17.64 19.7736 17.3638 19.2953L13.9508 13.3838Z\" fill=\"currentColor\"/>",
9350
9378
  "tags": "Path",
9351
9379
  "componentName": "IconParasol",
9352
9380
  "iconName": "parasol,umbrella,vacation",
@@ -13125,6 +13153,13 @@
13125
13153
  "iconName": "unarchiv, unbox",
13126
13154
  "pathname": "src/IconUnarchiv"
13127
13155
  },
13156
+ {
13157
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 13.8484 4.62892 15.5488 5.68164 16.9033L8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.0957 18.3174C8.45045 19.3706 10.1511 20 12 20C16.4183 20 20 16.4183 20 12C20 10.1511 19.3706 8.45045 18.3174 7.0957L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.9033 5.68164C15.5488 4.62892 13.8484 4 12 4Z\" fill=\"currentColor\"/>",
13158
+ "tags": "Path",
13159
+ "componentName": "IconUnblock",
13160
+ "iconName": "unblock, unban",
13161
+ "pathname": "src/IconUnblock"
13162
+ },
13128
13163
  {
13129
13164
  "svg": "<Path d=\"M9.5 6.25C9.5 6.80228 9.05228 7.25 8.5 7.25C7.94772 7.25 7.5 6.80228 7.5 6.25C7.5 5.69772 7.94772 5.25 8.5 5.25C9.05228 5.25 9.5 5.69772 9.5 6.25Z\" fill=\"currentColor\"/><Path d=\"M6 6.25C6 6.80228 5.55228 7.25 5 7.25C4.44772 7.25 4 6.80228 4 6.25C4 5.69772 4.44772 5.25 5 5.25C5.55228 5.25 6 5.69772 6 6.25Z\" fill=\"currentColor\"/><Path d=\"M9.5 17.75C9.5 18.3023 9.05228 18.75 8.5 18.75C7.94772 18.75 7.5 18.3023 7.5 17.75C7.5 17.1977 7.94772 16.75 8.5 16.75C9.05228 16.75 9.5 17.1977 9.5 17.75Z\" fill=\"currentColor\"/><Path d=\"M9.25 3.25C9.25 3.66421 8.91421 4 8.5 4C8.08579 4 7.75 3.66421 7.75 3.25C7.75 2.83579 8.08579 2.5 8.5 2.5C8.91421 2.5 9.25 2.83579 9.25 3.25Z\" fill=\"currentColor\"/><Path d=\"M3 10C3 10.4142 2.66421 10.75 2.25 10.75C1.83579 10.75 1.5 10.4142 1.5 10C1.5 9.58579 1.83579 9.25 2.25 9.25C2.66421 9.25 3 9.58579 3 10Z\" fill=\"currentColor\"/><Path d=\"M3 14C3 14.4142 2.66421 14.75 2.25 14.75C1.83579 14.75 1.5 14.4142 1.5 14C1.5 13.5858 1.83579 13.25 2.25 13.25C2.66421 13.25 3 13.5858 3 14Z\" fill=\"currentColor\"/><Path d=\"M9.25 20.75C9.25 21.1642 8.91421 21.5 8.5 21.5C8.08579 21.5 7.75 21.1642 7.75 20.75C7.75 20.3358 8.08579 20 8.5 20C8.91421 20 9.25 20.3358 9.25 20.75Z\" fill=\"currentColor\"/><Path d=\"M10 10C10 10.8284 9.32843 11.5 8.5 11.5C7.67157 11.5 7 10.8284 7 10C7 9.17157 7.67157 8.5 8.5 8.5C9.32843 8.5 10 9.17157 10 10Z\" fill=\"currentColor\"/><Path d=\"M10 14C10 14.8284 9.32843 15.5 8.5 15.5C7.67157 15.5 7 14.8284 7 14C7 13.1716 7.67157 12.5 8.5 12.5C9.32843 12.5 10 13.1716 10 14Z\" fill=\"currentColor\"/><Path d=\"M6 10C6 10.5523 5.55228 11 5 11C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9C5.55228 9 6 9.44772 6 10Z\" fill=\"currentColor\"/><Path d=\"M6 14C6 14.5523 5.55228 15 5 15C4.44772 15 4 14.5523 4 14C4 13.4477 4.44772 13 5 13C5.55228 13 6 13.4477 6 14Z\" fill=\"currentColor\"/><Path d=\"M6 17.75C6 18.3023 5.55228 18.75 5 18.75C4.44772 18.75 4 18.3023 4 17.75C4 17.1977 4.44772 16.75 5 16.75C5.55228 16.75 6 17.1977 6 17.75Z\" fill=\"currentColor\"/><Path d=\"M12 2C11.4477 2 11 2.44772 11 3V21C11 21.5523 11.4477 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" fill=\"currentColor\"/>",
13130
13165
  "tags": "Path",