@central-icons-react-native/round-outlined-radius-2-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-outlined-radius-2-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-outlined-radius-2-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=\"M18.364 5.63604C16.7353 4.00736 14.4853 3 12 3C7.02944 3 3 7.02944 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M18.364 5.63604C19.9926 7.26472 21 9.51472 21 12C21 16.9706 16.9706 21 12 21C9.51472 21 7.26472 19.9926 5.63604 18.364M18.364 5.63604L5.63604 18.364\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
3441
+ "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C9.51472 21 7.26472 19.9926 5.63604 18.364C4.00736 16.7353 3 14.4853 3 12C3 7.02944 7.02944 3 12 3C14.4853 3 16.7353 4.00736 18.364 5.63604C19.9926 7.26472 21 9.51472 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18 6L6 18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
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=\"M16 12C16 10.8954 16.8954 10 18 10L20 10C21.1046 10 22 10.8954 22 12V18C22 19.1046 21.1046 20 20 20H18C16.8954 20 16 19.1046 16 18V12Z\" stroke=\"currentColor\" strokeWidth=\"1.9\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 19.5H4C2.89543 19.5 2 18.6046 2 17.5V16H12.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 6.5V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4631
+ "svg": "<Path d=\"M16 12C16 10.8954 16.8954 10 18 10L20 10C21.1046 10 22 10.8954 22 12V18C22 19.1046 21.1046 20 20 20H18C16.8954 20 16 19.1046 16 18V12Z\" stroke=\"currentColor\" strokeWidth=\"1.9\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 19.5H4C2.89543 19.5 2 18.6046 2 17.5L2 16H12.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 6.5V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V15.75\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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 d=\"M5 15.2639V7.5086C5 6.61564 5.59195 5.83087 6.45056 5.58555L11.4506 4.15698C11.8097 4.05438 12.1903 4.05438 12.5494 4.15698L17.5494 5.58555C18.408 5.83087 19 6.61564 19 7.5086V15.2639C19 16.0215 18.572 16.714 17.8944 17.0528L12.8944 19.5528C12.3314 19.8343 11.6686 19.8343 11.1056 19.5528L6.10557 17.0528C5.428 16.714 5 16.0215 5 15.2639Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 10H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 14H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.75 8.5H20.25C21.3546 8.5 22.25 9.39543 22.25 10.5V11C22.25 12.1046 21.3546 13 20.25 13H19.75\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.25 8.5H3.75C2.64543 8.5 1.75 9.39543 1.75 10.5V11C1.75 12.1046 2.64543 13 3.75 13H4.25\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 3C9.89543 3 9 3.89543 9 5L9 7C9 8.10457 8.10457 9 7 9H5C3.89543 9 3 9.89543 3 11L3 13C3 14.1046 3.89543 15 5 15L7 15C8.10457 15 9 15.8954 9 17V19C9 20.1046 9.89543 21 11 21H13C14.1046 21 15 20.1046 15 19V17C15 15.8954 15.8954 15 17 15L19 15C20.1046 15 21 14.1046 21 13V11C21 9.89543 20.1046 9 19 9H17C15.8954 9 15 8.10457 15 7V5C15 3.89543 14.1046 3 13 3L11 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
8258
+ "tags": "Path",
8259
+ "componentName": "IconMedicalCross",
8260
+ "iconName": "medical-cross, first-aid, emergency",
8261
+ "pathname": "src/IconMedicalCross"
8262
+ },
8263
+ {
8264
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.5 10.5V8H10.5V10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
8265
+ "tags": "Circle, Path",
8266
+ "componentName": "IconMedicalCrossCircle",
8267
+ "iconName": "medical-cross-circle, first-aid, emergency",
8268
+ "pathname": "src/IconMedicalCrossCircle"
8269
+ },
8270
+ {
8271
+ "svg": "<Path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.5 10.5V8H10.5V10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
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.4541 10.0962C18.6109 8.31497 18.4083 5.90826 16.8462 4.34619C15.0513 2.55127 12.1411 2.55127 10.3462 4.34619L4.34619 10.3462C2.55127 12.1411 2.55127 15.0513 4.34619 16.8462C5.90826 18.4083 8.31497 18.6109 10.0962 17.4541\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 7.5L11 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"15.5\" cy=\"15.5\" r=\"5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 20.5L14.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
8251
8279
  "tags": "Circle, Path",
@@ -9346,7 +9374,7 @@
9346
9374
  "pathname": "src/IconParagraph"
9347
9375
  },
9348
9376
  {
9349
- "svg": "<G clip-Path=\"url(#clip0_9082_25688)\"><Path d=\"M16.5013 19.7945L11.6263 11.3508C10.652 11.9133 9.8027 12.6923 8.97017 13.7503C7.17113 13.6343 5.43908 14.6343 4.20703 16.5003C1.72175 12.1956 3.19663 6.69134 7.50126 4.20605C11.8059 1.72077 17.3102 3.19565 19.7955 7.50028C17.5634 7.63423 15.8314 8.63426 15.0323 10.2503\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.96875 13.7503C6.48347 9.44565 5.82581 5.17255 7.49984 4.20605C9.17386 3.23956 12.5456 5.94565 15.0309 10.2503C13.6984 10.4423 12.5991 10.7883 11.6248 11.3508\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></G><Defs><ClipPath id=\"clip0_9082_25688\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
9377
+ "svg": "<G clip-Path=\"url(#clip0_9082_25688)\"><Path d=\"M16.4974 19.7945L11.6224 11.3508C10.6481 11.9133 9.7988 12.6923 8.96626 13.7503C7.16722 13.6343 5.43517 14.6343 4.20312 16.5003C1.71784 12.1956 3.19272 6.69134 7.49735 4.20605C11.802 1.72077 17.3063 3.19565 19.7916 7.50028C17.5595 7.63423 15.8275 8.63426 15.0284 10.2503\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.96875 13.7503C6.48347 9.44565 5.82581 5.17255 7.49984 4.20605C9.17386 3.23956 12.5456 5.94565 15.0309 10.2503C13.6984 10.4423 12.5991 10.7883 11.6248 11.3508\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></G><Defs><ClipPath id=\"clip0_9082_25688\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
9350
9378
  "tags": "ClipPath, Defs, G, Path, Rect",
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 d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 18L9.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M14.5 9.5L18 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
13158
+ "tags": "Path",
13159
+ "componentName": "IconUnblock",
13160
+ "iconName": "unblock, unban",
13161
+ "pathname": "src/IconUnblock"
13162
+ },
13128
13163
  {
13129
13164
  "svg": "<Path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><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\"/>",
13130
13165
  "tags": "Path",