@central-icons-react-native/round-outlined-radius-2-stroke-1 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/round-outlined-radius-2-stroke-1",
|
|
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 d=\"M21.5 20C21.7761 20 22 20.2239 22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5C2 20.2239 2.22386 20 2.5 20H21.5Z\" fill=\"currentColor\"/><Path d=\"M3.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.64383 6.45819L11.1438 2.90556C11.6857 2.64886 12.3143 2.64886 12.8562 2.90556L20.3562 6.45819C21.0547 6.78905 21.5 7.49277 21.5 8.26566V8.5C21.5 9.60457 20.6046 10.5 19.5 10.5H4.5C3.39543 10.5 2.5 9.60457 2.5 8.5V8.26566C2.5 7.49277 2.94533 6.78905 3.64383 6.45819Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 20.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 20.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\"/>",
|
|
1132
|
+
"tags": "Circle, Path",
|
|
1133
|
+
"componentName": "IconBank2",
|
|
1134
|
+
"iconName": "bank-2, library, gov",
|
|
1135
|
+
"pathname": "src/IconBank2"
|
|
1136
|
+
},
|
|
1130
1137
|
{
|
|
1131
1138
|
"svg": "<Path d=\"M4.5 7.5H5.5M18.5 16.5H19.5M1.5 17.5V6.5C1.5 5.39543 2.39543 4.5 3.5 4.5H20.5C21.6046 4.5 22.5 5.39543 22.5 6.5V17.5C22.5 18.6046 21.6046 19.5 20.5 19.5H3.5C2.39543 19.5 1.5 18.6046 1.5 17.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
1132
1139
|
"tags": "Path",
|