@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.4 → 1.1.5
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/IconSearchIntelligence/index.d.ts +4 -0
- package/IconSearchIntelligence/index.js +2 -0
- package/IconSearchIntelligence/index.js.map +1 -0
- package/IconSearchIntelligence/index.mjs +2 -0
- package/IconSearchIntelligence/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- 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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=I(o,t))||l.enumerable});return r};var L=(r,o,e)=>(e=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconSearchIntelligence:()=>f,default:()=>h});module.exports=P(v);var p=L(require("react"));var m=L(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(c.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 C=require("react-native-svg"),f=r=>p.default.createElement(s,{...r},p.default.createElement(C.Path,{d:"M10.0664 4.0625C6.6423 4.51875 4.00016 7.45103 4 11C4.00026 14.8658 7.13417 18 11 18C14.5489 18 17.4819 15.3585 17.9385 11.9346L18.4336 12L18.9297 12.0664C18.7152 13.6755 18.0212 15.1321 16.998 16.291L20.957 20.25L20.25 20.957L16.292 16.999C14.8817 18.2439 13.0293 19 11 19C6.58188 19 3.00026 15.4181 3 11C3.00016 6.94325 6.0194 3.59201 9.93359 3.07031L10.0664 4.0625Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M16.4004 2L17.4004 4.59961L20 5.59961V6.40039L17.4004 7.40039L16.4004 10H15.5996L14.5996 7.40039L12 6.40039V5.59961L14.5996 4.59961L15.5996 2H16.4004Z",fill:"currentColor"})),h=f;0&&(module.exports={IconSearchIntelligence});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSearchIntelligence/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 IconSearchIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.0664 4.0625C6.6423 4.51875 4.00016 7.45103 4 11C4.00026 14.8658 7.13417 18 11 18C14.5489 18 17.4819 15.3585 17.9385 11.9346L18.4336 12L18.9297 12.0664C18.7152 13.6755 18.0212 15.1321 16.998 16.291L20.957 20.25L20.25 20.957L16.292 16.999C14.8817 18.2439 13.0293 19 11 19C6.58188 19 3.00026 15.4181 3 11C3.00016 6.94325 6.0194 3.59201 9.93359 3.07031L10.0664 4.0625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4004 2L17.4004 4.59961L20 5.59961V6.40039L17.4004 7.40039L16.4004 10H15.5996L14.5996 7.40039L12 6.40039V5.59961L14.5996 4.59961L15.5996 2H16.4004Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchIntelligence;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSearchIntelligence_exports","__export","IconSearchIntelligence","IconSearchIntelligence_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSearchIntelligence","props","React","CentralIconBase","IconSearchIntelligence_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M10.0664 4.0625C6.6423 4.51875 4.00016 7.45103 4 11C4.00026 14.8658 7.13417 18 11 18C14.5489 18 17.4819 15.3585 17.9385 11.9346L18.4336 12L18.9297 12.0664C18.7152 13.6755 18.0212 15.1321 16.998 16.291L20.957 20.25L20.25 20.957L16.292 16.999C14.8817 18.2439 13.0293 19 11 19C6.58188 19 3.00026 15.4181 3 11C3.00016 6.94325 6.0194 3.59201 9.93359 3.07031L10.0664 4.0625Z",fill:"currentColor"}),e.createElement(n,{d:"M16.4004 2L17.4004 4.59961L20 5.59961V6.40039L17.4004 7.40039L16.4004 10H15.5996L14.5996 7.40039L12 6.40039V5.59961L14.5996 4.59961L15.5996 2H16.4004Z",fill:"currentColor"})),g=a;export{a as IconSearchIntelligence,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSearchIntelligence/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 IconSearchIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.0664 4.0625C6.6423 4.51875 4.00016 7.45103 4 11C4.00026 14.8658 7.13417 18 11 18C14.5489 18 17.4819 15.3585 17.9385 11.9346L18.4336 12L18.9297 12.0664C18.7152 13.6755 18.0212 15.1321 16.998 16.291L20.957 20.25L20.25 20.957L16.292 16.999C14.8817 18.2439 13.0293 19 11 19C6.58188 19 3.00026 15.4181 3 11C3.00016 6.94325 6.0194 3.59201 9.93359 3.07031L10.0664 4.0625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4004 2L17.4004 4.59961L20 5.59961V6.40039L17.4004 7.40039L16.4004 10H15.5996L14.5996 7.40039L12 6.40039V5.59961L14.5996 4.59961L15.5996 2H16.4004Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchIntelligence;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchIntelligence","props","React","CentralIconBase","IconSearchIntelligence_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16548,6 +16548,20 @@
|
|
|
16548
16548
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
16549
16549
|
"componentName": "IconSdCard"
|
|
16550
16550
|
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "AI & Magic",
|
|
16553
|
+
"svg": "<path d=\"M10.0664 4.0625C6.6423 4.51875 4.00016 7.45103 4 11C4.00026 14.8658 7.13417 18 11 18C14.5489 18 17.4819 15.3585 17.9385 11.9346L18.4336 12L18.9297 12.0664C18.7152 13.6755 18.0212 15.1321 16.998 16.291L20.957 20.25L20.25 20.957L16.292 16.999C14.8817 18.2439 13.0293 19 11 19C6.58188 19 3.00026 15.4181 3 11C3.00016 6.94325 6.0194 3.59201 9.93359 3.07031L10.0664 4.0625Z\" fill=\"currentColor\"/><path d=\"M16.4004 2L17.4004 4.59961L20 5.59961V6.40039L17.4004 7.40039L16.4004 10H15.5996L14.5996 7.40039L12 6.40039V5.59961L14.5996 4.59961L15.5996 2H16.4004Z\" fill=\"currentColor\"/>",
|
|
16554
|
+
"iconName": "search-intelligence, search-ai",
|
|
16555
|
+
"variant": {
|
|
16556
|
+
"join": "square",
|
|
16557
|
+
"filled": "on",
|
|
16558
|
+
"radius": "0",
|
|
16559
|
+
"stroke": "1"
|
|
16560
|
+
},
|
|
16561
|
+
"createdAt": "2025-09-19T11:30:45.260451+00:00",
|
|
16562
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
16563
|
+
"componentName": "IconSearchIntelligence"
|
|
16564
|
+
},
|
|
16551
16565
|
{
|
|
16552
16566
|
"category": "Interface General",
|
|
16553
16567
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 5C11.134 5 8 8.13401 8 12C8 15.866 11.134 19 15 19C16.753 19 18.3556 18.3556 19.5836 17.2907L22.5001 20.2072L23.2072 19.5001L20.2907 16.5836C21.3556 15.3556 22 13.753 22 12C22 8.13401 18.866 5 15 5ZM15 8C12.7909 8 11 9.79086 11 12H10C10 9.23858 12.2386 7 15 7V8Z\" fill=\"currentColor\"/><path d=\"M2 6H7V7H2V6Z\" fill=\"currentColor\"/><path d=\"M2 11.5H6V12.5H2V11.5Z\" fill=\"currentColor\"/><path d=\"M7 17H2V18H7V17Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1536,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 35,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBoxSparkle",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"IconPrompt",
|
|
40
40
|
"IconPrompt1",
|
|
41
41
|
"IconRobot",
|
|
42
|
+
"IconSearchIntelligence",
|
|
42
43
|
"IconSparkle",
|
|
43
44
|
"IconSparkle2",
|
|
44
45
|
"IconSparklesSoft",
|
|
@@ -2907,6 +2908,7 @@
|
|
|
2907
2908
|
"IconScript": "script, paper, page, contract, file, document",
|
|
2908
2909
|
"IconScript2": "script-2, paper, page, contract, file, document",
|
|
2909
2910
|
"IconSdCard": "sd-card, memory-stick",
|
|
2911
|
+
"IconSearchIntelligence": "search-intelligence, search-ai",
|
|
2910
2912
|
"IconSearchMenu": "search-menu, list-search",
|
|
2911
2913
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
|
2912
2914
|
"IconSend": "send, email, paper-plane, arrow",
|
package/index.d.ts
CHANGED
|
@@ -1180,6 +1180,7 @@ export { IconScreenCapture, default as IconScreenCaptureDefault, } from "./IconS
|
|
|
1180
1180
|
export { IconScript, default as IconScriptDefault } from "./IconScript";
|
|
1181
1181
|
export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
|
1182
1182
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
|
1183
|
+
export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
|
|
1183
1184
|
export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
|
|
1184
1185
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1185
1186
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|