@central-icons-react/all 0.0.15 → 0.0.16
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/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +31 -31
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";"use client";var I=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var f=(r,e)=>{for(var n in e)l(r,n,{get:e[n],enumerable:!0})},c=(r,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of d(e))!y.call(r,o)&&o!==n&&l(r,o,{get:()=>e[o],enumerable:!(a=u(e,o))||a.enumerable});return r};var x=(r,e,n)=>(n=r!=null?I(m(r)):{},c(e||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),k=r=>c(l({},"__esModule",{value:!0}),r);var F={};f(F,{CentralIcon:()=>i,default:()=>g});module.exports=k(F);var t=x(require("react")),s=require("@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase"),S=({importString:r})=>{let e=(0,t.lazy)(()=>import(/* webpackIgnore: true */r));return t.default.createElement(e,null)},P=r=>t.default.createElement(s.CentralIconBase,{...r}),i=({name:r,join:e,fill:n,radius:a,stroke:o,...p})=>{let C=`@central-icons-react/${e}-${n}-radius-${a}-stroke-${o}/${r}`;return t.default.createElement(t.Suspense,{fallback:t.default.createElement(P,null)},t.default.createElement(S,{importString:C,...p}))},g=i;0&&(module.exports={CentralIcon});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/index.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["src/index.tsx"],"sourcesContent":["\"use client\";\n\nimport React, { lazy, type FC, Suspense } from \"react\";\nimport {\n CentralIconBase,\n type CentralIconBaseProps,\n} from \"@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase\";\nexport type {\n CentralIconName,\n CentralIconCategory,\n} from \"@central-icons-react/round-filled-radius-0-stroke-1\";\nimport type { CentralIconName } from \"@central-icons-react/round-filled-radius-0-stroke-1\";\n\nexport type CentralIconJoin = \"round\" | \"square\";\nexport type CentralIconFill = \"filled\" | \"outlined\";\nexport type CentralIconRadius = \"0\" | \"1\" | \"2\" | \"3\";\nexport type CentralIconStroke = \"1\" | \"1.5\" | \"2\";\n\nexport type CentralIconProps = {\n join: CentralIconJoin;\n fill: CentralIconFill;\n radius: CentralIconRadius;\n stroke: CentralIconStroke;\n name: CentralIconName;\n} & CentralIconBaseProps;\n\nconst LazyCentralIcon = ({ importString }: { importString: string }) => {\n const Icon = lazy(() => import(/* webpackIgnore: true */ importString));\n return <Icon />;\n};\n\nconst CentralIconPlaceholder: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} />;\n};\nexport const CentralIcon: React.FC<CentralIconProps> = ({\n name,\n join,\n fill,\n radius,\n stroke,\n ...props\n}) => {\n const importString = `@central-icons-react/${join}-${fill}-radius-${radius}-stroke-${stroke}/${name}`;\n return (\n <Suspense fallback={<CentralIconPlaceholder />}>\n <LazyCentralIcon importString={importString} {...props} />\n </Suspense>\n );\n};\n\nexport default CentralIcon;\n"],"mappings":"ukBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAEA,IAAAK,EAA+C,oBAC/CC,EAGO,+EAoBDC,EAAkB,CAAC,CAAE,aAAAC,CAAa,IAAgC,CACtE,IAAMC,KAAO,QAAK,IAAM,OAAiCD,EAAa,EACtE,OAAO,EAAAE,QAAA,cAACD,EAAA,IAAK,CACf,EAEME,EAAoDC,GACjD,EAAAF,QAAA,cAAC,mBAAiB,GAAGE,EAAO,EAExBV,EAA0C,CAAC,CACtD,KAAAW,EACA,KAAAC,EACA,KAAAC,EACA,OAAAC,EACA,OAAAC,EACA,GAAGL,CACL,IAAM,CACJ,IAAMJ,EAAe,wBAAwBM,CAAI,IAAIC,CAAI,WAAWC,CAAM,WAAWC,CAAM,IAAIJ,CAAI,GACnG,OACE,EAAAH,QAAA,cAAC,YAAS,SAAU,EAAAA,QAAA,cAACC,EAAA,IAAuB,GAC1C,EAAAD,QAAA,cAACH,EAAA,CAAgB,aAAcC,EAAe,GAAGI,EAAO,CAC1D,CAEJ,EAEOT,EAAQD","names":["index_exports","__export","CentralIcon","index_default","__toCommonJS","import_react","import_CentralIconBase","LazyCentralIcon","importString","Icon","React","CentralIconPlaceholder","props","name","join","fill","radius","stroke"]}
|
package/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e,{lazy as
|
|
1
|
+
"use client";import e,{lazy as s,Suspense as i}from"react";import{CentralIconBase as p}from"@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase";var C=({importString:r})=>{let n=s(()=>import(/* webpackIgnore: true */r));return e.createElement(n,null)},I=r=>e.createElement(p,{...r}),u=({name:r,join:n,fill:t,radius:o,stroke:a,...l})=>{let c=`@central-icons-react/${n}-${t}-radius-${o}-stroke-${a}/${r}`;return e.createElement(i,{fallback:e.createElement(I,null)},e.createElement(C,{importString:c,...l}))},y=u;export{u as CentralIcon,y as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/index.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["src/index.tsx"],"sourcesContent":["\"use client\";\n\nimport React, { lazy, type FC, Suspense } from \"react\";\nimport {\n CentralIconBase,\n type CentralIconBaseProps,\n} from \"@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase\";\nexport type {\n CentralIconName,\n CentralIconCategory,\n} from \"@central-icons-react/round-filled-radius-0-stroke-1\";\nimport type { CentralIconName } from \"@central-icons-react/round-filled-radius-0-stroke-1\";\n\nexport type CentralIconJoin = \"round\" | \"square\";\nexport type CentralIconFill = \"filled\" | \"outlined\";\nexport type CentralIconRadius = \"0\" | \"1\" | \"2\" | \"3\";\nexport type CentralIconStroke = \"1\" | \"1.5\" | \"2\";\n\nexport type CentralIconProps = {\n join: CentralIconJoin;\n fill: CentralIconFill;\n radius: CentralIconRadius;\n stroke: CentralIconStroke;\n name: CentralIconName;\n} & CentralIconBaseProps;\n\nconst LazyCentralIcon = ({ importString }: { importString: string }) => {\n const Icon = lazy(() => import(/* webpackIgnore: true */ importString));\n return <Icon />;\n};\n\nconst CentralIconPlaceholder: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} />;\n};\nexport const CentralIcon: React.FC<CentralIconProps> = ({\n name,\n join,\n fill,\n radius,\n stroke,\n ...props\n}) => {\n const importString = `@central-icons-react/${join}-${fill}-radius-${radius}-stroke-${stroke}/${name}`;\n return (\n <Suspense fallback={<CentralIconPlaceholder />}>\n <LazyCentralIcon importString={importString} {...props} />\n </Suspense>\n );\n};\n\nexport default CentralIcon;\n"],"mappings":"aAEA,OAAOA,GAAS,QAAAC,EAAe,YAAAC,MAAgB,QAC/C,OACE,mBAAAC,MAEK,sEAoBP,IAAMC,EAAkB,CAAC,CAAE,aAAAC,CAAa,IAAgC,CACtE,IAAMC,EAAOL,EAAK,IAAM,OAAiCI,EAAa,EACtE,OAAOL,EAAA,cAACM,EAAA,IAAK,CACf,EAEMC,EAAoDC,GACjDR,EAAA,cAACG,EAAA,CAAiB,GAAGK,EAAO,EAExBC,EAA0C,CAAC,CACtD,KAAAC,EACA,KAAAC,EACA,KAAAC,EACA,OAAAC,EACA,OAAAC,EACA,GAAGN,CACL,IAAM,CACJ,IAAMH,EAAe,wBAAwBM,CAAI,IAAIC,CAAI,WAAWC,CAAM,WAAWC,CAAM,IAAIJ,CAAI,GACnG,OACEV,EAAA,cAACE,EAAA,CAAS,SAAUF,EAAA,cAACO,EAAA,IAAuB,GAC1CP,EAAA,cAACI,EAAA,CAAgB,aAAcC,EAAe,GAAGG,EAAO,CAC1D,CAEJ,EAEOO,EAAQN","names":["React","lazy","Suspense","CentralIconBase","LazyCentralIcon","importString","Icon","CentralIconPlaceholder","props","CentralIcon","name","join","fill","radius","stroke","index_default"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@central-icons-react/all",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"homepage": "https://iconists.co/central",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -46,35 +46,35 @@
|
|
|
46
46
|
"typescript": "^5"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@central-icons-react/round-filled-radius-0-stroke-1": "^0.0.
|
|
50
|
-
"@central-icons-react/round-filled-radius-0-stroke-1.5": "^0.0.
|
|
51
|
-
"@central-icons-react/round-filled-radius-0-stroke-2": "^0.0.
|
|
52
|
-
"@central-icons-react/round-filled-radius-1-stroke-1": "^0.0.
|
|
53
|
-
"@central-icons-react/round-filled-radius-1-stroke-1.5": "^0.0.
|
|
54
|
-
"@central-icons-react/round-filled-radius-1-stroke-2": "^0.0.
|
|
55
|
-
"@central-icons-react/round-filled-radius-2-stroke-1": "^0.0.
|
|
56
|
-
"@central-icons-react/round-filled-radius-2-stroke-1.5": "^0.0.
|
|
57
|
-
"@central-icons-react/round-filled-radius-2-stroke-2": "^0.0.
|
|
58
|
-
"@central-icons-react/round-filled-radius-3-stroke-1": "^0.0.
|
|
59
|
-
"@central-icons-react/round-filled-radius-3-stroke-1.5": "^0.0.
|
|
60
|
-
"@central-icons-react/round-filled-radius-3-stroke-2": "^0.0.
|
|
61
|
-
"@central-icons-react/round-outlined-radius-0-stroke-1": "^0.0.
|
|
62
|
-
"@central-icons-react/round-outlined-radius-0-stroke-1.5": "^0.0.
|
|
63
|
-
"@central-icons-react/round-outlined-radius-0-stroke-2": "^0.0.
|
|
64
|
-
"@central-icons-react/round-outlined-radius-1-stroke-1": "^0.0.
|
|
65
|
-
"@central-icons-react/round-outlined-radius-1-stroke-1.5": "^0.0.
|
|
66
|
-
"@central-icons-react/round-outlined-radius-1-stroke-2": "^0.0.
|
|
67
|
-
"@central-icons-react/round-outlined-radius-2-stroke-1": "^0.0.
|
|
68
|
-
"@central-icons-react/round-outlined-radius-2-stroke-1.5": "^0.0.
|
|
69
|
-
"@central-icons-react/round-outlined-radius-2-stroke-2": "^0.0.
|
|
70
|
-
"@central-icons-react/round-outlined-radius-3-stroke-1": "^0.0.
|
|
71
|
-
"@central-icons-react/round-outlined-radius-3-stroke-1.5": "^0.0.
|
|
72
|
-
"@central-icons-react/round-outlined-radius-3-stroke-2": "^0.0.
|
|
73
|
-
"@central-icons-react/square-filled-radius-0-stroke-1": "^0.0.
|
|
74
|
-
"@central-icons-react/square-filled-radius-0-stroke-1.5": "^0.0.
|
|
75
|
-
"@central-icons-react/square-filled-radius-0-stroke-2": "^0.0.
|
|
76
|
-
"@central-icons-react/square-outlined-radius-0-stroke-1": "^0.0.
|
|
77
|
-
"@central-icons-react/square-outlined-radius-0-stroke-1.5": "^0.0.
|
|
78
|
-
"@central-icons-react/square-outlined-radius-0-stroke-2": "^0.0.
|
|
49
|
+
"@central-icons-react/round-filled-radius-0-stroke-1": "^0.0.16",
|
|
50
|
+
"@central-icons-react/round-filled-radius-0-stroke-1.5": "^0.0.16",
|
|
51
|
+
"@central-icons-react/round-filled-radius-0-stroke-2": "^0.0.16",
|
|
52
|
+
"@central-icons-react/round-filled-radius-1-stroke-1": "^0.0.16",
|
|
53
|
+
"@central-icons-react/round-filled-radius-1-stroke-1.5": "^0.0.16",
|
|
54
|
+
"@central-icons-react/round-filled-radius-1-stroke-2": "^0.0.16",
|
|
55
|
+
"@central-icons-react/round-filled-radius-2-stroke-1": "^0.0.16",
|
|
56
|
+
"@central-icons-react/round-filled-radius-2-stroke-1.5": "^0.0.16",
|
|
57
|
+
"@central-icons-react/round-filled-radius-2-stroke-2": "^0.0.16",
|
|
58
|
+
"@central-icons-react/round-filled-radius-3-stroke-1": "^0.0.16",
|
|
59
|
+
"@central-icons-react/round-filled-radius-3-stroke-1.5": "^0.0.16",
|
|
60
|
+
"@central-icons-react/round-filled-radius-3-stroke-2": "^0.0.16",
|
|
61
|
+
"@central-icons-react/round-outlined-radius-0-stroke-1": "^0.0.16",
|
|
62
|
+
"@central-icons-react/round-outlined-radius-0-stroke-1.5": "^0.0.16",
|
|
63
|
+
"@central-icons-react/round-outlined-radius-0-stroke-2": "^0.0.16",
|
|
64
|
+
"@central-icons-react/round-outlined-radius-1-stroke-1": "^0.0.16",
|
|
65
|
+
"@central-icons-react/round-outlined-radius-1-stroke-1.5": "^0.0.16",
|
|
66
|
+
"@central-icons-react/round-outlined-radius-1-stroke-2": "^0.0.16",
|
|
67
|
+
"@central-icons-react/round-outlined-radius-2-stroke-1": "^0.0.16",
|
|
68
|
+
"@central-icons-react/round-outlined-radius-2-stroke-1.5": "^0.0.16",
|
|
69
|
+
"@central-icons-react/round-outlined-radius-2-stroke-2": "^0.0.16",
|
|
70
|
+
"@central-icons-react/round-outlined-radius-3-stroke-1": "^0.0.16",
|
|
71
|
+
"@central-icons-react/round-outlined-radius-3-stroke-1.5": "^0.0.16",
|
|
72
|
+
"@central-icons-react/round-outlined-radius-3-stroke-2": "^0.0.16",
|
|
73
|
+
"@central-icons-react/square-filled-radius-0-stroke-1": "^0.0.16",
|
|
74
|
+
"@central-icons-react/square-filled-radius-0-stroke-1.5": "^0.0.16",
|
|
75
|
+
"@central-icons-react/square-filled-radius-0-stroke-2": "^0.0.16",
|
|
76
|
+
"@central-icons-react/square-outlined-radius-0-stroke-1": "^0.0.16",
|
|
77
|
+
"@central-icons-react/square-outlined-radius-0-stroke-1.5": "^0.0.16",
|
|
78
|
+
"@central-icons-react/square-outlined-radius-0-stroke-2": "^0.0.16"
|
|
79
79
|
}
|
|
80
80
|
}
|