@central-icons-react-native/round-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.
- 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 L=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(C({},"__esModule",{value:!0}),r);var P={};g(P,{IconSearchIntelligence:()=>u,default:()=>x});module.exports=k(P);var t=l(require("react"));var c=l(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(i.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 p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M9.5 3.65002C6.07664 4.34493 3.5 7.37156 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.6284 18.5 17.655 15.9234 18.3499 12.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M20.4998 20.4998L16.2998 16.2998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M17.0655 4.36018L16.4756 2.82667C16.3999 2.62986 16.2109 2.5 16 2.5C15.7891 2.5 15.6001 2.62986 15.5244 2.82667L14.9345 4.36018C14.833 4.62427 14.6243 4.83297 14.3602 4.93455L12.8267 5.52436C12.6299 5.60005 12.5 5.78914 12.5 6C12.5 6.21086 12.6299 6.39995 12.8267 6.47564L14.3602 7.06545C14.6243 7.16703 14.833 7.37573 14.9345 7.63982L15.5244 9.17333C15.6001 9.37014 15.7891 9.5 16 9.5C16.2109 9.5 16.3999 9.37014 16.4756 9.17333L17.0655 7.63982C17.167 7.37573 17.3757 7.16703 17.6398 7.06545L19.1733 6.47564C19.3701 6.39995 19.5 6.21086 19.5 6C19.5 5.78914 19.3701 5.60005 19.1733 5.52436L17.6398 4.93455C17.3757 4.83297 17.167 4.62427 17.0655 4.36018Z",stroke:"currentColor"})),x=u;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=\"M9.5 3.65002C6.07664 4.34493 3.5 7.37156 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.6284 18.5 17.655 15.9234 18.3499 12.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.4998 20.4998L16.2998 16.2998\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0655 4.36018L16.4756 2.82667C16.3999 2.62986 16.2109 2.5 16 2.5C15.7891 2.5 15.6001 2.62986 15.5244 2.82667L14.9345 4.36018C14.833 4.62427 14.6243 4.83297 14.3602 4.93455L12.8267 5.52436C12.6299 5.60005 12.5 5.78914 12.5 6C12.5 6.21086 12.6299 6.39995 12.8267 6.47564L14.3602 7.06545C14.6243 7.16703 14.833 7.37573 14.9345 7.63982L15.5244 9.17333C15.6001 9.37014 15.7891 9.5 16 9.5C16.2109 9.5 16.3999 9.37014 16.4756 9.17333L17.0655 7.63982C17.167 7.37573 17.3757 7.16703 17.6398 7.06545L19.1733 6.47564C19.3701 6.39995 19.5 6.21086 19.5 6C19.5 5.78914 19.3701 5.60005 19.1733 5.52436L17.6398 4.93455C17.3757 4.83297 17.167 4.62427 17.0655 4.36018Z\"\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,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gpBACF,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9.5 3.65002C6.07664 4.34493 3.5 7.37156 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.6284 18.5 17.655 15.9234 18.3499 12.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.4998 20.4998L16.2998 16.2998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.0655 4.36018L16.4756 2.82667C16.3999 2.62986 16.2109 2.5 16 2.5C15.7891 2.5 15.6001 2.62986 15.5244 2.82667L14.9345 4.36018C14.833 4.62427 14.6243 4.83297 14.3602 4.93455L12.8267 5.52436C12.6299 5.60005 12.5 5.78914 12.5 6C12.5 6.21086 12.6299 6.39995 12.8267 6.47564L14.3602 7.06545C14.6243 7.16703 14.833 7.37573 14.9345 7.63982L15.5244 9.17333C15.6001 9.37014 15.7891 9.5 16 9.5C16.2109 9.5 16.3999 9.37014 16.4756 9.17333L17.0655 7.63982C17.167 7.37573 17.3757 7.16703 17.6398 7.06545L19.1733 6.47564C19.3701 6.39995 19.5 6.21086 19.5 6C19.5 5.78914 19.3701 5.60005 19.1733 5.52436L17.6398 4.93455C17.3757 4.83297 17.167 4.62427 17.0655 4.36018Z",stroke:"currentColor"})),B=a;export{a as IconSearchIntelligence,B 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=\"M9.5 3.65002C6.07664 4.34493 3.5 7.37156 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.6284 18.5 17.655 15.9234 18.3499 12.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.4998 20.4998L16.2998 16.2998\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0655 4.36018L16.4756 2.82667C16.3999 2.62986 16.2109 2.5 16 2.5C15.7891 2.5 15.6001 2.62986 15.5244 2.82667L14.9345 4.36018C14.833 4.62427 14.6243 4.83297 14.3602 4.93455L12.8267 5.52436C12.6299 5.60005 12.5 5.78914 12.5 6C12.5 6.21086 12.6299 6.39995 12.8267 6.47564L14.3602 7.06545C14.6243 7.16703 14.833 7.37573 14.9345 7.63982L15.5244 9.17333C15.6001 9.37014 15.7891 9.5 16 9.5C16.2109 9.5 16.3999 9.37014 16.4756 9.17333L17.0655 7.63982C17.167 7.37573 17.3757 7.16703 17.6398 7.06545L19.1733 6.47564C19.3701 6.39995 19.5 6.21086 19.5 6C19.5 5.78914 19.3701 5.60005 19.1733 5.52436L17.6398 4.93455C17.3757 4.83297 17.167 4.62427 17.0655 4.36018Z\"\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,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gpBACF,OAAO,eACT,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": "round-outlined-radius-0-stroke-1",
|
|
16549
16549
|
"componentName": "IconSdCard"
|
|
16550
16550
|
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "AI & Magic",
|
|
16553
|
+
"svg": "<path d=\"M9.5 3.65002C6.07664 4.34493 3.5 7.37156 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C14.6284 18.5 17.655 15.9234 18.3499 12.5001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.4998 20.4998L16.2998 16.2998\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.0655 4.36018L16.4756 2.82667C16.3999 2.62986 16.2109 2.5 16 2.5C15.7891 2.5 15.6001 2.62986 15.5244 2.82667L14.9345 4.36018C14.833 4.62427 14.6243 4.83297 14.3602 4.93455L12.8267 5.52436C12.6299 5.60005 12.5 5.78914 12.5 6C12.5 6.21086 12.6299 6.39995 12.8267 6.47564L14.3602 7.06545C14.6243 7.16703 14.833 7.37573 14.9345 7.63982L15.5244 9.17333C15.6001 9.37014 15.7891 9.5 16 9.5C16.2109 9.5 16.3999 9.37014 16.4756 9.17333L17.0655 7.63982C17.167 7.37573 17.3757 7.16703 17.6398 7.06545L19.1733 6.47564C19.3701 6.39995 19.5 6.21086 19.5 6C19.5 5.78914 19.3701 5.60005 19.1733 5.52436L17.6398 4.93455C17.3757 4.83297 17.167 4.62427 17.0655 4.36018Z\" stroke=\"currentColor\"/>",
|
|
16554
|
+
"iconName": "search-intelligence, search-ai",
|
|
16555
|
+
"variant": {
|
|
16556
|
+
"join": "round",
|
|
16557
|
+
"filled": "off",
|
|
16558
|
+
"radius": "0",
|
|
16559
|
+
"stroke": "1"
|
|
16560
|
+
},
|
|
16561
|
+
"createdAt": "2025-09-19T11:30:45.260451+00:00",
|
|
16562
|
+
"packageName": "round-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=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 12H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 6.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 17.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.75 16.75L22.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-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":
|
|
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";
|