@central-icons-react-native/square-outlined-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSearchIntelligence: FC<CentralIconBaseProps>;
4
+ export default IconSearchIntelligence;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!g.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=I(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconSearchIntelligence:()=>L,default:()=>d});module.exports=P(h);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.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 s=require("react-native-svg"),L=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M10 3.56604C6.33064 4.05493 3.5 7.19688 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.8031 18.5 17.945 15.6693 18.4339 12",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M20.2498 20.2498L16.2998 16.2998",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M16.35 2.5H15.65L14.775 4.775L12.5 5.65V6.35L14.775 7.225L15.65 9.5H16.35L17.225 7.225L19.5 6.35V5.65L17.225 4.775L16.35 2.5Z",stroke:"currentColor"})),d=L;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 3.56604C6.33064 4.05493 3.5 7.19688 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.8031 18.5 17.945 15.6693 18.4339 12\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.2498 20.2498L16.2998 16.2998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.35 2.5H15.65L14.775 4.775L12.5 5.65V6.35L14.775 7.225L15.65 9.5H16.35L17.225 7.225L19.5 6.35V5.65L17.225 4.775L16.35 2.5Z\"\n stroke=\"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,yHACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,OAAO,eACT,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M10 3.56604C6.33064 4.05493 3.5 7.19688 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.8031 18.5 17.945 15.6693 18.4339 12",stroke:"currentColor"}),o.createElement(t,{d:"M20.2498 20.2498L16.2998 16.2998",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M16.35 2.5H15.65L14.775 4.775L12.5 5.65V6.35L14.775 7.225L15.65 9.5H16.35L17.225 7.225L19.5 6.35V5.65L17.225 4.775L16.35 2.5Z",stroke:"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 3.56604C6.33064 4.05493 3.5 7.19688 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.8031 18.5 17.945 15.6693 18.4339 12\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.2498 20.2498L16.2998 16.2998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.35 2.5H15.65L14.775 4.775L12.5 5.65V6.35L14.775 7.225L15.65 9.5H16.35L17.225 7.225L19.5 6.35V5.65L17.225 4.775L16.35 2.5Z\"\n stroke=\"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,yHACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchIntelligence","props","React","CentralIconBase","IconSearchIntelligence_default"]}
package/README.md CHANGED
@@ -169,6 +169,7 @@ Below is a complete list of available icons:
169
169
  - IconPrompt
170
170
  - IconPrompt1
171
171
  - IconRobot
172
+ - IconSearchIntelligence
172
173
  - IconSparkle
173
174
  - IconSparkle2
174
175
  - IconSparklesSoft
@@ -16548,6 +16548,20 @@
16548
16548
  "packageName": "square-outlined-radius-0-stroke-1",
16549
16549
  "componentName": "IconSdCard"
16550
16550
  },
16551
+ {
16552
+ "category": "AI & Magic",
16553
+ "svg": "<path d=\"M10 3.56604C6.33064 4.05493 3.5 7.19688 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.8031 18.5 17.945 15.6693 18.4339 12\" stroke=\"currentColor\"/><path d=\"M20.2498 20.2498L16.2998 16.2998\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.35 2.5H15.65L14.775 4.775L12.5 5.65V6.35L14.775 7.225L15.65 9.5H16.35L17.225 7.225L19.5 6.35V5.65L17.225 4.775L16.35 2.5Z\" stroke=\"currentColor\"/>",
16554
+ "iconName": "search-intelligence, search-ai",
16555
+ "variant": {
16556
+ "join": "square",
16557
+ "filled": "off",
16558
+ "radius": "0",
16559
+ "stroke": "1"
16560
+ },
16561
+ "createdAt": "2025-09-19T11:30:45.260451+00:00",
16562
+ "packageName": "square-outlined-radius-0-stroke-1",
16563
+ "componentName": "IconSearchIntelligence"
16564
+ },
16551
16565
  {
16552
16566
  "category": "Interface General",
16553
16567
  "svg": "<path d=\"M21.5 12C21.5 15.5899 18.5899 18.5 15 18.5C11.4101 18.5 8.5 15.5899 8.5 12C8.5 8.41015 11.4101 5.5 15 5.5C18.5899 5.5 21.5 8.41015 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M2.5 12H5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M2.5 6.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M2.5 17.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M19.75 16.75L22.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -1181,6 +1181,7 @@ export type CentralIconName =
1181
1181
  | "IconScript"
1182
1182
  | "IconScript2"
1183
1183
  | "IconSdCard"
1184
+ | "IconSearchIntelligence"
1184
1185
  | "IconSearchMenu"
1185
1186
  | "IconSecretPhrase"
1186
1187
  | "IconSend"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1535,
14
+ "totalIcons": 1536,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 34,
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";