@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.234 → 1.1.236
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/IconEmojiTongue/index.d.ts +4 -0
- package/IconEmojiTongue/index.js +2 -0
- package/IconEmojiTongue/index.js.map +1 -0
- package/IconEmojiTongue/index.mjs +2 -0
- package/IconEmojiTongue/index.mjs.map +1 -0
- package/IconEmojiWinkTongue/index.d.ts +4 -0
- package/IconEmojiWinkTongue/index.js +2 -0
- package/IconEmojiWinkTongue/index.js.map +1 -0
- package/IconEmojiWinkTongue/index.mjs +2 -0
- package/IconEmojiWinkTongue/index.mjs.map +1 -0
- package/IconKey3/index.d.ts +4 -0
- package/IconKey3/index.js +2 -0
- package/IconKey3/index.js.map +1 -0
- package/IconKey3/index.mjs +2 -0
- package/IconKey3/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +4 -1
- package/tsx-icons.json +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.236) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1995 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
|
|
|
@@ -743,7 +743,9 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
743
743
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|
|
744
744
|
- **IconEmojiSmirking** — emoji-smirking
|
|
745
745
|
- **IconEmojiStarStruck** — emoji-star-struck, star-eyes
|
|
746
|
+
- **IconEmojiTongue** — emoji-tongue, fun
|
|
746
747
|
- **IconEmojiWink** — emoji-wink
|
|
748
|
+
- **IconEmojiWinkTongue** — emoji-wink-tongue, fun
|
|
747
749
|
- **IconMask** — mask, theatre
|
|
748
750
|
- **IconPoop** — poop, spam
|
|
749
751
|
|
|
@@ -1487,6 +1489,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1487
1489
|
- **IconGhost2** — ghost-2, privacy, hidden, unknown
|
|
1488
1490
|
- **IconKey1** — key-1, password
|
|
1489
1491
|
- **IconKey2** — key-2, password
|
|
1492
|
+
- **IconKey3** — key-3, password
|
|
1490
1493
|
- **IconKeyhole** — keyhole
|
|
1491
1494
|
- **IconLaw** — law, legal, terms, imprint, balance
|
|
1492
1495
|
- **IconLock** — lock, private
|
package/tsx-icons.json
CHANGED
|
@@ -5222,6 +5222,13 @@
|
|
|
5222
5222
|
"iconName": "emoji-star-struck, star-eyes",
|
|
5223
5223
|
"pathname": "src/IconEmojiStarStruck"
|
|
5224
5224
|
},
|
|
5225
|
+
{
|
|
5226
|
+
"svg": "<Path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><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 2ZM7 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/>",
|
|
5227
|
+
"tags": "Path",
|
|
5228
|
+
"componentName": "IconEmojiTongue",
|
|
5229
|
+
"iconName": "emoji-tongue, fun",
|
|
5230
|
+
"pathname": "src/IconEmojiTongue"
|
|
5231
|
+
},
|
|
5225
5232
|
{
|
|
5226
5233
|
"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 2ZM16.5 13.75C16.5 13.75 13.7673 14.2744 12 14.2744C10.2327 14.2744 7.5 13.75 7.5 13.75C8 19.761 16 19.739 16.5 13.75ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.625 8.5C13.5895 8.5 12.75 9.02167 12.75 9.74609C12.75 11 13.5895 10.1885 14.625 10.1885C15.6605 10.1885 16.5 11 16.5 9.74609C16.5 9.02167 15.6605 8.5 14.625 8.5Z\" fill=\"currentColor\"/>",
|
|
5227
5234
|
"tags": "Path",
|
|
@@ -5229,6 +5236,13 @@
|
|
|
5229
5236
|
"iconName": "emoji-wink",
|
|
5230
5237
|
"pathname": "src/IconEmojiWink"
|
|
5231
5238
|
},
|
|
5239
|
+
{
|
|
5240
|
+
"svg": "<Path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><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 2ZM7 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\" fill=\"currentColor\"/>",
|
|
5241
|
+
"tags": "Path",
|
|
5242
|
+
"componentName": "IconEmojiWinkTongue",
|
|
5243
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
5244
|
+
"pathname": "src/IconEmojiWinkTongue"
|
|
5245
|
+
},
|
|
5232
5246
|
{
|
|
5233
5247
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.025 1.56104L22.3904 10.524L11.9144 21.0001H7.58594L1.08594 14.5001L14.025 1.56104ZM3.91436 14.5001L8.41437 19.0001H11.0859L12.3359 17.7501L6.50015 11.9143L3.91436 14.5001Z\" fill=\"currentColor\"/>",
|
|
5234
5248
|
"tags": "Path",
|
|
@@ -7364,6 +7378,13 @@
|
|
|
7364
7378
|
"iconName": "key-2, password",
|
|
7365
7379
|
"pathname": "src/IconKey2"
|
|
7366
7380
|
},
|
|
7381
|
+
{
|
|
7382
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.5 2C19.5376 2 22 4.46243 22 7.5C22 10.5376 19.5376 13 16.5 13C15.3423 13 14.2689 12.6412 13.3828 12.0303L10.1816 15.2314L12.3223 17.3711L8.52148 21.1719L6.38184 19.0322L4.20703 21.207L2.79297 19.793L11.9688 10.6162C11.3583 9.7303 11 8.65721 11 7.5C11 4.46243 13.4624 2 16.5 2ZM16.5 4C14.567 4 13 5.567 13 7.5C13 9.433 14.567 11 16.5 11C18.433 11 20 9.433 20 7.5C20 5.567 18.433 4 16.5 4Z\" fill=\"currentColor\"/>",
|
|
7383
|
+
"tags": "Path",
|
|
7384
|
+
"componentName": "IconKey3",
|
|
7385
|
+
"iconName": "key-3, password",
|
|
7386
|
+
"pathname": "src/IconKey3"
|
|
7387
|
+
},
|
|
7367
7388
|
{
|
|
7368
7389
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z\" fill=\"currentColor\"/>",
|
|
7369
7390
|
"tags": "Path",
|