@central-icons-react-native/square-filled-radius-0-stroke-1 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.
- package/IconEmojiLol/index.d.ts +4 -0
- package/IconEmojiLol/index.js +2 -0
- package/IconEmojiLol/index.js.map +1 -0
- package/IconEmojiLol/index.mjs +2 -0
- package/IconEmojiLol/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=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)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var L={};x(L,{IconEmojiLol:()=>i,default:()=>g});module.exports=P(L);var p=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=>p.default.createElement(c,{...o},p.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 2ZM17.1836 12.6094C13.9434 13.7758 10.7797 14.3337 7.33594 14.3457C8.92706 20.1684 17.676 18.6033 17.1836 12.6094ZM5.88867 9.01562L7.71289 10.7246L6.58301 12.9551C8.13086 12.4651 9.7277 11.5304 10.668 10.2041C9.33079 9.27937 7.51076 8.94661 5.88867 9.01562ZM16.7217 7.10547C15.1739 7.59543 13.5779 8.53026 12.6377 9.85645C13.9749 10.7812 15.7949 11.1139 17.417 11.0449L15.5918 9.33594L16.7217 7.10547Z",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 2ZM17.1836 12.6094C13.9434 13.7758 10.7797 14.3337 7.33594 14.3457C8.92706 20.1684 17.676 18.6033 17.1836 12.6094ZM5.88867 9.01562L7.71289 10.7246L6.58301 12.9551C8.13086 12.4651 9.7277 11.5304 10.668 10.2041C9.33079 9.27937 7.51076 8.94661 5.88867 9.01562ZM16.7217 7.10547C15.1739 7.59543 13.5779 8.53026 12.6377 9.85645C13.9749 10.7812 15.7949 11.1139 17.417 11.0449L15.5918 9.33594L16.7217 7.10547Z\"\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,kgBACF,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 t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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=>t.createElement(e,{...r},t.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 2ZM17.1836 12.6094C13.9434 13.7758 10.7797 14.3337 7.33594 14.3457C8.92706 20.1684 17.676 18.6033 17.1836 12.6094ZM5.88867 9.01562L7.71289 10.7246L6.58301 12.9551C8.13086 12.4651 9.7277 11.5304 10.668 10.2041C9.33079 9.27937 7.51076 8.94661 5.88867 9.01562ZM16.7217 7.10547C15.1739 7.59543 13.5779 8.53026 12.6377 9.85645C13.9749 10.7812 15.7949 11.1139 17.417 11.0449L15.5918 9.33594L16.7217 7.10547Z",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 2ZM17.1836 12.6094C13.9434 13.7758 10.7797 14.3337 7.33594 14.3457C8.92706 20.1684 17.676 18.6033 17.1836 12.6094ZM5.88867 9.01562L7.71289 10.7246L6.58301 12.9551C8.13086 12.4651 9.7277 11.5304 10.668 10.2041C9.33079 9.27937 7.51076 8.94661 5.88867 9.01562ZM16.7217 7.10547C15.1739 7.59543 13.5779 8.53026 12.6377 9.85645C13.9749 10.7812 15.7949 11.1139 17.417 11.0449L15.5918 9.33594L16.7217 7.10547Z\"\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,kgBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiLol","props","React","CentralIconBase","IconEmojiLol_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -9310,6 +9310,20 @@
|
|
|
9310
9310
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
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 2ZM17.1836 12.6094C13.9434 13.7758 10.7797 14.3337 7.33594 14.3457C8.92706 20.1684 17.676 18.6033 17.1836 12.6094ZM5.88867 9.01562L7.71289 10.7246L6.58301 12.9551C8.13086 12.4651 9.7277 11.5304 10.668 10.2041C9.33079 9.27937 7.51076 8.94661 5.88867 9.01562ZM16.7217 7.10547C15.1739 7.59543 13.5779 8.53026 12.6377 9.85645C13.9749 10.7812 15.7949 11.1139 17.417 11.0449L15.5918 9.33594L16.7217 7.10547Z\" fill=\"currentColor\"/>",
|
|
9316
|
+
"iconName": "emoji-lol, laugh, comedy, joke",
|
|
9317
|
+
"variant": {
|
|
9318
|
+
"join": "square",
|
|
9319
|
+
"filled": "on",
|
|
9320
|
+
"radius": "0",
|
|
9321
|
+
"stroke": "1"
|
|
9322
|
+
},
|
|
9323
|
+
"createdAt": "2026-02-06T17:01:06.255721+00:00",
|
|
9324
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
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
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.121",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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":
|
|
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":
|
|
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";
|