@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.9 → 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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPan: React.FC<CentralIconBaseProps>;
4
+ export default IconPan;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!h.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(l=f(o,t))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(L(r)):{},p(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>p(s({},"__esModule",{value:!0}),r);var B={};x(B,{IconPan:()=>u,default:()=>y});module.exports=g(B);var n=c(require("react"));var i=c(require("react")),a=({children:r,size:o=24,ariaLabel:e,color:l,ariaHidden:t=!0,style:C,...m})=>i.default.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...C}},e&&!t&&i.default.createElement("title",null,e),r);var u=r=>n.default.createElement(a,{...r,ariaLabel:"pan, cooking, skills"},n.default.createElement("path",{d:"M15.8703 12.9548L23.8008 11M2.80078 16.1763L15.8869 12.9527L16.2634 14.4445C16.6792 16.0924 15.6643 17.7613 13.9964 18.1721L6.95006 19.9079C5.28223 20.3188 3.59309 19.316 3.17725 17.6682L2.80078 16.1763Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M8.75 5L9.5 3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M4.30391 10.5L3 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:"13.5",cy:"7.25",r:"1",fill:"currentColor"}),n.default.createElement("circle",{cx:"9",cy:"9.25",r:"1",fill:"currentColor"}),n.default.createElement("circle",{cx:"4.5",cy:"6",r:"1",fill:"currentColor"})),y=u;0&&(module.exports={IconPan});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPan/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPan: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"pan, cooking, skills\">\n <path\n d=\"M15.8703 12.9548L23.8008 11M2.80078 16.1763L15.8869 12.9527L16.2634 14.4445C16.6792 16.0924 15.6643 17.7613 13.9964 18.1721L6.95006 19.9079C5.28223 20.3188 3.59309 19.316 3.17725 17.6682L2.80078 16.1763Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.75 5L9.5 3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.30391 10.5L3 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"13.5\" cy=\"7.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"9\" cy=\"9.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"4.5\" cy=\"6\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPan;\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,aAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,8MACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACpD,EAIGE,EAAQJ","names":["IconPan_exports","__export","IconPan","IconPan_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPan","props","React","CentralIconBase","IconPan_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";var s=({children:e,size:o=24,ariaLabel:n,color:i,ariaHidden:t=!0,style:p,...c})=>l.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:i,...p}},n&&!t&&l.createElement("title",null,n),e);var a=e=>r.createElement(s,{...e,ariaLabel:"pan, cooking, skills"},r.createElement("path",{d:"M15.8703 12.9548L23.8008 11M2.80078 16.1763L15.8869 12.9527L16.2634 14.4445C16.6792 16.0924 15.6643 17.7613 13.9964 18.1721L6.95006 19.9079C5.28223 20.3188 3.59309 19.316 3.17725 17.6682L2.80078 16.1763Z",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M8.75 5L9.5 3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("path",{d:"M4.30391 10.5L3 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("circle",{cx:"13.5",cy:"7.25",r:"1",fill:"currentColor"}),r.createElement("circle",{cx:"9",cy:"9.25",r:"1",fill:"currentColor"}),r.createElement("circle",{cx:"4.5",cy:"6",r:"1",fill:"currentColor"})),f=a;export{a as IconPan,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPan/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPan: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"pan, cooking, skills\">\n <path\n d=\"M15.8703 12.9548L23.8008 11M2.80078 16.1763L15.8869 12.9527L16.2634 14.4445C16.6792 16.0924 15.6643 17.7613 13.9964 18.1721L6.95006 19.9079C5.28223 20.3188 3.59309 19.316 3.17725 17.6682L2.80078 16.1763Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.75 5L9.5 3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.30391 10.5L3 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"13.5\" cy=\"7.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"9\" cy=\"9.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"4.5\" cy=\"6\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPan;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpCC,EAAA,cAAC,QACC,EAAE,8MACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAA,EAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACtDA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACnDA,EAAA,cAAC,UAAO,GAAG,MAAM,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACpD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPan","props","React","CentralIconBase","IconPan_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPromptTextToImage: React.FC<CentralIconBaseProps>;
4
+ export default IconPromptTextToImage;
@@ -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:"M1.75 5.75V3.75H6H10.25V5.75",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M5.75 15V20.25H20.25V5.75H14",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M20.25 16.5L15.5 11.75L7.5 20.25",stroke:"currentColor",strokeWidth:"1.5"})),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\n d=\"M1.75 5.75V3.75H6H10.25V5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.75 15V20.25H20.25V5.75H14\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M20.25 16.5L15.5 11.75L7.5 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACd,CACF,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:"M1.75 5.75V3.75H6H10.25V5.75",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M5.75 15V20.25H20.25V5.75H14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M20.25 16.5L15.5 11.75L7.5 20.25",stroke:"currentColor",strokeWidth:"1.5"})),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\n d=\"M1.75 5.75V3.75H6H10.25V5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.75 15V20.25H20.25V5.75H14\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M20.25 16.5L15.5 11.75L7.5 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPromptTextToImage","props","React","CentralIconBase","IconPromptTextToImage_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPromptTextToVideo: React.FC<CentralIconBaseProps>;
4
+ export default IconPromptTextToVideo;
@@ -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:"M1.75 5.75V3.75H6H10.25V5.75",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M5.75 15V20.25H20.25V5.75H14",stroke:"currentColor",strokeWidth:"1.5"}),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\n d=\"M1.75 5.75V3.75H6H10.25V5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.75 15V20.25H20.25V5.75H14\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACA,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:"M1.75 5.75V3.75H6H10.25V5.75",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M5.75 15V20.25H20.25V5.75H14",stroke:"currentColor",strokeWidth:"1.5"}),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\n d=\"M1.75 5.75V3.75H6H10.25V5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.99994 3.75V11.25M5.99994 11.25H4M5.99994 11.25H8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M5.75 15V20.25H20.25V5.75H14\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACd,EACAA,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
@@ -202,6 +202,8 @@ Below is a complete list of available icons:
202
202
  - IconPencilSparkle
203
203
  - IconPrompt
204
204
  - IconPrompt1
205
+ - IconPromptTextToImage
206
+ - IconPromptTextToVideo
205
207
  - IconRobot
206
208
  - IconSearchIntelligence
207
209
  - IconSparkle
@@ -787,6 +789,7 @@ Below is a complete list of available icons:
787
789
  - IconHotDrinkCup
788
790
  - IconIcebowl
789
791
  - IconOrange
792
+ - IconPan
790
793
  - IconPancakes
791
794
  - IconPizza
792
795
  - IconPopcorn
package/icons/index.d.ts CHANGED
@@ -1024,6 +1024,7 @@ export type CentralIconName =
1024
1024
  | "IconPaintBrush"
1025
1025
  | "IconPaintBucket"
1026
1026
  | "IconPaintBucketDrop"
1027
+ | "IconPan"
1027
1028
  | "IconPancakes"
1028
1029
  | "IconPanoramaView"
1029
1030
  | "IconPaperclip1"
@@ -1110,6 +1111,8 @@ export type CentralIconName =
1110
1111
  | "IconProducthunt"
1111
1112
  | "IconPrompt"
1112
1113
  | "IconPrompt1"
1114
+ | "IconPromptTextToImage"
1115
+ | "IconPromptTextToVideo"
1113
1116
  | "IconPullRequest"
1114
1117
  | "IconPumpjack"
1115
1118
  | "IconPush"