@central-icons-react/square-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.
- package/IconCursorAi/index.d.ts +4 -0
- package/IconCursorAi/index.js +2 -0
- package/IconCursorAi/index.js.map +1 -0
- package/IconCursorAi/index.mjs +2 -0
- package/IconCursorAi/index.mjs.map +1 -0
- package/IconDispersion/index.d.ts +4 -0
- package/IconDispersion/index.js +2 -0
- package/IconDispersion/index.js.map +1 -0
- package/IconDispersion/index.mjs +2 -0
- package/IconDispersion/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 +8 -4
- 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 a=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)a(r,e,{get:t[e],enumerable:!0})},C=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of L(t))!B.call(r,o)&&o!==e&&a(r,o,{get:()=>t[o],enumerable:!(n=g(t,o))||n.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(x(r)):{},C(t||!r||!r.__esModule?a(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>C(a({},"__esModule",{value:!0}),r);var d={};I(d,{IconCursorAi:()=>m,default:()=>V});module.exports=h(d);var l=s(require("react"));var p=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:c,...u})=>p.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:n,...c}},e&&!o&&p.default.createElement("title",null,e),r);var m=r=>l.default.createElement(i,{...r,ariaLabel:"cursor-ai, agent, magic"},l.default.createElement("path",{d:"M13.5838 2.1084C13.8461 3.28849 14.1835 4.02117 14.6896 4.52722C15.1956 5.03328 15.9283 5.37075 17.1084 5.633V6.5838C15.9283 6.84605 15.1956 7.18351 14.6896 7.68957C14.1835 8.19563 13.8461 8.9283 13.5838 10.1084H12.633C12.3707 8.9283 12.0333 8.19563 11.5272 7.68957C11.0212 7.18351 10.2885 6.84605 9.1084 6.5838V5.633C10.2885 5.37075 11.0212 5.03328 11.5272 4.52722C12.0333 4.02117 12.3707 3.28849 12.633 2.1084H13.5838Z",fill:"currentColor"}),l.default.createElement("path",{d:"M8.1084 5.00391V7.38574L8.8916 7.55957C9.99659 7.80514 10.5111 8.08724 10.8203 8.39648C11.1296 8.70572 11.4117 9.22021 11.6572 10.3252L11.8311 11.1084H14.3857L14.5596 10.3252C14.8051 9.22021 15.0872 8.70572 15.3965 8.39648C15.4851 8.30787 15.5913 8.22261 15.7227 8.13867L16.7979 8.58203L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.1084 5.00391Z",fill:"currentColor"})),V=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=\"M13.5838 2.1084C13.8461 3.28849 14.1835 4.02117 14.6896 4.52722C15.1956 5.03328 15.9283 5.37075 17.1084 5.633V6.5838C15.9283 6.84605 15.1956 7.18351 14.6896 7.68957C14.1835 8.19563 13.8461 8.9283 13.5838 10.1084H12.633C12.3707 8.9283 12.0333 8.19563 11.5272 7.68957C11.0212 7.18351 10.2885 6.84605 9.1084 6.5838V5.633C10.2885 5.37075 11.0212 5.03328 11.5272 4.52722C12.0333 4.02117 12.3707 3.28849 12.633 2.1084H13.5838Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.1084 5.00391V7.38574L8.8916 7.55957C9.99659 7.80514 10.5111 8.08724 10.8203 8.39648C11.1296 8.70572 11.4117 9.22021 11.6572 10.3252L11.8311 11.1084H14.3857L14.5596 10.3252C14.8051 9.22021 15.0872 8.70572 15.3965 8.39648C15.4851 8.30787 15.5913 8.22261 15.7227 8.13867L16.7979 8.58203L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.1084 5.00391Z\"\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,uaACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iXACF,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 a from"react";var l=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:C,...s})=>a.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:p,...C}},n&&!e&&a.createElement("title",null,n),t);var i=t=>o.createElement(l,{...t,ariaLabel:"cursor-ai, agent, magic"},o.createElement("path",{d:"M13.5838 2.1084C13.8461 3.28849 14.1835 4.02117 14.6896 4.52722C15.1956 5.03328 15.9283 5.37075 17.1084 5.633V6.5838C15.9283 6.84605 15.1956 7.18351 14.6896 7.68957C14.1835 8.19563 13.8461 8.9283 13.5838 10.1084H12.633C12.3707 8.9283 12.0333 8.19563 11.5272 7.68957C11.0212 7.18351 10.2885 6.84605 9.1084 6.5838V5.633C10.2885 5.37075 11.0212 5.03328 11.5272 4.52722C12.0333 4.02117 12.3707 3.28849 12.633 2.1084H13.5838Z",fill:"currentColor"}),o.createElement("path",{d:"M8.1084 5.00391V7.38574L8.8916 7.55957C9.99659 7.80514 10.5111 8.08724 10.8203 8.39648C11.1296 8.70572 11.4117 9.22021 11.6572 10.3252L11.8311 11.1084H14.3857L14.5596 10.3252C14.8051 9.22021 15.0872 8.70572 15.3965 8.39648C15.4851 8.30787 15.5913 8.22261 15.7227 8.13867L16.7979 8.58203L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.1084 5.00391Z",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=\"M13.5838 2.1084C13.8461 3.28849 14.1835 4.02117 14.6896 4.52722C15.1956 5.03328 15.9283 5.37075 17.1084 5.633V6.5838C15.9283 6.84605 15.1956 7.18351 14.6896 7.68957C14.1835 8.19563 13.8461 8.9283 13.5838 10.1084H12.633C12.3707 8.9283 12.0333 8.19563 11.5272 7.68957C11.0212 7.18351 10.2885 6.84605 9.1084 6.5838V5.633C10.2885 5.37075 11.0212 5.03328 11.5272 4.52722C12.0333 4.02117 12.3707 3.28849 12.633 2.1084H13.5838Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.1084 5.00391V7.38574L8.8916 7.55957C9.99659 7.80514 10.5111 8.08724 10.8203 8.39648C11.1296 8.70572 11.4117 9.22021 11.6572 10.3252L11.8311 11.1084H14.3857L14.5596 10.3252C14.8051 9.22021 15.0872 8.70572 15.3965 8.39648C15.4851 8.30787 15.5913 8.22261 15.7227 8.13867L16.7979 8.58203L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.1084 5.00391Z\"\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,uaACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iXACF,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,2 @@
|
|
|
1
|
+
"use strict";var V=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!H.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=c(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?V(h(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var B={};L(B,{IconDispersion:()=>C,default:()=>x});module.exports=g(B);var n=s(require("react"));var i=s(require("react")),f=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:u,...m})=>i.default.createElement("svg",{...m,"aria-hidden":e,role:e?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,...u}},t&&!e&&i.default.createElement("title",null,t),r);var C=r=>n.default.createElement(f,{...r,ariaLabel:"dispersion, refraction"},n.default.createElement("path",{d:"M21.2031 20.4219L20.5781 21.2031L14.7969 16.5781L15.4219 15.7969L21.2031 20.4219Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.5 21H11.5V3H12.5V21Z",fill:"currentColor"}),n.default.createElement("path",{d:"M9 16.5H2V15.5H9V16.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M9 12.5H2V11.5H9V12.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 12.5H15V11.5H22V12.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M9 8.5H2V7.5H9V8.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.2031 3.57812L15.4219 8.20312L14.7969 7.42188L20.5781 2.79688L21.2031 3.57812Z",fill:"currentColor"})),x=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\n d=\"M21.2031 20.4219L20.5781 21.2031L14.7969 16.5781L15.4219 15.7969L21.2031 20.4219Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 21H11.5V3H12.5V21Z\" fill=\"currentColor\" />\n <path d=\"M9 16.5H2V15.5H9V16.5Z\" fill=\"currentColor\" />\n <path d=\"M9 12.5H2V11.5H9V12.5Z\" fill=\"currentColor\" />\n <path d=\"M22 12.5H15V11.5H22V12.5Z\" fill=\"currentColor\" />\n <path d=\"M9 8.5H2V7.5H9V8.5Z\" fill=\"currentColor\" />\n <path\n d=\"M21.2031 3.57812L15.4219 8.20312L14.7969 7.42188L20.5781 2.79688L21.2031 3.57812Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,CACF,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 l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:i,ariaHidden:e=!0,style:a,...s})=>l.createElement("svg",{...s,"aria-hidden":e,role:e?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,...a}},n&&!e&&l.createElement("title",null,n),t);var f=t=>r.createElement(p,{...t,ariaLabel:"dispersion, refraction"},r.createElement("path",{d:"M21.2031 20.4219L20.5781 21.2031L14.7969 16.5781L15.4219 15.7969L21.2031 20.4219Z",fill:"currentColor"}),r.createElement("path",{d:"M12.5 21H11.5V3H12.5V21Z",fill:"currentColor"}),r.createElement("path",{d:"M9 16.5H2V15.5H9V16.5Z",fill:"currentColor"}),r.createElement("path",{d:"M9 12.5H2V11.5H9V12.5Z",fill:"currentColor"}),r.createElement("path",{d:"M22 12.5H15V11.5H22V12.5Z",fill:"currentColor"}),r.createElement("path",{d:"M9 8.5H2V7.5H9V8.5Z",fill:"currentColor"}),r.createElement("path",{d:"M21.2031 3.57812L15.4219 8.20312L14.7969 7.42188L20.5781 2.79688L21.2031 3.57812Z",fill:"currentColor"})),c=f;export{f as IconDispersion,c 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\n d=\"M21.2031 20.4219L20.5781 21.2031L14.7969 16.5781L15.4219 15.7969L21.2031 20.4219Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 21H11.5V3H12.5V21Z\" fill=\"currentColor\" />\n <path d=\"M9 16.5H2V15.5H9V16.5Z\" fill=\"currentColor\" />\n <path d=\"M9 12.5H2V11.5H9V12.5Z\" fill=\"currentColor\" />\n <path d=\"M22 12.5H15V11.5H22V12.5Z\" fill=\"currentColor\" />\n <path d=\"M9 8.5H2V7.5H9V8.5Z\" fill=\"currentColor\" />\n <path\n d=\"M21.2031 3.57812L15.4219 8.20312L14.7969 7.42188L20.5781 2.79688L21.2031 3.57812Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDA,EAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDA,EAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,CACF,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"
|