@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.186 → 1.1.187
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/IconChatBubble7/index.d.ts +4 -0
- package/IconChatBubble7/index.js +2 -0
- package/IconChatBubble7/index.js.map +1 -0
- package/IconChatBubble7/index.mjs +2 -0
- package/IconChatBubble7/index.mjs.map +1 -0
- package/IconChatBubbles/index.d.ts +4 -0
- package/IconChatBubbles/index.js +2 -0
- package/IconChatBubbles/index.js.map +1 -0
- package/IconChatBubbles/index.mjs +2 -0
- package/IconChatBubbles/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +15 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3017,6 +3017,20 @@
|
|
|
3017
3017
|
"iconName": "chart-waterfall-axis",
|
|
3018
3018
|
"pathname": "src/IconChartWaterfallAxis"
|
|
3019
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
"svg": "<Path d=\"M12 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
3022
|
+
"tags": "Path",
|
|
3023
|
+
"componentName": "IconChatBubble7",
|
|
3024
|
+
"iconName": "chat-bubble-7",
|
|
3025
|
+
"pathname": "src/IconChatBubble7"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"svg": "<Path d=\"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3029
|
+
"tags": "Path",
|
|
3030
|
+
"componentName": "IconChatBubbles",
|
|
3031
|
+
"iconName": "chat-bubbles",
|
|
3032
|
+
"pathname": "src/IconChatBubbles"
|
|
3033
|
+
},
|
|
3020
3034
|
{
|
|
3021
3035
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3022
3036
|
"tags": "Circle, Path",
|
|
@@ -12534,7 +12548,7 @@
|
|
|
12534
12548
|
"svg": "<Path d=\"M16 7H21V12M20.5 7.5L14.4142 13.5858C13.6332 14.3668 12.3668 14.3668 11.5858 13.5858L10.4142 12.4142C9.63316 11.6332 8.36684 11.6332 7.58579 12.4142L3 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
12535
12549
|
"tags": "Path",
|
|
12536
12550
|
"componentName": "IconTrending3",
|
|
12537
|
-
"iconName": "trending-3, trends",
|
|
12551
|
+
"iconName": "trending-3, trends, upward",
|
|
12538
12552
|
"pathname": "src/IconTrending3"
|
|
12539
12553
|
},
|
|
12540
12554
|
{
|