@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.3 → 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/IconEmojiAstonished/index.d.ts +4 -0
- package/IconEmojiAstonished/index.js +2 -0
- package/IconEmojiAstonished/index.js.map +1 -0
- package/IconEmojiAstonished/index.mjs +2 -0
- package/IconEmojiAstonished/index.mjs.map +1 -0
- package/IconEmojiSadTear/index.d.ts +4 -0
- package/IconEmojiSadTear/index.js +2 -0
- package/IconEmojiSadTear/index.js.map +1 -0
- package/IconEmojiSadTear/index.mjs +2 -0
- package/IconEmojiSadTear/index.mjs.map +1 -0
- 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 +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},c=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==n&&C(r,l,{get:()=>o[l],enumerable:!(p=a(o,l))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>c(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconEmojiAstonished:()=>u,default:()=>g});module.exports=d(h);var t=s(require("react"));var i=s(require("react")),f=require("react-native-svg"),m=({children:r,size:o=24,...n})=>i.default.createElement(f.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(e.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z",fill:"currentColor"}),t.default.createElement(e.Ellipse,{cx:"9.25",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),t.default.createElement(e.Ellipse,{cx:"14.75",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z",fill:"currentColor"})),g=u;0&&(module.exports={IconEmojiAstonished});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAstonished/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiAstonished: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAstonished;\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,yBAAAE,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,EAAsC,4BAEzBC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,WAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiAstonished_exports","__export","IconEmojiAstonished","IconEmojiAstonished_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiAstonished","props","React","CentralIconBase","IconEmojiAstonished_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as c}from"react-native-svg";var t=({children:n,size:o=24,...C})=>p.createElement(c,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as s,Ellipse as l,Path as e}from"react-native-svg";var i=n=>r.createElement(t,{...n},r.createElement(s,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),r.createElement(e,{d:"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z",fill:"currentColor"}),r.createElement(l,{cx:"9.25",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),r.createElement(l,{cx:"14.75",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),r.createElement(e,{d:"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z",fill:"currentColor"}),r.createElement(e,{d:"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z",fill:"currentColor"})),d=i;export{i as IconEmojiAstonished,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAstonished/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiAstonished: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAstonished;\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,UAAAG,EAAQ,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDK,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACpEI,EAAA,cAACJ,EAAA,CAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACrEI,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","Path","IconEmojiAstonished","props","React","CentralIconBase","IconEmojiAstonished_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==e&&C(r,l,{get:()=>o[l],enumerable:!(p=u(o,l))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>c(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconEmojiSadTear:()=>i,default:()=>d});module.exports=g(v);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.default.createElement(a.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 n=require("react-native-svg"),i=r=>t.default.createElement(f,{...r},t.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M16.0001 17.0002C13.5535 17.0002 13.8859 13.715 15.682 11.809C15.8555 11.6249 16.1444 11.6249 16.3179 11.809C18.114 13.715 18.4467 17.0002 16.0001 17.0002Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z",fill:"currentColor"}),t.default.createElement(n.Ellipse,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),t.default.createElement(n.Ellipse,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),d=i;0&&(module.exports={IconEmojiSadTear});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSadTear/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiSadTear: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M16.0001 17.0002C13.5535 17.0002 13.8859 13.715 15.682 11.809C15.8555 11.6249 16.1444 11.6249 16.3179 11.809C18.114 13.715 18.4467 17.0002 16.0001 17.0002Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSadTear;\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,sBAAAE,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,EAAsC,4BAEzBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EAClE,EAAAA,QAAA,cAAC,WAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconEmojiSadTear_exports","__export","IconEmojiSadTear","IconEmojiSadTear_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiSadTear","props","React","CentralIconBase","IconEmojiSadTear_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(c,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as m,Ellipse as t,Path as l}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(m,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(l,{d:"M16.0001 17.0002C13.5535 17.0002 13.8859 13.715 15.682 11.809C15.8555 11.6249 16.1444 11.6249 16.3179 11.809C18.114 13.715 18.4467 17.0002 16.0001 17.0002Z",fill:"currentColor"}),o.createElement(l,{d:"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z",fill:"currentColor"}),o.createElement(t,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),o.createElement(t,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),g=s;export{s as IconEmojiSadTear,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSadTear/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiSadTear: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M16.0001 17.0002C13.5535 17.0002 13.8859 13.715 15.682 11.809C15.8555 11.6249 16.1444 11.6249 16.3179 11.809C18.114 13.715 18.4467 17.0002 16.0001 17.0002Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSadTear;\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,UAAAG,EAAQ,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDK,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6RACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EAClEI,EAAA,cAACJ,EAAA,CAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,CACrE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","Path","IconEmojiSadTear","props","React","CentralIconBase","IconEmojiSadTear_default"]}
|
|
@@ -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.6499C6.07664 4.34481 3.5 7.37144 3.5 10.9999C3.5 15.142 6.85786 18.4999 11 18.4999C14.6284 18.4999 17.655 15.9233 18.3499 12.5",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.6499C6.07664 4.34481 3.5 7.37144 3.5 10.9999C3.5 15.142 6.85786 18.4999 11 18.4999C14.6284 18.4999 17.655 15.9233 18.3499 12.5\"\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,wIACF,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.6499C6.07664 4.34481 3.5 7.37144 3.5 10.9999C3.5 15.142 6.85786 18.4999 11 18.4999C14.6284 18.4999 17.655 15.9233 18.3499 12.5",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.6499C6.07664 4.34481 3.5 7.37144 3.5 10.9999C3.5 15.142 6.85786 18.4999 11 18.4999C14.6284 18.4999 17.655 15.9233 18.3499 12.5\"\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,wIACF,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
|
@@ -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
|
|
@@ -1539,7 +1540,9 @@ Below is a complete list of available icons:
|
|
|
1539
1540
|
- IconEmojiAddReaction
|
|
1540
1541
|
- IconEmojiAlt
|
|
1541
1542
|
- IconEmojiArc
|
|
1543
|
+
- IconEmojiAstonished
|
|
1542
1544
|
- IconEmojiSad
|
|
1545
|
+
- IconEmojiSadTear
|
|
1543
1546
|
- IconEmojiSleep
|
|
1544
1547
|
- IconEmojiSmile
|
|
1545
1548
|
- IconEmojiSmiley
|
package/filtered-icons.json
CHANGED
|
@@ -8288,6 +8288,20 @@
|
|
|
8288
8288
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8289
8289
|
"componentName": "IconEmojiArc"
|
|
8290
8290
|
},
|
|
8291
|
+
{
|
|
8292
|
+
"category": "Things",
|
|
8293
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\" fill=\"currentColor\"/><ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><path d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\" fill=\"currentColor\"/><path d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\" fill=\"currentColor\"/>",
|
|
8294
|
+
"iconName": "emoji-astonished",
|
|
8295
|
+
"variant": {
|
|
8296
|
+
"join": "round",
|
|
8297
|
+
"filled": "off",
|
|
8298
|
+
"radius": "2",
|
|
8299
|
+
"stroke": "1"
|
|
8300
|
+
},
|
|
8301
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8302
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8303
|
+
"componentName": "IconEmojiAstonished"
|
|
8304
|
+
},
|
|
8291
8305
|
{
|
|
8292
8306
|
"category": "Things",
|
|
8293
8307
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.17188 16C10.734 14.4379 13.2666 14.4379 14.8287 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8302,6 +8316,20 @@
|
|
|
8302
8316
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8303
8317
|
"componentName": "IconEmojiSad"
|
|
8304
8318
|
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Things",
|
|
8321
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M16.0001 17.0002C13.5535 17.0002 13.8859 13.715 15.682 11.809C15.8555 11.6249 16.1444 11.6249 16.3179 11.809C18.114 13.715 18.4467 17.0002 16.0001 17.0002Z\" fill=\"currentColor\"/><path d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\" fill=\"currentColor\"/><ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "emoji-sad-tear",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "round",
|
|
8325
|
+
"filled": "off",
|
|
8326
|
+
"radius": "2",
|
|
8327
|
+
"stroke": "1"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8330
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8331
|
+
"componentName": "IconEmojiSadTear"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Things",
|
|
8307
8335
|
"svg": "<path d=\"M9.68421 15.9259C11.2893 16.558 12.7107 16.558 14.3158 15.9259M6.5 10C7.28571 10.8136 9.38095 10.8136 10.1667 10M13.8333 10C14.619 10.8136 16.7143 10.8136 17.5 10M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16520,6 +16548,20 @@
|
|
|
16520
16548
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
16521
16549
|
"componentName": "IconSdCard"
|
|
16522
16550
|
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "AI & Magic",
|
|
16553
|
+
"svg": "<path d=\"M9.5 3.6499C6.07664 4.34481 3.5 7.37144 3.5 10.9999C3.5 15.142 6.85786 18.4999 11 18.4999C14.6284 18.4999 17.655 15.9233 18.3499 12.5\" 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": "2",
|
|
16559
|
+
"stroke": "1"
|
|
16560
|
+
},
|
|
16561
|
+
"createdAt": "2025-09-19T11:30:45.260451+00:00",
|
|
16562
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
16563
|
+
"componentName": "IconSearchIntelligence"
|
|
16564
|
+
},
|
|
16523
16565
|
{
|
|
16524
16566
|
"category": "Interface General",
|
|
16525
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
|
@@ -591,7 +591,9 @@ export type CentralIconName =
|
|
|
591
591
|
| "IconEmojiAddReaction"
|
|
592
592
|
| "IconEmojiAlt"
|
|
593
593
|
| "IconEmojiArc"
|
|
594
|
+
| "IconEmojiAstonished"
|
|
594
595
|
| "IconEmojiSad"
|
|
596
|
+
| "IconEmojiSadTear"
|
|
595
597
|
| "IconEmojiSleep"
|
|
596
598
|
| "IconEmojiSmile"
|
|
597
599
|
| "IconEmojiSmiley"
|
|
@@ -1179,6 +1181,7 @@ export type CentralIconName =
|
|
|
1179
1181
|
| "IconScript"
|
|
1180
1182
|
| "IconScript2"
|
|
1181
1183
|
| "IconSdCard"
|
|
1184
|
+
| "IconSearchIntelligence"
|
|
1182
1185
|
| "IconSearchMenu"
|
|
1183
1186
|
| "IconSecretPhrase"
|
|
1184
1187
|
| "IconSend"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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",
|
|
@@ -1436,7 +1437,7 @@
|
|
|
1436
1437
|
]
|
|
1437
1438
|
},
|
|
1438
1439
|
"Things": {
|
|
1439
|
-
"count":
|
|
1440
|
+
"count": 122,
|
|
1440
1441
|
"icons": [
|
|
1441
1442
|
"IconAlien",
|
|
1442
1443
|
"IconBackpack",
|
|
@@ -1469,7 +1470,9 @@
|
|
|
1469
1470
|
"IconEmojiAddReaction",
|
|
1470
1471
|
"IconEmojiAlt",
|
|
1471
1472
|
"IconEmojiArc",
|
|
1473
|
+
"IconEmojiAstonished",
|
|
1472
1474
|
"IconEmojiSad",
|
|
1475
|
+
"IconEmojiSadTear",
|
|
1473
1476
|
"IconEmojiSleep",
|
|
1474
1477
|
"IconEmojiSmile",
|
|
1475
1478
|
"IconEmojiSmiley",
|
|
@@ -2315,7 +2318,9 @@
|
|
|
2315
2318
|
"IconEmojiAddReaction": "emoji-add-reaction, reaction",
|
|
2316
2319
|
"IconEmojiAlt": "emoji-alt",
|
|
2317
2320
|
"IconEmojiArc": "emoji-arc",
|
|
2321
|
+
"IconEmojiAstonished": "emoji-astonished",
|
|
2318
2322
|
"IconEmojiSad": "emoji-sad, unhappy",
|
|
2323
|
+
"IconEmojiSadTear": "emoji-sad-tear",
|
|
2319
2324
|
"IconEmojiSleep": "emoji-sleep, snooze",
|
|
2320
2325
|
"IconEmojiSmile": "emoji-smile",
|
|
2321
2326
|
"IconEmojiSmiley": "emoji-smiley, face, smile",
|
|
@@ -2903,6 +2908,7 @@
|
|
|
2903
2908
|
"IconScript": "script, paper, page, contract, file, document",
|
|
2904
2909
|
"IconScript2": "script-2, paper, page, contract, file, document",
|
|
2905
2910
|
"IconSdCard": "sd-card, memory-stick",
|
|
2911
|
+
"IconSearchIntelligence": "search-intelligence, search-ai",
|
|
2906
2912
|
"IconSearchMenu": "search-menu, list-search",
|
|
2907
2913
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
|
2908
2914
|
"IconSend": "send, email, paper-plane, arrow",
|
package/index.d.ts
CHANGED
|
@@ -590,7 +590,9 @@ export { IconEmailSettings, default as IconEmailSettingsDefault, } from "./IconE
|
|
|
590
590
|
export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from "./IconEmojiAddReaction";
|
|
591
591
|
export { IconEmojiAlt, default as IconEmojiAltDefault } from "./IconEmojiAlt";
|
|
592
592
|
export { IconEmojiArc, default as IconEmojiArcDefault } from "./IconEmojiArc";
|
|
593
|
+
export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
|
|
593
594
|
export { IconEmojiSad, default as IconEmojiSadDefault } from "./IconEmojiSad";
|
|
595
|
+
export { IconEmojiSadTear, default as IconEmojiSadTearDefault, } from "./IconEmojiSadTear";
|
|
594
596
|
export { IconEmojiSleep, default as IconEmojiSleepDefault, } from "./IconEmojiSleep";
|
|
595
597
|
export { IconEmojiSmile, default as IconEmojiSmileDefault, } from "./IconEmojiSmile";
|
|
596
598
|
export { IconEmojiSmiley, default as IconEmojiSmileyDefault, } from "./IconEmojiSmiley";
|
|
@@ -1178,6 +1180,7 @@ export { IconScreenCapture, default as IconScreenCaptureDefault, } from "./IconS
|
|
|
1178
1180
|
export { IconScript, default as IconScriptDefault } from "./IconScript";
|
|
1179
1181
|
export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
|
1180
1182
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
|
1183
|
+
export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
|
|
1181
1184
|
export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
|
|
1182
1185
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1183
1186
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|