@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.53 → 1.1.55
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/IconSearchOptions/index.d.ts +4 -0
- package/IconSearchOptions/index.js +2 -0
- package/IconSearchOptions/index.js.map +1 -0
- package/IconSearchOptions/index.mjs +2 -0
- package/IconSearchOptions/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 +2 -1
- package/filtered-icons.json +22 -8
- package/icons/index.d.ts +2 -1
- package/icons-index.json +7 -5
- package/index.d.ts +2 -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 +14 -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
|
@@ -8778,6 +8778,13 @@
|
|
|
8778
8778
|
"iconName": "search-menu,list-search",
|
|
8779
8779
|
"pathname": "src/IconSearchMenu"
|
|
8780
8780
|
},
|
|
8781
|
+
{
|
|
8782
|
+
"svg": "<Path d=\"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15 18.5L11.5 15\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17 10L19.5 12.5L22 10\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
8783
|
+
"tags": "Path",
|
|
8784
|
+
"componentName": "IconSearchOptions",
|
|
8785
|
+
"iconName": "search-options, settings",
|
|
8786
|
+
"pathname": "src/IconSearchOptions"
|
|
8787
|
+
},
|
|
8781
8788
|
{
|
|
8782
8789
|
"svg": "<Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M6.5 8.5L10.5 8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13.5 8.5H17.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M6.5 12L10.5 12\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13.5 12H17.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M6.5 15.5L10.5 15.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13.5 15.5H17.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
8783
8790
|
"tags": "Path",
|
|
@@ -10731,6 +10738,13 @@
|
|
|
10731
10738
|
"iconName": "vector-anchor-point-disconnected",
|
|
10732
10739
|
"pathname": "src/IconVectorAnchorPointDisconnected"
|
|
10733
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"svg": "<Path d=\"M2.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\" stroke=\"currentColor\"/><Path d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\" stroke=\"currentColor\"/><Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\"/><Path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\"/>",
|
|
10743
|
+
"tags": "Circle, Path",
|
|
10744
|
+
"componentName": "IconVectorAnchorPointMirrored",
|
|
10745
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
10746
|
+
"pathname": "src/IconVectorAnchorPointMirrored"
|
|
10747
|
+
},
|
|
10734
10748
|
{
|
|
10735
10749
|
"svg": "<Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\"/><Path d=\"M2.5 17.5L9.75 9.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21.5 17.5L14.25 9.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
10736
10750
|
"tags": "Circle, Path",
|
|
@@ -10738,13 +10752,6 @@
|
|
|
10738
10752
|
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
10739
10753
|
"pathname": "src/IconVectorAnchorPointStraight"
|
|
10740
10754
|
},
|
|
10741
|
-
{
|
|
10742
|
-
"svg": "<Path d=\"M2.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\" stroke=\"currentColor\"/><Path d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\" stroke=\"currentColor\"/><Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\"/><Path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\"/>",
|
|
10743
|
-
"tags": "Circle, Path",
|
|
10744
|
-
"componentName": "IconVectorAnchorPointStraight1",
|
|
10745
|
-
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10746
|
-
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10747
|
-
},
|
|
10748
10755
|
{
|
|
10749
10756
|
"svg": "<Path d=\"M5.5 12C5.5 13.1046 4.60457 14 3.5 14C2.39543 14 1.5 13.1046 1.5 12C1.5 10.8954 2.39543 10 3.5 10C4.60457 10 5.5 10.8954 5.5 12Z\" stroke=\"currentColor\"/><Path d=\"M22.5 12C22.5 13.1046 21.6046 14 20.5 14C19.3954 14 18.5 13.1046 18.5 12C18.5 10.8954 19.3954 10 20.5 10C21.6046 10 22.5 10.8954 22.5 12Z\" stroke=\"currentColor\"/><Path d=\"M6 12H18\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.22266 10C4.13211 5.99202 7.71646 3 11.9996 3C16.2828 3 19.8672 5.99202 20.7766 10\" stroke=\"currentColor\"/><Path d=\"M20.7766 14C19.8672 18.008 16.2828 21 11.9996 21C7.71646 21 4.13212 18.008 3.22266 14\" stroke=\"currentColor\"/>",
|
|
10750
10757
|
"tags": "Path",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var f=Object.create;var l=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of d(o))!B.call(r,p)&&p!==e&&l(r,p,{get:()=>o[p],enumerable:!(s=L(o,p))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(x(r)):{},C(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(l({},"__esModule",{value:!0}),r);var k={};I(k,{IconVectorAnchorPointStraight1:()=>m,default:()=>g});module.exports=P(k);var t=c(require("react"));var u=c(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...e})=>u.default.createElement(a.Svg,{...e,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"),m=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M2.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M15 7.5H22",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"})),g=m;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.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,qDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,qDACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClEG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,EACnEG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|