@central-icons-react/round-outlined-radius-0-stroke-2 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 L=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var h=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0})},l=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!y.call(e,t)&&t!==o&&p(e,t,{get:()=>r[t],enumerable:!(n=f(r,t))||n.enumerable});return e};var s=(e,r,o)=>(o=e!=null?L(g(e)):{},l(r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o,e)),x=e=>l(p({},"__esModule",{value:!0}),e);var I={};h(I,{IconEyeSparkle:()=>m,default:()=>B});module.exports=x(I);var a=s(require("react"));var C=s(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:c,...u})=>C.default.createElement("svg",{...u,"aria-hidden":t,role:t?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}},o&&!t&&C.default.createElement("title",null,o),e);var m=e=>a.default.createElement(i,{...e,ariaLabel:"eye-sparkle, magic eyes"},a.default.createElement("path",{d:"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),B=m;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
|
|
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 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\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,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8mBACF,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 t from"react";import
|
|
1
|
+
import t from"react";import p from"react";var a=({children:r,size:e=24,ariaLabel:n,color:C,ariaHidden:o=!0,style:l,...s})=>p.createElement("svg",{...s,"aria-hidden":o,role:o?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:C,...l}},n&&!o&&p.createElement("title",null,n),r);var i=r=>t.createElement(a,{...r,ariaLabel:"eye-sparkle, magic eyes"},t.createElement("path",{d:"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),f=i;export{i as IconEyeSparkle,f 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
|
|
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 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\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,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,8mBACF,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
|
|