@central-icons-react/square-filled-radius-0-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPromptSuggestion: React.FC<CentralIconBaseProps>;
4
+ export default IconPromptSuggestion;
@@ -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})},s=(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 L=(r,t,o)=>(o=r!=null?f(h(r)):{},s(t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>s(l({},"__esModule",{value:!0}),r);var P={};B(P,{IconPromptSuggestion:()=>i,default:()=>d});module.exports=I(P);var n=L(require("react"));var a=L(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.2197 12.2803L10 20.5L4.84863 21.1514L5.5 16L13.7197 7.78027L18.2197 12.2803Z",fill:"currentColor"}),n.default.createElement("path",{d:"M23 7.5L19.2803 11.2197L14.7803 6.71973L18.5 3L23 7.5Z",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.2197 12.2803L10 20.5L4.84863 21.1514L5.5 16L13.7197 7.78027L18.2197 12.2803Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23 7.5L19.2803 11.2197L14.7803 6.71973L18.5 3L23 7.5Z\"\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,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,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:s,...L})=>p.createElement("svg",{...L,"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,...s}},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.2197 12.2803L10 20.5L4.84863 21.1514L5.5 16L13.7197 7.78027L18.2197 12.2803Z",fill:"currentColor"}),t.createElement("path",{d:"M23 7.5L19.2803 11.2197L14.7803 6.71973L18.5 3L23 7.5Z",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.2197 12.2803L10 20.5L4.84863 21.1514L5.5 16L13.7197 7.78027L18.2197 12.2803Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23 7.5L19.2803 11.2197L14.7803 6.71973L18.5 3L23 7.5Z\"\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,mFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,yDACF,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
@@ -202,6 +202,7 @@ Below is a complete list of available icons:
202
202
  - IconPencilSparkle
203
203
  - IconPrompt
204
204
  - IconPrompt1
205
+ - IconPromptSuggestion
205
206
  - IconPromptTextToImage
206
207
  - IconPromptTextToVideo
207
208
  - IconRobot
package/icons/index.d.ts CHANGED
@@ -1111,6 +1111,7 @@ export type CentralIconName =
1111
1111
  | "IconProducthunt"
1112
1112
  | "IconPrompt"
1113
1113
  | "IconPrompt1"
1114
+ | "IconPromptSuggestion"
1114
1115
  | "IconPromptTextToImage"
1115
1116
  | "IconPromptTextToVideo"
1116
1117
  | "IconPullRequest"