@central-icons-react-native/round-outlined-radius-0-stroke-1 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=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\" stroke=\"currentColor\" 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 3.5V12L19 19\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.5 13.5V19.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 19.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.25 15.7559L9.75 14.2559\" stroke=\"currentColor\" 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=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 20.5H20.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12V3.5M12 12L4 20M12 12L20 20\" stroke=\"currentColor\" 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.5 3.5H3.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12H20.5M12 12L4 4M12 12L4 20\" stroke=\"currentColor\" 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=\"M14.5 3.5H20.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 14.5V20.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12H3.5M12 12L20 4M12 12L20 20\" stroke=\"currentColor\" 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=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\" stroke=\"currentColor\" 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=\"M3.5 13.5V4.5H16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 1.5L16.5 4.5L13.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 10.5V19.5H8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10.5 22.5L7.5 19.5L10.5 16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
908
|
"tags": "Path",
|
|
@@ -6661,7 +6682,7 @@
|
|
|
6661
6682
|
"svg": "<Path d=\"M3.5 3.5V20.5M8.5 3.5V20.5M12.5 3.5L20.5 20.5\" stroke=\"currentColor\" 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=\"M3.5 5.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.5 11.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M13.5 14.5L21.5 14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M17.5 10.5V18.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
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=\"M8.5 6.5L20.5 6.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"6.5\" r=\"1\" fill=\"currentColor\"/><Path d=\"M8.5 12L20.5 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"12\" r=\"1\" fill=\"currentColor\"/><Path d=\"M8.5 17.5L20.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"17.5\" r=\"1\" 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)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowSplit:()=>f,default:()=>d});module.exports=g(v);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:"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),d=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=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\"\n stroke=\"currentColor\"\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,8FACF,OAAO,eACP,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=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\"\n stroke=\"currentColor\"\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,8FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplit","props","React","CentralIconBase","IconArrowSplit_default"]}
|