@central-icons-react-native/round-outlined-radius-3-stroke-1.5 1.1.7 → 1.1.9
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/IconChevronDownMedium/index.d.ts +4 -0
- package/IconChevronDownMedium/index.js +2 -0
- package/IconChevronDownMedium/index.js.map +1 -0
- package/IconChevronDownMedium/index.mjs +2 -0
- package/IconChevronDownMedium/index.mjs.map +1 -0
- package/IconChevronLeftMedium/index.d.ts +4 -0
- package/IconChevronLeftMedium/index.js +2 -0
- package/IconChevronLeftMedium/index.js.map +1 -0
- package/IconChevronLeftMedium/index.mjs +2 -0
- package/IconChevronLeftMedium/index.mjs.map +1 -0
- package/IconChevronRightMedium/index.d.ts +4 -0
- package/IconChevronRightMedium/index.js +2 -0
- package/IconChevronRightMedium/index.js.map +1 -0
- package/IconChevronRightMedium/index.mjs +2 -0
- package/IconChevronRightMedium/index.mjs.map +1 -0
- package/IconChevronTopMedium/index.d.ts +4 -0
- package/IconChevronTopMedium/index.js +2 -0
- package/IconChevronTopMedium/index.js.map +1 -0
- package/IconChevronTopMedium/index.mjs +2 -0
- package/IconChevronTopMedium/index.mjs.map +1 -0
- package/IconFontStyle/index.d.ts +4 -0
- package/IconFontStyle/index.js +2 -0
- package/IconFontStyle/index.js.map +1 -0
- package/IconFontStyle/index.mjs +2 -0
- package/IconFontStyle/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +14 -4
- package/index.d.ts +5 -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 +35 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -2667,6 +2667,13 @@
|
|
|
2667
2667
|
"iconName": "chevron-double-up",
|
|
2668
2668
|
"pathname": "src/IconChevronDoubleUp"
|
|
2669
2669
|
},
|
|
2670
|
+
{
|
|
2671
|
+
"svg": "<Path d=\"M5.75 9.5L12 15.75L18.25 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2672
|
+
"tags": "Path",
|
|
2673
|
+
"componentName": "IconChevronDownMedium",
|
|
2674
|
+
"iconName": "chevron-down-medium",
|
|
2675
|
+
"pathname": "src/IconChevronDownMedium"
|
|
2676
|
+
},
|
|
2670
2677
|
{
|
|
2671
2678
|
"svg": "<Path d=\"M8 10L10.9393 12.9393C11.5251 13.5251 12.4749 13.5251 13.0607 12.9393L16 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2672
2679
|
"tags": "Path",
|
|
@@ -2723,6 +2730,13 @@
|
|
|
2723
2730
|
"iconName": "chevron-left",
|
|
2724
2731
|
"pathname": "src/IconChevronLeft"
|
|
2725
2732
|
},
|
|
2733
|
+
{
|
|
2734
|
+
"svg": "<Path d=\"M14.5 18.25L8.25 12L14.5 5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2735
|
+
"tags": "Path",
|
|
2736
|
+
"componentName": "IconChevronLeftMedium",
|
|
2737
|
+
"iconName": "chevron-left-medium",
|
|
2738
|
+
"pathname": "src/IconChevronLeftMedium"
|
|
2739
|
+
},
|
|
2726
2740
|
{
|
|
2727
2741
|
"svg": "<Path d=\"M13.3787 16L10.4393 13.0607C9.85355 12.4749 9.85355 11.5251 10.4393 10.9393L13.3787 8\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2728
2742
|
"tags": "Path",
|
|
@@ -2737,6 +2751,13 @@
|
|
|
2737
2751
|
"iconName": "chevron-right",
|
|
2738
2752
|
"pathname": "src/IconChevronRight"
|
|
2739
2753
|
},
|
|
2754
|
+
{
|
|
2755
|
+
"svg": "<Path d=\"M9.5 18.25L15.75 12L9.5 5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2756
|
+
"tags": "Path",
|
|
2757
|
+
"componentName": "IconChevronRightMedium",
|
|
2758
|
+
"iconName": "chevron-right-medium",
|
|
2759
|
+
"pathname": "src/IconChevronRightMedium"
|
|
2760
|
+
},
|
|
2740
2761
|
{
|
|
2741
2762
|
"svg": "<Path d=\"M10 16L12.9393 13.0607C13.5251 12.4749 13.5251 11.5251 12.9393 10.9393L10 8\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2742
2763
|
"tags": "Path",
|
|
@@ -2751,6 +2772,13 @@
|
|
|
2751
2772
|
"iconName": "chevron-top",
|
|
2752
2773
|
"pathname": "src/IconChevronTop"
|
|
2753
2774
|
},
|
|
2775
|
+
{
|
|
2776
|
+
"svg": "<Path d=\"M5.75 14.5L12 8.25L18.25 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2777
|
+
"tags": "Path",
|
|
2778
|
+
"componentName": "IconChevronTopMedium",
|
|
2779
|
+
"iconName": "chevron-top-medium",
|
|
2780
|
+
"pathname": "src/IconChevronTopMedium"
|
|
2781
|
+
},
|
|
2754
2782
|
{
|
|
2755
2783
|
"svg": "<Path d=\"M8 14L10.9393 11.0607C11.5251 10.4749 12.4749 10.4749 13.0607 11.0607L16 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2756
2784
|
"tags": "Path",
|
|
@@ -4872,6 +4900,13 @@
|
|
|
4872
4900
|
"iconName": "folder-upload",
|
|
4873
4901
|
"pathname": "src/IconFolderUpload"
|
|
4874
4902
|
},
|
|
4903
|
+
{
|
|
4904
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.67986 4.66729C10.0036 3.67299 10.9304 3 11.9761 3C13.0217 3 13.9486 3.67299 14.2723 4.66729L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z\" fill=\"currentColor\"/>",
|
|
4905
|
+
"tags": "Path",
|
|
4906
|
+
"componentName": "IconFontStyle",
|
|
4907
|
+
"iconName": "font-style, fonts, serif",
|
|
4908
|
+
"pathname": "src/IconFontStyle"
|
|
4909
|
+
},
|
|
4875
4910
|
{
|
|
4876
4911
|
"svg": "<Path d=\"M2.75 18.25H9.75M9.75 18.25H14.25M9.75 18.25C9.75 18.8023 10.1977 19.25 10.75 19.25H13.25C13.8023 19.25 14.25 18.8023 14.25 18.25M14.25 18.25H21.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.2491 15.75H3.74908C3.19679 15.75 2.7448 15.2963 2.78579 14.7455C3.67228 2.83483 20.3259 2.83483 21.2124 14.7455C21.2534 15.2963 20.8014 15.75 20.2491 15.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 4.75V5.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4877
4912
|
"tags": "Path",
|