@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.27 → 1.1.28
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/IconWallet5/index.d.ts +4 -0
- package/IconWallet5/index.js +2 -0
- package/IconWallet5/index.js.map +1 -0
- package/IconWallet5/index.mjs +2 -0
- package/IconWallet5/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -10626,6 +10626,13 @@
|
|
|
10626
10626
|
"iconName": "wallet-4",
|
|
10627
10627
|
"pathname": "src/IconWallet4"
|
|
10628
10628
|
},
|
|
10629
|
+
{
|
|
10630
|
+
"svg": "<Path d=\"M21 10V8C21 6.34315 19.6569 5 18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H18C19.6569 19 21 17.6569 21 16V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21 10H16C15.4477 10 15 10.4477 15 11V13C15 13.5523 15.4477 14 16 14H21C21.5523 14 22 13.5523 22 13V11C22 10.4477 21.5523 10 21 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10631
|
+
"tags": "Path",
|
|
10632
|
+
"componentName": "IconWallet5",
|
|
10633
|
+
"iconName": "wallet-5",
|
|
10634
|
+
"pathname": "src/IconWallet5"
|
|
10635
|
+
},
|
|
10629
10636
|
{
|
|
10630
10637
|
"svg": "<Path d=\"M14 18.6738C15.1486 18.2318 16.8351 17.3405 16.5 16C15.9577 13.8307 11.5 16 10.5 14.5C9.75213 13.3782 10.9618 11.4174 11.6194 10.5M20.5 13.2406C18.4067 12.1389 14.5768 10 12 10C9.37749 10 5.45705 12.2155 3.39025 13.2983M6 5H18C19.6569 5 21 6.34315 21 8V16C21 17.6569 19.6569 19 18 19H6C4.34315 19 3 17.6569 3 16V8C3 6.34315 4.34315 5 6 5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10631
10638
|
"tags": "Path",
|