@central-icons-react/square-filled-radius-0-stroke-2 1.1.64 → 1.1.65

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTape2: React.FC<CentralIconBaseProps>;
4
+ export default IconTape2;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},a=(r,e,o,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of h(e))!x.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(l=d(e,t))||l.enumerable});return r};var s=(r,e,o)=>(o=r!=null?f(g(r)):{},a(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>a(p({},"__esModule",{value:!0}),r);var v={};B(v,{IconTape2:()=>c,default:()=>H});module.exports=I(v);var n=s(require("react"));var C=s(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:l,ariaHidden:t=!0,style:m,...u})=>C.default.createElement("svg",{...u,"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,...m}},o&&!t&&C.default.createElement("title",null,o),r);var c=r=>n.default.createElement(i,{...r,ariaLabel:"tape-2, cassette, record, music"},n.default.createElement("path",{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z",fill:"currentColor"}),n.default.createElement("path",{d:"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z",fill:"currentColor"}),n.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z",fill:"currentColor"})),H=c;0&&(module.exports={IconTape2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTape2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTape2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"tape-2, cassette, record, music\">\n <path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,mCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTape2_exports","__export","IconTape2","IconTape2_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconTape2","props","React","CentralIconBase","IconTape2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:C,ariaHidden:t=!0,style:a,...s})=>l.createElement("svg",{...s,"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:C,...a}},n&&!t&&l.createElement("title",null,n),o);var i=o=>e.createElement(p,{...o,ariaLabel:"tape-2, cassette, record, music"},e.createElement("path",{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),e.createElement("path",{d:"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z",fill:"currentColor"}),e.createElement("path",{d:"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z",fill:"currentColor"})),d=i;export{i as IconTape2,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTape2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTape2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"tape-2, cassette, record, music\">\n <path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,mCACpCC,EAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,6LACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,0JACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconTape2","props","React","CentralIconBase","IconTape2_default"]}
package/README.md CHANGED
@@ -613,6 +613,7 @@ Below is a complete list of available icons:
613
613
  - IconStudioDisplay
614
614
  - IconTablet
615
615
  - IconTape
616
+ - IconTape2
616
617
  - IconTelevision
617
618
  - IconTelevisionOld
618
619
  - IconUsb
package/icons/index.d.ts CHANGED
@@ -1453,6 +1453,7 @@ export type CentralIconName =
1453
1453
  | "IconTag"
1454
1454
  | "IconTapas"
1455
1455
  | "IconTape"
1456
+ | "IconTape2"
1456
1457
  | "IconTarget"
1457
1458
  | "IconTarget1"
1458
1459
  | "IconTarget2"