@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.120 → 1.1.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmojiLol: FC<CentralIconBaseProps>;
4
+ export default IconEmojiLol;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of I(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=B(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var L={};x(L,{IconEmojiLol:()=>i,default:()=>g});module.exports=P(L);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5674 12.8232C13.7457 13.7744 10.9651 14.2647 7.98828 14.3359C7.65957 14.344 7.42145 14.6603 7.54297 14.9658C9.48787 19.8477 17.0378 18.4992 17.2012 13.2637C17.2114 12.9347 16.8793 12.7181 16.5674 12.8232ZM7.07812 9.03809C6.63674 9.00313 6.43456 9.52726 6.75781 9.83008L7.43945 10.4688C7.60163 10.6207 7.64438 10.8613 7.54395 11.0596L7.12207 11.8936C6.92209 12.2887 7.29146 12.7115 7.69434 12.5273C8.7003 12.0673 9.65434 11.4207 10.3564 10.6025C10.5377 10.3913 10.4817 10.0731 10.2393 9.93652C9.2995 9.40771 8.18099 9.12626 7.07812 9.03809ZM16.1836 8.16797C16.3838 7.77273 16.0143 7.34897 15.6113 7.5332C14.6054 7.9932 13.6513 8.63989 12.9492 9.45801C12.768 9.66921 12.824 9.98739 13.0664 10.124C14.0062 10.6528 15.1247 10.9343 16.2275 11.0225C16.6688 11.0574 16.8708 10.5343 16.5479 10.2314L15.8662 9.5918C15.704 9.43987 15.6613 9.19921 15.7617 9.00098L16.1836 8.16797Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEmojiLol});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiLol/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 IconEmojiLol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5674 12.8232C13.7457 13.7744 10.9651 14.2647 7.98828 14.3359C7.65957 14.344 7.42145 14.6603 7.54297 14.9658C9.48787 19.8477 17.0378 18.4992 17.2012 13.2637C17.2114 12.9347 16.8793 12.7181 16.5674 12.8232ZM7.07812 9.03809C6.63674 9.00313 6.43456 9.52726 6.75781 9.83008L7.43945 10.4688C7.60163 10.6207 7.64438 10.8613 7.54395 11.0596L7.12207 11.8936C6.92209 12.2887 7.29146 12.7115 7.69434 12.5273C8.7003 12.0673 9.65434 11.4207 10.3564 10.6025C10.5377 10.3913 10.4817 10.0731 10.2393 9.93652C9.2995 9.40771 8.18099 9.12626 7.07812 9.03809ZM16.1836 8.16797C16.3838 7.77273 16.0143 7.34897 15.6113 7.5332C14.6054 7.9932 13.6513 8.63989 12.9492 9.45801C12.768 9.66921 12.824 9.98739 13.0664 10.124C14.0062 10.6528 15.1247 10.9343 16.2275 11.0225C16.6688 11.0574 16.8708 10.5343 16.5479 10.2314L15.8662 9.5918C15.704 9.43987 15.6613 9.19921 15.7617 9.00098L16.1836 8.16797Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiLol;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,49BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiLol_exports","__export","IconEmojiLol","IconEmojiLol_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiLol","props","React","CentralIconBase","IconEmojiLol_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5674 12.8232C13.7457 13.7744 10.9651 14.2647 7.98828 14.3359C7.65957 14.344 7.42145 14.6603 7.54297 14.9658C9.48787 19.8477 17.0378 18.4992 17.2012 13.2637C17.2114 12.9347 16.8793 12.7181 16.5674 12.8232ZM7.07812 9.03809C6.63674 9.00313 6.43456 9.52726 6.75781 9.83008L7.43945 10.4688C7.60163 10.6207 7.64438 10.8613 7.54395 11.0596L7.12207 11.8936C6.92209 12.2887 7.29146 12.7115 7.69434 12.5273C8.7003 12.0673 9.65434 11.4207 10.3564 10.6025C10.5377 10.3913 10.4817 10.0731 10.2393 9.93652C9.2995 9.40771 8.18099 9.12626 7.07812 9.03809ZM16.1836 8.16797C16.3838 7.77273 16.0143 7.34897 15.6113 7.5332C14.6054 7.9932 13.6513 8.63989 12.9492 9.45801C12.768 9.66921 12.824 9.98739 13.0664 10.124C14.0062 10.6528 15.1247 10.9343 16.2275 11.0225C16.6688 11.0574 16.8708 10.5343 16.5479 10.2314L15.8662 9.5918C15.704 9.43987 15.6613 9.19921 15.7617 9.00098L16.1836 8.16797Z",fill:"currentColor"})),v=a;export{a as IconEmojiLol,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiLol/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 IconEmojiLol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5674 12.8232C13.7457 13.7744 10.9651 14.2647 7.98828 14.3359C7.65957 14.344 7.42145 14.6603 7.54297 14.9658C9.48787 19.8477 17.0378 18.4992 17.2012 13.2637C17.2114 12.9347 16.8793 12.7181 16.5674 12.8232ZM7.07812 9.03809C6.63674 9.00313 6.43456 9.52726 6.75781 9.83008L7.43945 10.4688C7.60163 10.6207 7.64438 10.8613 7.54395 11.0596L7.12207 11.8936C6.92209 12.2887 7.29146 12.7115 7.69434 12.5273C8.7003 12.0673 9.65434 11.4207 10.3564 10.6025C10.5377 10.3913 10.4817 10.0731 10.2393 9.93652C9.2995 9.40771 8.18099 9.12626 7.07812 9.03809ZM16.1836 8.16797C16.3838 7.77273 16.0143 7.34897 15.6113 7.5332C14.6054 7.9932 13.6513 8.63989 12.9492 9.45801C12.768 9.66921 12.824 9.98739 13.0664 10.124C14.0062 10.6528 15.1247 10.9343 16.2275 11.0225C16.6688 11.0574 16.8708 10.5343 16.5479 10.2314L15.8662 9.5918C15.704 9.43987 15.6613 9.19921 15.7617 9.00098L16.1836 8.16797Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiLol;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,49BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiLol","props","React","CentralIconBase","IconEmojiLol_default"]}
package/README.md CHANGED
@@ -711,6 +711,7 @@ Below is a complete list of available icons:
711
711
  - IconEmojiAddReaction
712
712
  - IconEmojiAngry
713
713
  - IconEmojiGrinning
714
+ - IconEmojiLol
714
715
  - IconEmojiMouthless
715
716
  - IconEmojiNeutral
716
717
  - IconEmojiProfile
@@ -9310,6 +9310,20 @@
9310
9310
  "packageName": "round-filled-radius-3-stroke-2",
9311
9311
  "componentName": "IconEmojiGrinning"
9312
9312
  },
9313
+ {
9314
+ "category": "Emoji",
9315
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5674 12.8232C13.7457 13.7744 10.9651 14.2647 7.98828 14.3359C7.65957 14.344 7.42145 14.6603 7.54297 14.9658C9.48787 19.8477 17.0378 18.4992 17.2012 13.2637C17.2114 12.9347 16.8793 12.7181 16.5674 12.8232ZM7.07812 9.03809C6.63674 9.00313 6.43456 9.52726 6.75781 9.83008L7.43945 10.4688C7.60163 10.6207 7.64438 10.8613 7.54395 11.0596L7.12207 11.8936C6.92209 12.2887 7.29146 12.7115 7.69434 12.5273C8.7003 12.0673 9.65434 11.4207 10.3564 10.6025C10.5377 10.3913 10.4817 10.0731 10.2393 9.93652C9.2995 9.40771 8.18099 9.12626 7.07812 9.03809ZM16.1836 8.16797C16.3838 7.77273 16.0143 7.34897 15.6113 7.5332C14.6054 7.9932 13.6513 8.63989 12.9492 9.45801C12.768 9.66921 12.824 9.98739 13.0664 10.124C14.0062 10.6528 15.1247 10.9343 16.2275 11.0225C16.6688 11.0574 16.8708 10.5343 16.5479 10.2314L15.8662 9.5918C15.704 9.43987 15.6613 9.19921 15.7617 9.00098L16.1836 8.16797Z\" fill=\"currentColor\"/>",
9316
+ "iconName": "emoji-lol, laugh, comedy, joke",
9317
+ "variant": {
9318
+ "join": "round",
9319
+ "filled": "on",
9320
+ "radius": "3",
9321
+ "stroke": "2"
9322
+ },
9323
+ "createdAt": "2026-02-06T17:01:06.255721+00:00",
9324
+ "packageName": "round-filled-radius-3-stroke-2",
9325
+ "componentName": "IconEmojiLol"
9326
+ },
9313
9327
  {
9314
9328
  "category": "Emoji",
9315
9329
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -664,6 +664,7 @@ export type CentralIconName =
664
664
  | "IconEmojiAngry"
665
665
  | "IconEmojiAstonished"
666
666
  | "IconEmojiGrinning"
667
+ | "IconEmojiLol"
667
668
  | "IconEmojiMouthless"
668
669
  | "IconEmojiNeutral"
669
670
  | "IconEmojiProfile"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.120",
3
+ "version": "1.1.121",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1769,
14
+ "totalIcons": 1770,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 67,
@@ -597,12 +597,13 @@
597
597
  ]
598
598
  },
599
599
  "Emoji": {
600
- "count": 18,
600
+ "count": 19,
601
601
  "icons": [
602
602
  "IconAlien",
603
603
  "IconEmojiAddReaction",
604
604
  "IconEmojiAngry",
605
605
  "IconEmojiGrinning",
606
+ "IconEmojiLol",
606
607
  "IconEmojiMouthless",
607
608
  "IconEmojiNeutral",
608
609
  "IconEmojiProfile",
@@ -2634,6 +2635,7 @@
2634
2635
  "IconEmojiAngry": "emoji-angry",
2635
2636
  "IconEmojiAstonished": "emoji-astonished",
2636
2637
  "IconEmojiGrinning": "emoji-grinning",
2638
+ "IconEmojiLol": "emoji-lol, laugh, comedy, joke",
2637
2639
  "IconEmojiMouthless": "emoji-mouthless",
2638
2640
  "IconEmojiNeutral": "emoji-neutral",
2639
2641
  "IconEmojiProfile": "emoji-profile",
package/index.d.ts CHANGED
@@ -663,6 +663,7 @@ export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from ".
663
663
  export { IconEmojiAngry, default as IconEmojiAngryDefault, } from "./IconEmojiAngry";
664
664
  export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
665
665
  export { IconEmojiGrinning, default as IconEmojiGrinningDefault, } from "./IconEmojiGrinning";
666
+ export { IconEmojiLol, default as IconEmojiLolDefault } from "./IconEmojiLol";
666
667
  export { IconEmojiMouthless, default as IconEmojiMouthlessDefault, } from "./IconEmojiMouthless";
667
668
  export { IconEmojiNeutral, default as IconEmojiNeutralDefault, } from "./IconEmojiNeutral";
668
669
  export { IconEmojiProfile, default as IconEmojiProfileDefault, } from "./IconEmojiProfile";