@central-icons-react/square-outlined-radius-0-stroke-2 1.1.10 → 1.1.11
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/IconPromptTextToImage/index.d.ts +4 -0
- package/IconPromptTextToImage/index.js +2 -0
- package/IconPromptTextToImage/index.js.map +1 -0
- package/IconPromptTextToImage/index.mjs +2 -0
- package/IconPromptTextToImage/index.mjs.map +1 -0
- package/IconPromptTextToVideo/index.d.ts +4 -0
- package/IconPromptTextToVideo/index.js +2 -0
- package/IconPromptTextToVideo/index.js.map +1 -0
- package/IconPromptTextToVideo/index.mjs +2 -0
- package/IconPromptTextToVideo/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +7 -3
- package/index.d.ts +8 -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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var o in r)s(t,o,{get:r[o],enumerable:!0})},l=(t,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of g(r))!f.call(t,e)&&e!==o&&s(t,e,{get:()=>r[e],enumerable:!(p=u(r,e))||p.enumerable});return t};var m=(t,r,o)=>(o=t!=null?d(x(t)):{},l(r||!t||!t.__esModule?s(o,"default",{value:t,enumerable:!0}):o,t)),V=t=>l(s({},"__esModule",{value:!0}),t);var B={};I(B,{IconPromptTextToImage:()=>h,default:()=>k});module.exports=V(B);var n=m(require("react"));var a=m(require("react")),i=({children:t,size:r=24,ariaLabel:o,color:p,ariaHidden:e=!0,style:C,...c})=>a.default.createElement("svg",{...c,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...C}},o&&!e&&a.default.createElement("title",null,o),t);var h=t=>n.default.createElement(i,{...t,ariaLabel:"prompt-text-to-image"},n.default.createElement("path",{d:"M2 6V4H6H10V6",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M6 4V11M6 11H4M6 11H8",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M6 15V20H20V6H14",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M20 16L16 12L8 20",stroke:"currentColor",strokeWidth:"2"})),k=h;0&&(module.exports={IconPromptTextToImage});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptTextToImage/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptTextToImage: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-text-to-image\">\n <path d=\"M2 6V4H6H10V6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 4V11M6 11H4M6 11H8\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 15V20H20V6H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M20 16L16 12L8 20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptTextToImage;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,CACpE,EAIGE,EAAQJ","names":["IconPromptTextToImage_exports","__export","IconPromptTextToImage","IconPromptTextToImage_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPromptTextToImage","props","React","CentralIconBase","IconPromptTextToImage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";var s=({children:o,size:t=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:l,...m})=>p.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!e&&p.createElement("title",null,n),o);var i=o=>r.createElement(s,{...o,ariaLabel:"prompt-text-to-image"},r.createElement("path",{d:"M2 6V4H6H10V6",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M6 4V11M6 11H4M6 11H8",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M6 15V20H20V6H14",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M20 16L16 12L8 20",stroke:"currentColor",strokeWidth:"2"})),u=i;export{i as IconPromptTextToImage,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptTextToImage/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptTextToImage: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-text-to-image\">\n <path d=\"M2 6V4H6H10V6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 4V11M6 11H4M6 11H8\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 15V20H20V6H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M20 16L16 12L8 20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptTextToImage;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpCC,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9DA,EAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtEA,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEA,EAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,CACpE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPromptTextToImage","props","React","CentralIconBase","IconPromptTextToImage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of V(t))!x.call(r,e)&&e!==o&&l(r,e,{get:()=>t[e],enumerable:!(p=u(t,e))||p.enumerable});return r};var i=(r,t,o)=>(o=r!=null?h(f(r)):{},a(t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>a(l({},"__esModule",{value:!0}),r);var P={};g(P,{IconPromptTextToVideo:()=>d,default:()=>I});module.exports=B(P);var n=i(require("react"));var s=i(require("react")),m=({children:r,size:t=24,ariaLabel:o,color:p,ariaHidden:e=!0,style:C,...c})=>s.default.createElement("svg",{...c,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...C}},o&&!e&&s.default.createElement("title",null,o),r);var d=r=>n.default.createElement(m,{...r,ariaLabel:"prompt-text-to-video"},n.default.createElement("path",{d:"M2 6V4H6H10V6",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M6 4V11M6 11H4M6 11H8",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M6 15V20H20V6H14",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M11 16.5V9.5L16 13L11 16.5Z",fill:"currentColor"})),I=d;0&&(module.exports={IconPromptTextToVideo});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptTextToVideo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptTextToVideo: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-text-to-video\">\n <path d=\"M2 6V4H6H10V6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 4V11M6 11H4M6 11H8\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 15V20H20V6H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M11 16.5V9.5L16 13L11 16.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptTextToVideo;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,KAAK,eAAe,CAC5D,EAIGE,EAAQJ","names":["IconPromptTextToVideo_exports","__export","IconPromptTextToVideo","IconPromptTextToVideo_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPromptTextToVideo","props","React","CentralIconBase","IconPromptTextToVideo_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:a,...i})=>p.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...a}},n&&!e&&p.createElement("title",null,n),o);var m=o=>t.createElement(l,{...o,ariaLabel:"prompt-text-to-video"},t.createElement("path",{d:"M2 6V4H6H10V6",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M6 4V11M6 11H4M6 11H8",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M6 15V20H20V6H14",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M11 16.5V9.5L16 13L11 16.5Z",fill:"currentColor"})),u=m;export{m as IconPromptTextToVideo,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptTextToVideo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptTextToVideo: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-text-to-video\">\n <path d=\"M2 6V4H6H10V6\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 4V11M6 11H4M6 11H8\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M6 15V20H20V6H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path d=\"M11 16.5V9.5L16 13L11 16.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptTextToVideo;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpCC,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9DA,EAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtEA,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEA,EAAA,cAAC,QAAK,EAAE,8BAA8B,KAAK,eAAe,CAC5D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPromptTextToVideo","props","React","CentralIconBase","IconPromptTextToVideo_default"]}
|
package/README.md
CHANGED
package/icons/index.d.ts
CHANGED