@central-icons-react/square-filled-radius-0-stroke-2 1.1.12 → 1.1.13
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/IconPromptSuggestion/index.d.ts +4 -0
- package/IconPromptSuggestion/index.js +2 -0
- package/IconPromptSuggestion/index.js.map +1 -0
- package/IconPromptSuggestion/index.mjs +2 -0
- package/IconPromptSuggestion/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -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 +5 -3
- package/index.d.ts +4 -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 f=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0})},L=(r,t,o,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of C(t))!x.call(r,e)&&e!==o&&l(r,e,{get:()=>t[e],enumerable:!(p=g(t,e))||p.enumerable});return r};var s=(r,t,o)=>(o=r!=null?f(h(r)):{},L(t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>L(l({},"__esModule",{value:!0}),r);var P={};B(P,{IconPromptSuggestion:()=>i,default:()=>d});module.exports=I(P);var n=s(require("react"));var a=s(require("react")),m=({children:r,size:t=24,ariaLabel:o,color:p,ariaHidden:e=!0,style:u,...c})=>a.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,...u}},o&&!e&&a.default.createElement("title",null,o),r);var i=r=>n.default.createElement(m,{...r,ariaLabel:"prompt-suggestion, auto-prompt"},n.default.createElement("path",{d:"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z",fill:"currentColor"}),n.default.createElement("path",{d:"M18.3203 12.5938L10.707 20.207L10.4648 20.4502L10.124 20.4922L4.84863 21.1514L5.50781 15.876L5.5498 15.5352L5.79297 15.293L13.4062 7.67969L18.3203 12.5938Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22.9141 8L19.5938 11.3203L14.6797 6.40625L18 3.08594L22.9141 8Z",fill:"currentColor"})),d=i;0&&(module.exports={IconPromptSuggestion});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptSuggestion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptSuggestion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-suggestion, auto-prompt\">\n <path\n d=\"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3203 12.5938L10.707 20.207L10.4648 20.4502L10.124 20.4922L4.84863 21.1514L5.50781 15.876L5.5498 15.5352L5.79297 15.293L13.4062 7.67969L18.3203 12.5938Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M22.9141 8L19.5938 11.3203L14.6797 6.40625L18 3.08594L22.9141 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptSuggestion;\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,0BAAAE,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,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPromptSuggestion_exports","__export","IconPromptSuggestion","IconPromptSuggestion_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPromptSuggestion","props","React","CentralIconBase","IconPromptSuggestion_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:L,...s})=>p.createElement("svg",{...s,"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:a,...L}},n&&!e&&p.createElement("title",null,n),o);var m=o=>t.createElement(l,{...o,ariaLabel:"prompt-suggestion, auto-prompt"},t.createElement("path",{d:"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z",fill:"currentColor"}),t.createElement("path",{d:"M18.3203 12.5938L10.707 20.207L10.4648 20.4502L10.124 20.4922L4.84863 21.1514L5.50781 15.876L5.5498 15.5352L5.79297 15.293L13.4062 7.67969L18.3203 12.5938Z",fill:"currentColor"}),t.createElement("path",{d:"M22.9141 8L19.5938 11.3203L14.6797 6.40625L18 3.08594L22.9141 8Z",fill:"currentColor"})),g=m;export{m as IconPromptSuggestion,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptSuggestion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPromptSuggestion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt-suggestion, auto-prompt\">\n <path\n d=\"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3203 12.5938L10.707 20.207L10.4648 20.4502L10.124 20.4922L4.84863 21.1514L5.50781 15.876L5.5498 15.5352L5.79297 15.293L13.4062 7.67969L18.3203 12.5938Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M22.9141 8L19.5938 11.3203L14.6797 6.40625L18 3.08594L22.9141 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptSuggestion;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPromptSuggestion","props","React","CentralIconBase","IconPromptSuggestion_default"]}
|
package/README.md
CHANGED