@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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 d=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==t&&C(r,l,{get:()=>o[l],enumerable:!(p=a(o,l))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>c(C({},"__esModule",{value:!0}),r);var h={};d(h,{IconEmojiAstonished:()=>u,default:()=>g});module.exports=P(h);var n=s(require("react"));var i=s(require("react")),f=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.default.createElement(f.Svg,{...t,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=>n.default.createElement(m,{...r},n.default.createElement(e.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),n.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"}),n.default.createElement(e.Ellipse,{cx:"9.25",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.default.createElement(e.Ellipse,{cx:"14.75",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.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"}),n.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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,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 n=({children:t,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"},t);import{Circle as s,Ellipse as l,Path as e}from"react-native-svg";var i=t=>r.createElement(n,{...t},r.createElement(s,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),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"})),P=i;export{i as IconEmojiAstonished,P 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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAK,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 s=(r,o,e)=>(e=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>c(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconEmojiSadTear:()=>f,default:()=>g});module.exports=d(h);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...e})=>i.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 t=require("react-native-svg"),f=r=>n.default.createElement(a,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(t.Path,{d:"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z",fill:"currentColor"}),n.default.createElement(t.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"}),n.default.createElement(t.Ellipse,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.default.createElement(t.Ellipse,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),g=f;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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\"\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,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 t=({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 s,Ellipse as n,Path as l}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(s,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(l,{d:"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z",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(n,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),o.createElement(n,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),d=i;export{i as IconEmojiSadTear,d 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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\"\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAK,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconSearchIntelligence:()=>L,default:()=>P});module.exports=x(h);var C=s(require("react"));var c=s(require("react")),m=require("react-native-svg"),i=({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 p=require("react-native-svg"),L=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M20.25 20.2499L16.1265 16.1265M16.1265 16.1265C14.8145 17.4385 13.002 18.2499 11 18.2499C6.99594 18.2499 3.75 15.004 3.75 10.9999C3.75 7.60045 6.08974 4.74743 9.24671 3.96338M16.1265 16.1265C17.0435 15.2094 17.7161 14.0479 18.0379 12.748",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M17.2405 4.18518L16.5436 2.37334C16.4571 2.14842 16.241 2 16 2C15.759 2 15.5429 2.14842 15.4564 2.37334L14.7595 4.18518C14.658 4.44927 14.4493 4.65797 14.1852 4.75955L12.3733 5.45641C12.1484 5.54292 12 5.75901 12 6C12 6.24099 12.1484 6.45708 12.3733 6.54359L14.1852 7.24045C14.4493 7.34203 14.658 7.55073 14.7595 7.81482L15.4564 9.62666C15.5429 9.85158 15.759 10 16 10C16.241 10 16.4571 9.85158 16.5436 9.62666L17.2405 7.81482C17.342 7.55073 17.5507 7.34203 17.8148 7.24045L19.6267 6.54359C19.8516 6.45708 20 6.24099 20 6C20 5.75901 19.8516 5.54292 19.6267 5.45641L17.8148 4.75955C17.5507 4.65797 17.342 4.44927 17.2405 4.18518Z",fill:"currentColor"})),P=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=\"M20.25 20.2499L16.1265 16.1265M16.1265 16.1265C14.8145 17.4385 13.002 18.2499 11 18.2499C6.99594 18.2499 3.75 15.004 3.75 10.9999C3.75 7.60045 6.08974 4.74743 9.24671 3.96338M16.1265 16.1265C17.0435 15.2094 17.7161 14.0479 18.0379 12.748\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.2405 4.18518L16.5436 2.37334C16.4571 2.14842 16.241 2 16 2C15.759 2 15.5429 2.14842 15.4564 2.37334L14.7595 4.18518C14.658 4.44927 14.4493 4.65797 14.1852 4.75955L12.3733 5.45641C12.1484 5.54292 12 5.75901 12 6C12 6.24099 12.1484 6.45708 12.3733 6.54359L14.1852 7.24045C14.4493 7.34203 14.658 7.55073 14.7595 7.81482L15.4564 9.62666C15.5429 9.85158 15.759 10 16 10C16.241 10 16.4571 9.85158 16.5436 9.62666L17.2405 7.81482C17.342 7.55073 17.5507 7.34203 17.8148 7.24045L19.6267 6.54359C19.8516 6.45708 20 6.24099 20 6C20 5.75901 19.8516 5.54292 19.6267 5.45641L17.8148 4.75955C17.5507 4.65797 17.342 4.44927 17.2405 4.18518Z\"\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,gPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,unBACF,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 p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 l=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.25 20.2499L16.1265 16.1265M16.1265 16.1265C14.8145 17.4385 13.002 18.2499 11 18.2499C6.99594 18.2499 3.75 15.004 3.75 10.9999C3.75 7.60045 6.08974 4.74743 9.24671 3.96338M16.1265 16.1265C17.0435 15.2094 17.7161 14.0479 18.0379 12.748",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M17.2405 4.18518L16.5436 2.37334C16.4571 2.14842 16.241 2 16 2C15.759 2 15.5429 2.14842 15.4564 2.37334L14.7595 4.18518C14.658 4.44927 14.4493 4.65797 14.1852 4.75955L12.3733 5.45641C12.1484 5.54292 12 5.75901 12 6C12 6.24099 12.1484 6.45708 12.3733 6.54359L14.1852 7.24045C14.4493 7.34203 14.658 7.55073 14.7595 7.81482L15.4564 9.62666C15.5429 9.85158 15.759 10 16 10C16.241 10 16.4571 9.85158 16.5436 9.62666L17.2405 7.81482C17.342 7.55073 17.5507 7.34203 17.8148 7.24045L19.6267 6.54359C19.8516 6.45708 20 6.24099 20 6C20 5.75901 19.8516 5.54292 19.6267 5.45641L17.8148 4.75955C17.5507 4.65797 17.342 4.44927 17.2405 4.18518Z",fill:"currentColor"})),d=l;export{l as IconSearchIntelligence,d 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=\"M20.25 20.2499L16.1265 16.1265M16.1265 16.1265C14.8145 17.4385 13.002 18.2499 11 18.2499C6.99594 18.2499 3.75 15.004 3.75 10.9999C3.75 7.60045 6.08974 4.74743 9.24671 3.96338M16.1265 16.1265C17.0435 15.2094 17.7161 14.0479 18.0379 12.748\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.2405 4.18518L16.5436 2.37334C16.4571 2.14842 16.241 2 16 2C15.759 2 15.5429 2.14842 15.4564 2.37334L14.7595 4.18518C14.658 4.44927 14.4493 4.65797 14.1852 4.75955L12.3733 5.45641C12.1484 5.54292 12 5.75901 12 6C12 6.24099 12.1484 6.45708 12.3733 6.54359L14.1852 7.24045C14.4493 7.34203 14.658 7.55073 14.7595 7.81482L15.4564 9.62666C15.5429 9.85158 15.759 10 16 10C16.241 10 16.4571 9.85158 16.5436 9.62666L17.2405 7.81482C17.342 7.55073 17.5507 7.34203 17.8148 7.24045L19.6267 6.54359C19.8516 6.45708 20 6.24099 20 6C20 5.75901 19.8516 5.54292 19.6267 5.45641L17.8148 4.75955C17.5507 4.65797 17.342 4.44927 17.2405 4.18518Z\"\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,gPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,KAAK,eACP,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-0-stroke-1.5",
|
|
8289
8289
|
"componentName": "IconEmojiArc"
|
|
8290
8290
|
},
|
|
8291
|
+
{
|
|
8292
|
+
"category": "Things",
|
|
8293
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><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": "0",
|
|
8299
|
+
"stroke": "1.5"
|
|
8300
|
+
},
|
|
8301
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8302
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
8303
|
+
"componentName": "IconEmojiAstonished"
|
|
8304
|
+
},
|
|
8291
8305
|
{
|
|
8292
8306
|
"category": "Things",
|
|
8293
8307
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.17188 15.4216C10.734 13.8595 13.2666 13.8595 14.8287 15.4216\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 9.5H15M15.25 9.5C15.25 9.77614 15.0261 10 14.75 10C14.4739 10 14.25 9.77614 14.25 9.5C14.25 9.22386 14.4739 9 14.75 9C15.0261 9 15.25 9.22386 15.25 9.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 9.5H9.5M9.75 9.5C9.75 9.77614 9.52614 10 9.25 10C8.97386 10 8.75 9.77614 8.75 9.5C8.75 9.22386 8.97386 9 9.25 9C9.52614 9 9.75 9.22386 9.75 9.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8302,6 +8316,20 @@
|
|
|
8302
8316
|
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
8303
8317
|
"componentName": "IconEmojiSad"
|
|
8304
8318
|
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Things",
|
|
8321
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\" 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": "0",
|
|
8327
|
+
"stroke": "1.5"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8330
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
8331
|
+
"componentName": "IconEmojiSadTear"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Things",
|
|
8307
8335
|
"svg": "<path d=\"M9.78947 15.713C11.3216 16.2957 12.6784 16.2957 14.2105 15.713M6.75 10.25C7.5 11 9.5 11 10.25 10.25M13.75 10.25C14.5 11 16.5 11 17.25 10.25M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16520,6 +16548,20 @@
|
|
|
16520
16548
|
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
16521
16549
|
"componentName": "IconSdCard"
|
|
16522
16550
|
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "AI & Magic",
|
|
16553
|
+
"svg": "<path d=\"M20.25 20.2499L16.1265 16.1265M16.1265 16.1265C14.8145 17.4385 13.002 18.2499 11 18.2499C6.99594 18.2499 3.75 15.004 3.75 10.9999C3.75 7.60045 6.08974 4.74743 9.24671 3.96338M16.1265 16.1265C17.0435 15.2094 17.7161 14.0479 18.0379 12.748\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.2405 4.18518L16.5436 2.37334C16.4571 2.14842 16.241 2 16 2C15.759 2 15.5429 2.14842 15.4564 2.37334L14.7595 4.18518C14.658 4.44927 14.4493 4.65797 14.1852 4.75955L12.3733 5.45641C12.1484 5.54292 12 5.75901 12 6C12 6.24099 12.1484 6.45708 12.3733 6.54359L14.1852 7.24045C14.4493 7.34203 14.658 7.55073 14.7595 7.81482L15.4564 9.62666C15.5429 9.85158 15.759 10 16 10C16.241 10 16.4571 9.85158 16.5436 9.62666L17.2405 7.81482C17.342 7.55073 17.5507 7.34203 17.8148 7.24045L19.6267 6.54359C19.8516 6.45708 20 6.24099 20 6C20 5.75901 19.8516 5.54292 19.6267 5.45641L17.8148 4.75955C17.5507 4.65797 17.342 4.44927 17.2405 4.18518Z\" fill=\"currentColor\"/>",
|
|
16554
|
+
"iconName": "search-intelligence, search-ai",
|
|
16555
|
+
"variant": {
|
|
16556
|
+
"join": "round",
|
|
16557
|
+
"filled": "off",
|
|
16558
|
+
"radius": "0",
|
|
16559
|
+
"stroke": "1.5"
|
|
16560
|
+
},
|
|
16561
|
+
"createdAt": "2025-09-19T11:30:45.260451+00:00",
|
|
16562
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
16563
|
+
"componentName": "IconSearchIntelligence"
|
|
16564
|
+
},
|
|
16523
16565
|
{
|
|
16524
16566
|
"category": "Interface General",
|
|
16525
16567
|
"svg": "<path d=\"M21.25 12C21.25 15.4518 18.4518 18.25 15 18.25C11.5482 18.25 8.75 15.4518 8.75 12C8.75 8.54822 11.5482 5.75 15 5.75C18.4518 5.75 21.25 8.54822 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 12H5.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 6.75H6.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 17.25H6.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 16.5L22.25 19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/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";
|