@central-icons-react-native/round-outlined-radius-2-stroke-1.5 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.5",
|
|
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.25 19.5C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25C2 19.8358 2.33579 19.5 2.75 19.5H21.25Z\" fill=\"currentColor\"/><Path d=\"M3.93284 6.4885L11.2062 3.34327C11.7127 3.12423 12.2873 3.12423 12.7938 3.34327L20.0672 6.4885C20.7852 6.79899 21.25 7.50644 21.25 8.2887C21.25 9.37189 20.3719 10.25 19.2887 10.25H4.7113C3.62811 10.25 2.75 9.37189 2.75 8.2887C2.75 7.50644 3.21484 6.79899 3.93284 6.4885Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 20V10.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.25 20V10.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.25 20V13.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 20V13.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.75 8.25H5.75M18.25 15.75H19.25M1.75 16.75V7.25C1.75 6.14543 2.64543 5.25 3.75 5.25H20.25C21.3546 5.25 22.25 6.14543 22.25 7.25V16.75C22.25 17.8546 21.3546 18.75 20.25 18.75H3.75C2.64543 18.75 1.75 17.8546 1.75 16.75ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
1132
1139
|
"tags": "Path",
|