@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.196 → 1.1.197
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/IconAnimatePath/index.d.ts +4 -0
- package/IconAnimatePath/index.js +2 -0
- package/IconAnimatePath/index.js.map +1 -0
- package/IconAnimatePath/index.mjs +2 -0
- package/IconAnimatePath/index.mjs.map +1 -0
- package/IconElements/index.d.ts +4 -0
- package/IconElements/index.js +2 -0
- package/IconElements/index.js.map +1 -0
- package/IconElements/index.mjs +2 -0
- package/IconElements/index.mjs.map +1 -0
- package/IconGhost/index.js +1 -1
- package/IconGhost/index.js.map +1 -1
- package/IconGhost/index.mjs +1 -1
- package/IconGhost/index.mjs.map +1 -1
- package/IconGhost2/index.d.ts +4 -0
- package/IconGhost2/index.js +2 -0
- package/IconGhost2/index.js.map +1 -0
- package/IconGhost2/index.mjs +2 -0
- package/IconGhost2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- 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/tsx-icons.json +23 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -336,6 +336,13 @@
|
|
|
336
336
|
"iconName": "angularjs",
|
|
337
337
|
"pathname": "src/IconAngularjs"
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"svg": "<Path d=\"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 19C12 18 12.3637 13.1739 16 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"18.5\" cy=\"7.5\" r=\"2.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
341
|
+
"tags": "Circle, Path",
|
|
342
|
+
"componentName": "IconAnimatePath",
|
|
343
|
+
"iconName": "animate-path, animation, jump",
|
|
344
|
+
"pathname": "src/IconAnimatePath"
|
|
345
|
+
},
|
|
339
346
|
{
|
|
340
347
|
"svg": "<Path d=\"M3 21L8 16M10 21L12.5 18.5M3 14L5.5 11.5M21 9C21 12.3137 18.3137 15 15 15C11.6863 15 9 12.3137 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
341
348
|
"tags": "Path",
|
|
@@ -4935,6 +4942,13 @@
|
|
|
4935
4942
|
"iconName": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
|
|
4936
4943
|
"pathname": "src/IconElectrocardiogram"
|
|
4937
4944
|
},
|
|
4945
|
+
{
|
|
4946
|
+
"svg": "<Path d=\"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
4947
|
+
"tags": "Path",
|
|
4948
|
+
"componentName": "IconElements",
|
|
4949
|
+
"iconName": "elements, materials, products, tools, teams, skills, circles",
|
|
4950
|
+
"pathname": "src/IconElements"
|
|
4951
|
+
},
|
|
4938
4952
|
{
|
|
4939
4953
|
"svg": "<Path d=\"M21 5H22V4H21V5ZM21 19V20H22V19H21ZM3 5V4H2V5H3ZM3 19H2V20H3V19ZM21 5H20V19H21H22V5H21ZM3 5V6H21V5V4H3V5ZM3 19H4V5H3H2V19H3ZM21 19V18H3V19V20H21V19Z\" fill=\"currentColor\"/><Path d=\"M3.5 6.04547L12 13L20.5 6.04547\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
4940
4954
|
"tags": "Path",
|
|
@@ -6301,12 +6315,19 @@
|
|
|
6301
6315
|
"pathname": "src/IconGenderMale"
|
|
6302
6316
|
},
|
|
6303
6317
|
{
|
|
6304
|
-
"svg": "<Path d=\"
|
|
6305
|
-
"tags": "Path",
|
|
6318
|
+
"svg": "<Path d=\"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"9.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/><Circle cx=\"14.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6319
|
+
"tags": "Circle, Path",
|
|
6306
6320
|
"componentName": "IconGhost",
|
|
6307
6321
|
"iconName": "ghost, hidden, unknown, horror",
|
|
6308
6322
|
"pathname": "src/IconGhost"
|
|
6309
6323
|
},
|
|
6324
|
+
{
|
|
6325
|
+
"svg": "<Path d=\"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z\" fill=\"currentColor\"/><Ellipse cx=\"14.3\" cy=\"9.5\" rx=\"1.3\" ry=\"2\" fill=\"currentColor\"/><Path d=\"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6326
|
+
"tags": "Ellipse, Path",
|
|
6327
|
+
"componentName": "IconGhost2",
|
|
6328
|
+
"iconName": "ghost-2, privacy, hidden, unknown",
|
|
6329
|
+
"pathname": "src/IconGhost2"
|
|
6330
|
+
},
|
|
6310
6331
|
{
|
|
6311
6332
|
"svg": "<Path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.6489 11.173C10.6489 10.939 10.6029 10.7089 10.5109 10.4826C10.4214 10.2538 10.2834 10.047 10.0968 9.86241C9.91023 9.67518 9.67253 9.52695 9.38371 9.41773C9.09745 9.30591 8.75879 9.25 8.36774 9.25C7.831 9.25 7.37988 9.35662 7.01438 9.56986C6.65144 9.7805 6.37668 10.0691 6.1901 10.4358C6.00608 10.8025 5.91406 11.2186 5.91406 11.684V12.273C5.91406 12.5981 5.95879 12.9102 6.04825 13.2092C6.1377 13.5057 6.27828 13.7696 6.46997 14.0011C6.66422 14.2325 6.91598 14.4158 7.22524 14.5511C7.53707 14.6837 7.91278 14.75 8.3524 14.75C8.76901 14.75 9.12301 14.6902 9.41438 14.5706C9.70831 14.4509 9.94601 14.291 10.1275 14.0908C10.309 13.8905 10.4406 13.6656 10.5224 13.416C10.6067 13.1637 10.6489 12.9076 10.6489 12.6475V11.6489H8.49042V12.7333H9.14218V12.7957C9.14218 12.8972 9.11534 12.9973 9.06167 13.0961C9.00799 13.1949 8.9262 13.2768 8.8163 13.3418C8.70639 13.4069 8.5671 13.4394 8.39841 13.4394C8.16326 13.4394 7.98435 13.3835 7.86167 13.2716C7.73898 13.1572 7.65464 13.0103 7.60863 12.8309C7.56518 12.6514 7.54346 12.4629 7.54346 12.2652V11.7035C7.54346 11.3343 7.61119 11.0521 7.74665 10.8571C7.88467 10.6595 8.08786 10.5606 8.35624 10.5606C8.47125 10.5606 8.57349 10.5775 8.66294 10.6113C8.7524 10.6452 8.8278 10.692 8.88914 10.7518C8.95048 10.809 8.99777 10.874 9.031 10.9468C9.06678 11.0196 9.0885 11.095 9.09617 11.173H10.6489Z\" fill=\"currentColor\"/><Path d=\"M13.1217 14.6603V9.33582H11.5115V14.6603H13.1217Z\" fill=\"currentColor\"/><Path d=\"M15.8054 14.6603V12.823H17.7109V11.5904H15.8054V10.6152H17.9141V9.33582H14.1952V14.6603H15.8054Z\" fill=\"currentColor\"/>",
|
|
6312
6333
|
"tags": "Path",
|