@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.57 → 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/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 +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- 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 +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -6993,6 +6993,20 @@
|
|
|
6993
6993
|
"iconName": "mouse",
|
|
6994
6994
|
"pathname": "src/IconMouse"
|
|
6995
6995
|
},
|
|
6996
|
+
{
|
|
6997
|
+
"svg": "<Path d=\"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.25 15.0002V3.75015C18.25 3.19787 17.8023 2.75016 17.25 2.75015L6.75001 2.75001C6.19772 2.75001 5.75 3.19772 5.75 3.75001V15.0002C5.75 18.452 8.54822 21.2502 12 21.2502C15.4518 21.2502 18.25 18.452 18.25 15.0002Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7005
|
+
"tags": "Path",
|
|
7006
|
+
"componentName": "IconMouseClassic2",
|
|
7007
|
+
"iconName": "mouse-classic-2, click",
|
|
7008
|
+
"pathname": "src/IconMouseClassic2"
|
|
7009
|
+
},
|
|
6996
7010
|
{
|
|
6997
7011
|
"svg": "<Path d=\"M15 20.25L12.5547 21.8802C12.2188 22.1041 11.7812 22.1041 11.4453 21.8802L9 20.25M12 5.75V8.25M12 17.25C9.10051 17.25 6.75 14.8995 6.75 12V7C6.75 4.1005 9.10051 1.75 12 1.75C14.8995 1.75 17.25 4.10051 17.25 7V12C17.25 14.8995 14.8995 17.25 12 17.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6998
7012
|
"tags": "Path",
|
|
@@ -10059,6 +10073,13 @@
|
|
|
10059
10073
|
"iconName": "table, spreedsheet, chart",
|
|
10060
10074
|
"pathname": "src/IconTable"
|
|
10061
10075
|
},
|
|
10076
|
+
{
|
|
10077
|
+
"svg": "<Path d=\"M4.75 3.75C4.75 3.19772 5.19772 2.75 5.75 2.75H18.25C18.8023 2.75 19.25 3.19772 19.25 3.75V20.25C19.25 20.8023 18.8023 21.25 18.25 21.25H5.75C5.19771 21.25 4.75 20.8023 4.75 20.25V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.75 18.25H15.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10078
|
+
"tags": "Path",
|
|
10079
|
+
"componentName": "IconTablet",
|
|
10080
|
+
"iconName": "tablet, ipad, mobile",
|
|
10081
|
+
"pathname": "src/IconTablet"
|
|
10082
|
+
},
|
|
10062
10083
|
{
|
|
10063
10084
|
"svg": "<Path d=\"M8.90625 17.6719C8.90625 19.0957 7.75198 20.25 6.32812 20.25C4.90427 20.25 3.75 19.0957 3.75 17.6719C3.75 16.248 4.90427 15.0938 6.32812 15.0938C7.75198 15.0938 8.90625 16.248 8.90625 17.6719Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 5.8125L5.8125 7.875M5.8125 7.875L7.875 9.9375M5.8125 7.875L7.875 5.8125M5.8125 7.875L3.75 9.9375\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.125 16.125L18.1875 18.1875M18.1875 18.1875L20.25 20.25M18.1875 18.1875L20.25 16.125M18.1875 18.1875L16.125 20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.0625 6.84375L16.125 3.75L19.2188 5.81251\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.3828 5.29688C18.1875 9.9375 13.5469 12.5156 12 13.5469\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10064
10085
|
"tags": "Path",
|