@central-icons-react-native/square-filled-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 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.707 18.5L15 19.207L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z\" fill=\"currentColor\"/><Path d=\"M22.707 10L19.5 13.207L16.293 10L17 9.29297L19.5 11.793L22 9.29297L22.707 10Z\" fill=\"currentColor\"/>",
|
|
8783
|
+
"tags": "Path",
|
|
8784
|
+
"componentName": "IconSearchOptions",
|
|
8785
|
+
"iconName": "search-options, settings",
|
|
8786
|
+
"pathname": "src/IconSearchOptions"
|
|
8787
|
+
},
|
|
8781
8788
|
{
|
|
8782
8789
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 4H22V20H2V4ZM6 8H11V9H6V8ZM13 8V9H18V8H13ZM6 11.5H11V12.5H6V11.5ZM13 11.5V12.5H18V11.5H13ZM6 15H11V16H6V15ZM13 15V16H18V15H13Z\" fill=\"currentColor\"/>",
|
|
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=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\"/><Path d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\" fill=\"currentColor\"/><Path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10743
|
+
"tags": "Path",
|
|
10744
|
+
"componentName": "IconVectorAnchorPointMirrored",
|
|
10745
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
10746
|
+
"pathname": "src/IconVectorAnchorPointMirrored"
|
|
10747
|
+
},
|
|
10734
10748
|
{
|
|
10735
10749
|
"svg": "<Path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10736
10750
|
"tags": "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=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\"/><Path d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\" fill=\"currentColor\"/><Path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\" fill=\"currentColor\"/>",
|
|
10743
|
-
"tags": "Path",
|
|
10744
|
-
"componentName": "IconVectorAnchorPointStraight1",
|
|
10745
|
-
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10746
|
-
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10747
|
-
},
|
|
10748
10755
|
{
|
|
10749
10756
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 12C1 10.8599 1.76319 9.89802 2.80656 9.59742C3.87087 5.51415 7.58287 2.5 12 2.5C16.4171 2.5 20.1291 5.51416 21.1934 9.59743C22.2368 9.89803 23 10.8599 23 12C23 13.1401 22.2368 14.102 21.1934 14.4026C20.1291 18.4858 16.4171 21.5 12 21.5C7.58287 21.5 3.87087 18.4858 2.80656 14.4026C1.76319 14.102 1 13.1401 1 12ZM5.94999 11.5C5.74212 10.476 4.90834 9.67923 3.86536 9.52651C4.92449 6.03839 8.16635 3.5 12 3.5C15.8337 3.5 19.0755 6.03839 20.1346 9.52651C19.0917 9.67923 18.2579 10.476 18.05 11.5H5.94999ZM18.05 12.5C18.2579 13.524 19.0917 14.3208 20.1346 14.4735C19.0755 17.9616 15.8337 20.5 12 20.5C8.16635 20.5 4.9245 17.9616 3.86536 14.4735C4.90834 14.3208 5.74212 13.524 5.94999 12.5H18.05Z\" fill=\"currentColor\"/>",
|
|
10750
10757
|
"tags": "Path",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var H={};g(H,{IconVectorAnchorPointStraight1:()=>i,default:()=>h});module.exports=x(H);var e=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>c.default.createElement(f.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 p=require("react-native-svg"),i=r=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),h=i;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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,CACF,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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|