@central-icons-react-native/round-filled-radius-2-stroke-1 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 (46) 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/IconMask1/index.d.ts +4 -0
  6. package/IconMask1/index.js +2 -0
  7. package/IconMask1/index.js.map +1 -0
  8. package/IconMask1/index.mjs +2 -0
  9. package/IconMask1/index.mjs.map +1 -0
  10. package/IconMedicalCross/index.d.ts +4 -0
  11. package/IconMedicalCross/index.js +2 -0
  12. package/IconMedicalCross/index.js.map +1 -0
  13. package/IconMedicalCross/index.mjs +2 -0
  14. package/IconMedicalCross/index.mjs.map +1 -0
  15. package/IconMedicalCrossCircle/index.d.ts +4 -0
  16. package/IconMedicalCrossCircle/index.js +2 -0
  17. package/IconMedicalCrossCircle/index.js.map +1 -0
  18. package/IconMedicalCrossCircle/index.mjs +2 -0
  19. package/IconMedicalCrossCircle/index.mjs.map +1 -0
  20. package/IconMedicalCrossSquare/index.d.ts +4 -0
  21. package/IconMedicalCrossSquare/index.js +2 -0
  22. package/IconMedicalCrossSquare/index.js.map +1 -0
  23. package/IconMedicalCrossSquare/index.mjs +2 -0
  24. package/IconMedicalCrossSquare/index.mjs.map +1 -0
  25. package/IconParasol/index.js +1 -1
  26. package/IconParasol/index.js.map +1 -1
  27. package/IconParasol/index.mjs +1 -1
  28. package/IconParasol/index.mjs.map +1 -1
  29. package/IconUnblock/index.d.ts +4 -0
  30. package/IconUnblock/index.js +2 -0
  31. package/IconUnblock/index.js.map +1 -0
  32. package/IconUnblock/index.mjs +2 -0
  33. package/IconUnblock/index.mjs.map +1 -0
  34. package/README.md +12 -4
  35. package/filtered-icons.json +76 -6
  36. package/icons/index.d.ts +5 -0
  37. package/icons-index.json +23 -8
  38. package/index.d.ts +5 -0
  39. package/index.js +1 -1
  40. package/index.js.map +1 -1
  41. package/index.mjs +1 -1
  42. package/index.mjs.map +1 -1
  43. package/license-check.js +1 -1
  44. package/package.json +1 -1
  45. package/skills/central-icons-react-native/SKILL.md +13 -5
  46. package/tsx-icons.json +37 -2
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-2-stroke-1",
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-2-stroke-1",
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.5815 2 16.9346 2.9782 18.7087 4.58417L4.58417 18.7087C2.9782 16.9346 2 14.5815 2 12Z\" fill=\"currentColor\"/><Path d=\"M5.29128 19.4158C7.06541 21.0218 9.41847 22 12 22C17.5228 22 22 17.5228 22 12C22 9.41847 21.0218 7.06541 19.4158 5.29128L5.29128 19.4158Z\" fill=\"currentColor\"/>",
3441
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C14.7613 2 17.2622 3.11961 19.0713 4.92871C20.8804 6.73781 22 9.23871 22 12C22 17.5228 17.5228 22 12 22C9.23871 22 6.73781 20.8804 4.92871 19.0713C3.11961 17.2622 2 14.7613 2 12C2 6.47715 6.47715 2 12 2ZM6 18.7061C7.5928 20.1322 9.69422 21 12 21C16.9706 21 21 16.9706 21 12C21 9.69422 20.1322 7.5928 18.7061 6L6 18.7061ZM12 3C7.02944 3 3 7.02944 3 12C3 14.3053 3.86742 16.4063 5.29297 17.999L17.999 5.29297C16.4063 3.86742 14.3053 3 12 3Z\" fill=\"currentColor\"/>",
3442
3442
  "tags": "Path",
3443
3443
  "componentName": "IconCircleBanSign",
3444
3444
  "iconName": "circle-ban-sign, circle, block, ads",
@@ -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=\"M11.3555 3.15381C11.7775 3.0413 12.2225 3.0413 12.6445 3.15381L18.1445 4.62061C19.2384 4.91253 19.9996 5.90354 20 7.03565V7.49952H20.5C21.8806 7.49952 22.9998 8.619 23 9.99952V10.4995C22.9998 11.88 21.8806 12.9995 20.5 12.9995H20V15.7261C19.9997 16.697 19.4374 17.581 18.5576 17.9917L13.0576 20.5581C12.3876 20.8707 11.6124 20.8707 10.9424 20.5581L5.44238 17.9917C4.56259 17.581 4.00027 16.697 4 15.7261V12.9995H3.5C2.11942 12.9995 1.00022 11.88 1 10.4995V9.99952C1.00023 8.619 2.11943 7.49952 3.5 7.49952H4V7.03565C4.00038 5.90354 4.76162 4.91253 5.85547 4.62061L11.3555 3.15381ZM9 12.9995C8.72395 12.9995 8.50015 13.2235 8.5 13.4995C8.50011 13.7756 8.72393 13.9995 9 13.9995H15C15.2761 13.9995 15.4999 13.7756 15.5 13.4995C15.4998 13.2235 15.276 12.9995 15 12.9995H9ZM3.5 8.49952C2.67172 8.49952 2.00023 9.17128 2 9.99952V10.4995C2.00022 11.3278 2.67171 11.9995 3.5 11.9995H4V8.49952H3.5ZM20 11.9995H20.5C21.3283 11.9995 21.9998 11.3278 22 10.4995V9.99952C21.9998 9.17128 21.3283 8.49952 20.5 8.49952H20V11.9995ZM9 8.99952C8.72395 8.99952 8.50015 9.2235 8.5 9.49952C8.50011 9.77556 8.72393 9.99952 9 9.99952H15C15.2761 9.99952 15.4999 9.77556 15.5 9.49952C15.4998 9.2235 15.276 8.99952 15 8.99952H9Z\" 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.5 2C14.8807 2 16 3.11929 16 4.5V6.5C16 7.32843 16.6716 8 17.5 8H19.5C20.8807 8 22 9.11929 22 10.5V13.5C22 14.8807 20.8807 16 19.5 16H17.5C16.6716 16 16 16.6716 16 17.5V19.5C16 20.8807 14.8807 22 13.5 22H10.5C9.11929 22 8 20.8807 8 19.5V17.5C8 16.6716 7.32843 16 6.5 16H4.5C3.11929 16 2 14.8807 2 13.5V10.5C2 9.11929 3.11929 8 4.5 8H6.5C7.32843 8 8 7.32843 8 6.5V4.5C8 3.11929 9.11929 2 10.5 2H13.5Z\" 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=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.11929 21 3 19.8807 3 18.5V5.5C3 4.11929 4.11929 3 5.5 3H18.5ZM11 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=\"M9.97503 3.58104C12.0831 1.47299 15.5009 1.47299 17.609 3.58104C19.0387 5.0108 19.4985 7.04233 18.9893 8.85939C17.947 8.3106 16.7598 8 15.5 8C13.6089 8 11.8812 8.69993 10.562 9.85487L7.13159 6.42448L9.97503 3.58104Z\" fill=\"currentColor\"/><Path d=\"M8 15.5C8 13.6089 8.69993 11.8812 9.85487 10.562L6.42448 7.13159L3.58104 9.97503C1.47299 12.0831 1.47299 15.5009 3.58104 17.609C5.01082 19.0387 7.04228 19.4983 8.85929 18.9891C8.31056 17.9468 8 16.7597 8 15.5Z\" fill=\"currentColor\"/><Path d=\"M9 15.5C9 12.4691 11.0745 9.92267 13.8811 9.20322L16.1339 21.9695C15.9254 21.9897 15.7139 22 15.5 22C11.9101 22 9 19.0899 9 15.5Z\" fill=\"currentColor\"/><Path d=\"M22 15.5C22 18.5309 19.9255 21.0773 17.1189 21.7968L14.8661 9.03052C15.0746 9.01033 15.2861 9 15.5 9C19.0899 9 22 11.9101 22 15.5Z\" fill=\"currentColor\"/>",
8251
8279
  "tags": "Path",
@@ -9346,7 +9374,7 @@
9346
9374
  "pathname": "src/IconParagraph"
9347
9375
  },
9348
9376
  {
9349
- "svg": "<Path d=\"M10.219 13.4825C9.77045 13.8503 9.32054 14.258 8.93993 14.6684C7.80323 12.4998 7.0043 9.93484 6.65142 7.74959C6.45741 6.54815 6.4024 5.48644 6.48904 4.68304C6.53239 4.28105 6.60918 3.96378 6.70871 3.7323C6.80892 3.49923 6.91637 3.38848 7.00084 3.33971C7.08531 3.29094 7.23495 3.25326 7.4869 3.28301C7.73713 3.31256 8.05028 3.40469 8.4201 3.56814C9.15918 3.89481 10.0511 4.47331 10.9946 5.24205C12.7107 6.64027 14.5326 8.61466 15.8422 10.6834C15.2965 10.8078 14.7185 10.9936 14.1757 11.1981C13.3705 11.5016 12.6072 11.8598 12.0917 12.1574C11.5763 12.455 10.8844 12.9369 10.219 13.4825Z\" fill=\"currentColor\"/><Path d=\"M5.51929 4.38379C5.51051 4.44715 5.50264 4.51135 5.49564 4.57631C5.396 5.50021 5.46298 6.65817 5.66504 7.9095C6.01695 10.0888 6.7912 12.6268 7.90219 14.8354C6.87534 15.0803 5.86373 15.8068 5.04195 17.0514C4.63236 17.6718 3.71311 17.6442 3.34142 17.0005C0.888231 12.7514 1.90772 7.45037 5.51929 4.38379Z\" fill=\"currentColor\"/><Path d=\"M8.64844 2.57748C8.70769 2.60155 8.76723 2.62684 8.82699 2.65325C9.67692 3.02892 10.6463 3.6659 11.6289 4.46656C13.3403 5.86095 15.1512 7.8005 16.5084 9.86696C17.2338 9.10008 18.3688 8.58726 19.8576 8.49792C20.5997 8.45339 21.0354 7.64351 20.6637 6.99972C18.2105 2.75067 13.11 0.983059 8.64844 2.57748Z\" fill=\"currentColor\"/><Path d=\"M13.0699 12.7686C12.8914 12.8579 12.7304 12.9441 12.5923 13.0238C12.4543 13.1035 12.2993 13.1997 12.1328 13.3095C12.2009 13.3742 12.2612 13.4498 12.3108 13.5358L16.3186 20.4775C16.4566 20.7166 16.7624 20.7985 17.0016 20.6605C17.2407 20.5224 17.3227 20.2166 17.1846 19.9775L13.1768 13.0358C13.1272 12.9498 13.0918 12.8598 13.0699 12.7686Z\" fill=\"currentColor\"/>",
9377
+ "svg": "<Path d=\"M10.2229 13.4825C9.77436 13.8503 9.32444 14.258 8.94384 14.6684C7.80713 12.4998 7.0082 9.93484 6.65533 7.74959C6.46132 6.54815 6.4063 5.48644 6.49295 4.68304C6.5363 4.28105 6.61309 3.96378 6.71261 3.7323C6.81283 3.49923 6.92028 3.38848 7.00475 3.33971C7.08922 3.29094 7.23886 3.25326 7.49081 3.28301C7.74103 3.31256 8.05419 3.40469 8.424 3.56814C9.16309 3.89481 10.055 4.47331 10.9985 5.24205C12.7146 6.64027 14.5365 8.61466 15.8462 10.6834C15.3004 10.8078 14.7224 10.9936 14.1796 11.1981C13.3744 11.5016 12.6111 11.8598 12.0957 12.1574C11.5802 12.455 10.8883 12.9369 10.2229 13.4825Z\" fill=\"currentColor\"/><Path d=\"M5.51929 4.38379C5.51051 4.44715 5.50264 4.51135 5.49564 4.57631C5.396 5.50021 5.46298 6.65817 5.66504 7.9095C6.01695 10.0888 6.7912 12.6268 7.90219 14.8354C6.87534 15.0803 5.86373 15.8068 5.04195 17.0514C4.63236 17.6718 3.71311 17.6442 3.34142 17.0005C0.888231 12.7514 1.90772 7.45037 5.51929 4.38379Z\" fill=\"currentColor\"/><Path d=\"M8.64844 2.57748C8.70769 2.60155 8.76723 2.62684 8.82699 2.65325C9.67692 3.02892 10.6463 3.6659 11.6289 4.46656C13.3403 5.86095 15.1512 7.8005 16.5084 9.86696C17.2338 9.10008 18.3688 8.58726 19.8576 8.49792C20.5997 8.45339 21.0354 7.64351 20.6637 6.99972C18.2105 2.75067 13.11 0.983059 8.64844 2.57748Z\" fill=\"currentColor\"/><Path d=\"M13.0699 12.7686C12.8914 12.8579 12.7304 12.9441 12.5923 13.0238C12.4543 13.1035 12.2993 13.1997 12.1328 13.3095C12.2009 13.3742 12.2612 13.4498 12.3108 13.5358L16.3186 20.4775C16.4566 20.7166 16.7624 20.7985 17.0016 20.6605C17.2407 20.5224 17.3227 20.2166 17.1846 19.9775L13.1768 13.0358C13.1272 12.9498 13.0918 12.8598 13.0699 12.7686Z\" 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 3C7.02944 3 3 7.02944 3 12C3 14.3051 3.8678 16.4067 5.29297 17.999L9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L6 18.7061C7.5924 20.1318 9.69439 21 12 21C16.9706 21 21 16.9706 21 12C21 9.69439 20.1318 7.5924 18.7061 6L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L17.999 5.29297C16.4067 3.8678 14.3051 3 12 3Z\" 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.75 6.25C9.75 6.80228 9.30228 7.25 8.75 7.25C8.19772 7.25 7.75 6.80228 7.75 6.25C7.75 5.69772 8.19772 5.25 8.75 5.25C9.30228 5.25 9.75 5.69772 9.75 6.25Z\" fill=\"currentColor\"/><Path d=\"M6.25 6.25C6.25 6.80228 5.80228 7.25 5.25 7.25C4.69772 7.25 4.25 6.80228 4.25 6.25C4.25 5.69772 4.69772 5.25 5.25 5.25C5.80228 5.25 6.25 5.69772 6.25 6.25Z\" fill=\"currentColor\"/><Path d=\"M9.75 17.75C9.75 18.3023 9.30228 18.75 8.75 18.75C8.19772 18.75 7.75 18.3023 7.75 17.75C7.75 17.1977 8.19772 16.75 8.75 16.75C9.30228 16.75 9.75 17.1977 9.75 17.75Z\" fill=\"currentColor\"/><Path d=\"M9.5 3.25C9.5 3.66421 9.16421 4 8.75 4C8.33579 4 8 3.66421 8 3.25C8 2.83579 8.33579 2.5 8.75 2.5C9.16421 2.5 9.5 2.83579 9.5 3.25Z\" fill=\"currentColor\"/><Path d=\"M3.25 10C3.25 10.4142 2.91421 10.75 2.5 10.75C2.08579 10.75 1.75 10.4142 1.75 10C1.75 9.58579 2.08579 9.25 2.5 9.25C2.91421 9.25 3.25 9.58579 3.25 10Z\" fill=\"currentColor\"/><Path d=\"M3.25 14C3.25 14.4142 2.91421 14.75 2.5 14.75C2.08579 14.75 1.75 14.4142 1.75 14C1.75 13.5858 2.08579 13.25 2.5 13.25C2.91421 13.25 3.25 13.5858 3.25 14Z\" fill=\"currentColor\"/><Path d=\"M9.5 20.75C9.5 21.1642 9.16421 21.5 8.75 21.5C8.33579 21.5 8 21.1642 8 20.75C8 20.3358 8.33579 20 8.75 20C9.16421 20 9.5 20.3358 9.5 20.75Z\" fill=\"currentColor\"/><Path d=\"M10.25 10C10.25 10.8284 9.57843 11.5 8.75 11.5C7.92157 11.5 7.25 10.8284 7.25 10C7.25 9.17157 7.92157 8.5 8.75 8.5C9.57843 8.5 10.25 9.17157 10.25 10Z\" fill=\"currentColor\"/><Path d=\"M10.25 14C10.25 14.8284 9.57843 15.5 8.75 15.5C7.92157 15.5 7.25 14.8284 7.25 14C7.25 13.1716 7.92157 12.5 8.75 12.5C9.57843 12.5 10.25 13.1716 10.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 10C6.25 10.5523 5.80228 11 5.25 11C4.69772 11 4.25 10.5523 4.25 10C4.25 9.44772 4.69772 9 5.25 9C5.80228 9 6.25 9.44772 6.25 10Z\" fill=\"currentColor\"/><Path d=\"M6.25 14C6.25 14.5523 5.80228 15 5.25 15C4.69772 15 4.25 14.5523 4.25 14C4.25 13.4477 4.69772 13 5.25 13C5.80228 13 6.25 13.4477 6.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 17.75C6.25 18.3023 5.80228 18.75 5.25 18.75C4.69772 18.75 4.25 18.3023 4.25 17.75C4.25 17.1977 4.69772 16.75 5.25 16.75C5.80228 16.75 6.25 17.1977 6.25 17.75Z\" fill=\"currentColor\"/><Path d=\"M12 2C11.7239 2 11.5 2.22386 11.5 2.5V21.5C11.5 21.7761 11.7239 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" fill=\"currentColor\"/>",
13130
13165
  "tags": "Path",