@central-icons-react/square-outlined-radius-0-stroke-1 1.1.72 → 1.1.73
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/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/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 h=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!g.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(f(r)):{},a(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(l({},"__esModule",{value:!0}),r);var y={};B(y,{IconRemix:()=>u,default:()=>w});module.exports=I(y);var n=m(require("react"));var s=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:i,...c})=>s.default.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:p,...i}},t&&!e&&s.default.createElement("title",null,t),r);var u=r=>n.default.createElement(C,{...r,ariaLabel:"remix, new-try, repeat"},n.default.createElement("path",{d:"M3.5 14V4.5H20",stroke:"currentColor"}),n.default.createElement("path",{d:"M17.5 1.5L20.5 4.5L17.5 7.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M6.5 22.5L3.5 19.5L6.5 16.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M4 19.5H20.5V10",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 8V16",stroke:"currentColor"}),n.default.createElement("path",{d:"M8 12H16",stroke:"currentColor"})),w=u;0&&(module.exports={IconRemix});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRemix: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"remix, new-try, repeat\">\n <path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" />\n <path d=\"M17.5 1.5L20.5 4.5L17.5 7.5\" stroke=\"currentColor\" />\n <path d=\"M6.5 22.5L3.5 19.5L6.5 16.5\" stroke=\"currentColor\" />\n <path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" />\n <path d=\"M12 8V16\" stroke=\"currentColor\" />\n <path d=\"M8 12H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,eAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGE,EAAQJ","names":["IconRemix_exports","__export","IconRemix","IconRemix_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";var l=({children:t,size:o=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:a,...m})=>p.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:s,...a}},n&&!e&&p.createElement("title",null,n),t);var C=t=>r.createElement(l,{...t,ariaLabel:"remix, new-try, repeat"},r.createElement("path",{d:"M3.5 14V4.5H20",stroke:"currentColor"}),r.createElement("path",{d:"M17.5 1.5L20.5 4.5L17.5 7.5",stroke:"currentColor"}),r.createElement("path",{d:"M6.5 22.5L3.5 19.5L6.5 16.5",stroke:"currentColor"}),r.createElement("path",{d:"M4 19.5H20.5V10",stroke:"currentColor"}),r.createElement("path",{d:"M12 8V16",stroke:"currentColor"}),r.createElement("path",{d:"M8 12H16",stroke:"currentColor"})),d=C;export{C as IconRemix,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRemix: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"remix, new-try, repeat\">\n <path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" />\n <path d=\"M17.5 1.5L20.5 4.5L17.5 7.5\" stroke=\"currentColor\" />\n <path d=\"M6.5 22.5L3.5 19.5L6.5 16.5\" stroke=\"currentColor\" />\n <path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" />\n <path d=\"M12 8V16\" stroke=\"currentColor\" />\n <path d=\"M8 12H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5DA,EAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5DA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzCA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
package/README.md
CHANGED