@central-icons-react/square-outlined-radius-0-stroke-1 1.1.63 → 1.1.64

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 IconAffinity: React.FC<CentralIconBaseProps>;
4
+ export default IconAffinity;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var e in r)p(t,e,{get:r[e],enumerable:!0})},C=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of x(r))!B.call(t,o)&&o!==e&&p(t,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return t};var s=(t,r,e)=>(e=t!=null?u(y(t)):{},C(r||!t||!t.__esModule?p(e,"default",{value:t,enumerable:!0}):e,t)),h=t=>C(p({},"__esModule",{value:!0}),t);var P={};I(P,{IconAffinity:()=>f,default:()=>w});module.exports=h(P);var l=s(require("react"));var a=s(require("react")),i=({children:t,size:r=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:m,...c})=>a.default.createElement("svg",{...c,"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,...m}},e&&!o&&a.default.createElement("title",null,e),t);var f=t=>l.default.createElement(i,{...t,ariaLabel:"affinity"},l.default.createElement("path",{d:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),w=f;0&&(module.exports={IconAffinity});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAffinity/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAffinity: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"affinity\">\n <path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\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,YACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAffinity_exports","__export","IconAffinity","IconAffinity_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconAffinity","props","React","CentralIconBase","IconAffinity_default"]}
@@ -0,0 +1,2 @@
1
+ import a from"react";import n from"react";var p=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:C,...s})=>n.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...C}},o&&!e&&n.createElement("title",null,o),r);var i=r=>a.createElement(p,{...r,ariaLabel:"affinity"},a.createElement("path",{d:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),g=i;export{i as IconAffinity,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAffinity/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAffinity: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"affinity\">\n <path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\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,YACpCC,EAAA,cAAC,QACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAffinity","props","React","CentralIconBase","IconAffinity_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var C=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=g(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(C({},"__esModule",{value:!0}),r);var w={};B(w,{IconGoogle:()=>m,default:()=>V});module.exports=I(w);var n=s(require("react"));var p=s(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:f,...c})=>p.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:l,...f}},t&&!e&&p.default.createElement("title",null,t),r);var m=r=>n.default.createElement(i,{...r,ariaLabel:"google"},n.default.createElement("path",{d:"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z",fill:"currentColor"}),n.default.createElement("path",{d:"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z",fill:"currentColor"})),V=m;0&&(module.exports={IconGoogle});
1
+ "use strict";var f=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(e,o)=>{for(var r in o)l(e,r,{get:o[r],enumerable:!0})},a=(e,o,r,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!I.call(e,t)&&t!==r&&l(e,t,{get:()=>o[t],enumerable:!(n=u(o,t))||n.enumerable});return e};var s=(e,o,r)=>(r=e!=null?f(B(e)):{},a(o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),h=e=>a(l({},"__esModule",{value:!0}),e);var y={};V(y,{IconGoogle:()=>c,default:()=>w});module.exports=h(y);var C=s(require("react"));var p=s(require("react")),m=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:i,...g})=>p.default.createElement("svg",{...g,"aria-hidden":t,role:t?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:n,...i}},r&&!t&&p.default.createElement("title",null,r),e);var c=e=>C.default.createElement(m,{...e,ariaLabel:"google"},C.default.createElement("path",{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),w=c;0&&(module.exports={IconGoogle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGoogle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"google\">\n <path\n d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,gBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpC,EAAAC,QAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGoogle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"google\">\n <path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,gBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpC,EAAAC,QAAA,cAAC,QACC,EAAE,ivBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";var C=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...s})=>l.createElement("svg",{...s,"aria-hidden":e,role:e?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:p,...a}},n&&!e&&l.createElement("title",null,n),t);var i=t=>o.createElement(C,{...t,ariaLabel:"google"},o.createElement("path",{d:"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z",fill:"currentColor"}),o.createElement("path",{d:"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z",fill:"currentColor"}),o.createElement("path",{d:"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z",fill:"currentColor"}),o.createElement("path",{d:"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z",fill:"currentColor"})),g=i;export{i as IconGoogle,g as default};
1
+ import p from"react";import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:C,ariaHidden:r=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?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,...a}},t&&!r&&n.createElement("title",null,t),o);var m=o=>p.createElement(l,{...o,ariaLabel:"google"},p.createElement("path",{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),u=m;export{m as IconGoogle,u as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGoogle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"google\">\n <path\n d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpCC,EAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGoogle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"google\">\n <path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpCC,EAAA,cAAC,QACC,EAAE,ivBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
package/README.md CHANGED
@@ -1418,6 +1418,7 @@ Below is a complete list of available icons:
1418
1418
 
1419
1419
  ### Social Media & Brands
1420
1420
 
1421
+ - IconAffinity
1421
1422
  - IconAnthropic
1422
1423
  - IconAntigravity
1423
1424
  - IconApple
package/icons/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export type CentralIconName =
7
7
  | "IconAddToBasket"
8
8
  | "IconAddToBasket2"
9
9
  | "IconAdjustPhoto"
10
+ | "IconAffinity"
10
11
  | "IconAirdrop"
11
12
  | "IconAirdrop2"
12
13
  | "IconAirplane"