@central-icons-react/round-filled-radius-0-stroke-1 1.0.3 → 1.0.4

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 IconCursorAi: React.FC<CentralIconBaseProps>;
4
+ export default IconCursorAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var e in t)n(r,e,{get:t[e],enumerable:!0})},p=(r,t,e,C)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of L(t))!B.call(r,o)&&o!==e&&n(r,o,{get:()=>t[o],enumerable:!(C=g(t,o))||C.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(x(r)):{},p(t||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(n({},"__esModule",{value:!0}),r);var w={};I(w,{IconCursorAi:()=>m,default:()=>d});module.exports=h(w);var a=s(require("react"));var l=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:C,ariaHidden:o=!0,style:c,...u})=>l.default.createElement("svg",{...u,"aria-hidden":o,role:o?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:C,...c}},e&&!o&&l.default.createElement("title",null,e),r);var m=r=>a.default.createElement(i,{...r,ariaLabel:"cursor-ai, agent, magic"},a.default.createElement("path",{d:"M12.9998 2C13.2341 2 13.4372 2.16283 13.4881 2.3916C13.7227 3.44743 14.0231 4.09166 14.4656 4.53418C14.9081 4.9767 15.5523 5.27708 16.6082 5.51172C16.8369 5.56256 16.9998 5.76565 16.9998 6C16.9998 6.23435 16.8369 6.43744 16.6082 6.48828C15.5523 6.72292 14.9081 7.0233 14.4656 7.46582C14.0231 7.90834 13.7227 8.55257 13.4881 9.6084C13.4372 9.83717 13.2341 10 12.9998 10C12.7654 10 12.5623 9.83717 12.5115 9.6084C12.2768 8.55257 11.9765 7.90834 11.5339 7.46582C11.0914 7.0233 10.4472 6.72292 9.39137 6.48828C9.1626 6.43744 8.99977 6.23435 8.99977 6C8.99977 5.76565 9.1626 5.56256 9.39137 5.51172C10.4472 5.27708 11.0914 4.9767 11.5339 4.53418C11.9765 4.09166 12.2768 3.44743 12.5115 2.3916C12.5623 2.16283 12.7654 2 12.9998 2Z",fill:"currentColor"}),a.default.createElement("path",{d:"M3.40342 3.38971C3.54602 3.25298 3.75669 3.21243 3.93956 3.28717L8.31651 5.07916C8.11709 5.33563 8.0001 5.65656 8.0001 6.00006L8.00596 6.13092C8.06225 6.77732 8.53139 7.3219 9.17491 7.46491C10.1544 7.68264 10.5812 7.92689 10.8273 8.17291C11.0732 8.419 11.3176 8.84577 11.5353 9.82526C11.6879 10.5117 12.2974 11.0001 13.0001 11.0001L13.131 10.9942C13.7773 10.9378 14.322 10.4687 14.4649 9.82526C14.6827 8.84551 14.9269 8.41897 15.173 8.17291C15.2369 8.10898 15.3134 8.04575 15.4083 7.98248L17.1759 8.70612L21.1573 10.0255C21.3486 10.0889 21.4838 10.2611 21.4991 10.462C21.5143 10.663 21.4062 10.8538 21.2267 10.9454L14.4024 14.4219L10.4327 21.251C10.3351 21.4187 10.1484 21.5153 9.95518 21.4981C9.76204 21.4806 9.59648 21.3523 9.53038 21.17L3.28038 3.91998C3.21325 3.73439 3.2613 3.5266 3.40342 3.38971Z",fill:"currentColor"})),d=m;0&&(module.exports={IconCursorAi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M12.9998 2C13.2341 2 13.4372 2.16283 13.4881 2.3916C13.7227 3.44743 14.0231 4.09166 14.4656 4.53418C14.9081 4.9767 15.5523 5.27708 16.6082 5.51172C16.8369 5.56256 16.9998 5.76565 16.9998 6C16.9998 6.23435 16.8369 6.43744 16.6082 6.48828C15.5523 6.72292 14.9081 7.0233 14.4656 7.46582C14.0231 7.90834 13.7227 8.55257 13.4881 9.6084C13.4372 9.83717 13.2341 10 12.9998 10C12.7654 10 12.5623 9.83717 12.5115 9.6084C12.2768 8.55257 11.9765 7.90834 11.5339 7.46582C11.0914 7.0233 10.4472 6.72292 9.39137 6.48828C9.1626 6.43744 8.99977 6.23435 8.99977 6C8.99977 5.76565 9.1626 5.56256 9.39137 5.51172C10.4472 5.27708 11.0914 4.9767 11.5339 4.53418C11.9765 4.09166 12.2768 3.44743 12.5115 2.3916C12.5623 2.16283 12.7654 2 12.9998 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.40342 3.38971C3.54602 3.25298 3.75669 3.21243 3.93956 3.28717L8.31651 5.07916C8.11709 5.33563 8.0001 5.65656 8.0001 6.00006L8.00596 6.13092C8.06225 6.77732 8.53139 7.3219 9.17491 7.46491C10.1544 7.68264 10.5812 7.92689 10.8273 8.17291C11.0732 8.419 11.3176 8.84577 11.5353 9.82526C11.6879 10.5117 12.2974 11.0001 13.0001 11.0001L13.131 10.9942C13.7773 10.9378 14.322 10.4687 14.4649 9.82526C14.6827 8.84551 14.9269 8.41897 15.173 8.17291C15.2369 8.10898 15.3134 8.04575 15.4083 7.98248L17.1759 8.70612L21.1573 10.0255C21.3486 10.0889 21.4838 10.2611 21.4991 10.462C21.5143 10.663 21.4062 10.8538 21.2267 10.9454L14.4024 14.4219L10.4327 21.251C10.3351 21.4187 10.1484 21.5153 9.95518 21.4981C9.76204 21.4806 9.59648 21.3523 9.53038 21.17L3.28038 3.91998C3.21325 3.73439 3.2613 3.5266 3.40342 3.38971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,kBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,utBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qyBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursorAi_exports","__export","IconCursorAi","IconCursorAi_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import n from"react";var a=({children:t,size:r=24,ariaLabel:C,color:l,ariaHidden:e=!0,style:p,...s})=>n.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:l,...p}},C&&!e&&n.createElement("title",null,C),t);var i=t=>o.createElement(a,{...t,ariaLabel:"cursor-ai, agent, magic"},o.createElement("path",{d:"M12.9998 2C13.2341 2 13.4372 2.16283 13.4881 2.3916C13.7227 3.44743 14.0231 4.09166 14.4656 4.53418C14.9081 4.9767 15.5523 5.27708 16.6082 5.51172C16.8369 5.56256 16.9998 5.76565 16.9998 6C16.9998 6.23435 16.8369 6.43744 16.6082 6.48828C15.5523 6.72292 14.9081 7.0233 14.4656 7.46582C14.0231 7.90834 13.7227 8.55257 13.4881 9.6084C13.4372 9.83717 13.2341 10 12.9998 10C12.7654 10 12.5623 9.83717 12.5115 9.6084C12.2768 8.55257 11.9765 7.90834 11.5339 7.46582C11.0914 7.0233 10.4472 6.72292 9.39137 6.48828C9.1626 6.43744 8.99977 6.23435 8.99977 6C8.99977 5.76565 9.1626 5.56256 9.39137 5.51172C10.4472 5.27708 11.0914 4.9767 11.5339 4.53418C11.9765 4.09166 12.2768 3.44743 12.5115 2.3916C12.5623 2.16283 12.7654 2 12.9998 2Z",fill:"currentColor"}),o.createElement("path",{d:"M3.40342 3.38971C3.54602 3.25298 3.75669 3.21243 3.93956 3.28717L8.31651 5.07916C8.11709 5.33563 8.0001 5.65656 8.0001 6.00006L8.00596 6.13092C8.06225 6.77732 8.53139 7.3219 9.17491 7.46491C10.1544 7.68264 10.5812 7.92689 10.8273 8.17291C11.0732 8.419 11.3176 8.84577 11.5353 9.82526C11.6879 10.5117 12.2974 11.0001 13.0001 11.0001L13.131 10.9942C13.7773 10.9378 14.322 10.4687 14.4649 9.82526C14.6827 8.84551 14.9269 8.41897 15.173 8.17291C15.2369 8.10898 15.3134 8.04575 15.4083 7.98248L17.1759 8.70612L21.1573 10.0255C21.3486 10.0889 21.4838 10.2611 21.4991 10.462C21.5143 10.663 21.4062 10.8538 21.2267 10.9454L14.4024 14.4219L10.4327 21.251C10.3351 21.4187 10.1484 21.5153 9.95518 21.4981C9.76204 21.4806 9.59648 21.3523 9.53038 21.17L3.28038 3.91998C3.21325 3.73439 3.2613 3.5266 3.40342 3.38971Z",fill:"currentColor"})),g=i;export{i as IconCursorAi,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M12.9998 2C13.2341 2 13.4372 2.16283 13.4881 2.3916C13.7227 3.44743 14.0231 4.09166 14.4656 4.53418C14.9081 4.9767 15.5523 5.27708 16.6082 5.51172C16.8369 5.56256 16.9998 5.76565 16.9998 6C16.9998 6.23435 16.8369 6.43744 16.6082 6.48828C15.5523 6.72292 14.9081 7.0233 14.4656 7.46582C14.0231 7.90834 13.7227 8.55257 13.4881 9.6084C13.4372 9.83717 13.2341 10 12.9998 10C12.7654 10 12.5623 9.83717 12.5115 9.6084C12.2768 8.55257 11.9765 7.90834 11.5339 7.46582C11.0914 7.0233 10.4472 6.72292 9.39137 6.48828C9.1626 6.43744 8.99977 6.23435 8.99977 6C8.99977 5.76565 9.1626 5.56256 9.39137 5.51172C10.4472 5.27708 11.0914 4.9767 11.5339 4.53418C11.9765 4.09166 12.2768 3.44743 12.5115 2.3916C12.5623 2.16283 12.7654 2 12.9998 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.40342 3.38971C3.54602 3.25298 3.75669 3.21243 3.93956 3.28717L8.31651 5.07916C8.11709 5.33563 8.0001 5.65656 8.0001 6.00006L8.00596 6.13092C8.06225 6.77732 8.53139 7.3219 9.17491 7.46491C10.1544 7.68264 10.5812 7.92689 10.8273 8.17291C11.0732 8.419 11.3176 8.84577 11.5353 9.82526C11.6879 10.5117 12.2974 11.0001 13.0001 11.0001L13.131 10.9942C13.7773 10.9378 14.322 10.4687 14.4649 9.82526C14.6827 8.84551 14.9269 8.41897 15.173 8.17291C15.2369 8.10898 15.3134 8.04575 15.4083 7.98248L17.1759 8.70612L21.1573 10.0255C21.3486 10.0889 21.4838 10.2611 21.4991 10.462C21.5143 10.663 21.4062 10.8538 21.2267 10.9454L14.4024 14.4219L10.4327 21.251C10.3351 21.4187 10.1484 21.5153 9.95518 21.4981C9.76204 21.4806 9.59648 21.3523 9.53038 21.17L3.28038 3.91998C3.21325 3.73439 3.2613 3.5266 3.40342 3.38971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpCC,EAAA,cAAC,QACC,EAAE,utBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qyBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDispersion: React.FC<CentralIconBaseProps>;
4
+ export default IconDispersion;
@@ -0,0 +1,2 @@
1
+ "use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of h(o))!L.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(p=m(o,t))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?k(f(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(s({},"__esModule",{value:!0}),r);var I={};g(I,{IconDispersion:()=>c,default:()=>B});module.exports=x(I);var n=i(require("react"));var a=i(require("react")),u=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:t=!0,style:d,...C})=>a.default.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:p,...d}},e&&!t&&a.default.createElement("title",null,e),r);var c=r=>n.default.createElement(u,{...r,ariaLabel:"dispersion, refraction"},n.default.createElement("path",{d:"M12 3.5V20.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M2.5 12H8.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M15.5 12H21.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M15.5 7.5L20.5 3.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M20.5 20.5L15.5 16.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M2.5 16H8.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement("path",{d:"M2.5 8H8.5",stroke:"currentColor",strokeLinecap:"round"})),B=c;0&&(module.exports={IconDispersion});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path d=\"M12 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M2.5 12H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M15.5 12H21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M15.5 7.5L20.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M20.5 20.5L15.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M2.5 16H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M2.5 8H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,CACnE,EAIGE,EAAQJ","names":["IconDispersion_exports","__export","IconDispersion","IconDispersion_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";var s=({children:e,size:o=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...i})=>p.createElement("svg",{...i,"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:a,...l}},n&&!t&&p.createElement("title",null,n),e);var u=e=>r.createElement(s,{...e,ariaLabel:"dispersion, refraction"},r.createElement("path",{d:"M12 3.5V20.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M2.5 12H8.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M15.5 12H21.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M15.5 7.5L20.5 3.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M20.5 20.5L15.5 16.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M2.5 16H8.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M2.5 8H8.5",stroke:"currentColor",strokeLinecap:"round"})),m=u;export{u as IconDispersion,m as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path d=\"M12 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M2.5 12H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M15.5 12H21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M15.5 7.5L20.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M20.5 20.5L15.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M2.5 16H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M2.5 8H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,EACnEA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClEA,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpEA,EAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClEA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,CACnE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
package/README.md CHANGED
@@ -181,6 +181,7 @@ Below is a complete list of available icons:
181
181
  - IconBrain1
182
182
  - IconBrain2
183
183
  - IconBroomSparkle
184
+ - IconCursorAi
184
185
  - IconCuteRobot
185
186
  - IconEyeSparkle
186
187
  - IconFortuneTellerBall
@@ -595,6 +596,7 @@ Below is a complete list of available icons:
595
596
  - IconColorSwatch
596
597
  - IconComponents
597
598
  - IconCornerRadius
599
+ - IconDispersion
598
600
  - IconEditBig
599
601
  - IconEditSmall1
600
602
  - IconEditSmall2
package/icons/index.d.ts CHANGED
@@ -513,6 +513,7 @@ export type CentralIconName =
513
513
  | "IconCursor1"
514
514
  | "IconCursor2"
515
515
  | "IconCursor3"
516
+ | "IconCursorAi"
516
517
  | "IconCursorClick"
517
518
  | "IconCursorList"
518
519
  | "IconCurtain"
@@ -547,6 +548,7 @@ export type CentralIconName =
547
548
  | "IconDirectorChair"
548
549
  | "IconDiscord"
549
550
  | "IconDishwasher"
551
+ | "IconDispersion"
550
552
  | "IconDivider"
551
553
  | "IconDollar"
552
554
  | "IconDonut"