@central-icons-react/square-outlined-radius-0-stroke-1 1.1.70 → 1.1.71
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/IconScanCode/index.d.ts +4 -0
- package/IconScanCode/index.js +2 -0
- package/IconScanCode/index.js.map +1 -0
- package/IconScanCode/index.mjs +2 -0
- package/IconScanCode/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -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 +5 -3
- package/index.d.ts +1 -0
- 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 i=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of h(o))!H.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var C=(r,o,t)=>(t=r!=null?i(m(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var B={};M(B,{IconScanCode:()=>u,default:()=>x});module.exports=g(B);var e=C(require("react"));var a=C(require("react")),V=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:n=!0,style:c,...d})=>a.default.createElement("svg",{...d,"aria-hidden":n,role:n?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,...c}},t&&!n&&a.default.createElement("title",null,t),r);var u=r=>e.default.createElement(V,{...r,ariaLabel:"scan-code, barcode"},e.default.createElement("path",{d:"M7 9H8V15H7V9Z",fill:"currentColor"}),e.default.createElement("path",{d:"M9 9H11V15H9V9Z",fill:"currentColor"}),e.default.createElement("path",{d:"M12 9H13V15H12V9Z",fill:"currentColor"}),e.default.createElement("path",{d:"M16 9H17V15H16V9Z",fill:"currentColor"}),e.default.createElement("path",{d:"M14 9H15V15H14V9Z",fill:"currentColor"}),e.default.createElement("path",{d:"M9 3.5H3.5V9",stroke:"currentColor"}),e.default.createElement("path",{d:"M9 20.5H3.5V15",stroke:"currentColor"}),e.default.createElement("path",{d:"M15 3.5H20.5V9",stroke:"currentColor"}),e.default.createElement("path",{d:"M15 20.5H20.5V15",stroke:"currentColor"})),x=u;0&&(module.exports={IconScanCode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanCode/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconScanCode: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"scan-code, barcode\">\n <path d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\" />\n <path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n <path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\" />\n <path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\" />\n <path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\" />\n <path d=\"M9 3.5H3.5V9\" stroke=\"currentColor\" />\n <path d=\"M9 20.5H3.5V15\" stroke=\"currentColor\" />\n <path d=\"M15 3.5H20.5V9\" stroke=\"currentColor\" />\n <path d=\"M15 20.5H20.5V15\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,sBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7C,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,CACnD,EAIGE,EAAQJ","names":["IconScanCode_exports","__export","IconScanCode","IconScanCode_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:s,...C})=>l.createElement("svg",{...C,"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:a,...s}},n&&!e&&l.createElement("title",null,n),t);var V=t=>r.createElement(p,{...t,ariaLabel:"scan-code, barcode"},r.createElement("path",{d:"M7 9H8V15H7V9Z",fill:"currentColor"}),r.createElement("path",{d:"M9 9H11V15H9V9Z",fill:"currentColor"}),r.createElement("path",{d:"M12 9H13V15H12V9Z",fill:"currentColor"}),r.createElement("path",{d:"M16 9H17V15H16V9Z",fill:"currentColor"}),r.createElement("path",{d:"M14 9H15V15H14V9Z",fill:"currentColor"}),r.createElement("path",{d:"M9 3.5H3.5V9",stroke:"currentColor"}),r.createElement("path",{d:"M9 20.5H3.5V15",stroke:"currentColor"}),r.createElement("path",{d:"M15 3.5H20.5V9",stroke:"currentColor"}),r.createElement("path",{d:"M15 20.5H20.5V15",stroke:"currentColor"})),f=V;export{V as IconScanCode,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanCode/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconScanCode: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"scan-code, barcode\">\n <path d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\" />\n <path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n <path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\" />\n <path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\" />\n <path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\" />\n <path d=\"M9 3.5H3.5V9\" stroke=\"currentColor\" />\n <path d=\"M9 20.5H3.5V15\" stroke=\"currentColor\" />\n <path d=\"M15 3.5H20.5V9\" stroke=\"currentColor\" />\n <path d=\"M15 20.5H20.5V15\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,sBACpCC,EAAA,cAAC,QAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7CA,EAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7CA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,CACnD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
|
package/README.md
CHANGED