@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.96 → 1.1.98
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/IconArrowSplitDown1/index.d.ts +4 -0
- package/IconArrowSplitDown1/index.js +2 -0
- package/IconArrowSplitDown1/index.js.map +1 -0
- package/IconArrowSplitDown1/index.mjs +2 -0
- package/IconArrowSplitDown1/index.mjs.map +1 -0
- package/IconArrowSplitLeft/index.d.ts +4 -0
- package/IconArrowSplitLeft/index.js +2 -0
- package/IconArrowSplitLeft/index.js.map +1 -0
- package/IconArrowSplitLeft/index.mjs +2 -0
- package/IconArrowSplitLeft/index.mjs.map +1 -0
- package/IconArrowSplitRight/index.d.ts +4 -0
- package/IconArrowSplitRight/index.js +2 -0
- package/IconArrowSplitRight/index.js.map +1 -0
- package/IconArrowSplitRight/index.mjs +2 -0
- package/IconArrowSplitRight/index.mjs.map +1 -0
- package/IconArrowSplitUp/index.d.ts +4 -0
- package/IconArrowSplitUp/index.js +2 -0
- package/IconArrowSplitUp/index.js.map +1 -0
- package/{IconArrowSplit → IconArrowSplitUp}/index.mjs +1 -1
- package/IconArrowSplitUp/index.mjs.map +1 -0
- package/IconListAdd/index.d.ts +4 -0
- package/IconListAdd/index.js +2 -0
- package/IconListAdd/index.js.map +1 -0
- package/IconListAdd/index.mjs +2 -0
- package/IconListAdd/index.mjs.map +1 -0
- package/README.md +5 -1
- package/filtered-icons.json +65 -9
- package/icons/index.d.ts +5 -1
- package/icons-index.json +15 -7
- package/index.d.ts +5 -1
- 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 +36 -8
- package/IconArrowSplit/index.d.ts +0 -4
- package/IconArrowSplit/index.js +0 -2
- package/IconArrowSplit/index.js.map +0 -1
- package/IconArrowSplit/index.mjs.map +0 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -868,13 +868,6 @@
|
|
|
868
868
|
"iconName": "arrows-hide, collapse, minimize",
|
|
869
869
|
"pathname": "src/IconArrowsHide"
|
|
870
870
|
},
|
|
871
|
-
{
|
|
872
|
-
"svg": "<Path d=\"M4 9V4M4 4H9M4 4L12 12M15 4H20M20 4V9M20 4L12 12M12 12V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
873
|
-
"tags": "Path",
|
|
874
|
-
"componentName": "IconArrowSplit",
|
|
875
|
-
"iconName": "arrow-split, rules, direction, split",
|
|
876
|
-
"pathname": "src/IconArrowSplit"
|
|
877
|
-
},
|
|
878
871
|
{
|
|
879
872
|
"svg": "<Path d=\"M12 4V11.5858C12 11.851 12.1054 12.1054 12.2929 12.2929L18 18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 14V19H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 19L6 18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 15.5L9.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
880
873
|
"tags": "Path",
|
|
@@ -882,6 +875,34 @@
|
|
|
882
875
|
"iconName": "arrow-split-down, branch",
|
|
883
876
|
"pathname": "src/IconArrowSplitDown"
|
|
884
877
|
},
|
|
878
|
+
{
|
|
879
|
+
"svg": "<Path d=\"M15 20H20V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 15V20H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12V4M12 12L5 19M12 12L19 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
880
|
+
"tags": "Path",
|
|
881
|
+
"componentName": "IconArrowSplitDown1",
|
|
882
|
+
"iconName": "arrow-split-down, rules, direction, split",
|
|
883
|
+
"pathname": "src/IconArrowSplitDown1"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"svg": "<Path d=\"M9 20H4V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 9V4H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12H20M12 12L5 19M12 12L5 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
|
+
"tags": "Path",
|
|
888
|
+
"componentName": "IconArrowSplitLeft",
|
|
889
|
+
"iconName": "arrow-split-left, rules, direction, split",
|
|
890
|
+
"pathname": "src/IconArrowSplitLeft"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"svg": "<Path d=\"M15 20H20V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 9V4H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12H4M12 12L19 19M12 12L19 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
894
|
+
"tags": "Path",
|
|
895
|
+
"componentName": "IconArrowSplitRight",
|
|
896
|
+
"iconName": "arrow-split-right, rules, direction, split",
|
|
897
|
+
"pathname": "src/IconArrowSplitRight"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"svg": "<Path d=\"M4 9V4M4 4H9M4 4L12 12M15 4H20M20 4V9M20 4L12 12M12 12V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
901
|
+
"tags": "Path",
|
|
902
|
+
"componentName": "IconArrowSplitUp",
|
|
903
|
+
"iconName": "arrow-split-up, rules, direction, split",
|
|
904
|
+
"pathname": "src/IconArrowSplitUp"
|
|
905
|
+
},
|
|
885
906
|
{
|
|
886
907
|
"svg": "<Path d=\"M4 13V6C4 5.44772 4.44772 5 5 5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 2L16 5L13 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 11V18C20 18.5523 19.5523 19 19 19H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 22L8 19L11 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
908
|
"tags": "Path",
|
|
@@ -6661,7 +6682,7 @@
|
|
|
6661
6682
|
"svg": "<Path d=\"M4 4V20M9 4V20M14 4L20 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6662
6683
|
"tags": "Path",
|
|
6663
6684
|
"componentName": "IconLibrary",
|
|
6664
|
-
"iconName": "library",
|
|
6685
|
+
"iconName": "library, stuff, vinyl-records",
|
|
6665
6686
|
"pathname": "src/IconLibrary"
|
|
6666
6687
|
},
|
|
6667
6688
|
{
|
|
@@ -6783,6 +6804,13 @@
|
|
|
6783
6804
|
"iconName": "liquid-glass, glass-effect",
|
|
6784
6805
|
"pathname": "src/IconLiquidGlass"
|
|
6785
6806
|
},
|
|
6807
|
+
{
|
|
6808
|
+
"svg": "<Path d=\"M4 6H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 12H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M15 15L21 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18 12V18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 18H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
6809
|
+
"tags": "Path",
|
|
6810
|
+
"componentName": "IconListAdd",
|
|
6811
|
+
"iconName": "list-add, list-plus, new-list",
|
|
6812
|
+
"pathname": "src/IconListAdd"
|
|
6813
|
+
},
|
|
6786
6814
|
{
|
|
6787
6815
|
"svg": "<Path d=\"M10 6L20 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M10 12L20 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M10 18L20 18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6788
6816
|
"tags": "Circle, Path",
|
package/IconArrowSplit/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!M.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconArrowSplit:()=>f,default:()=>g});module.exports=d(h);var p=m(require("react"));var l=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(C.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M4 9V4M4 4H9M4 4L12 12M15 4H20M20 4V9M20 4L12 12M12 12V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=f;0&&(module.exports={IconArrowSplit});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowSplit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowSplit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 9V4M4 4H9M4 4L12 12M15 4H20M20 4V9M20 4L12 12M12 12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplit;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowSplit_exports","__export","IconArrowSplit","IconArrowSplit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplit","props","React","CentralIconBase","IconArrowSplit_default"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowSplit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowSplit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 9V4M4 4H9M4 4L12 12M15 4H20M20 4V9M20 4L12 12M12 12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplit;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplit","props","React","CentralIconBase","IconArrowSplit_default"]}
|