@central-icons-react-native/square-filled-radius-0-stroke-2 1.0.7 → 1.1.0
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/IconBank2/index.d.ts +4 -0
- package/IconBank2/index.js +2 -0
- package/IconBank2/index.js.map +1 -0
- package/IconBank2/index.mjs +2 -0
- package/IconBank2/index.mjs.map +1 -0
- package/README.md +23 -18
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1529 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/index.mjs +2 -0
- package/index.mjs.map +1 -0
- package/license-check.js +1 -1
- package/package.json +9 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"homepage": "https://iconists.co/central",
|
|
6
6
|
"bugs": {
|
|
@@ -8,7 +8,15 @@
|
|
|
8
8
|
"email": "info@iconists.co"
|
|
9
9
|
},
|
|
10
10
|
"sideEffects": false,
|
|
11
|
+
"main": "./index.js",
|
|
12
|
+
"module": "./index.mjs",
|
|
13
|
+
"types": "./index.d.ts",
|
|
11
14
|
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./index.d.ts",
|
|
17
|
+
"import": "./index.mjs",
|
|
18
|
+
"require": "./index.js"
|
|
19
|
+
},
|
|
12
20
|
"./*": {
|
|
13
21
|
"types": "./*/index.d.ts",
|
|
14
22
|
"import": "./*/index.mjs",
|
package/tsx-icons.json
CHANGED
|
@@ -1127,6 +1127,13 @@
|
|
|
1127
1127
|
"iconName": "bank",
|
|
1128
1128
|
"pathname": "src/IconBank"
|
|
1129
1129
|
},
|
|
1130
|
+
{
|
|
1131
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 19H22V21H2V19H3V11H21V19ZM8.5 19H10.5V13.5H8.5V19ZM13.5 19H15.5V13.5H13.5V19Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 6.35059V9.50098H2V6.35059L12 1.90527L22 6.35059ZM12 5.50098C11.4477 5.50098 11 5.94869 11 6.50098C11.0005 7.05281 11.448 7.50098 12 7.50098C12.552 7.50098 12.9995 7.05281 13 6.50098C13 5.94869 12.5523 5.50098 12 5.50098Z\" fill=\"currentColor\"/>",
|
|
1132
|
+
"tags": "Path",
|
|
1133
|
+
"componentName": "IconBank2",
|
|
1134
|
+
"iconName": "bank-2, library, gov",
|
|
1135
|
+
"pathname": "src/IconBank2"
|
|
1136
|
+
},
|
|
1130
1137
|
{
|
|
1131
1138
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 4H23V20H1V4ZM3 6V8H6V6H3ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM18 16V18H21V16H18Z\" fill=\"currentColor\"/>",
|
|
1132
1139
|
"tags": "Path",
|