@central-icons-react-native/round-outlined-radius-3-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.0002V5.75013C18.25 4.09329 16.9069 2.75015 15.25 2.75013L8.75004 2.75004C7.09317 2.75002 5.75 4.09317 5.75 5.75004V15.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.25L13.1094 21.5104C12.4376 21.9583 11.5624 21.9583 10.8906 21.5104L9 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 5.75C4.75 4.09315 6.09315 2.75 7.75 2.75H16.25C17.9069 2.75 19.25 4.09315 19.25 5.75V18.25C19.25 19.9069 17.9069 21.25 16.25 21.25H7.75C6.09315 21.25 4.75 19.9069 4.75 18.25V5.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",
|