@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.92 → 1.1.95

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 (46) hide show
  1. package/IconArrowLoopDownLeft/index.d.ts +4 -0
  2. package/IconArrowLoopDownLeft/index.js +2 -0
  3. package/IconArrowLoopDownLeft/index.js.map +1 -0
  4. package/IconArrowLoopDownLeft/index.mjs +2 -0
  5. package/IconArrowLoopDownLeft/index.mjs.map +1 -0
  6. package/IconBag3/index.d.ts +4 -0
  7. package/IconBag3/index.js +2 -0
  8. package/IconBag3/index.js.map +1 -0
  9. package/IconBag3/index.mjs +2 -0
  10. package/IconBag3/index.mjs.map +1 -0
  11. package/IconFolders2/index.d.ts +4 -0
  12. package/IconFolders2/index.js +2 -0
  13. package/IconFolders2/index.js.map +1 -0
  14. package/IconFolders2/index.mjs +2 -0
  15. package/IconFolders2/index.mjs.map +1 -0
  16. package/IconIconists/index.d.ts +4 -0
  17. package/IconIconists/index.js +2 -0
  18. package/IconIconists/index.js.map +1 -0
  19. package/IconIconists/index.mjs +2 -0
  20. package/IconIconists/index.mjs.map +1 -0
  21. package/IconListBullets/index.js +1 -1
  22. package/IconListBullets/index.js.map +1 -1
  23. package/IconListBullets/index.mjs +1 -1
  24. package/IconListBullets/index.mjs.map +1 -1
  25. package/IconListBulletsSquare/index.d.ts +4 -0
  26. package/IconListBulletsSquare/index.js +2 -0
  27. package/IconListBulletsSquare/index.js.map +1 -0
  28. package/IconListBulletsSquare/index.mjs +2 -0
  29. package/IconListBulletsSquare/index.mjs.map +1 -0
  30. package/IconVoiceLow/index.d.ts +4 -0
  31. package/IconVoiceLow/index.js +2 -0
  32. package/IconVoiceLow/index.js.map +1 -0
  33. package/IconVoiceLow/index.mjs +2 -0
  34. package/IconVoiceLow/index.mjs.map +1 -0
  35. package/README.md +7 -1
  36. package/filtered-icons.json +86 -2
  37. package/icons/index.d.ts +6 -0
  38. package/icons-index.json +21 -9
  39. package/index.d.ts +6 -0
  40. package/index.js +1 -1
  41. package/index.js.map +1 -1
  42. package/index.mjs +1 -1
  43. package/index.mjs.map +1 -1
  44. package/license-check.js +1 -1
  45. package/package.json +1 -1
  46. package/tsx-icons.json +44 -2
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowLoopDownLeft: FC<CentralIconBaseProps>;
4
+ export default IconArrowLoopDownLeft;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of k(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(a=f(r,t))||a.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(n({},"__esModule",{value:!0}),o);var g={};L(g,{IconArrowLoopDownLeft:()=>u,default:()=>P});module.exports=x(g);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(s.Path,{d:"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 17L6 20L9 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconArrowLoopDownLeft});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLoopDownLeft/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 17L6 20L9 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\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,2BAAAE,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,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowLoopDownLeft_exports","__export","IconArrowLoopDownLeft","IconArrowLoopDownLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:r,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var C=r=>e.createElement(t,{...r},e.createElement(n,{d:"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3 17L6 20L9 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconArrowLoopDownLeft,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLoopDownLeft/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 17L6 20L9 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\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,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBag3: FC<CentralIconBaseProps>;
4
+ export default IconBag3;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(f(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var x={};h(x,{IconBag3:()=>c,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M21 8C21 7.44772 20.5523 7 20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M8.00391 7V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M3 11.5L12 13L21 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 12V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;0&&(module.exports={IconBag3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBag3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 8C21 7.44772 20.5523 7 20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 7V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5L12 13L21 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\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,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBag3_exports","__export","IconBag3","IconBag3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M21 8C21 7.44772 20.5523 7 20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.00391 7V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3 11.5L12 13L21 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 12V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconBag3,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBag3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 8C21 7.44772 20.5523 7 20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 7V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5L12 13L21 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\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,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolders2: FC<CentralIconBaseProps>;
4
+ export default IconFolders2;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconFolders2:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M7 14V5C7 4.44772 7.44772 4 8 4H11.0858C11.351 4 11.6054 4.10536 11.7929 4.29289L13.2071 5.70711C13.3946 5.89464 13.649 6 13.9142 6H20C20.5523 6 21 6.44772 21 7V14C21 14.5523 20.5523 15 20 15H8C7.44772 15 7 14.5523 7 14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 8V18C3 18.5523 3.44772 19 4 19H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconFolders2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolders2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 14V5C7 4.44772 7.44772 4 8 4H11.0858C11.351 4 11.6054 4.10536 11.7929 4.29289L13.2071 5.70711C13.3946 5.89464 13.649 6 13.9142 6H20C20.5523 6 21 6.44772 21 7V14C21 14.5523 20.5523 15 20 15H8C7.44772 15 7 14.5523 7 14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8V18C3 18.5523 3.44772 19 4 19H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\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,kBAAAE,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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolders2_exports","__export","IconFolders2","IconFolders2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M7 14V5C7 4.44772 7.44772 4 8 4H11.0858C11.351 4 11.6054 4.10536 11.7929 4.29289L13.2071 5.70711C13.3946 5.89464 13.649 6 13.9142 6H20C20.5523 6 21 6.44772 21 7V14C21 14.5523 20.5523 15 20 15H8C7.44772 15 7 14.5523 7 14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3 8V18C3 18.5523 3.44772 19 4 19H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconFolders2,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolders2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 14V5C7 4.44772 7.44772 4 8 4H11.0858C11.351 4 11.6054 4.10536 11.7929 4.29289L13.2071 5.70711C13.3946 5.89464 13.649 6 13.9142 6H20C20.5523 6 21 6.44772 21 7V14C21 14.5523 20.5523 15 20 15H8C7.44772 15 7 14.5523 7 14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8V18C3 18.5523 3.44772 19 4 19H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIconists: FC<CentralIconBaseProps>;
4
+ export default IconIconists;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},s(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>s(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconIconists:()=>i,default:()=>y});module.exports=v(d);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),p.default.createElement(l.Path,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),y=i;0&&(module.exports={IconIconists});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIconists/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,kBAAAE,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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGE,EAAQJ","names":["IconIconists_exports","__export","IconIconists","IconIconists_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var s=o=>t.createElement(n,{...o},t.createElement(e,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),t.createElement(e,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),P=s;export{s as IconIconists,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIconists/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!x.call(r,n)&&n!==t&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(I(r)):{},s(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(l({},"__esModule",{value:!0}),r);var v={};P(v,{IconListBullets:()=>u,default:()=>h});module.exports=g(v);var e=i(require("react"));var m=i(require("react")),a=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>e.default.createElement(f,{...r},e.default.createElement(C.Path,{d:"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z",fill:"currentColor"})),h=u;0&&(module.exports={IconListBullets});
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of x(o))!B.call(r,l)&&l!==t&&p(r,l,{get:()=>o[l],enumerable:!(s=d(o,l))||s.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(k(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>c(p({},"__esModule",{value:!0}),r);var L={};I(L,{IconListBullets:()=>m,default:()=>y});module.exports=h(L);var e=C(require("react"));var i=C(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...t})=>i.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M10 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Circle,{cx:"4.5",cy:"6",r:"1.5",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M10 12L20 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Circle,{cx:"4.5",cy:"12",r:"1.5",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M10 18L20 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Circle,{cx:"4.5",cy:"18",r:"1.5",fill:"currentColor"})),y=m;0&&(module.exports={IconListBullets});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconListBullets/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
1
+ {"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M10 12L20 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M10 18L20 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,IAAI,EAAE,MAAM,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,CACvD,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z",fill:"currentColor"}),o.createElement(t,{d:"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z",fill:"currentColor"}),o.createElement(t,{d:"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z",fill:"currentColor"})),x=s;export{s as IconListBullets,x as default};
1
+ import r from"react";import s from"react";import{Svg as c}from"react-native-svg";var l=({children:t,size:o=24,...p})=>s.createElement(c,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as e,Path as n}from"react-native-svg";var C=t=>r.createElement(l,{...t},r.createElement(n,{d:"M10 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(e,{cx:"4.5",cy:"6",r:"1.5",fill:"currentColor"}),r.createElement(n,{d:"M10 12L20 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(e,{cx:"4.5",cy:"12",r:"1.5",fill:"currentColor"}),r.createElement(n,{d:"M10 18L20 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(e,{cx:"4.5",cy:"18",r:"1.5",fill:"currentColor"})),I=C;export{C as IconListBullets,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconListBullets/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
1
+ {"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M10 12L20 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M10 18L20 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,IAAI,EAAE,MAAM,KAAK,eAAe,EACpDI,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACrDI,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,CACvD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconListBulletsSquare: FC<CentralIconBaseProps>;
4
+ export default IconListBulletsSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!x.call(r,n)&&n!==t&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(I(r)):{},s(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(l({},"__esModule",{value:!0}),r);var v={};P(v,{IconListBulletsSquare:()=>f,default:()=>h});module.exports=g(v);var e=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),f=r=>e.default.createElement(u,{...r},e.default.createElement(C.Path,{d:"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z",fill:"currentColor"})),h=f;0&&(module.exports={IconListBulletsSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconListBulletsSquare/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,2BAAAE,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,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBulletsSquare_exports","__export","IconListBulletsSquare","IconListBulletsSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z",fill:"currentColor"}),o.createElement(t,{d:"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z",fill:"currentColor"}),o.createElement(t,{d:"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z",fill:"currentColor"})),x=s;export{s as IconListBulletsSquare,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconListBulletsSquare/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceLow: FC<CentralIconBaseProps>;
4
+ export default IconVoiceLow;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,d)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!B.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(d=m(o,s))||d.enumerable});return r};var a=(r,o,t)=>(t=r!=null?l(h(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconVoiceLow:()=>k,default:()=>P});module.exports=x(g);var e=a(require("react"));var c=a(require("react")),u=require("react-native-svg"),C=({children:r,size:o=24,...t})=>c.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),k=r=>e.default.createElement(C,{...r},e.default.createElement(n.Path,{d:"M8 7V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M4 11.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M12 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M16 9V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M20 11.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),P=k;0&&(module.exports={IconVoiceLow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceLow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 7V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M4 11.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 9V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20 11.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,kBAAAE,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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconVoiceLow_exports","__export","IconVoiceLow","IconVoiceLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as d}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(d,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M8 7V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M4 11.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M12 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M16 9V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M20 11.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),B=i;export{i as IconVoiceLow,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceLow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 7V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M4 11.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 9V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20 11.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
package/README.md CHANGED
@@ -251,6 +251,7 @@ Below is a complete list of available icons:
251
251
  - IconArrowLeftRight
252
252
  - IconArrowLeftSquare
253
253
  - IconArrowLeftUpCircle
254
+ - IconArrowLoopDownLeft
254
255
  - IconArrowPathDown
255
256
  - IconArrowPathLeft
256
257
  - IconArrowPathRight
@@ -778,11 +779,12 @@ Below is a complete list of available icons:
778
779
  - IconFolderPaper
779
780
  - IconFolderRestricted
780
781
  - IconFolders
782
+ - IconFolders2
781
783
  - IconFolderShared
782
784
  - IconFolderShield
783
785
  - IconFolderUpload
784
786
  - IconLibrary
785
- - IconListBullets
787
+ - IconListBulletsSquare
786
788
  - IconMoveFolder
787
789
  - IconNote1
788
790
  - IconNote2
@@ -1030,6 +1032,7 @@ Below is a complete list of available icons:
1030
1032
  - IconLightBulb
1031
1033
  - IconLightbulbGlow
1032
1034
  - IconLightBulbSimple
1035
+ - IconListBullets
1033
1036
  - IconLoader
1034
1037
  - IconLoadingCircle
1035
1038
  - IconMagnifyingGlass
@@ -1500,6 +1503,7 @@ Below is a complete list of available icons:
1500
1503
  - IconGoose
1501
1504
  - IconGrok
1502
1505
  - IconGumroad
1506
+ - IconIconists
1503
1507
  - IconImessage
1504
1508
  - IconInstagram
1505
1509
  - IconJava
@@ -1615,6 +1619,7 @@ Below is a complete list of available icons:
1615
1619
  - IconVocalMicrophone
1616
1620
  - IconVoice3
1617
1621
  - IconVoiceHigh
1622
+ - IconVoiceLow
1618
1623
  - IconVoiceMid
1619
1624
  - IconVoiceMode
1620
1625
  - IconVoiceRecord
@@ -1677,6 +1682,7 @@ Below is a complete list of available icons:
1677
1682
  - IconBackpack
1678
1683
  - IconBag
1679
1684
  - IconBag2
1685
+ - IconBag3
1680
1686
  - IconBalloon
1681
1687
  - IconBaymax
1682
1688
  - IconBean
@@ -1400,6 +1400,20 @@
1400
1400
  "packageName": "round-outlined-radius-1-stroke-2",
1401
1401
  "componentName": "IconArrowLeftX"
1402
1402
  },
1403
+ {
1404
+ "category": "Arrows",
1405
+ "svg": "<path d=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 17L6 20L9 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1406
+ "iconName": "arrow-loop-down-left, restore, reset",
1407
+ "variant": {
1408
+ "join": "round",
1409
+ "filled": "off",
1410
+ "radius": "1",
1411
+ "stroke": "2"
1412
+ },
1413
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
1414
+ "packageName": "round-outlined-radius-1-stroke-2",
1415
+ "componentName": "IconArrowLoopDownLeft"
1416
+ },
1403
1417
  {
1404
1418
  "category": "Interface General",
1405
1419
  "svg": "<path d=\"M20 14.75V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V14.75M12 4V15.25M12 4L16.5 8.5M12 4L7.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -2464,6 +2478,20 @@
2464
2478
  "packageName": "round-outlined-radius-1-stroke-2",
2465
2479
  "componentName": "IconBag2Sparkle"
2466
2480
  },
2481
+ {
2482
+ "category": "Things",
2483
+ "svg": "<path d=\"M21 8C21 7.44772 20.5523 7 20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.00391 7V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 11.5L12 13L21 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2484
+ "iconName": "bag-3, luggage, suitcase, work",
2485
+ "variant": {
2486
+ "join": "round",
2487
+ "filled": "off",
2488
+ "radius": "1",
2489
+ "stroke": "2"
2490
+ },
2491
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
2492
+ "packageName": "round-outlined-radius-1-stroke-2",
2493
+ "componentName": "IconBag3"
2494
+ },
2467
2495
  {
2468
2496
  "category": "Things",
2469
2497
  "svg": "<path d=\"M12 19C15 19 20 15.5 20 9.52857C20 4.83415 16.4183 2 12 2C7.58172 2 4 4.83415 4 9.52857C4 15.5 9 19 12 19Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5004 19L9.53682 20.4453C9.09378 21.1099 9.57017 22 10.3689 22H13.6318C14.4305 22 14.9069 21.1099 14.4639 20.4453L13.5004 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.10156 8.99942C8.43582 7.45238 9.56119 6.42854 10.9998 6.10742\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -10710,6 +10738,20 @@
10710
10738
  "packageName": "round-outlined-radius-1-stroke-2",
10711
10739
  "componentName": "IconFolders"
10712
10740
  },
10741
+ {
10742
+ "category": "Folders & Files",
10743
+ "svg": "<path d=\"M7 14V5C7 4.44772 7.44772 4 8 4H11.0858C11.351 4 11.6054 4.10536 11.7929 4.29289L13.2071 5.70711C13.3946 5.89464 13.649 6 13.9142 6H20C20.5523 6 21 6.44772 21 7V14C21 14.5523 20.5523 15 20 15H8C7.44772 15 7 14.5523 7 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 8V18C3 18.5523 3.44772 19 4 19H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10744
+ "iconName": "folders-2, collection, stuff",
10745
+ "variant": {
10746
+ "join": "round",
10747
+ "filled": "off",
10748
+ "radius": "1",
10749
+ "stroke": "2"
10750
+ },
10751
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
10752
+ "packageName": "round-outlined-radius-1-stroke-2",
10753
+ "componentName": "IconFolders2"
10754
+ },
10713
10755
  {
10714
10756
  "category": "Folders & Files",
10715
10757
  "svg": "<path d=\"M3.0002 7V5C3.0002 4.44772 3.44792 4 4.0002 4H9.46502C9.79937 4 10.1116 4.1671 10.2971 4.4453L11.7033 6.5547C11.8888 6.8329 12.201 7 12.5354 7H20.0002C20.5525 7 21.0002 7.44772 21.0002 8V18C21.0002 18.5523 20.5525 19 20.0002 19H14.0002M7.75021 12.5C7.75021 13.4665 6.9667 14.25 6.0002 14.25C5.03371 14.25 4.2502 13.4665 4.2502 12.5C4.2502 11.5335 5.03371 10.75 6.0002 10.75C6.9667 10.75 7.75021 11.5335 7.75021 12.5ZM2.64314 18.8242C3.35624 17.7262 4.5934 17 6.00016 17C7.40693 17 8.64408 17.7262 9.35719 18.8242C9.7131 19.3722 9.23761 20 8.58417 20H3.41615C2.76272 20 2.28723 19.3722 2.64314 18.8242Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
@@ -12292,6 +12334,20 @@
12292
12334
  "packageName": "round-outlined-radius-1-stroke-2",
12293
12335
  "componentName": "IconIceHockey"
12294
12336
  },
12337
+ {
12338
+ "category": "Social Media & Brands",
12339
+ "svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
12340
+ "iconName": "iconists",
12341
+ "variant": {
12342
+ "join": "round",
12343
+ "filled": "off",
12344
+ "radius": "1",
12345
+ "stroke": "2"
12346
+ },
12347
+ "createdAt": "2026-01-17T09:03:18.498678+00:00",
12348
+ "packageName": "round-outlined-radius-1-stroke-2",
12349
+ "componentName": "IconIconists"
12350
+ },
12295
12351
  {
12296
12352
  "category": "Devices & Signals",
12297
12353
  "svg": "<path d=\"M21 13H3M10 17H14V21H10V17ZM4 17H20C20.5523 17 21 16.5523 21 16V5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5V16C3 16.5523 3.44772 17 4 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
@@ -13510,10 +13566,24 @@
13510
13566
  "packageName": "round-outlined-radius-1-stroke-2",
13511
13567
  "componentName": "IconLiquidGlass"
13512
13568
  },
13569
+ {
13570
+ "category": "Interface General",
13571
+ "svg": "<path d=\"M10 6L20 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M10 12L20 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M10 18L20 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"/>",
13572
+ "iconName": "list-bullets",
13573
+ "variant": {
13574
+ "join": "round",
13575
+ "filled": "off",
13576
+ "radius": "1",
13577
+ "stroke": "2"
13578
+ },
13579
+ "createdAt": "2026-01-17T09:03:18.498678+00:00",
13580
+ "packageName": "round-outlined-radius-1-stroke-2",
13581
+ "componentName": "IconListBullets"
13582
+ },
13513
13583
  {
13514
13584
  "category": "Folders & Files",
13515
13585
  "svg": "<path d=\"M20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\" fill=\"currentColor\"/><path d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\" fill=\"currentColor\"/><path d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\" fill=\"currentColor\"/>",
13516
- "iconName": "list-bullets",
13586
+ "iconName": "list-bullets-square",
13517
13587
  "variant": {
13518
13588
  "join": "round",
13519
13589
  "filled": "off",
@@ -13522,7 +13592,7 @@
13522
13592
  },
13523
13593
  "createdAt": "2025-02-15T21:11:33.829321+00:00",
13524
13594
  "packageName": "round-outlined-radius-1-stroke-2",
13525
- "componentName": "IconListBullets"
13595
+ "componentName": "IconListBulletsSquare"
13526
13596
  },
13527
13597
  {
13528
13598
  "category": "AI & Magic",
@@ -22876,6 +22946,20 @@
22876
22946
  "packageName": "round-outlined-radius-1-stroke-2",
22877
22947
  "componentName": "IconVoiceHigh"
22878
22948
  },
22949
+ {
22950
+ "category": "Sound & Music",
22951
+ "svg": "<path d=\"M8 7V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M4 11.5V12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M12 11V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 9V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M20 11.5V12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
22952
+ "iconName": "voice-low, wave",
22953
+ "variant": {
22954
+ "join": "round",
22955
+ "filled": "off",
22956
+ "radius": "1",
22957
+ "stroke": "2"
22958
+ },
22959
+ "createdAt": "2026-01-17T09:03:18.498678+00:00",
22960
+ "packageName": "round-outlined-radius-1-stroke-2",
22961
+ "componentName": "IconVoiceLow"
22962
+ },
22879
22963
  {
22880
22964
  "category": "Sound & Music",
22881
22965
  "svg": "<path d=\"M8 6V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M4 11V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M12 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M20 11V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -99,6 +99,7 @@ export type CentralIconName =
99
99
  | "IconArrowLeftSquare"
100
100
  | "IconArrowLeftUpCircle"
101
101
  | "IconArrowLeftX"
102
+ | "IconArrowLoopDownLeft"
102
103
  | "IconArrowOutOfBox"
103
104
  | "IconArrowPathDown"
104
105
  | "IconArrowPathLeft"
@@ -175,6 +176,7 @@ export type CentralIconName =
175
176
  | "IconBag"
176
177
  | "IconBag2"
177
178
  | "IconBag2Sparkle"
179
+ | "IconBag3"
178
180
  | "IconBalloon"
179
181
  | "IconBanana"
180
182
  | "IconBank"
@@ -764,6 +766,7 @@ export type CentralIconName =
764
766
  | "IconFolderPaper"
765
767
  | "IconFolderRestricted"
766
768
  | "IconFolders"
769
+ | "IconFolders2"
767
770
  | "IconFolderShared"
768
771
  | "IconFolderShield"
769
772
  | "IconFolderSparkle"
@@ -877,6 +880,7 @@ export type CentralIconName =
877
880
  | "IconHumanMashine"
878
881
  | "IconIcebowl"
879
882
  | "IconIceHockey"
883
+ | "IconIconists"
880
884
  | "IconImac"
881
885
  | "IconImageAltText"
882
886
  | "IconImageAvatarSparkle"
@@ -965,6 +969,7 @@ export type CentralIconName =
965
969
  | "IconLinktree"
966
970
  | "IconLiquidGlass"
967
971
  | "IconListBullets"
972
+ | "IconListBulletsSquare"
968
973
  | "IconListSparkle"
969
974
  | "IconLiveActivity"
970
975
  | "IconLiveFull"
@@ -1633,6 +1638,7 @@ export type CentralIconName =
1633
1638
  | "IconVoice3"
1634
1639
  | "IconVoiceAndVideo"
1635
1640
  | "IconVoiceHigh"
1641
+ | "IconVoiceLow"
1636
1642
  | "IconVoiceMid"
1637
1643
  | "IconVoiceMode"
1638
1644
  | "IconVoiceRecord"