@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.206 → 1.1.208

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.206",
21
+ version: "1.1.208",
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.206",
3
+ "version": "1.1.208",
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.206) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1964 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.208) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1969 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
 
@@ -151,6 +151,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
151
151
  - **IconPromptTextToVideo** — prompt-text-to-video
152
152
  - **IconReceiptionBellSparkle** — receiption-bell-sparkle, ai-concierge, ai-assistant
153
153
  - **IconRobot** — robot
154
+ - **IconRobot2** — robot-2, agent, scout
155
+ - **IconRobot3** — robot-3, agent, scout
154
156
  - **IconScanTextSparkle** — scan-text-sparkle, scan, arrows-all-sides, focus, list
155
157
  - **IconScriptAi** — script-ai, paper, page, contract, file, document, skills
156
158
  - **IconSearchIntelligence** — search-intelligence, search-ai
@@ -502,6 +504,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
502
504
  - **IconEmailPlus** — email-plus, envelope, add, plus
503
505
  - **IconEmailSettings** — email-settings, envelope, gear
504
506
  - **IconInvite** — invite, briefing
507
+ - **IconMailbox** — mailbox, inbox
505
508
  - **IconNewspaper** — newspaper, News, paper
506
509
  - **IconNewspaper1** — newspaper-1, guide, info, faq, book
507
510
  - **IconNewspaper2** — newspaper-2, guide, info, faq, book
@@ -1442,6 +1445,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1442
1445
  - **IconSplit** — split
1443
1446
  - **IconUnblur** — unblur
1444
1447
  - **IconVideo** — video, camera, movie, play
1448
+ - **IconVideo2** — video-2, camera, movie, play
1449
+ - **IconVideo2Off** — video-2-off, cam-off, movie, play
1445
1450
  - **IconVideoClip** — video-clip, film, movie
1446
1451
  - **IconVideoOff** — video-off, cam-off
1447
1452
  - **IconVideoOn** — video-on, cam-on
package/tsx-icons.json CHANGED
@@ -7889,6 +7889,13 @@
7889
7889
  "iconName": "magnifying-glass-2, search ",
7890
7890
  "pathname": "src/IconMagnifyingGlass2"
7891
7891
  },
7892
+ {
7893
+ "svg": "<Path d=\"M7 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 19V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.25 10H8.75\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
7894
+ "tags": "Path",
7895
+ "componentName": "IconMailbox",
7896
+ "iconName": "mailbox, inbox",
7897
+ "pathname": "src/IconMailbox"
7898
+ },
7892
7899
  {
7893
7900
  "svg": "<Path d=\"M14.5 16C18.0899 16 21 13.0899 21 9.5C21 8.75038 20.8731 8.03041 20.6396 7.36037L18 10C16.8954 11.1046 15.1046 11.1046 14 10C12.8954 8.89543 12.8954 7.10457 14 6L16.6396 3.36037C15.9696 3.12689 15.2496 3 14.5 3C10.9101 3 8 5.91015 8 9.5C8 10.3864 8.17743 11.2314 8.4987 12.0013L3.66421 16.8358C2.88316 17.6168 2.88316 18.8832 3.66421 19.6642L4.33579 20.3358C5.11684 21.1168 6.38316 21.1168 7.16421 20.3358L11.9987 15.5013C12.7686 15.8226 13.6136 16 14.5 16Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
7894
7901
  "tags": "Path",
@@ -10395,6 +10402,20 @@
10395
10402
  "iconName": "robot",
10396
10403
  "pathname": "src/IconRobot"
10397
10404
  },
10405
+ {
10406
+ "svg": "<Path d=\"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M22 10V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 10V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 5V3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
10407
+ "tags": "Path",
10408
+ "componentName": "IconRobot2",
10409
+ "iconName": "robot-2, agent, scout",
10410
+ "pathname": "src/IconRobot2"
10411
+ },
10412
+ {
10413
+ "svg": "<Path d=\"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"3.75\" r=\"1.75\" fill=\"currentColor\"/><Path d=\"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M12 7V3\" stroke=\"currentColor\" strokeWidth=\"1.6\"/>",
10414
+ "tags": "Circle, Path",
10415
+ "componentName": "IconRobot3",
10416
+ "iconName": "robot-3, agent, scout",
10417
+ "pathname": "src/IconRobot3"
10418
+ },
10398
10419
  {
10399
10420
  "svg": "<Path d=\"M3 21H5C6.10457 21 7 20.1046 7 19C7 17.8954 6.10457 17 5 17C3.89543 17 3 17.8954 3 19V21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M7.00098 13H4.76717C3.98987 13 3.50976 12.152 3.90968 11.4855L5.41837 8.97101C5.77982 8.3686 6.43083 8 7.13336 8H11.251C13.7671 5.25513 16.4925 3.3474 20.0017 3.04278C20.5519 2.99502 21.006 3.44906 20.9582 3.99927C20.6536 7.50845 18.7459 10.2339 16.001 12.75V16.8676C16.001 17.5701 15.6324 18.2212 15.03 18.5826L12.5155 20.0913C11.849 20.4912 11.001 20.0111 11.001 19.2338V17L7.00098 13Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M7 13L11.25 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M16 12.75L11 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
10400
10421
  "tags": "Path",
@@ -13146,6 +13167,20 @@
13146
13167
  "iconName": "video, camera, movie, play",
13147
13168
  "pathname": "src/IconVideo"
13148
13169
  },
13170
+ {
13171
+ "svg": "<Path d=\"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
13172
+ "tags": "Path",
13173
+ "componentName": "IconVideo2",
13174
+ "iconName": "video-2, camera, movie, play",
13175
+ "pathname": "src/IconVideo2"
13176
+ },
13177
+ {
13178
+ "svg": "<Path d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2.80078 3L17.2008 21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
13179
+ "tags": "Path",
13180
+ "componentName": "IconVideo2Off",
13181
+ "iconName": "video-2-off, cam-off, movie, play",
13182
+ "pathname": "src/IconVideo2Off"
13183
+ },
13149
13184
  {
13150
13185
  "svg": "<Path d=\"M4 12H8M4 12V8M4 12V16M8 12H16M8 12V16M8 12V8M16 12H20M16 12V16.4444M16 12V8M20 12V8M20 12V16.4444M16 20H18C19.1046 20 20 19.1046 20 18V16.4444M16 20V16.4444M16 20H8M16 4H18C19.1046 4 20 4.89543 20 6V8M16 4V8M16 4H8M16 8H20M16 16.4444H20M8 20H6C4.89543 20 4 19.1046 4 18V16M8 20V16M8 4H6C4.89543 4 4 4.89543 4 6V8M8 4V8M4 8H8M4 16H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
13151
13186
  "tags": "Path",