@central-icons-react/round-filled-radius-3-stroke-1 0.0.52 → 0.0.53
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/IconGit/index.d.ts +4 -0
- package/IconGit/index.js +2 -0
- package/IconGit/index.js.map +1 -0
- package/IconGit/index.mjs +2 -0
- package/IconGit/index.mjs.map +1 -0
- package/IconLinear/index.d.ts +4 -0
- package/IconLinear/index.js +2 -0
- package/IconLinear/index.js.map +1 -0
- package/IconLinear/index.mjs +2 -0
- package/IconLinear/index.mjs.map +1 -0
- package/IconLiquidGlass/index.d.ts +4 -0
- package/IconLiquidGlass/index.js +2 -0
- package/IconLiquidGlass/index.js.map +1 -0
- package/IconLiquidGlass/index.mjs +2 -0
- package/IconLiquidGlass/index.mjs.map +1 -0
- package/README.md +3 -0
- package/icons/index.d.ts +3 -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 +10 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/IconGit/index.js
ADDED
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var L=Object.create;var C=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var e in r)C(t,e,{get:r[e],enumerable:!0})},l=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of u(r))!B.call(t,o)&&o!==e&&C(t,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return t};var s=(t,r,e)=>(e=t!=null?L(x(t)):{},l(r||!t||!t.__esModule?C(e,"default",{value:t,enumerable:!0}):e,t)),h=t=>l(C({},"__esModule",{value:!0}),t);var y={};I(y,{IconGit:()=>m,default:()=>w});module.exports=h(y);var a=s(require("react"));var p=s(require("react")),i=({children:t,size:r=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:c,...f})=>p.default.createElement("svg",{...f,"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,...c}},e&&!o&&p.default.createElement("title",null,e),t);var m=t=>a.default.createElement(i,{...t,ariaLabel:"git"},a.default.createElement("path",{d:"M22.1043 11.0646L12.9354 1.89612C12.4075 1.36796 11.5511 1.36796 11.0228 1.89612L9.11899 3.80034L11.534 6.21535C12.0953 6.02566 12.7389 6.15296 13.1861 6.60045C13.6361 7.05068 13.7623 7.69974 13.5678 8.2631L15.8957 10.5908C16.4591 10.3965 17.1086 10.5222 17.5584 10.9727C18.1869 11.6012 18.1869 12.6196 17.5584 13.2485C16.9294 13.8773 15.9111 13.8773 15.2819 13.2485C14.8092 12.7754 14.6922 12.0807 14.932 11.4983L12.7608 9.32742V15.0403C12.9139 15.1162 13.0586 15.2172 13.1861 15.3447C13.8146 15.9732 13.8146 16.9916 13.1861 17.6208C12.5576 18.249 11.5386 18.249 10.9105 17.6208C10.282 16.9914 10.282 15.973 10.9105 15.3447C11.0659 15.1895 11.2458 15.0721 11.4378 14.9935V9.22732C11.2458 9.1487 11.0664 9.03237 10.9105 8.87605C10.4345 8.40022 10.32 7.70134 10.5641 7.11673L8.18333 4.73554L1.89612 11.0221C1.36796 11.5507 1.36796 12.407 1.89612 12.9352L11.0655 22.1039C11.5934 22.632 12.4495 22.632 12.9782 22.1039L22.1043 12.9777C22.6325 12.4495 22.6325 11.5927 22.1043 11.0646Z",fill:"currentColor"})),w=m;0&&(module.exports={IconGit});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconGit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGit: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"git\">\n <path\n d=\"M22.1043 11.0646L12.9354 1.89612C12.4075 1.36796 11.5511 1.36796 11.0228 1.89612L9.11899 3.80034L11.534 6.21535C12.0953 6.02566 12.7389 6.15296 13.1861 6.60045C13.6361 7.05068 13.7623 7.69974 13.5678 8.2631L15.8957 10.5908C16.4591 10.3965 17.1086 10.5222 17.5584 10.9727C18.1869 11.6012 18.1869 12.6196 17.5584 13.2485C16.9294 13.8773 15.9111 13.8773 15.2819 13.2485C14.8092 12.7754 14.6922 12.0807 14.932 11.4983L12.7608 9.32742V15.0403C12.9139 15.1162 13.0586 15.2172 13.1861 15.3447C13.8146 15.9732 13.8146 16.9916 13.1861 17.6208C12.5576 18.249 11.5386 18.249 10.9105 17.6208C10.282 16.9914 10.282 15.973 10.9105 15.3447C11.0659 15.1895 11.2458 15.0721 11.4378 14.9935V9.22732C11.2458 9.1487 11.0664 9.03237 10.9105 8.87605C10.4345 8.40022 10.32 7.70134 10.5641 7.11673L8.18333 4.73554L1.89612 11.0221C1.36796 11.5507 1.36796 12.407 1.89612 12.9352L11.0655 22.1039C11.5934 22.632 12.4495 22.632 12.9782 22.1039L22.1043 12.9777C22.6325 12.4495 22.6325 11.5927 22.1043 11.0646Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGit;\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,aAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,OACpC,EAAAC,QAAA,cAAC,QACC,EAAE,s9BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGit_exports","__export","IconGit","IconGit_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGit","props","React","CentralIconBase","IconGit_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import p from"react";import n from"react";var C=({children:r,size:t=24,ariaLabel:o,color:a,ariaHidden:e=!0,style:l,...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:a,...l}},o&&!e&&n.createElement("title",null,o),r);var i=r=>p.createElement(C,{...r,ariaLabel:"git"},p.createElement("path",{d:"M22.1043 11.0646L12.9354 1.89612C12.4075 1.36796 11.5511 1.36796 11.0228 1.89612L9.11899 3.80034L11.534 6.21535C12.0953 6.02566 12.7389 6.15296 13.1861 6.60045C13.6361 7.05068 13.7623 7.69974 13.5678 8.2631L15.8957 10.5908C16.4591 10.3965 17.1086 10.5222 17.5584 10.9727C18.1869 11.6012 18.1869 12.6196 17.5584 13.2485C16.9294 13.8773 15.9111 13.8773 15.2819 13.2485C14.8092 12.7754 14.6922 12.0807 14.932 11.4983L12.7608 9.32742V15.0403C12.9139 15.1162 13.0586 15.2172 13.1861 15.3447C13.8146 15.9732 13.8146 16.9916 13.1861 17.6208C12.5576 18.249 11.5386 18.249 10.9105 17.6208C10.282 16.9914 10.282 15.973 10.9105 15.3447C11.0659 15.1895 11.2458 15.0721 11.4378 14.9935V9.22732C11.2458 9.1487 11.0664 9.03237 10.9105 8.87605C10.4345 8.40022 10.32 7.70134 10.5641 7.11673L8.18333 4.73554L1.89612 11.0221C1.36796 11.5507 1.36796 12.407 1.89612 12.9352L11.0655 22.1039C11.5934 22.632 12.4495 22.632 12.9782 22.1039L22.1043 12.9777C22.6325 12.4495 22.6325 11.5927 22.1043 11.0646Z",fill:"currentColor"})),g=i;export{i as IconGit,g as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconGit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGit: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"git\">\n <path\n d=\"M22.1043 11.0646L12.9354 1.89612C12.4075 1.36796 11.5511 1.36796 11.0228 1.89612L9.11899 3.80034L11.534 6.21535C12.0953 6.02566 12.7389 6.15296 13.1861 6.60045C13.6361 7.05068 13.7623 7.69974 13.5678 8.2631L15.8957 10.5908C16.4591 10.3965 17.1086 10.5222 17.5584 10.9727C18.1869 11.6012 18.1869 12.6196 17.5584 13.2485C16.9294 13.8773 15.9111 13.8773 15.2819 13.2485C14.8092 12.7754 14.6922 12.0807 14.932 11.4983L12.7608 9.32742V15.0403C12.9139 15.1162 13.0586 15.2172 13.1861 15.3447C13.8146 15.9732 13.8146 16.9916 13.1861 17.6208C12.5576 18.249 11.5386 18.249 10.9105 17.6208C10.282 16.9914 10.282 15.973 10.9105 15.3447C11.0659 15.1895 11.2458 15.0721 11.4378 14.9935V9.22732C11.2458 9.1487 11.0664 9.03237 10.9105 8.87605C10.4345 8.40022 10.32 7.70134 10.5641 7.11673L8.18333 4.73554L1.89612 11.0221C1.36796 11.5507 1.36796 12.407 1.89612 12.9352L11.0655 22.1039C11.5934 22.632 12.4495 22.632 12.9782 22.1039L22.1043 12.9777C22.6325 12.4495 22.6325 11.5927 22.1043 11.0646Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGit;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,OACpCC,EAAA,cAAC,QACC,EAAE,s9BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGit","props","React","CentralIconBase","IconGit_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,e)=>{for(var t in e)C(r,t,{get:e[t],enumerable:!0})},l=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!I.call(r,o)&&o!==t&&C(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var s=(r,e,t)=>(t=r!=null?u(B(r)):{},l(e||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>l(C({},"__esModule",{value:!0}),r);var y={};L(y,{IconLinear:()=>m,default:()=>w});module.exports=h(y);var p=s(require("react"));var a=s(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:c,...f})=>a.default.createElement("svg",{...f,"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:n,...c}},t&&!o&&a.default.createElement("title",null,t),r);var m=r=>p.default.createElement(i,{...r,ariaLabel:"linear"},p.default.createElement("path",{d:"M2.24508 14.3046C2.20058 14.1149 2.42658 13.9954 2.56436 14.1332L9.86684 21.4356C10.0046 21.5734 9.88514 21.7994 9.69544 21.7549C6.0103 20.8904 3.10956 17.9897 2.24508 14.3046ZM2.00038 11.3778C1.99685 11.4345 2.01815 11.4898 2.05829 11.5299L12.4701 21.9417C12.5102 21.9818 12.5655 22.0032 12.6222 21.9996C13.096 21.9701 13.5609 21.9076 14.0147 21.8144C14.1676 21.783 14.2207 21.5952 14.1103 21.4848L2.51519 9.8897C2.40482 9.77932 2.21696 9.83244 2.18556 9.98534C2.09237 10.4391 2.02989 10.904 2.00038 11.3778ZM2.84219 7.94108C2.80889 8.01584 2.82585 8.1032 2.88372 8.16108L15.8389 21.1163C15.8968 21.1742 15.9842 21.1911 16.0589 21.1578C16.4161 20.9987 16.7623 20.8193 17.096 20.621C17.2064 20.5554 17.2235 20.4037 17.1327 20.3129L3.68713 6.86734C3.59631 6.77652 3.44459 6.79356 3.37898 6.90398C3.18072 7.23766 3.0013 7.58386 2.84219 7.94108ZM4.53174 5.6148C4.45772 5.54078 4.45314 5.42206 4.52288 5.34398C6.3559 3.29186 9.02228 2 11.9904 2C17.5185 2 22 6.48146 22 12.0096C22 14.9777 20.7081 17.6441 18.656 19.4771C18.578 19.5469 18.4592 19.5423 18.3852 19.4683L4.53174 5.6148Z",fill:"currentColor"})),w=m;0&&(module.exports={IconLinear});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconLinear/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLinear: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"linear\">\n <path\n d=\"M2.24508 14.3046C2.20058 14.1149 2.42658 13.9954 2.56436 14.1332L9.86684 21.4356C10.0046 21.5734 9.88514 21.7994 9.69544 21.7549C6.0103 20.8904 3.10956 17.9897 2.24508 14.3046ZM2.00038 11.3778C1.99685 11.4345 2.01815 11.4898 2.05829 11.5299L12.4701 21.9417C12.5102 21.9818 12.5655 22.0032 12.6222 21.9996C13.096 21.9701 13.5609 21.9076 14.0147 21.8144C14.1676 21.783 14.2207 21.5952 14.1103 21.4848L2.51519 9.8897C2.40482 9.77932 2.21696 9.83244 2.18556 9.98534C2.09237 10.4391 2.02989 10.904 2.00038 11.3778ZM2.84219 7.94108C2.80889 8.01584 2.82585 8.1032 2.88372 8.16108L15.8389 21.1163C15.8968 21.1742 15.9842 21.1911 16.0589 21.1578C16.4161 20.9987 16.7623 20.8193 17.096 20.621C17.2064 20.5554 17.2235 20.4037 17.1327 20.3129L3.68713 6.86734C3.59631 6.77652 3.44459 6.79356 3.37898 6.90398C3.18072 7.23766 3.0013 7.58386 2.84219 7.94108ZM4.53174 5.6148C4.45772 5.54078 4.45314 5.42206 4.52288 5.34398C6.3559 3.29186 9.02228 2 11.9904 2C17.5185 2 22 6.48146 22 12.0096C22 14.9777 20.7081 17.6441 18.656 19.4771C18.578 19.5469 18.4592 19.5423 18.3852 19.4683L4.53174 5.6148Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLinear;\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,wjCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLinear_exports","__export","IconLinear","IconLinear_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconLinear","props","React","CentralIconBase","IconLinear_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import a from"react";import n from"react";var C=({children:e,size:r=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:l,...s})=>n.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:p,...l}},o&&!t&&n.createElement("title",null,o),e);var i=e=>a.createElement(C,{...e,ariaLabel:"linear"},a.createElement("path",{d:"M2.24508 14.3046C2.20058 14.1149 2.42658 13.9954 2.56436 14.1332L9.86684 21.4356C10.0046 21.5734 9.88514 21.7994 9.69544 21.7549C6.0103 20.8904 3.10956 17.9897 2.24508 14.3046ZM2.00038 11.3778C1.99685 11.4345 2.01815 11.4898 2.05829 11.5299L12.4701 21.9417C12.5102 21.9818 12.5655 22.0032 12.6222 21.9996C13.096 21.9701 13.5609 21.9076 14.0147 21.8144C14.1676 21.783 14.2207 21.5952 14.1103 21.4848L2.51519 9.8897C2.40482 9.77932 2.21696 9.83244 2.18556 9.98534C2.09237 10.4391 2.02989 10.904 2.00038 11.3778ZM2.84219 7.94108C2.80889 8.01584 2.82585 8.1032 2.88372 8.16108L15.8389 21.1163C15.8968 21.1742 15.9842 21.1911 16.0589 21.1578C16.4161 20.9987 16.7623 20.8193 17.096 20.621C17.2064 20.5554 17.2235 20.4037 17.1327 20.3129L3.68713 6.86734C3.59631 6.77652 3.44459 6.79356 3.37898 6.90398C3.18072 7.23766 3.0013 7.58386 2.84219 7.94108ZM4.53174 5.6148C4.45772 5.54078 4.45314 5.42206 4.52288 5.34398C6.3559 3.29186 9.02228 2 11.9904 2C17.5185 2 22 6.48146 22 12.0096C22 14.9777 20.7081 17.6441 18.656 19.4771C18.578 19.5469 18.4592 19.5423 18.3852 19.4683L4.53174 5.6148Z",fill:"currentColor"})),g=i;export{i as IconLinear,g as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconLinear/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLinear: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"linear\">\n <path\n d=\"M2.24508 14.3046C2.20058 14.1149 2.42658 13.9954 2.56436 14.1332L9.86684 21.4356C10.0046 21.5734 9.88514 21.7994 9.69544 21.7549C6.0103 20.8904 3.10956 17.9897 2.24508 14.3046ZM2.00038 11.3778C1.99685 11.4345 2.01815 11.4898 2.05829 11.5299L12.4701 21.9417C12.5102 21.9818 12.5655 22.0032 12.6222 21.9996C13.096 21.9701 13.5609 21.9076 14.0147 21.8144C14.1676 21.783 14.2207 21.5952 14.1103 21.4848L2.51519 9.8897C2.40482 9.77932 2.21696 9.83244 2.18556 9.98534C2.09237 10.4391 2.02989 10.904 2.00038 11.3778ZM2.84219 7.94108C2.80889 8.01584 2.82585 8.1032 2.88372 8.16108L15.8389 21.1163C15.8968 21.1742 15.9842 21.1911 16.0589 21.1578C16.4161 20.9987 16.7623 20.8193 17.096 20.621C17.2064 20.5554 17.2235 20.4037 17.1327 20.3129L3.68713 6.86734C3.59631 6.77652 3.44459 6.79356 3.37898 6.90398C3.18072 7.23766 3.0013 7.58386 2.84219 7.94108ZM4.53174 5.6148C4.45772 5.54078 4.45314 5.42206 4.52288 5.34398C6.3559 3.29186 9.02228 2 11.9904 2C17.5185 2 22 6.48146 22 12.0096C22 14.9777 20.7081 17.6441 18.656 19.4771C18.578 19.5469 18.4592 19.5423 18.3852 19.4683L4.53174 5.6148Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLinear;\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,wjCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconLinear","props","React","CentralIconBase","IconLinear_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var t in r)n(e,t,{get:r[t],enumerable:!0})},a=(e,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!x.call(e,o)&&o!==t&&n(e,o,{get:()=>r[o],enumerable:!(C=d(r,o))||C.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(V(e)):{},a(r||!e||!e.__esModule?n(t,"default",{value:e,enumerable:!0}):t,e)),H=e=>a(n({},"__esModule",{value:!0}),e);var h={};B(h,{IconLiquidGlass:()=>c,default:()=>I});module.exports=H(h);var l=s(require("react"));var p=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:C,ariaHidden:o=!0,style:f,...m})=>p.default.createElement("svg",{...m,"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:C,...f}},t&&!o&&p.default.createElement("title",null,t),e);var c=e=>l.default.createElement(i,{...e,ariaLabel:"liquid-glass, glass-effect"},l.default.createElement("path",{d:"M16.9922 9.5C17.5486 9.5 18 9.95143 18 10.5078V11.5C18 13.9853 15.9853 16 13.5 16H9C8.05896 16 9.00079 17.2388 8.5 17C8.5 17 7.54965 16.5167 7.5498 15.8857C7.55015 15.255 8.06154 14.9962 8.69238 14.9961H13.4922C15.4251 14.9961 16.992 13.4289 16.9922 11.4961V10.5C16.9922 10.216 16.8737 9.95938 16.6836 9.77734C16.6503 9.74529 16.6289 9.70152 16.6289 9.65527C16.6291 9.56949 16.6993 9.5 16.7852 9.5H16.9922Z",fill:"currentColor"}),l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 4C16.433 4 18 5.567 18 7.5V7.82812C20.4707 8.66226 22.25 10.9978 22.25 13.75C22.25 17.2018 19.4518 20 16 20H11.5C8.8308 20 6.55313 18.3265 5.65723 15.9717C5.60752 15.9882 5.55527 16 5.5 16C3.567 16 2 14.433 2 12.5V7.5C2 5.567 3.567 4 5.5 4H14.5ZM11.5 8.5C8.6005 8.5 6.25 10.8505 6.25 13.75C6.25 16.6495 8.6005 19 11.5 19H16C18.8995 19 21.25 16.6495 21.25 13.75C21.25 10.8505 18.8995 8.5 16 8.5H11.5ZM5.5 5C4.11929 5 3 6.11929 3 7.5V12.5C3 13.8384 4.05193 14.9275 5.37402 14.9932C5.29293 14.5914 5.25 14.1757 5.25 13.75C5.25 10.2982 8.04822 7.5 11.5 7.5H16C16.3404 7.5 16.6744 7.52771 17 7.58008V7.5C17 6.11929 15.8807 5 14.5 5H5.5Z",fill:"currentColor"})),I=c;0&&(module.exports={IconLiquidGlass});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconLiquidGlass/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLiquidGlass: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"liquid-glass, glass-effect\">\n <path\n d=\"M16.9922 9.5C17.5486 9.5 18 9.95143 18 10.5078V11.5C18 13.9853 15.9853 16 13.5 16H9C8.05896 16 9.00079 17.2388 8.5 17C8.5 17 7.54965 16.5167 7.5498 15.8857C7.55015 15.255 8.06154 14.9962 8.69238 14.9961H13.4922C15.4251 14.9961 16.992 13.4289 16.9922 11.4961V10.5C16.9922 10.216 16.8737 9.95938 16.6836 9.77734C16.6503 9.74529 16.6289 9.70152 16.6289 9.65527C16.6291 9.56949 16.6993 9.5 16.7852 9.5H16.9922Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 4C16.433 4 18 5.567 18 7.5V7.82812C20.4707 8.66226 22.25 10.9978 22.25 13.75C22.25 17.2018 19.4518 20 16 20H11.5C8.8308 20 6.55313 18.3265 5.65723 15.9717C5.60752 15.9882 5.55527 16 5.5 16C3.567 16 2 14.433 2 12.5V7.5C2 5.567 3.567 4 5.5 4H14.5ZM11.5 8.5C8.6005 8.5 6.25 10.8505 6.25 13.75C6.25 16.6495 8.6005 19 11.5 19H16C18.8995 19 21.25 16.6495 21.25 13.75C21.25 10.8505 18.8995 8.5 16 8.5H11.5ZM5.5 5C4.11929 5 3 6.11929 3 7.5V12.5C3 13.8384 4.05193 14.9275 5.37402 14.9932C5.29293 14.5914 5.25 14.1757 5.25 13.75C5.25 10.2982 8.04822 7.5 11.5 7.5H16C16.3404 7.5 16.6744 7.52771 17 7.58008V7.5C17 6.11929 15.8807 5 14.5 5H5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLiquidGlass;\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,qBAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,yZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,goBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLiquidGlass_exports","__export","IconLiquidGlass","IconLiquidGlass_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconLiquidGlass","props","React","CentralIconBase","IconLiquidGlass_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import o from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:C,color:p,ariaHidden:t=!0,style:a,...s})=>n.createElement("svg",{...s,"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:p,...a}},C&&!t&&n.createElement("title",null,C),r);var i=r=>o.createElement(l,{...r,ariaLabel:"liquid-glass, glass-effect"},o.createElement("path",{d:"M16.9922 9.5C17.5486 9.5 18 9.95143 18 10.5078V11.5C18 13.9853 15.9853 16 13.5 16H9C8.05896 16 9.00079 17.2388 8.5 17C8.5 17 7.54965 16.5167 7.5498 15.8857C7.55015 15.255 8.06154 14.9962 8.69238 14.9961H13.4922C15.4251 14.9961 16.992 13.4289 16.9922 11.4961V10.5C16.9922 10.216 16.8737 9.95938 16.6836 9.77734C16.6503 9.74529 16.6289 9.70152 16.6289 9.65527C16.6291 9.56949 16.6993 9.5 16.7852 9.5H16.9922Z",fill:"currentColor"}),o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 4C16.433 4 18 5.567 18 7.5V7.82812C20.4707 8.66226 22.25 10.9978 22.25 13.75C22.25 17.2018 19.4518 20 16 20H11.5C8.8308 20 6.55313 18.3265 5.65723 15.9717C5.60752 15.9882 5.55527 16 5.5 16C3.567 16 2 14.433 2 12.5V7.5C2 5.567 3.567 4 5.5 4H14.5ZM11.5 8.5C8.6005 8.5 6.25 10.8505 6.25 13.75C6.25 16.6495 8.6005 19 11.5 19H16C18.8995 19 21.25 16.6495 21.25 13.75C21.25 10.8505 18.8995 8.5 16 8.5H11.5ZM5.5 5C4.11929 5 3 6.11929 3 7.5V12.5C3 13.8384 4.05193 14.9275 5.37402 14.9932C5.29293 14.5914 5.25 14.1757 5.25 13.75C5.25 10.2982 8.04822 7.5 11.5 7.5H16C16.3404 7.5 16.6744 7.52771 17 7.58008V7.5C17 6.11929 15.8807 5 14.5 5H5.5Z",fill:"currentColor"})),d=i;export{i as IconLiquidGlass,d as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconLiquidGlass/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLiquidGlass: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"liquid-glass, glass-effect\">\n <path\n d=\"M16.9922 9.5C17.5486 9.5 18 9.95143 18 10.5078V11.5C18 13.9853 15.9853 16 13.5 16H9C8.05896 16 9.00079 17.2388 8.5 17C8.5 17 7.54965 16.5167 7.5498 15.8857C7.55015 15.255 8.06154 14.9962 8.69238 14.9961H13.4922C15.4251 14.9961 16.992 13.4289 16.9922 11.4961V10.5C16.9922 10.216 16.8737 9.95938 16.6836 9.77734C16.6503 9.74529 16.6289 9.70152 16.6289 9.65527C16.6291 9.56949 16.6993 9.5 16.7852 9.5H16.9922Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 4C16.433 4 18 5.567 18 7.5V7.82812C20.4707 8.66226 22.25 10.9978 22.25 13.75C22.25 17.2018 19.4518 20 16 20H11.5C8.8308 20 6.55313 18.3265 5.65723 15.9717C5.60752 15.9882 5.55527 16 5.5 16C3.567 16 2 14.433 2 12.5V7.5C2 5.567 3.567 4 5.5 4H14.5ZM11.5 8.5C8.6005 8.5 6.25 10.8505 6.25 13.75C6.25 16.6495 8.6005 19 11.5 19H16C18.8995 19 21.25 16.6495 21.25 13.75C21.25 10.8505 18.8995 8.5 16 8.5H11.5ZM5.5 5C4.11929 5 3 6.11929 3 7.5V12.5C3 13.8384 4.05193 14.9275 5.37402 14.9932C5.29293 14.5914 5.25 14.1757 5.25 13.75C5.25 10.2982 8.04822 7.5 11.5 7.5H16C16.3404 7.5 16.6744 7.52771 17 7.58008V7.5C17 6.11929 15.8807 5 14.5 5H5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLiquidGlass;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,yZACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,goBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconLiquidGlass","props","React","CentralIconBase","IconLiquidGlass_default"]}
|
package/README.md
CHANGED
@@ -638,6 +638,7 @@ Below is a complete list of available icons:
|
|
638
638
|
- IconFilterDesc
|
639
639
|
- IconFilterDescending
|
640
640
|
- IconFilterTimeline
|
641
|
+
- IconLiquidGlass
|
641
642
|
- IconMaintenance
|
642
643
|
- IconReorder
|
643
644
|
- IconSettingsGear1
|
@@ -1351,6 +1352,7 @@ Below is a complete list of available icons:
|
|
1351
1352
|
- IconFirefox
|
1352
1353
|
- IconFramer
|
1353
1354
|
- IconGemini
|
1355
|
+
- IconGit
|
1354
1356
|
- IconGithub
|
1355
1357
|
- IconGoogle
|
1356
1358
|
- IconGooglePlayStore
|
@@ -1359,6 +1361,7 @@ Below is a complete list of available icons:
|
|
1359
1361
|
- IconInstagram
|
1360
1362
|
- IconJava
|
1361
1363
|
- IconLemonsqueezy
|
1364
|
+
- IconLinear
|
1362
1365
|
- IconLinkedin
|
1363
1366
|
- IconLinktree
|
1364
1367
|
- IconLottielab
|
package/icons/index.d.ts
CHANGED
@@ -725,6 +725,7 @@ export type CentralIconName =
|
|
725
725
|
| "IconGiftcard"
|
726
726
|
| "IconGiroCard"
|
727
727
|
| "IconGiroCards"
|
728
|
+
| "IconGit"
|
728
729
|
| "IconGithub"
|
729
730
|
| "IconGlobus"
|
730
731
|
| "IconGoldMedal"
|
@@ -842,6 +843,7 @@ export type CentralIconName =
|
|
842
843
|
| "IconLightBulbSimple"
|
843
844
|
| "IconLightning"
|
844
845
|
| "IconLimit"
|
846
|
+
| "IconLinear"
|
845
847
|
| "IconLinebreak"
|
846
848
|
| "IconLineChart1"
|
847
849
|
| "IconLineChart2"
|
@@ -851,6 +853,7 @@ export type CentralIconName =
|
|
851
853
|
| "IconLineThickness"
|
852
854
|
| "IconLinkedin"
|
853
855
|
| "IconLinktree"
|
856
|
+
| "IconLiquidGlass"
|
854
857
|
| "IconListBullets"
|
855
858
|
| "IconListSparkle"
|
856
859
|
| "IconLiveActivity"
|