@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.122 → 1.1.123
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/IconDotGrid1x3HorizontalTight/index.d.ts +4 -0
- package/IconDotGrid1x3HorizontalTight/index.js +2 -0
- package/IconDotGrid1x3HorizontalTight/index.js.map +1 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs +2 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.d.ts +4 -0
- package/IconDotGrid1x3VerticalTight/index.js +2 -0
- package/IconDotGrid1x3VerticalTight/index.js.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.mjs +2 -0
- package/IconDotGrid1x3VerticalTight/index.mjs.map +1 -0
- package/IconPolitics/index.d.ts +4 -0
- package/IconPolitics/index.js +2 -0
- package/IconPolitics/index.js.map +1 -0
- package/IconPolitics/index.mjs +2 -0
- package/IconPolitics/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4375,6 +4375,13 @@
|
|
|
4375
4375
|
"iconName": "dot-grid-1x3-horizontal, menu, drag, grab",
|
|
4376
4376
|
"pathname": "src/IconDotGrid1x3Horizontal"
|
|
4377
4377
|
},
|
|
4378
|
+
{
|
|
4379
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"19\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\"/>",
|
|
4380
|
+
"tags": "Circle",
|
|
4381
|
+
"componentName": "IconDotGrid1x3HorizontalTight",
|
|
4382
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
4383
|
+
"pathname": "src/IconDotGrid1x3HorizontalTight"
|
|
4384
|
+
},
|
|
4378
4385
|
{
|
|
4379
4386
|
"svg": "<Path d=\"M12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4380
4387
|
"tags": "Path",
|
|
@@ -4382,6 +4389,13 @@
|
|
|
4382
4389
|
"iconName": "dot-grid-1x3-vertical, menu, drag, grab",
|
|
4383
4390
|
"pathname": "src/IconDotGrid1x3Vertical"
|
|
4384
4391
|
},
|
|
4392
|
+
{
|
|
4393
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"19\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"5\" r=\"2\" fill=\"currentColor\"/>",
|
|
4394
|
+
"tags": "Circle",
|
|
4395
|
+
"componentName": "IconDotGrid1x3VerticalTight",
|
|
4396
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
4397
|
+
"pathname": "src/IconDotGrid1x3VerticalTight"
|
|
4398
|
+
},
|
|
4385
4399
|
{
|
|
4386
4400
|
"svg": "<Path d=\"M10 5C10 5.55228 9.55228 6 9 6C8.44772 6 8 5.55228 8 5C8 4.44772 8.44772 4 9 4C9.55228 4 10 4.44772 10 5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11C9.55228 11 10 11.4477 10 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19C8 18.4477 8.44772 18 9 18C9.55228 18 10 18.4477 10 19Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 5C16 5.55228 15.5523 6 15 6C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4C15.5523 4 16 4.44772 16 5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
4387
4401
|
"tags": "Path",
|
|
@@ -8792,6 +8806,13 @@
|
|
|
8792
8806
|
"iconName": "pokeball, catch",
|
|
8793
8807
|
"pathname": "src/IconPokeball"
|
|
8794
8808
|
},
|
|
8809
|
+
{
|
|
8810
|
+
"svg": "<Path d=\"M6 8V5.53518C6 5.20083 6.1671 4.8886 6.4453 4.70313L9 3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 8V5.53518C18 5.20083 17.8329 4.8886 17.5547 4.70313L15 3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"9\" cy=\"3\" r=\"2\" fill=\"currentColor\"/><Circle cx=\"15\" cy=\"3\" r=\"2\" fill=\"currentColor\"/><Path d=\"M4 9C4 8.44772 4.44772 8 5 8H19C19.5523 8 20 8.44772 20 9C20 10.6569 18.6569 12 17 12H7C5.34315 12 4 10.6569 4 9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 12L5.8242 17.1871C5.92301 18.7682 7.23416 20 8.81835 20H15.1816C16.7658 20 18.077 18.7682 18.1758 17.1871L18.5 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8811
|
+
"tags": "Circle, Path",
|
|
8812
|
+
"componentName": "IconPolitics",
|
|
8813
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
8814
|
+
"pathname": "src/IconPolitics"
|
|
8815
|
+
},
|
|
8795
8816
|
{
|
|
8796
8817
|
"svg": "<Path d=\"M9 10.0086H7.77159C6.22144 10.1253 5 11.42 5 13C5 13.5493 5.1476 14.0597 5.40531 14.5M14 10H16C17.6569 10 19 11.3431 19 13C19 13.5493 18.8524 14.0597 18.5947 14.5M12 15H5.5C4.11929 15 3 16.1193 3 17.5C3 18.8807 4.11929 20 5.5 20H18.5C19.8807 20 21 18.8807 21 17.5C21 16.1193 19.8807 15 18.5 15H17M16.1227 9.5C16.6716 8.8152 17 7.94595 17 7C17 4.79086 15.2091 3 13 3V5H10C8.34315 5 7 6.34315 7 8C7 8.54643 7.14609 9.05874 7.40135 9.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8797
8818
|
"tags": "Path",
|