@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.77 → 1.1.79

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.
Files changed (80) hide show
  1. package/IconAgent/index.d.ts +4 -0
  2. package/IconAgent/index.js +2 -0
  3. package/IconAgent/index.js.map +1 -0
  4. package/IconAgent/index.mjs +2 -0
  5. package/IconAgent/index.mjs.map +1 -0
  6. package/IconAiTranslate/index.d.ts +4 -0
  7. package/IconAiTranslate/index.js +2 -0
  8. package/IconAiTranslate/index.js.map +1 -0
  9. package/IconAiTranslate/index.mjs +2 -0
  10. package/IconAiTranslate/index.mjs.map +1 -0
  11. package/IconBlockSortAscending/index.d.ts +4 -0
  12. package/IconBlockSortAscending/index.js +2 -0
  13. package/IconBlockSortAscending/index.js.map +1 -0
  14. package/IconBlockSortAscending/index.mjs +2 -0
  15. package/IconBlockSortAscending/index.mjs.map +1 -0
  16. package/IconBlockSortDescending/index.d.ts +4 -0
  17. package/IconBlockSortDescending/index.js +2 -0
  18. package/IconBlockSortDescending/index.js.map +1 -0
  19. package/IconBlockSortDescending/index.mjs +2 -0
  20. package/IconBlockSortDescending/index.mjs.map +1 -0
  21. package/IconBrain/index.d.ts +4 -0
  22. package/IconBrain/index.js +2 -0
  23. package/IconBrain/index.js.map +1 -0
  24. package/IconBrain/index.mjs +2 -0
  25. package/IconBrain/index.mjs.map +1 -0
  26. package/IconBrainSideview/index.d.ts +4 -0
  27. package/IconBrainSideview/index.js +2 -0
  28. package/IconBrainSideview/index.js.map +1 -0
  29. package/IconBrainSideview/index.mjs +2 -0
  30. package/IconBrainSideview/index.mjs.map +1 -0
  31. package/IconDifferenceIgnored/index.d.ts +4 -0
  32. package/IconDifferenceIgnored/index.js +2 -0
  33. package/IconDifferenceIgnored/index.js.map +1 -0
  34. package/IconDifferenceIgnored/index.mjs +2 -0
  35. package/IconDifferenceIgnored/index.mjs.map +1 -0
  36. package/IconDifferenceModified/index.d.ts +4 -0
  37. package/IconDifferenceModified/index.js +2 -0
  38. package/IconDifferenceModified/index.js.map +1 -0
  39. package/IconDifferenceModified/index.mjs +2 -0
  40. package/IconDifferenceModified/index.mjs.map +1 -0
  41. package/IconEinstein/index.d.ts +4 -0
  42. package/IconEinstein/index.js +2 -0
  43. package/IconEinstein/index.js.map +1 -0
  44. package/IconEinstein/index.mjs +2 -0
  45. package/IconEinstein/index.mjs.map +1 -0
  46. package/IconFolderDownload/index.js +1 -1
  47. package/IconFolderDownload/index.js.map +1 -1
  48. package/IconFolderDownload/index.mjs +1 -1
  49. package/IconFolderDownload/index.mjs.map +1 -1
  50. package/IconFolderUpload/index.js +1 -1
  51. package/IconFolderUpload/index.js.map +1 -1
  52. package/IconFolderUpload/index.mjs +1 -1
  53. package/IconFolderUpload/index.mjs.map +1 -1
  54. package/IconIntegrations/index.d.ts +4 -0
  55. package/IconIntegrations/index.js +2 -0
  56. package/IconIntegrations/index.js.map +1 -0
  57. package/IconIntegrations/index.mjs +2 -0
  58. package/IconIntegrations/index.mjs.map +1 -0
  59. package/IconPeopleVoice/index.d.ts +4 -0
  60. package/IconPeopleVoice/index.js +2 -0
  61. package/IconPeopleVoice/index.js.map +1 -0
  62. package/IconPeopleVoice/index.mjs +2 -0
  63. package/IconPeopleVoice/index.mjs.map +1 -0
  64. package/IconTeam/index.d.ts +4 -0
  65. package/IconTeam/index.js +2 -0
  66. package/IconTeam/index.js.map +1 -0
  67. package/IconTeam/index.mjs +2 -0
  68. package/IconTeam/index.mjs.map +1 -0
  69. package/README.md +12 -0
  70. package/filtered-icons.json +170 -2
  71. package/icons/index.d.ts +12 -0
  72. package/icons-index.json +31 -7
  73. package/index.d.ts +12 -0
  74. package/index.js +1 -1
  75. package/index.js.map +1 -1
  76. package/index.mjs +1 -1
  77. package/index.mjs.map +1 -1
  78. package/license-check.js +1 -1
  79. package/package.json +1 -1
  80. package/tsx-icons.json +86 -2
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 8.5V11.5M17.5 3.5V16.5M14.5 6.5V13.5M11.5 4.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5V20C3.5 17.5147 5.51472 15.5 8 15.5C10.4853 15.5 12.5 17.5147 12.5 20V20.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"8\"\n cy=\"11.5\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleVoice;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleVoice_exports","__export","IconPeopleVoice","IconPeopleVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleVoice","props","React","CentralIconBase","IconPeopleVoice_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.5 8.5V11.5M17.5 3.5V16.5M14.5 6.5V13.5M11.5 4.5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M3.5 20.5V20C3.5 17.5147 5.51472 15.5 8 15.5C10.4853 15.5 12.5 17.5147 12.5 20V20.5H3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"8",cy:"11.5",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconPeopleVoice,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 8.5V11.5M17.5 3.5V16.5M14.5 6.5V13.5M11.5 4.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5V20C3.5 17.5147 5.51472 15.5 8 15.5C10.4853 15.5 12.5 17.5147 12.5 20V20.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"8\"\n cy=\"11.5\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleVoice;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,IACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleVoice","props","React","CentralIconBase","IconPeopleVoice_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTeam: FC<CentralIconBaseProps>;
4
+ export default IconTeam;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!f.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var c=(r,o,n)=>(n=r!=null?l(x(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>u(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconTeam:()=>d,default:()=>y});module.exports=I(P);var e=c(require("react"));var C=c(require("react")),k=require("react-native-svg"),a=({children:r,size:o=24,...n})=>C.default.createElement(k.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(t.Circle,{cx:"12",cy:"7.25",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"5",cy:"9.25",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"19",cy:"9.25",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5.5 19.5H18.5C18.5 19.5 18.5 12 12 12C5.5 12 5.5 19.5 5.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 18.5H0.5C0.500156 17.5 1 13 5.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 18.5H23.5C23.4998 17.5 23 13 18.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),y=d;0&&(module.exports={IconTeam});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTeam/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconTeam: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"7.25\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"5\"\n cy=\"9.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"19\"\n cy=\"9.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 19.5H18.5C18.5 19.5 18.5 12 12 12C5.5 12 5.5 19.5 5.5 19.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 18.5H0.5C0.500156 17.5 1 13 5.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 18.5H23.5C23.4998 17.5 23 13 18.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTeam;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTeam_exports","__export","IconTeam","IconTeam_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTeam","props","React","CentralIconBase","IconTeam_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import i from"react";import{Svg as u}from"react-native-svg";var s=({children:n,size:o=24,...p})=>i.createElement(u,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as e,Path as t}from"react-native-svg";var c=n=>r.createElement(s,{...n},r.createElement(e,{cx:"12",cy:"7.25",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{cx:"5",cy:"9.25",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{cx:"19",cy:"9.25",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M5.5 19.5H18.5C18.5 19.5 18.5 12 12 12C5.5 12 5.5 19.5 5.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M3.5 18.5H0.5C0.500156 17.5 1 13 5.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M20.5 18.5H23.5C23.4998 17.5 23 13 18.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconTeam,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTeam/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconTeam: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"7.25\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"5\"\n cy=\"9.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"19\"\n cy=\"9.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 19.5H18.5C18.5 19.5 18.5 12 12 12C5.5 12 5.5 19.5 5.5 19.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 18.5H0.5C0.500156 17.5 1 13 5.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 18.5H23.5C23.4998 17.5 23 13 18.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTeam;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,IACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconTeam","props","React","CentralIconBase","IconTeam_default"]}
package/README.md CHANGED
@@ -146,6 +146,7 @@ Below is a complete list of available icons:
146
146
 
147
147
  ### AI & Magic
148
148
 
149
+ - IconAiTranslate
149
150
  - IconAppleIntelligenceIcon
150
151
  - IconBag2Sparkle
151
152
  - IconBoxSparkle
@@ -411,6 +412,7 @@ Below is a complete list of available icons:
411
412
 
412
413
  ### Code
413
414
 
415
+ - IconAgent
414
416
  - IconAnchor
415
417
  - IconAnimation
416
418
  - IconAnimationAuto
@@ -444,6 +446,8 @@ Below is a complete list of available icons:
444
446
  - IconConsoleSimple
445
447
  - IconConsoleSimple1
446
448
  - IconDebugger
449
+ - IconDifferenceIgnored
450
+ - IconDifferenceModified
447
451
  - IconDraft
448
452
  - IconForkCode
449
453
  - IconHammer
@@ -646,6 +650,7 @@ Below is a complete list of available icons:
646
650
  - IconHdr
647
651
  - IconHighlight
648
652
  - IconInputForm
653
+ - IconIntegrations
649
654
  - IconKeyframe
650
655
  - IconLineThickness
651
656
  - IconMagnet
@@ -687,6 +692,8 @@ Below is a complete list of available icons:
687
692
 
688
693
  ### Filter & Settings
689
694
 
695
+ - IconBlockSortAscending
696
+ - IconBlockSortDescending
690
697
  - IconFilter1
691
698
  - IconFilter2
692
699
  - IconFilterAsc
@@ -1185,7 +1192,10 @@ Below is a complete list of available icons:
1185
1192
  - IconAura
1186
1193
  - IconBathMan1
1187
1194
  - IconBathWoman1
1195
+ - IconBrain
1196
+ - IconBrainSideview
1188
1197
  - IconContacts
1198
+ - IconEinstein
1189
1199
  - IconFocusMode
1190
1200
  - IconGenderFemale
1191
1201
  - IconGenderMale
@@ -1205,12 +1215,14 @@ Below is a complete list of available icons:
1205
1215
  - IconPeopleRemove
1206
1216
  - IconPeopleRemove2
1207
1217
  - IconPeopleVersus
1218
+ - IconPeopleVoice
1208
1219
  - IconPersona
1209
1220
  - IconSteveJobs
1210
1221
  - IconStreaming
1211
1222
  - IconSurfing
1212
1223
  - IconTeacher
1213
1224
  - IconTeacherWhiteboard
1225
+ - IconTeam
1214
1226
  - IconVibeCodingBird
1215
1227
  - IconVibeCodingStar
1216
1228
  - IconWheelchair
@@ -126,6 +126,20 @@
126
126
  "packageName": "round-outlined-radius-0-stroke-1",
127
127
  "componentName": "IconAffinity"
128
128
  },
129
+ {
130
+ "category": "Code",
131
+ "svg": "<circle cx=\"12\" cy=\"6\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.5\" cy=\"18\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.5\" cy=\"18\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9V12M12 12H6.5V15M12 12H17.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
132
+ "iconName": "agent, flow, diagram, org",
133
+ "variant": {
134
+ "join": "round",
135
+ "filled": "off",
136
+ "radius": "0",
137
+ "stroke": "1"
138
+ },
139
+ "createdAt": "2025-12-20T08:02:02.986535+00:00",
140
+ "packageName": "round-outlined-radius-0-stroke-1",
141
+ "componentName": "IconAgent"
142
+ },
129
143
  {
130
144
  "category": "Devices & Signals",
131
145
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 11.5H11.5V12.5H12.5V11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.7508 20.2286C19.5899 18.5859 21.5 15.516 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.516 4.41007 18.5859 7.24917 20.2286\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.24865 16.7634C7.60544 15.8122 6.5 14.0352 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12C17.5 14.0352 16.3946 15.8122 14.7514 16.7634\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -280,6 +294,20 @@
280
294
  "packageName": "round-outlined-radius-0-stroke-1",
281
295
  "componentName": "IconAirpods"
282
296
  },
297
+ {
298
+ "category": "AI & Magic",
299
+ "svg": "<path d=\"M2.5 6.5L11.5 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 6.5V4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 15.5C6.6822 14.3846 4.20506 11.6434 3.5 6.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 15.5C7.31602 14.3842 9.79342 11.6429 10.5 6.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.5L16 11.5L20.4999 20.5M12.5 18.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5655 3.86018L18.9756 2.32667C18.8999 2.12986 18.7109 2 18.5 2C18.2891 2 18.1001 2.12986 18.0244 2.32667L17.4345 3.86018C17.333 4.12427 17.1243 4.33297 16.8602 4.43455L15.3267 5.02436C15.1299 5.10005 15 5.28914 15 5.5C15 5.71086 15.1299 5.89995 15.3267 5.97564L16.8602 6.56545C17.1243 6.66703 17.333 6.87573 17.4345 7.13982L18.0244 8.67333C18.1001 8.87014 18.2891 9 18.5 9C18.7109 9 18.8999 8.87014 18.9756 8.67333L19.5655 7.13982C19.667 6.87573 19.8757 6.66703 20.1398 6.56545L21.6733 5.97564C21.8701 5.89995 22 5.71086 22 5.5C22 5.28914 21.8701 5.10005 21.6733 5.02436L20.1398 4.43455C19.8757 4.33297 19.667 4.12427 19.5655 3.86018Z\" fill=\"currentColor\"/>",
300
+ "iconName": "ai-translate,language, auto-translate",
301
+ "variant": {
302
+ "join": "round",
303
+ "filled": "off",
304
+ "radius": "0",
305
+ "stroke": "1"
306
+ },
307
+ "createdAt": "2025-12-20T12:02:02.663395+00:00",
308
+ "packageName": "round-outlined-radius-0-stroke-1",
309
+ "componentName": "IconAiTranslate"
310
+ },
283
311
  {
284
312
  "category": "Sound & Music",
285
313
  "svg": "<path d=\"M3.5 5.5V18.5M7.5 4.5V19.5M11.5 3.5V20.5L20.5 18.5V5.5L11.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -3150,6 +3178,34 @@
3150
3178
  "packageName": "round-outlined-radius-0-stroke-1",
3151
3179
  "componentName": "IconBlock"
3152
3180
  },
3181
+ {
3182
+ "category": "Filter & Settings",
3183
+ "svg": "<path d=\"M10.5 3.5H3.5V10.5H10.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 13.5H3.5V20.5H10.5V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 17.5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 10.5L17.5 6.5L21.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
3184
+ "iconName": "block-sort-ascending",
3185
+ "variant": {
3186
+ "join": "round",
3187
+ "filled": "off",
3188
+ "radius": "0",
3189
+ "stroke": "1"
3190
+ },
3191
+ "createdAt": "2025-12-20T12:02:02.663395+00:00",
3192
+ "packageName": "round-outlined-radius-0-stroke-1",
3193
+ "componentName": "IconBlockSortAscending"
3194
+ },
3195
+ {
3196
+ "category": "Filter & Settings",
3197
+ "svg": "<path d=\"M10.5 3.5H3.5V10.5H10.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 13.5H3.5V20.5H10.5V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 17V6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 13.5L17.5 17.5L21.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
3198
+ "iconName": "block-sort-descending",
3199
+ "variant": {
3200
+ "join": "round",
3201
+ "filled": "off",
3202
+ "radius": "0",
3203
+ "stroke": "1"
3204
+ },
3205
+ "createdAt": "2025-12-20T12:02:02.663395+00:00",
3206
+ "packageName": "round-outlined-radius-0-stroke-1",
3207
+ "componentName": "IconBlockSortDescending"
3208
+ },
3153
3209
  {
3154
3210
  "category": "Nature & Energy",
3155
3211
  "svg": "<path d=\"M7.25 12C4.62665 12 2.5 9.87335 2.5 7.25C2.5 4.62665 4.62665 2.5 7.25 2.5C9.87335 2.5 12 4.62665 12 7.25M7.25 12C4.62665 12 2.5 14.1266 2.5 16.75C2.5 19.3734 4.62665 21.5 7.25 21.5C9.87335 21.5 12 19.3734 12 16.75M7.25 12H8.30556M12 7.25C12 4.62665 14.1266 2.5 16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25C21.5 9.87335 19.3734 12 16.75 12M12 7.25V8.30556M16.75 12C19.3734 12 21.5 14.1266 21.5 16.75C21.5 19.3734 19.3734 21.5 16.75 21.5C14.1266 21.5 12 19.3734 12 16.75M16.75 12H15.6944M12 16.75V15.6944\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 9.5L7.5 7.5M14.5 9.5L16.5 7.5M14.5 14.5L16.5 16.5M9.5 14.5L7.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -3570,6 +3626,20 @@
3570
3626
  "packageName": "round-outlined-radius-0-stroke-1",
3571
3627
  "componentName": "IconBrackets2"
3572
3628
  },
3629
+ {
3630
+ "category": "People",
3631
+ "svg": "<path d=\"M3.87326 10.9728C3.65146 10.5059 3.52734 9.98359 3.52734 9.43228C3.52734 7.71144 4.73657 6.27302 6.35167 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M3.87326 10.9728C3.65146 10.5059 3.52734 9.98359 3.52734 9.43228C3.52734 7.71144 4.73657 6.27302 6.35167 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M3.87326 10.9728C3.65146 10.5059 3.52734 9.98359 3.52734 9.43228C3.52734 7.71144 4.73657 6.27302 6.35167 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M20.1268 10.9728C20.3487 10.5059 20.4728 9.98359 20.4728 9.43228C20.4728 7.71144 19.2635 6.27302 17.6484 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M20.1268 10.9728C20.3487 10.5059 20.4728 9.98359 20.4728 9.43228C20.4728 7.71144 19.2635 6.27302 17.6484 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M20.1268 10.9728C20.3487 10.5059 20.4728 9.98359 20.4728 9.43228C20.4728 7.71144 19.2635 6.27302 17.6484 5.92041\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M6.86486 16.8559C6.47405 17.0353 6.03924 17.1353 5.58108 17.1353C3.87945 17.1353 2.5 15.7558 2.5 14.0542C2.5 12.5512 3.57618 11.2996 5 11.0278\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M17.1367 16.8559C17.5275 17.0353 17.9623 17.1353 18.4205 17.1353C20.1221 17.1353 21.5016 15.7559 21.5016 14.0542C21.5016 12.5512 20.4253 11.2995 19.0015 11.0278\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12.0013 5.22866C12.0013 3.73973 10.7943 2.53271 9.30532 2.53271C7.81639 2.53271 6.60938 3.73973 6.60938 5.22866C6.60938 5.90669 6.85967 6.52625 7.27291 7\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12 5.19595C12 3.70702 13.207 2.5 14.6959 2.5C16.1849 2.5 17.3919 3.70702 17.3919 5.19595C17.3919 5.88969 17.1299 6.52224 16.6994 7\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12 5.06738V17.6485\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M11.9996 17.6488C11.9996 19.7758 10.2753 21.5001 8.14823 21.5001C6.02118 21.5001 4.29688 19.7758 4.29688 17.6488V17.1353\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12 17.6488C12 19.7758 13.7243 21.5001 15.8514 21.5001C17.9784 21.5001 19.7027 19.7758 19.7027 17.6488V17.1353\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
3632
+ "iconName": "brain, thinking, human, clever",
3633
+ "variant": {
3634
+ "join": "round",
3635
+ "filled": "off",
3636
+ "radius": "0",
3637
+ "stroke": "1"
3638
+ },
3639
+ "createdAt": "2025-12-20T04:02:03.012406+00:00",
3640
+ "packageName": "round-outlined-radius-0-stroke-1",
3641
+ "componentName": "IconBrain"
3642
+ },
3573
3643
  {
3574
3644
  "category": "AI & Magic",
3575
3645
  "svg": "<path d=\"M16 10.5C13.7909 10.5 12 8.70914 12 6.5M8 13.5C10.2091 13.5 12 15.2909 12 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 20.7002L12 3.06494\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 14.6389C21.5 16.1835 20.5521 17.5066 19.2064 18.0585C18.6382 20.0455 16.8084 21.5 14.6389 21.5C13.6624 21.5 12.7548 21.2054 12 20.7001C11.2452 21.2054 10.3376 21.5 9.36111 21.5C7.19161 21.5 5.36181 20.0455 4.79362 18.0585C3.44785 17.5066 2.5 16.1835 2.5 14.6389C2.5 13.6051 2.92458 12.6706 3.60887 12C2.92458 11.3295 2.5 10.3949 2.5 9.36111C2.5 7.45595 3.94208 5.88761 5.79423 5.68809C6.25545 3.85616 7.9138 2.5 9.88889 2.5C10.6579 2.5 11.379 2.70561 12 3.06486C12.621 2.70561 13.3421 2.5 14.1111 2.5C16.0862 2.5 17.7446 3.85616 18.2058 5.68809C20.0579 5.8876 21.5 7.45595 21.5 9.36111C21.5 10.3949 21.0754 11.3295 20.3911 12C21.0754 12.6706 21.5 13.6051 21.5 14.6389Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -3598,6 +3668,20 @@
3598
3668
  "packageName": "round-outlined-radius-0-stroke-1",
3599
3669
  "componentName": "IconBrain2"
3600
3670
  },
3671
+ {
3672
+ "category": "People",
3673
+ "svg": "<path d=\"M10.5783 4.32069C11.2318 3.80888 11.9478 3.51194 12.5957 3.5C13.7581 3.51492 14.6021 3.8999 15.307 4.65344C15.5839 4.95053 16.0837 4.91793 16.4513 4.95934C17.6971 5.10259 18.5161 5.88299 19.0403 7.03643C19.5408 8.1395 20.8523 8.39508 21.2816 9.70443C21.4999 10.3669 21.5819 11.0548 21.3998 11.7114C21.2482 12.2516 21.3914 12.732 21.4498 13.2334C21.5819 14.3645 21.2997 15.3493 20.553 16.1551C20.2457 16.4848 19.8745 16.7475 19.5311 17.0369C18.986 17.498 18.3812 17.8233 17.6874 17.9158C17.0826 17.9964 16.4917 17.9337 15.9285 17.6442C15.8284 17.592 15.6574 17.6084 15.5559 17.6666C14.1837 18.4429 13.208 19.1079 11.5404 18.4082C9.94102 17.7543 8.30555 21.5 8.30555 21.5H5.66667C5.74398 20.9833 6.32613 19.2884 5.92737 18.8216C5.53945 18.3694 5.15292 17.9009 4.70243 17.5249C3.6193 16.6191 3.12849 15.4627 3.22582 13.9959C3.24111 13.7706 3.13544 13.5303 3.05897 13.3065C2.89351 12.8231 2.62656 12.3605 2.55008 11.8636C2.34708 10.5445 2.76838 9.43136 3.68326 8.52114C3.87097 8.33611 4.04477 8.09289 4.13236 7.83922C4.83869 5.78451 6.21519 4.60719 8.21041 4.31771C8.8361 4.22668 9.49376 4.40127 10.1375 4.4341C10.2835 4.44156 10.4643 4.41022 10.5783 4.32069Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
3674
+ "iconName": "brain-sideview, thinking",
3675
+ "variant": {
3676
+ "join": "round",
3677
+ "filled": "off",
3678
+ "radius": "0",
3679
+ "stroke": "1"
3680
+ },
3681
+ "createdAt": "2025-12-20T08:02:02.986535+00:00",
3682
+ "packageName": "round-outlined-radius-0-stroke-1",
3683
+ "componentName": "IconBrainSideview"
3684
+ },
3601
3685
  {
3602
3686
  "category": "Code",
3603
3687
  "svg": "<circle cx=\"6.5\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.5\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.5\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 8.5V12H6.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -8134,6 +8218,34 @@
8134
8218
  "packageName": "round-outlined-radius-0-stroke-1",
8135
8219
  "componentName": "IconDices"
8136
8220
  },
8221
+ {
8222
+ "category": "Code",
8223
+ "svg": "<path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
8224
+ "iconName": "difference-ignored",
8225
+ "variant": {
8226
+ "join": "round",
8227
+ "filled": "off",
8228
+ "radius": "0",
8229
+ "stroke": "1"
8230
+ },
8231
+ "createdAt": "2025-12-20T08:02:02.986535+00:00",
8232
+ "packageName": "round-outlined-radius-0-stroke-1",
8233
+ "componentName": "IconDifferenceIgnored"
8234
+ },
8235
+ {
8236
+ "category": "Code",
8237
+ "svg": "<path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"/>",
8238
+ "iconName": "difference-modified",
8239
+ "variant": {
8240
+ "join": "round",
8241
+ "filled": "off",
8242
+ "radius": "0",
8243
+ "stroke": "1"
8244
+ },
8245
+ "createdAt": "2025-12-20T08:02:02.986535+00:00",
8246
+ "packageName": "round-outlined-radius-0-stroke-1",
8247
+ "componentName": "IconDifferenceModified"
8248
+ },
8137
8249
  {
8138
8250
  "category": "Things",
8139
8251
  "svg": "<path d=\"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
@@ -8736,6 +8848,20 @@
8736
8848
  "packageName": "round-outlined-radius-0-stroke-1",
8737
8849
  "componentName": "IconEditSmall2"
8738
8850
  },
8851
+ {
8852
+ "category": "People",
8853
+ "svg": "<circle cx=\"7\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 7C11.4443 6.33333 12.5557 6.33333 13.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.07576 19.5H3.5C3.5 16.5 5.05275 13.6056 8.13636 13.0412C9.73921 12.7478 12.2576 14.1177 12.2576 14.1177C12.2576 14.1177 14.3802 12.8725 15.8636 13.0412C19.2047 13.4212 20.5 16.5 20.5 19.5H17.9242C17.3424 18.5823 16.1531 18.2656 15.192 18.7726L14.8333 18.9618L13.851 18.346C12.8765 17.7351 11.6386 17.7351 10.6641 18.346L9.68182 18.9618L9.60484 18.9212C8.43154 18.3023 6.98988 18.5388 6.07576 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8854
+ "iconName": "einstein, thinking, physics",
8855
+ "variant": {
8856
+ "join": "round",
8857
+ "filled": "off",
8858
+ "radius": "0",
8859
+ "stroke": "1"
8860
+ },
8861
+ "createdAt": "2025-12-20T04:02:03.012406+00:00",
8862
+ "packageName": "round-outlined-radius-0-stroke-1",
8863
+ "componentName": "IconEinstein"
8864
+ },
8739
8865
  {
8740
8866
  "category": "Interface General",
8741
8867
  "svg": "<path d=\"M1.5 12H6L9 2.5L15 21.5L18 12H22.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -10306,7 +10432,7 @@
10306
10432
  },
10307
10433
  {
10308
10434
  "category": "Folders & Files",
10309
- "svg": "<path d=\"M16.5 19.5H21.5V6.5H12L10 3.5H2.5V19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11.5V18L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 18L9.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10435
+ "svg": "<path d=\"M16.5 19.5H21.5V6.5H12L10 3.5H2.5V19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11.5V17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 15.5L12 18L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10310
10436
  "iconName": "folder-download",
10311
10437
  "variant": {
10312
10438
  "join": "round",
@@ -10432,7 +10558,7 @@
10432
10558
  },
10433
10559
  {
10434
10560
  "category": "Folders & Files",
10435
- "svg": "<path d=\"M16.5 19.5H21.5V6.5H12L10 3.5H2.5V19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 19.5V13L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13L9.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10561
+ "svg": "<path d=\"M16.5 19.5H21.5V6.5H12L10 3.5H2.5V19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 19.5V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 15.5L12 13L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10436
10562
  "iconName": "folder-upload",
10437
10563
  "variant": {
10438
10564
  "join": "round",
@@ -12320,6 +12446,20 @@
12320
12446
  "packageName": "round-outlined-radius-0-stroke-1",
12321
12447
  "componentName": "IconInstagram"
12322
12448
  },
12449
+ {
12450
+ "category": "Edit",
12451
+ "svg": "<path d=\"M1.5 12L9 4.5L16.5 12L9 19.5L1.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7.5L15 4.5L22.5 12L15 19.5L12 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12452
+ "iconName": "integrations, frames, keyframes, interactions",
12453
+ "variant": {
12454
+ "join": "round",
12455
+ "filled": "off",
12456
+ "radius": "0",
12457
+ "stroke": "1"
12458
+ },
12459
+ "createdAt": "2025-12-20T12:02:02.663395+00:00",
12460
+ "packageName": "round-outlined-radius-0-stroke-1",
12461
+ "componentName": "IconIntegrations"
12462
+ },
12323
12463
  {
12324
12464
  "category": "Communication",
12325
12465
  "svg": "<path d=\"M4.5 10.9706V2.5H19.5V10.9706M9.5 7.5H14.5M2.5 10.5V20.5H21.5V10.5L12 13.5L2.5 10.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15806,6 +15946,20 @@
15806
15946
  "packageName": "round-outlined-radius-0-stroke-1",
15807
15947
  "componentName": "IconPeopleVersus"
15808
15948
  },
15949
+ {
15950
+ "category": "People",
15951
+ "svg": "<path d=\"M20.5 8.5V11.5M17.5 3.5V16.5M14.5 6.5V13.5M11.5 4.5V7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5V20C3.5 17.5147 5.51472 15.5 8 15.5C10.4853 15.5 12.5 17.5147 12.5 20V20.5H3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8\" cy=\"11.5\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15952
+ "iconName": "people-voice, user, person",
15953
+ "variant": {
15954
+ "join": "round",
15955
+ "filled": "off",
15956
+ "radius": "0",
15957
+ "stroke": "1"
15958
+ },
15959
+ "createdAt": "2025-12-20T04:02:03.012406+00:00",
15960
+ "packageName": "round-outlined-radius-0-stroke-1",
15961
+ "componentName": "IconPeopleVoice"
15962
+ },
15809
15963
  {
15810
15964
  "category": "Shopping & Payment",
15811
15965
  "svg": "<path d=\"M16 8L8 16M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.375 9C8.375 9.34518 8.65482 9.625 9 9.625C9.34518 9.625 9.625 9.34518 9.625 9C9.625 8.65482 9.34518 8.375 9 8.375C8.65482 8.375 8.375 8.65482 8.375 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.375 15C14.375 15.3452 14.6548 15.625 15 15.625C15.3452 15.625 15.625 15.3452 15.625 15C15.625 14.6548 15.3452 14.375 15 14.375C14.6548 14.375 14.375 14.6548 14.375 15Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20692,6 +20846,20 @@
20692
20846
  "packageName": "round-outlined-radius-0-stroke-1",
20693
20847
  "componentName": "IconTeacherWhiteboard"
20694
20848
  },
20849
+ {
20850
+ "category": "People",
20851
+ "svg": "<circle cx=\"12\" cy=\"7.25\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5\" cy=\"9.25\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"19\" cy=\"9.25\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 19.5H18.5C18.5 19.5 18.5 12 12 12C5.5 12 5.5 19.5 5.5 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 18.5H0.5C0.500156 17.5 1 13 5.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 18.5H23.5C23.4998 17.5 23 13 18.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20852
+ "iconName": "team, group, people, community, users",
20853
+ "variant": {
20854
+ "join": "round",
20855
+ "filled": "off",
20856
+ "radius": "0",
20857
+ "stroke": "1"
20858
+ },
20859
+ "createdAt": "2025-12-20T04:02:03.012406+00:00",
20860
+ "packageName": "round-outlined-radius-0-stroke-1",
20861
+ "componentName": "IconTeam"
20862
+ },
20695
20863
  {
20696
20864
  "category": "Things",
20697
20865
  "svg": "<path d=\"M8.75 11.75C8.10541 12.9074 7.73434 14.1636 7.75051 15.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.25 11.75C15.8946 12.9074 16.2657 14.1636 16.2495 15.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 19.5C11.302 20.1667 12.698 20.1667 14.25 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 18.625C9.75 20.2128 8.46282 21.5 6.875 21.5C5.28718 21.5 4 20.2128 4 18.625C4 17.0372 5.28718 15.75 6.875 15.75C8.46282 15.75 9.75 17.0372 9.75 18.625Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 18.625C20 20.2128 18.7128 21.5 17.125 21.5C15.5372 21.5 14.25 20.2128 14.25 18.625C14.25 17.0372 15.5372 15.75 17.125 15.75C18.7128 15.75 20 17.0372 20 18.625Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 11.5L19.0315 12.4067C20.0471 12.6874 20.75 13.6072 20.75 14.6558C20.75 15.2552 20.5182 15.8316 20.1027 16.2656L19.6389 16.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 11.5L4.96852 12.4067C3.95288 12.6874 3.25 13.6072 3.25 14.6558C3.25 15.2552 3.48178 15.8316 3.89733 16.2656L4.36111 16.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 2.5C11.1822 2.5 10.4067 2.66729 9.71158 2.96682C9.2815 2.67194 8.7645 2.5 8.20833 2.5C6.71256 2.5 5.5 3.74365 5.5 5.27778C5.5 6.18657 5.92551 6.99342 6.58333 7.5002C6.58345 10.2615 9.00853 12.5 12 12.5C14.9915 12.5 17.4165 10.2615 17.4167 7.5002C18.0745 6.99342 18.5 6.18657 18.5 5.27778C18.5 3.74365 17.2874 2.5 15.7917 2.5C15.2355 2.5 14.7185 2.67194 14.2884 2.96682C13.5933 2.66729 12.8178 2.5 12 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.9554 8.35982C10.5727 8.43767 10.3796 8.78558 10.5808 9.07263C10.875 9.49226 11.3626 10 12 10C12.6374 10 13.125 9.49226 13.4192 9.07263C13.6204 8.78558 13.4273 8.43767 13.0446 8.35982C12.3248 8.21339 11.6752 8.21339 10.9554 8.35982Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export type CentralIconName =
8
8
  | "IconAddToBasket2"
9
9
  | "IconAdjustPhoto"
10
10
  | "IconAffinity"
11
+ | "IconAgent"
11
12
  | "IconAirdrop"
12
13
  | "IconAirdrop2"
13
14
  | "IconAirplane"
@@ -19,6 +20,7 @@ export type CentralIconName =
19
20
  | "IconAirpodLeft"
20
21
  | "IconAirpodRight"
21
22
  | "IconAirpods"
23
+ | "IconAiTranslate"
22
24
  | "IconAlbums"
23
25
  | "IconAlien"
24
26
  | "IconAlignHorizontalCenter"
@@ -224,6 +226,8 @@ export type CentralIconName =
224
226
  | "IconBlankPagePortrait"
225
227
  | "IconBlip"
226
228
  | "IconBlock"
229
+ | "IconBlockSortAscending"
230
+ | "IconBlockSortDescending"
227
231
  | "IconBlossom"
228
232
  | "IconBluesky"
229
233
  | "IconBluetooth"
@@ -254,8 +258,10 @@ export type CentralIconName =
254
258
  | "IconBoxSparkle"
255
259
  | "IconBrackets1"
256
260
  | "IconBrackets2"
261
+ | "IconBrain"
257
262
  | "IconBrain1"
258
263
  | "IconBrain2"
264
+ | "IconBrainSideview"
259
265
  | "IconBranch"
260
266
  | "IconBreakfast"
261
267
  | "IconBrightness"
@@ -580,6 +586,8 @@ export type CentralIconName =
580
586
  | "IconDice5"
581
587
  | "IconDice6"
582
588
  | "IconDices"
589
+ | "IconDifferenceIgnored"
590
+ | "IconDifferenceModified"
583
591
  | "IconDino"
584
592
  | "IconDirection1"
585
593
  | "IconDirection2"
@@ -623,6 +631,7 @@ export type CentralIconName =
623
631
  | "IconEditBig"
624
632
  | "IconEditSmall1"
625
633
  | "IconEditSmall2"
634
+ | "IconEinstein"
626
635
  | "IconElectrocardiogram"
627
636
  | "IconEmail1"
628
637
  | "IconEmail1Sparkle"
@@ -879,6 +888,7 @@ export type CentralIconName =
879
888
  | "IconInputForm"
880
889
  | "IconInsights"
881
890
  | "IconInstagram"
891
+ | "IconIntegrations"
882
892
  | "IconInvite"
883
893
  | "IconItalic"
884
894
  | "IconJava"
@@ -1128,6 +1138,7 @@ export type CentralIconName =
1128
1138
  | "IconPeopleRemove"
1129
1139
  | "IconPeopleRemove2"
1130
1140
  | "IconPeopleVersus"
1141
+ | "IconPeopleVoice"
1131
1142
  | "IconPercent"
1132
1143
  | "IconPerplexity"
1133
1144
  | "IconPersona"
@@ -1477,6 +1488,7 @@ export type CentralIconName =
1477
1488
  | "IconTea"
1478
1489
  | "IconTeacher"
1479
1490
  | "IconTeacherWhiteboard"
1491
+ | "IconTeam"
1480
1492
  | "IconTeddyBear"
1481
1493
  | "IconTelegram"
1482
1494
  | "IconTelephone"