@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.56 → 1.1.58
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/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/index.mjs.map +1 -0
- package/IconMouseClassic/index.d.ts +4 -0
- package/IconMouseClassic/index.js +2 -0
- package/IconMouseClassic/index.js.map +1 -0
- package/IconMouseClassic/index.mjs +2 -0
- package/IconMouseClassic/index.mjs.map +1 -0
- package/IconMouseClassic2/index.d.ts +4 -0
- package/IconMouseClassic2/index.js +2 -0
- package/IconMouseClassic2/index.js.map +1 -0
- package/IconMouseClassic2/index.mjs +2 -0
- package/IconMouseClassic2/index.mjs.map +1 -0
- package/IconTablet/index.d.ts +4 -0
- package/IconTablet/index.js +2 -0
- package/IconTablet/index.js.map +1 -0
- package/IconTablet/index.mjs +2 -0
- package/IconTablet/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -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 +28 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4459,6 +4459,13 @@
|
|
|
4459
4459
|
"iconName": "exclamation-circle, info, warning",
|
|
4460
4460
|
"pathname": "src/IconExclamationCircle"
|
|
4461
4461
|
},
|
|
4462
|
+
{
|
|
4463
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"15.7996\" r=\"1.2\" fill=\"currentColor\"/>",
|
|
4464
|
+
"tags": "Circle, Path",
|
|
4465
|
+
"componentName": "IconExclamationCircleBold",
|
|
4466
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
4467
|
+
"pathname": "src/IconExclamationCircleBold"
|
|
4468
|
+
},
|
|
4462
4469
|
{
|
|
4463
4470
|
"svg": "<Path d=\"M12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16V14ZM12.01 16C12.5623 16 13.01 15.5523 13.01 15C13.01 14.4477 12.5623 14 12.01 14V16ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10H13ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12H11ZM12 3L12.8599 2.48946C12.6797 2.18601 12.3529 2 12 2C11.6471 2 11.3203 2.18601 11.1401 2.48946L12 3ZM2.5 19L1.64015 18.4895C1.45663 18.7985 1.45312 19.1823 1.63094 19.4947C1.80876 19.8071 2.14055 20 2.5 20L2.5 19ZM21.5 19V20C21.8594 20 22.1912 19.8071 22.3691 19.4947C22.5469 19.1823 22.5434 18.7985 22.3599 18.4895L21.5 19ZM11.25 15C11.25 14.5858 11.5858 14.25 12 14.25V16.25C12.6904 16.25 13.25 15.6904 13.25 15H11.25ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15H10.75C10.75 15.6904 11.3096 16.25 12 16.25V14.25ZM12.75 15C12.75 15.4142 12.4142 15.75 12 15.75V13.75C11.3096 13.75 10.75 14.3096 10.75 15H12.75ZM12 15.75C11.5858 15.75 11.25 15.4142 11.25 15H13.25C13.25 14.3096 12.6904 13.75 12 13.75V15.75ZM12 16H12.01V14H12V16ZM11 10V12H13V10H11ZM11.1401 2.48946L1.64015 18.4895L3.35985 19.5105L12.8599 3.51054L11.1401 2.48946ZM2.5 20H21.5V18H2.5V20ZM22.3599 18.4895L12.8599 2.48946L11.1401 3.51054L20.6401 19.5105L22.3599 18.4895Z\" fill=\"currentColor\"/>",
|
|
4464
4471
|
"tags": "Path",
|
|
@@ -6986,6 +6993,20 @@
|
|
|
6986
6993
|
"iconName": "mouse",
|
|
6987
6994
|
"pathname": "src/IconMouse"
|
|
6988
6995
|
},
|
|
6996
|
+
{
|
|
6997
|
+
"svg": "<Path d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6998
|
+
"tags": "Path",
|
|
6999
|
+
"componentName": "IconMouseClassic",
|
|
7000
|
+
"iconName": "mouse-classic, click",
|
|
7001
|
+
"pathname": "src/IconMouseClassic"
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"svg": "<Path d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7005
|
+
"tags": "Path",
|
|
7006
|
+
"componentName": "IconMouseClassic2",
|
|
7007
|
+
"iconName": "mouse-classic-2, click",
|
|
7008
|
+
"pathname": "src/IconMouseClassic2"
|
|
7009
|
+
},
|
|
6989
7010
|
{
|
|
6990
7011
|
"svg": "<Path d=\"M15 20L12 22L9 20M12 6V8M12 17C9.23858 17 7 14.7614 7 12V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V12C17 14.7614 14.7614 17 12 17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6991
7012
|
"tags": "Path",
|
|
@@ -10052,6 +10073,13 @@
|
|
|
10052
10073
|
"iconName": "table, spreedsheet, chart",
|
|
10053
10074
|
"pathname": "src/IconTable"
|
|
10054
10075
|
},
|
|
10076
|
+
{
|
|
10077
|
+
"svg": "<Rect x=\"5\" y=\"3\" width=\"14\" height=\"18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 18H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10078
|
+
"tags": "Path, Rect",
|
|
10079
|
+
"componentName": "IconTablet",
|
|
10080
|
+
"iconName": "tablet, ipad, mobile",
|
|
10081
|
+
"pathname": "src/IconTablet"
|
|
10082
|
+
},
|
|
10055
10083
|
{
|
|
10056
10084
|
"svg": "<Path d=\"M9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.1193 5.11929 15 6.5 15C7.88071 15 9 16.1193 9 17.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 6L6 8M6 8L8 10M6 8L8 6M6 8L4 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 16L18 18M18 18L20 20M18 18L20 16M18 18L16 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 7L16 4L19 6.00001\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.25 5.5C18 10 13.5 12.5 12 13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10057
10085
|
"tags": "Path",
|