@central-icons-react/square-filled-radius-0-stroke-1.5 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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSearchIntelligence: React.FC<CentralIconBaseProps>;
4
+ export default IconSearchIntelligence;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of h(r))!I.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return e};var C=(e,r,t)=>(t=e!=null?f(u(e)):{},s(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),B=e=>s(l({},"__esModule",{value:!0}),e);var w={};x(w,{IconSearchIntelligence:()=>i,default:()=>d});module.exports=B(w);var a=C(require("react"));var p=C(require("react")),c=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:m,...L})=>p.default.createElement("svg",{...L,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},t&&!o&&p.default.createElement("title",null,t),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"search-intelligence, search-ai"},a.default.createElement("path",{d:"M10.1025 4.56152C6.93768 4.99816 4.5 7.71496 4.5 11C4.50002 14.5898 7.41016 17.5 11 17.5C12.7951 17.5 14.4196 16.7728 15.5967 15.5957C16.5743 14.6179 17.2406 13.3319 17.4385 11.8975L18.9248 12.1025C18.7167 13.6109 18.0864 14.9829 17.1611 16.0996L20.5303 19.4697L19.4697 20.5303L16.1006 17.1611C14.7162 18.3083 12.9387 19 11 19C6.58174 19 3.00002 15.4183 3 11C3 6.95548 6.00064 3.61282 9.89746 3.0752L10.1025 4.56152Z",fill:"currentColor"}),a.default.createElement("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"})),d=i;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSearchIntelligence: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"search-intelligence, search-ai\">\n <path\n d=\"M10.1025 4.56152C6.93768 4.99816 4.5 7.71496 4.5 11C4.50002 14.5898 7.41016 17.5 11 17.5C12.7951 17.5 14.4196 16.7728 15.5967 15.5957C16.5743 14.6179 17.2406 13.3319 17.4385 11.8975L18.9248 12.1025C18.7167 13.6109 18.0864 14.9829 17.1611 16.0996L20.5303 19.4697L19.4697 20.5303L16.1006 17.1611C14.7162 18.3083 12.9387 19 11 19C6.58174 19 3.00002 15.4183 3 11C3 6.95548 6.00064 3.61282 9.89746 3.0752L10.1025 4.56152Z\"\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,maACF,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconSearchIntelligence","props","React","CentralIconBase","IconSearchIntelligence_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";var a=({children:r,size:e=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:s,...C})=>l.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},n&&!t&&l.createElement("title",null,n),r);var c=r=>o.createElement(a,{...r,ariaLabel:"search-intelligence, search-ai"},o.createElement("path",{d:"M10.1025 4.56152C6.93768 4.99816 4.5 7.71496 4.5 11C4.50002 14.5898 7.41016 17.5 11 17.5C12.7951 17.5 14.4196 16.7728 15.5967 15.5957C16.5743 14.6179 17.2406 13.3319 17.4385 11.8975L18.9248 12.1025C18.7167 13.6109 18.0864 14.9829 17.1611 16.0996L20.5303 19.4697L19.4697 20.5303L16.1006 17.1611C14.7162 18.3083 12.9387 19 11 19C6.58174 19 3.00002 15.4183 3 11C3 6.95548 6.00064 3.61282 9.89746 3.0752L10.1025 4.56152Z",fill:"currentColor"}),o.createElement("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"})),g=c;export{c 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSearchIntelligence: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"search-intelligence, search-ai\">\n <path\n d=\"M10.1025 4.56152C6.93768 4.99816 4.5 7.71496 4.5 11C4.50002 14.5898 7.41016 17.5 11 17.5C12.7951 17.5 14.4196 16.7728 15.5967 15.5957C16.5743 14.6179 17.2406 13.3319 17.4385 11.8975L18.9248 12.1025C18.7167 13.6109 18.0864 14.9829 17.1611 16.0996L20.5303 19.4697L19.4697 20.5303L16.1006 17.1611C14.7162 18.3083 12.9387 19 11 19C6.58174 19 3.00002 15.4183 3 11C3 6.95548 6.00064 3.61282 9.89746 3.0752L10.1025 4.56152Z\"\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,QACC,EAAE,maACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconSearchIntelligence","props","React","CentralIconBase","IconSearchIntelligence_default"]}
package/README.md CHANGED
@@ -203,6 +203,7 @@ Below is a complete list of available icons:
203
203
  - IconPrompt
204
204
  - IconPrompt1
205
205
  - IconRobot
206
+ - IconSearchIntelligence
206
207
  - IconSparkle
207
208
  - IconSparkle2
208
209
  - IconSparklesSoft
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"