@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.127 → 1.1.128
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/IconTrial/index.d.ts +4 -0
- package/IconTrial/index.js +2 -0
- package/IconTrial/index.js.map +1 -0
- package/IconTrial/index.mjs +2 -0
- package/IconTrial/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
|
@@ -11571,6 +11571,13 @@
|
|
|
11571
11571
|
"iconName": "trending-circle",
|
|
11572
11572
|
"pathname": "src/IconTrendingCircle"
|
|
11573
11573
|
},
|
|
11574
|
+
{
|
|
11575
|
+
"svg": "<Path d=\"M13 19.9175C28.2915 10.6546 18.0349 -0.352977 12 5.76834C6.4139 0.102264 -2.7893 9.11211 8 17.8297\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 14V18H4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
11576
|
+
"tags": "Path",
|
|
11577
|
+
"componentName": "IconTrial",
|
|
11578
|
+
"iconName": "trial, try, money-back, test-phase",
|
|
11579
|
+
"pathname": "src/IconTrial"
|
|
11580
|
+
},
|
|
11574
11581
|
{
|
|
11575
11582
|
"svg": "<Path d=\"M12.0039 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M18 5H20C20.5523 5 21 5.44772 21 6V7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M7 18C7 17.4477 7.44772 17 8 17H16C16.5523 17 17 17.4477 17 18V20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20V18Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 5H4C3.44772 5 3 5.44772 3 6V7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
11576
11583
|
"tags": "Path",
|