@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.217 → 1.1.219
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/IconArrowCornerDownLeft/index.js +1 -1
- package/IconArrowCornerDownLeft/index.js.map +1 -1
- package/IconArrowCornerDownLeft/index.mjs +1 -1
- package/IconArrowCornerDownLeft/index.mjs.map +1 -1
- package/IconArrowCornerDownRight/index.js +1 -1
- package/IconArrowCornerDownRight/index.js.map +1 -1
- package/IconArrowCornerDownRight/index.mjs +1 -1
- package/IconArrowCornerDownRight/index.mjs.map +1 -1
- package/IconArrowCornerLeftDown/index.js +1 -1
- package/IconArrowCornerLeftDown/index.js.map +1 -1
- package/IconArrowCornerLeftDown/index.mjs +1 -1
- package/IconArrowCornerLeftDown/index.mjs.map +1 -1
- package/IconArrowCornerLeftUp/index.js +1 -1
- package/IconArrowCornerLeftUp/index.js.map +1 -1
- package/IconArrowCornerLeftUp/index.mjs +1 -1
- package/IconArrowCornerLeftUp/index.mjs.map +1 -1
- package/IconArrowCornerRightDown/index.js +1 -1
- package/IconArrowCornerRightDown/index.js.map +1 -1
- package/IconArrowCornerRightDown/index.mjs +1 -1
- package/IconArrowCornerRightDown/index.mjs.map +1 -1
- package/IconArrowCornerRightUp/index.js +1 -1
- package/IconArrowCornerRightUp/index.js.map +1 -1
- package/IconArrowCornerRightUp/index.mjs +1 -1
- package/IconArrowCornerRightUp/index.mjs.map +1 -1
- package/IconArrowCornerUpLeft/index.js +1 -1
- package/IconArrowCornerUpLeft/index.js.map +1 -1
- package/IconArrowCornerUpLeft/index.mjs +1 -1
- package/IconArrowCornerUpLeft/index.mjs.map +1 -1
- package/IconArrowCornerUpRight/index.js +1 -1
- package/IconArrowCornerUpRight/index.js.map +1 -1
- package/IconArrowCornerUpRight/index.mjs +1 -1
- package/IconArrowCornerUpRight/index.mjs.map +1 -1
- package/IconChevronTopSmall/index.js +1 -1
- package/IconChevronTopSmall/index.js.map +1 -1
- package/IconChevronTopSmall/index.mjs +1 -1
- package/IconChevronTopSmall/index.mjs.map +1 -1
- package/IconGoblin/index.d.ts +4 -0
- package/IconGoblin/index.js +2 -0
- package/IconGoblin/index.js.map +1 -0
- package/IconGoblin/index.mjs +2 -0
- package/IconGoblin/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +23 -9
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +16 -9
package/filtered-icons.json
CHANGED
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
},
|
|
1263
1263
|
{
|
|
1264
1264
|
"category": "Arrows",
|
|
1265
|
-
"svg": "<path d=\"M20.5 4.5V13C20.5 14.1046 19.6046 15 18.5 15H3.
|
|
1265
|
+
"svg": "<path d=\"M20.5 4.5V13C20.5 14.1046 19.6046 15 18.5 15H3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 10.5L3.5 15L8 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1266
1266
|
"iconName": "arrow-corner-down-left",
|
|
1267
1267
|
"variant": {
|
|
1268
1268
|
"join": "round",
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
1278
|
"category": "Arrows",
|
|
1279
|
-
"svg": "<path d=\"M3.5 4.
|
|
1279
|
+
"svg": "<path d=\"M3.5 4.5V14C3.5 14.5523 3.94772 15 4.5 15H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 10.5L20.5 15L16 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1280
1280
|
"iconName": "arrow-corner-down-right",
|
|
1281
1281
|
"variant": {
|
|
1282
1282
|
"join": "round",
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
1292
|
"category": "Arrows",
|
|
1293
|
-
"svg": "<path d=\"M19.5 3.5H11C9.89543 3.5 9 4.39543 9 5.5V20.
|
|
1293
|
+
"svg": "<path d=\"M19.5 3.5H11C9.89543 3.5 9 4.39543 9 5.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 16L9 20.5L4.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1294
1294
|
"iconName": "arrow-corner-left-down",
|
|
1295
1295
|
"variant": {
|
|
1296
1296
|
"join": "round",
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"category": "Arrows",
|
|
1307
|
-
"svg": "<path d=\"M19.5 20.5H11C9.89543 20.5 9 19.6046 9 18.5V3.
|
|
1307
|
+
"svg": "<path d=\"M19.5 20.5H11C9.89543 20.5 9 19.6046 9 18.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 8L9 3.5L4.5 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1308
1308
|
"iconName": "arrow-corner-left-up",
|
|
1309
1309
|
"variant": {
|
|
1310
1310
|
"join": "round",
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
1320
1320
|
"category": "Arrows",
|
|
1321
|
-
"svg": "<path d=\"M4.5 3.5H13C14.1046 3.5 15 4.39543 15 5.5V20.
|
|
1321
|
+
"svg": "<path d=\"M4.5 3.5H13C14.1046 3.5 15 4.39543 15 5.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 16L15 20.5L19.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1322
1322
|
"iconName": "arrow-corner-right-down",
|
|
1323
1323
|
"variant": {
|
|
1324
1324
|
"join": "round",
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
},
|
|
1333
1333
|
{
|
|
1334
1334
|
"category": "Arrows",
|
|
1335
|
-
"svg": "<path d=\"M4.5 20.5H13C14.1046 20.5 15 19.6046 15 18.5V3.
|
|
1335
|
+
"svg": "<path d=\"M4.5 20.5H13C14.1046 20.5 15 19.6046 15 18.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 8L15 3.5L19.5 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1336
1336
|
"iconName": "arrow-corner-right-up",
|
|
1337
1337
|
"variant": {
|
|
1338
1338
|
"join": "round",
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"category": "Arrows",
|
|
1349
|
-
"svg": "<path d=\"M20.5 19.5V11C20.5 9.89543 19.6046 9 18.5 9H3.
|
|
1349
|
+
"svg": "<path d=\"M20.5 19.5V11C20.5 9.89543 19.6046 9 18.5 9H3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 13.5L3.5 9L8 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1350
1350
|
"iconName": "arrow-corner-up-left",
|
|
1351
1351
|
"variant": {
|
|
1352
1352
|
"join": "round",
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
1362
|
"category": "Arrows",
|
|
1363
|
-
"svg": "<path d=\"M3.5 19.5V11C3.5 9.89543 4.39543 9 5.5 9H20.
|
|
1363
|
+
"svg": "<path d=\"M3.5 19.5V11C3.5 9.89543 4.39543 9 5.5 9H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 13.5L20.5 9L16 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1364
1364
|
"iconName": "arrow-corner-up-right",
|
|
1365
1365
|
"variant": {
|
|
1366
1366
|
"join": "round",
|
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
{
|
|
6654
6654
|
"category": "Arrows",
|
|
6655
|
-
"svg": "<path d=\"M8
|
|
6655
|
+
"svg": "<path d=\"M8 13.9998L11.2929 10.707C11.6834 10.3164 12.3166 10.3164 12.7071 10.707L16 13.9998\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6656
6656
|
"iconName": "chevron-top-small",
|
|
6657
6657
|
"variant": {
|
|
6658
6658
|
"join": "round",
|
|
@@ -13006,6 +13006,20 @@
|
|
|
13006
13006
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13007
13007
|
"componentName": "IconGoatHead"
|
|
13008
13008
|
},
|
|
13009
|
+
{
|
|
13010
|
+
"category": "AI & Magic",
|
|
13011
|
+
"svg": "<rect x=\"4.5\" y=\"2.5\" width=\"15\" height=\"19\" rx=\"7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 7.5H22.5C23.0523 7.5 23.5 7.94772 23.5 8.5V9.5C23.5 11.7091 21.7091 13.5 19.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9.4501\" cy=\"11.35\" r=\"1.35\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"14.5502\" cy=\"11.35\" r=\"1.35\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4L11.0287 5.9604C11.6328 6.29598 12.3672 6.29598 12.9713 5.9604L16.5 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.5H1.5C0.947715 7.5 0.5 7.94772 0.5 8.5V9.5C0.5 11.7091 2.29086 13.5 4.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13012
|
+
"iconName": "goblin, troll, agent, helper",
|
|
13013
|
+
"variant": {
|
|
13014
|
+
"join": "round",
|
|
13015
|
+
"filled": "off",
|
|
13016
|
+
"radius": "2",
|
|
13017
|
+
"stroke": "1"
|
|
13018
|
+
},
|
|
13019
|
+
"createdAt": "2026-04-30T09:02:09.896316+00:00",
|
|
13020
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13021
|
+
"componentName": "IconGoblin"
|
|
13022
|
+
},
|
|
13009
13023
|
{
|
|
13010
13024
|
"category": "Things",
|
|
13011
13025
|
"svg": "<path d=\"M7.43874 10.1838L8.77208 6.18377C8.90819 5.77543 9.29033 5.5 9.72076 5.5H14.2792C14.7097 5.5 15.0918 5.77543 15.2279 6.18377L16.5613 10.1838C16.7771 10.8313 16.2951 11.5 15.6126 11.5H8.38743C7.70487 11.5 7.2229 10.8313 7.43874 10.1838Z\" stroke=\"currentColor\"/><path d=\"M2.43874 16.1838L3.77208 12.1838C3.90819 11.7754 4.29033 11.5 4.72076 11.5H9.27924C9.70967 11.5 10.0918 11.7754 10.2279 12.1838L11.5613 16.1838C11.7771 16.8313 11.2951 17.5 10.6126 17.5H3.38743C2.70487 17.5 2.2229 16.8313 2.43874 16.1838Z\" stroke=\"currentColor\"/><path d=\"M12.4387 16.1838L13.7721 12.1838C13.9082 11.7754 14.2903 11.5 14.7208 11.5H19.2792C19.7097 11.5 20.0918 11.7754 20.2279 12.1838L21.5613 16.1838C21.7771 16.8313 21.2951 17.5 20.6126 17.5H13.3874C12.7049 17.5 12.2229 16.8313 12.4387 16.1838Z\" stroke=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.219",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1978,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 86,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"IconFileSparkle",
|
|
45
45
|
"IconFolderSparkle",
|
|
46
46
|
"IconFortuneTellerBall",
|
|
47
|
+
"IconGoblin",
|
|
47
48
|
"IconHatBunny",
|
|
48
49
|
"IconHatSparkle",
|
|
49
50
|
"IconImageAvatarSparkle",
|
|
@@ -3107,6 +3108,7 @@
|
|
|
3107
3108
|
"IconGlobe": "globe, network, translate",
|
|
3108
3109
|
"IconGlobe2": "globe-2, network, translate",
|
|
3109
3110
|
"IconGoatHead": "goat-head, goated",
|
|
3111
|
+
"IconGoblin": "goblin, troll, agent, helper",
|
|
3110
3112
|
"IconGold": "gold, goldbars",
|
|
3111
3113
|
"IconGoldenGateBridge": "golden-gate-bridge, silicon-valley, sf",
|
|
3112
3114
|
"IconGoldMedal": "gold-medal, first-place, win",
|
package/index.d.ts
CHANGED
|
@@ -927,6 +927,7 @@ export { IconGlassWater, default as IconGlassWaterDefault, } from "./IconGlassWa
|
|
|
927
927
|
export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
|
|
928
928
|
export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
|
|
929
929
|
export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
|
|
930
|
+
export { IconGoblin, default as IconGoblinDefault } from "./IconGoblin";
|
|
930
931
|
export { IconGold, default as IconGoldDefault } from "./IconGold";
|
|
931
932
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
932
933
|
export { IconGoldenGateBridge, default as IconGoldenGateBridgeDefault, } from "./IconGoldenGateBridge";
|