@central-icons-react/square-outlined-radius-0-stroke-1 1.1.32 → 1.1.33
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/IconEyeSparkle/index.js +1 -1
- package/IconEyeSparkle/index.js.map +1 -1
- package/IconEyeSparkle/index.mjs +1 -1
- package/IconEyeSparkle/index.mjs.map +1 -1
- package/README.md +6 -3
- 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 +9 -6
- 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
package/IconEyeSparkle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var t in r)p(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!x.call(e,o)&&o!==t&&p(e,o,{get:()=>r[o],enumerable:!(n=L(r,o))||n.enumerable});return e};var m=(e,r,t)=>(t=e!=null?f(y(e)):{},s(r||!e||!e.__esModule?p(t,"default",{value:e,enumerable:!0}):t,e)),I=e=>s(p({},"__esModule",{value:!0}),e);var h={};B(h,{IconEyeSparkle:()=>i,default:()=>d});module.exports=I(h);var a=m(require("react"));var l=m(require("react")),c=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:C,...u})=>l.default.createElement("svg",{...u,"aria-hidden":o,role:o?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:n,...C}},t&&!o&&l.default.createElement("title",null,t),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"eye-sparkle, magic eyes"},a.default.createElement("path",{d:"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z",stroke:"currentColor",strokeLinecap:"round"}),a.default.createElement("path",{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEyeSparkle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n d=\"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n d=\"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,2BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
|
package/IconEyeSparkle/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import
|
|
1
|
+
import o from"react";import p from"react";var a=({children:r,size:e=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:s,...m})=>p.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},n&&!t&&p.createElement("title",null,n),r);var c=r=>o.createElement(a,{...r,ariaLabel:"eye-sparkle, magic eyes"},o.createElement("path",{d:"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z",stroke:"currentColor",strokeLinecap:"round"}),o.createElement("path",{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",fill:"currentColor"})),L=c;export{c as IconEyeSparkle,L as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n d=\"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n d=\"M2 12C6.82745 2.00007 17.1725 1.99995 22 11.9999C17.1725 21.9999 6.82745 22 2 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,2BACpCC,EAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
|
package/README.md
CHANGED
|
@@ -1318,7 +1318,6 @@ Below is a complete list of available icons:
|
|
|
1318
1318
|
- IconDollar
|
|
1319
1319
|
- IconEuro
|
|
1320
1320
|
- IconFastDelivery
|
|
1321
|
-
- IconFastShipping
|
|
1322
1321
|
- IconGift1
|
|
1323
1322
|
- IconGift2
|
|
1324
1323
|
- IconGiftBox
|
|
@@ -1348,7 +1347,6 @@ Below is a complete list of available icons:
|
|
|
1348
1347
|
- IconReceiptTax
|
|
1349
1348
|
- IconRemoveFromBasket
|
|
1350
1349
|
- IconRemoveFromBasket2
|
|
1351
|
-
- IconShipping
|
|
1352
1350
|
- IconShoppingBag1
|
|
1353
1351
|
- IconShoppingBag2
|
|
1354
1352
|
- IconShoppingBag3
|
|
@@ -1359,7 +1357,6 @@ Below is a complete list of available icons:
|
|
|
1359
1357
|
- IconShoppingBagEdit2
|
|
1360
1358
|
- IconShoppingBagLike1
|
|
1361
1359
|
- IconShoppingBagLike2
|
|
1362
|
-
- IconTruck
|
|
1363
1360
|
- IconWallet1
|
|
1364
1361
|
- IconWallet2
|
|
1365
1362
|
- IconWallet3
|
|
@@ -1793,6 +1790,10 @@ Below is a complete list of available icons:
|
|
|
1793
1790
|
- IconVerticalAlignmentRight
|
|
1794
1791
|
- IconWrite
|
|
1795
1792
|
|
|
1793
|
+
### Vehicles
|
|
1794
|
+
|
|
1795
|
+
- IconTruck
|
|
1796
|
+
|
|
1796
1797
|
### Vehicles & Aircrafts
|
|
1797
1798
|
|
|
1798
1799
|
- IconAirplane
|
|
@@ -1822,9 +1823,11 @@ Below is a complete list of available icons:
|
|
|
1822
1823
|
- IconCar9Ev
|
|
1823
1824
|
- IconCarFrontView
|
|
1824
1825
|
- IconDeliveryBike
|
|
1826
|
+
- IconFastShipping
|
|
1825
1827
|
- IconMountainBike
|
|
1826
1828
|
- IconRocket
|
|
1827
1829
|
- IconRoller
|
|
1830
|
+
- IconShipping
|
|
1828
1831
|
- IconTrainFrontView
|
|
1829
1832
|
- IconUfo
|
|
1830
1833
|
|