@central-icons-react-native/square-filled-radius-0-stroke-1 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.
- package/IconCircleBanSign/index.js +1 -1
- package/IconCircleBanSign/index.js.map +1 -1
- package/IconCircleBanSign/index.mjs +1 -1
- package/IconCircleBanSign/index.mjs.map +1 -1
- package/IconMask1/index.d.ts +4 -0
- package/IconMask1/index.js +2 -0
- package/IconMask1/index.js.map +1 -0
- package/IconMask1/index.mjs +2 -0
- package/IconMask1/index.mjs.map +1 -0
- package/IconMedicalCross/index.d.ts +4 -0
- package/IconMedicalCross/index.js +2 -0
- package/IconMedicalCross/index.js.map +1 -0
- package/IconMedicalCross/index.mjs +2 -0
- package/IconMedicalCross/index.mjs.map +1 -0
- package/IconMedicalCrossCircle/index.d.ts +4 -0
- package/IconMedicalCrossCircle/index.js +2 -0
- package/IconMedicalCrossCircle/index.js.map +1 -0
- package/IconMedicalCrossCircle/index.mjs +2 -0
- package/IconMedicalCrossCircle/index.mjs.map +1 -0
- package/IconMedicalCrossSquare/index.d.ts +4 -0
- package/IconMedicalCrossSquare/index.js +2 -0
- package/IconMedicalCrossSquare/index.js.map +1 -0
- package/IconMedicalCrossSquare/index.mjs +2 -0
- package/IconMedicalCrossSquare/index.mjs.map +1 -0
- package/IconParasol/index.js +1 -1
- package/IconParasol/index.js.map +1 -1
- package/IconParasol/index.mjs +1 -1
- package/IconParasol/index.mjs.map +1 -1
- package/IconUnblock/index.d.ts +4 -0
- package/IconUnblock/index.js +2 -0
- package/IconUnblock/index.js.map +1 -0
- package/IconUnblock/index.mjs +2 -0
- package/IconUnblock/index.mjs.map +1 -0
- package/README.md +12 -4
- package/filtered-icons.json +76 -6
- package/icons/index.d.ts +5 -0
- package/icons-index.json +23 -8
- package/index.d.ts +5 -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 +13 -5
- package/tsx-icons.json +37 -2
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.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=\"
|
|
3441
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C14.7613 2 17.2622 3.11961 19.0713 4.92871C20.8804 6.73781 22 9.23871 22 12C22 17.5228 17.5228 22 12 22C9.23871 22 6.73781 20.8804 4.92871 19.0713C3.11961 17.2622 2 14.7613 2 12C2 6.47715 6.47715 2 12 2ZM6 18.7061C7.5928 20.1322 9.69422 21 12 21C16.9706 21 21 16.9706 21 12C21 9.69422 20.1322 7.5928 18.7061 6L6 18.7061ZM12 3C7.02944 3 3 7.02944 3 12C3 14.3053 3.86742 16.4063 5.29297 17.999L17.999 5.29297C16.4063 3.86742 14.3053 3 12 3Z\" fill=\"currentColor\"/>",
|
|
3442
3442
|
"tags": "Path",
|
|
3443
3443
|
"componentName": "IconCircleBanSign",
|
|
3444
3444
|
"iconName": "circle-ban-sign, circle, block, ads",
|
|
@@ -8162,6 +8162,13 @@
|
|
|
8162
8162
|
"iconName": "mask, theatre",
|
|
8163
8163
|
"pathname": "src/IconMask"
|
|
8164
8164
|
},
|
|
8165
|
+
{
|
|
8166
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1289 3.0166L19.6289 5.0166L20 5.11621V7.5H22.5V13H20V15.7266C19.9999 16.6977 19.4376 17.5814 18.5576 17.9922L12 21.0518L5.44238 17.9922C4.56237 17.5814 4.00011 16.6977 4 15.7266V13H1.5V7.5H4V5.11621L4.37109 5.0166L11.8711 3.0166L12 2.98242L12.1289 3.0166ZM9 14H15V13H9V14ZM2.5 12H4V8.5H2.5V12ZM20 12H21.5V8.5H20V12ZM9 10H15V9H9V10Z\" fill=\"currentColor\"/>",
|
|
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 d=\"M16 8H22V16H16V22H8V16H2V8H8V2H16V8Z\" fill=\"currentColor\"/>",
|
|
8258
|
+
"tags": "Path",
|
|
8259
|
+
"componentName": "IconMedicalCross",
|
|
8260
|
+
"iconName": "medical-cross, first-aid, emergency",
|
|
8261
|
+
"pathname": "src/IconMedicalCross"
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"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 2ZM10.5 10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5V8H10.5V10.5Z\" fill=\"currentColor\"/>",
|
|
8265
|
+
"tags": "Path",
|
|
8266
|
+
"componentName": "IconMedicalCrossCircle",
|
|
8267
|
+
"iconName": "medical-cross-circle, first-aid, emergency",
|
|
8268
|
+
"pathname": "src/IconMedicalCrossCircle"
|
|
8269
|
+
},
|
|
8270
|
+
{
|
|
8271
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM10.5 10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5V8H10.5V10.5Z\" fill=\"currentColor\"/>",
|
|
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=\"M9.97503 3.58104C12.0831 1.47299 15.5009 1.47299 17.609 3.58104C19.0387 5.0108 19.4985 7.04233 18.9893 8.85939C17.947 8.3106 16.7598 8 15.5 8C13.6089 8 11.8812 8.69993 10.562 9.85487L7.13159 6.42448L9.97503 3.58104Z\" fill=\"currentColor\"/><Path d=\"M8 15.5C8 13.6089 8.69993 11.8812 9.85487 10.562L6.42448 7.13159L3.58104 9.97503C1.47299 12.0831 1.47299 15.5009 3.58104 17.609C5.01082 19.0387 7.04228 19.4983 8.85929 18.9891C8.31056 17.9468 8 16.7597 8 15.5Z\" fill=\"currentColor\"/><Path d=\"M9 15.5C9 12.4691 11.0745 9.92267 13.8811 9.20322L16.1339 21.9695C15.9254 21.9897 15.7139 22 15.5 22C11.9101 22 9 19.0899 9 15.5Z\" fill=\"currentColor\"/><Path d=\"M22 15.5C22 18.5309 19.9255 21.0773 17.1189 21.7968L14.8661 9.03052C15.0746 9.01033 15.2861 9 15.5 9C19.0899 9 22 11.9101 22 15.5Z\" fill=\"currentColor\"/>",
|
|
8251
8279
|
"tags": "Path",
|
|
@@ -9346,7 +9374,7 @@
|
|
|
9346
9374
|
"pathname": "src/IconParagraph"
|
|
9347
9375
|
},
|
|
9348
9376
|
{
|
|
9349
|
-
"svg": "<Path d=\"M10.
|
|
9377
|
+
"svg": "<Path d=\"M10.2151 13.4825C9.76654 13.8503 9.31663 14.258 8.93602 14.6684C7.79932 12.4998 7.00039 9.93484 6.64752 7.74959C6.45351 6.54815 6.39849 5.48644 6.48513 4.68304C6.52848 4.28105 6.60528 3.96378 6.7048 3.7323C6.80343 3.50291 6.90907 3.39201 6.99292 3.34207L7.00098 3.33741C7.08616 3.28977 7.23502 3.25373 7.48299 3.28301C7.73322 3.31256 8.04638 3.40469 8.41619 3.56814C9.15528 3.89481 10.0472 4.47331 10.9907 5.24205C12.7068 6.64027 14.5287 8.61466 15.8383 10.6834C15.2926 10.8078 14.7146 10.9936 14.1718 11.1981C13.3666 11.5016 12.6033 11.8598 12.0878 12.1574C11.5724 12.455 10.8805 12.9369 10.2151 13.4825Z\" fill=\"currentColor\"/><Path d=\"M8.64844 2.57746C8.70768 2.60153 8.7672 2.62681 8.82694 2.65322C9.67687 3.02888 10.6462 3.66587 11.6289 4.46652C13.3402 5.86092 15.1511 7.80048 16.5083 9.86694C17.2338 9.10008 18.3688 8.58726 19.8576 8.49792L21.4727 8.401L20.6637 6.99972C18.2105 2.75069 13.1099 0.983073 8.64844 2.57746Z\" fill=\"currentColor\"/><Path d=\"M13.0301 12.7871C12.8663 12.8699 12.7179 12.9496 12.5894 13.0238C12.4609 13.098 12.3176 13.1866 12.1641 13.2871L16.5655 20.9106L17.4315 20.4106L13.0301 12.7871Z\" fill=\"currentColor\"/><Path d=\"M7.90221 14.8354C6.87535 15.0803 5.86373 15.8068 5.04195 17.0514L4.15043 18.4017L3.34142 17.0004C0.888233 12.7514 1.90772 7.45037 5.51928 4.38379C5.5105 4.44713 5.50264 4.51132 5.49563 4.57627C5.396 5.50016 5.46298 6.65813 5.66504 7.90946C6.01695 10.0887 6.7912 12.6268 7.90221 14.8354Z\" fill=\"currentColor\"/>",
|
|
9350
9378
|
"tags": "Path",
|
|
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 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 2ZM12 3C7.02944 3 3 7.02944 3 12C3 14.3051 3.8678 16.4067 5.29297 17.999L9.64648 13.6465L10.3535 14.3535L6 18.7061C7.5924 20.1318 9.69439 21 12 21C16.9706 21 21 16.9706 21 12C21 9.69439 20.1318 7.5924 18.7061 6L14.3535 10.3535L13.6465 9.64648L17.999 5.29297C16.4067 3.8678 14.3051 3 12 3Z\" fill=\"currentColor\"/>",
|
|
13158
|
+
"tags": "Path",
|
|
13159
|
+
"componentName": "IconUnblock",
|
|
13160
|
+
"iconName": "unblock, unban",
|
|
13161
|
+
"pathname": "src/IconUnblock"
|
|
13162
|
+
},
|
|
13128
13163
|
{
|
|
13129
13164
|
"svg": "<Path d=\"M9.75 6.25C9.75 6.80228 9.30228 7.25 8.75 7.25C8.19772 7.25 7.75 6.80228 7.75 6.25C7.75 5.69772 8.19772 5.25 8.75 5.25C9.30228 5.25 9.75 5.69772 9.75 6.25Z\" fill=\"currentColor\"/><Path d=\"M6.25 6.25C6.25 6.80228 5.80228 7.25 5.25 7.25C4.69772 7.25 4.25 6.80228 4.25 6.25C4.25 5.69772 4.69772 5.25 5.25 5.25C5.80228 5.25 6.25 5.69772 6.25 6.25Z\" fill=\"currentColor\"/><Path d=\"M9.75 17.75C9.75 18.3023 9.30228 18.75 8.75 18.75C8.19772 18.75 7.75 18.3023 7.75 17.75C7.75 17.1977 8.19772 16.75 8.75 16.75C9.30228 16.75 9.75 17.1977 9.75 17.75Z\" fill=\"currentColor\"/><Path d=\"M9.5 3.25C9.5 3.66421 9.16421 4 8.75 4C8.33579 4 8 3.66421 8 3.25C8 2.83579 8.33579 2.5 8.75 2.5C9.16421 2.5 9.5 2.83579 9.5 3.25Z\" fill=\"currentColor\"/><Path d=\"M3.25 10C3.25 10.4142 2.91421 10.75 2.5 10.75C2.08579 10.75 1.75 10.4142 1.75 10C1.75 9.58579 2.08579 9.25 2.5 9.25C2.91421 9.25 3.25 9.58579 3.25 10Z\" fill=\"currentColor\"/><Path d=\"M3.25 14C3.25 14.4142 2.91421 14.75 2.5 14.75C2.08579 14.75 1.75 14.4142 1.75 14C1.75 13.5858 2.08579 13.25 2.5 13.25C2.91421 13.25 3.25 13.5858 3.25 14Z\" fill=\"currentColor\"/><Path d=\"M9.5 20.75C9.5 21.1642 9.16421 21.5 8.75 21.5C8.33579 21.5 8 21.1642 8 20.75C8 20.3358 8.33579 20 8.75 20C9.16421 20 9.5 20.3358 9.5 20.75Z\" fill=\"currentColor\"/><Path d=\"M10.25 10C10.25 10.8284 9.57843 11.5 8.75 11.5C7.92157 11.5 7.25 10.8284 7.25 10C7.25 9.17157 7.92157 8.5 8.75 8.5C9.57843 8.5 10.25 9.17157 10.25 10Z\" fill=\"currentColor\"/><Path d=\"M10.25 14C10.25 14.8284 9.57843 15.5 8.75 15.5C7.92157 15.5 7.25 14.8284 7.25 14C7.25 13.1716 7.92157 12.5 8.75 12.5C9.57843 12.5 10.25 13.1716 10.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 10C6.25 10.5523 5.80228 11 5.25 11C4.69772 11 4.25 10.5523 4.25 10C4.25 9.44772 4.69772 9 5.25 9C5.80228 9 6.25 9.44772 6.25 10Z\" fill=\"currentColor\"/><Path d=\"M6.25 14C6.25 14.5523 5.80228 15 5.25 15C4.69772 15 4.25 14.5523 4.25 14C4.25 13.4477 4.69772 13 5.25 13C5.80228 13 6.25 13.4477 6.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 17.75C6.25 18.3023 5.80228 18.75 5.25 18.75C4.69772 18.75 4.25 18.3023 4.25 17.75C4.25 17.1977 4.69772 16.75 5.25 16.75C5.80228 16.75 6.25 17.1977 6.25 17.75Z\" fill=\"currentColor\"/><Path d=\"M12 2H11.5V22H12C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" fill=\"currentColor\"/>",
|
|
13130
13165
|
"tags": "Path",
|