@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.244 → 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.
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.244",
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.244",
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.244) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2012 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
 
@@ -1017,10 +1017,14 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1017
1017
 
1018
1018
  ### Health & Medical
1019
1019
 
1020
+ - **IconInjection** — injection
1020
1021
  - **IconMask1** — mask, medical-mask, covid
1021
1022
  - **IconMedicalCross** — medical-cross, first-aid, emergency
1022
1023
  - **IconMedicalCrossCircle** — medical-cross-circle, first-aid, emergency
1023
1024
  - **IconMedicalCrossSquare** — medical-cross-square, first-aid, emergency
1025
+ - **IconMedicinePill** — medicine-pill
1026
+ - **IconMedicinePill2** — medicine-pill-2, tablett
1027
+ - **IconMedicineTablett** — medicine-tablett, pill
1024
1028
 
1025
1029
  ### Interface General
1026
1030
 
@@ -1214,6 +1218,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1214
1218
  - **IconTrashRounded** — trash-rounded, delete, remove
1215
1219
  - **IconTrial** — trial, try, money-back, test-phase
1216
1220
  - **IconUnarchiv** — unarchiv, unbox
1221
+ - **IconUnblock** — unblock, unban
1217
1222
  - **IconUnpin** — unpin
1218
1223
  - **IconUnpin2** — unpin-2
1219
1224
  - **IconUntrash** — untrash
@@ -1944,7 +1949,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1944
1949
  - **IconGraduateCap2** — graduate-cap-2, study, education, academic, student
1945
1950
  - **IconHermesHelmet** — hermes-helmet
1946
1951
  - **IconInfinity** — infinity, loop, boomerang
1947
- - **IconInjection** — injection
1948
1952
  - **IconJudgeGavel** — judge-gavel, legal, terms, law
1949
1953
  - **IconLab** — lab
1950
1954
  - **IconLifeVest** — life-vest, vest
@@ -1953,9 +1957,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1953
1957
  - **IconMagicLamp** — magic-lamp, wish, agents, genie
1954
1958
  - **IconMakeItPop** — make-it-pop, design
1955
1959
  - **IconMedal** — medal, trophy, badge, winner, win
1956
- - **IconMedicinePill** — medicine-pill
1957
- - **IconMedicinePill2** — medicine-pill-2, tablett
1958
- - **IconMedicineTablett** — medicine-tablett, pill
1959
1960
  - **IconMouth** — mouth, kiss
1960
1961
  - **IconNailedIt** — nailed-it
1961
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",
@@ -9374,7 +9374,7 @@
9374
9374
  "pathname": "src/IconParagraph"
9375
9375
  },
9376
9376
  {
9377
- "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>",
9378
9378
  "tags": "ClipPath, Defs, G, Path, Rect",
9379
9379
  "componentName": "IconParasol",
9380
9380
  "iconName": "parasol,umbrella,vacation",
@@ -13153,6 +13153,13 @@
13153
13153
  "iconName": "unarchiv, unbox",
13154
13154
  "pathname": "src/IconUnarchiv"
13155
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
+ },
13156
13163
  {
13157
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\"/>",
13158
13165
  "tags": "Path",