@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.52 → 1.1.54
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/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/index.mjs.map +1 -0
- package/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +36 -8
- package/icons/index.d.ts +3 -1
- package/icons-index.json +9 -5
- package/index.d.ts +3 -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 +21 -7
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -805,6 +805,13 @@
|
|
|
805
805
|
"iconName": "arrow-share-right, next, forward",
|
|
806
806
|
"pathname": "src/IconArrowShareRight"
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"svg": "<Path d=\"M8 4.75H2.75V19.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M16 4.75H21.25V19.25H16\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M9 16.75L12 13.75L15 16.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 21V14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15 7.25L12 10.25L9 7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 9.5V3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path d=\"M3.75 9.25V3.75H9.25M14.75 3.75H20.25V9.25M12 12V20.25M12 12L4.5 4.5M12 12L19.5 4.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
810
817
|
"tags": "Path",
|
|
@@ -847,6 +854,13 @@
|
|
|
847
854
|
"iconName": "arrows-repeat-right-left-off, repost-off",
|
|
848
855
|
"pathname": "src/IconArrowsRepeatRightLeftOff"
|
|
849
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"svg": "<Path d=\"M9 5.75L12 2.75L15 5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15 18.25L12 21.25L9 18.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 10V3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 20.5V14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8 8.75H2.75V15.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M16 8.75H21.25V15.25H16\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M4.75 10V4.75H10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19.25 10V4.75H14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19.25 14V19.25H14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M4.75 14V19.25H10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5 5L10 10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19 5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19 19L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5 19L10 14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
852
866
|
"tags": "Path",
|
|
@@ -10717,6 +10731,13 @@
|
|
|
10717
10731
|
"iconName": "vector-anchor-point-disconnected",
|
|
10718
10732
|
"pathname": "src/IconVectorAnchorPointDisconnected"
|
|
10719
10733
|
},
|
|
10734
|
+
{
|
|
10735
|
+
"svg": "<Path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15 7.75H21.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><Path d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
10736
|
+
"tags": "Circle, Path",
|
|
10737
|
+
"componentName": "IconVectorAnchorPointMirrored",
|
|
10738
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
10739
|
+
"pathname": "src/IconVectorAnchorPointMirrored"
|
|
10740
|
+
},
|
|
10720
10741
|
{
|
|
10721
10742
|
"svg": "<Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
10722
10743
|
"tags": "Circle, Path",
|
|
@@ -10724,13 +10745,6 @@
|
|
|
10724
10745
|
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
10725
10746
|
"pathname": "src/IconVectorAnchorPointStraight"
|
|
10726
10747
|
},
|
|
10727
|
-
{
|
|
10728
|
-
"svg": "<Path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15 7.75H21.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><Path d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
10729
|
-
"tags": "Circle, Path",
|
|
10730
|
-
"componentName": "IconVectorAnchorPointStraight1",
|
|
10731
|
-
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10732
|
-
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10733
|
-
},
|
|
10734
10748
|
{
|
|
10735
10749
|
"svg": "<Path d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M6.5 12H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
10736
10750
|
"tags": "Path",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!L.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(l=k(o,s))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointStraight1:()=>d,default:()=>I});module.exports=B(P);var e=i(require("react"));var c=i(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...t})=>c.default.createElement(u.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 n=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M21.25 18C21.25 10.75 15 8.5 15 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"})),I=d;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,oCAAAE,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,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,CAC1E,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,CAC1E,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|