@central-icons-react-native/round-filled-radius-2-stroke-1 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.
- package/IconArrowLoopDownLeft/index.d.ts +4 -0
- package/IconArrowLoopDownLeft/index.js +2 -0
- package/IconArrowLoopDownLeft/index.js.map +1 -0
- package/IconArrowLoopDownLeft/index.mjs +2 -0
- package/IconArrowLoopDownLeft/index.mjs.map +1 -0
- package/IconBag3/index.d.ts +4 -0
- package/IconBag3/index.js +2 -0
- package/IconBag3/index.js.map +1 -0
- package/IconBag3/index.mjs +2 -0
- package/IconBag3/index.mjs.map +1 -0
- package/IconFolders2/index.d.ts +4 -0
- package/IconFolders2/index.js +2 -0
- package/IconFolders2/index.js.map +1 -0
- package/IconFolders2/index.mjs +2 -0
- package/IconFolders2/index.mjs.map +1 -0
- package/IconIconists/index.d.ts +4 -0
- package/IconIconists/index.js +2 -0
- package/IconIconists/index.js.map +1 -0
- package/IconIconists/index.mjs +2 -0
- package/IconIconists/index.mjs.map +1 -0
- package/IconListBullets/index.js +1 -1
- package/IconListBullets/index.js.map +1 -1
- package/IconListBullets/index.mjs +1 -1
- package/IconListBullets/index.mjs.map +1 -1
- package/IconListBulletsSquare/index.d.ts +4 -0
- package/IconListBulletsSquare/index.js +2 -0
- package/IconListBulletsSquare/index.js.map +1 -0
- package/IconListBulletsSquare/index.mjs +2 -0
- package/IconListBulletsSquare/index.mjs.map +1 -0
- package/IconVoiceLow/index.d.ts +4 -0
- package/IconVoiceLow/index.js +2 -0
- package/IconVoiceLow/index.js.map +1 -0
- package/IconVoiceLow/index.mjs +2 -0
- package/IconVoiceLow/index.mjs.map +1 -0
- package/README.md +7 -1
- package/filtered-icons.json +86 -2
- package/icons/index.d.ts +6 -0
- package/icons-index.json +21 -9
- package/index.d.ts +6 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +43 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var h={};g(h,{IconArrowLoopDownLeft:()=>B,default:()=>v});module.exports=L(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var c=require("react-native-svg"),B=o=>C.default.createElement(f,{...o},C.default.createElement(c.Path,{d:"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z",fill:"currentColor"})),v=B;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=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\"\n fill=\"currentColor\"\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,2kBACF,KAAK,eACP,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z",fill:"currentColor"})),P=l;export{l as IconArrowLoopDownLeft,P 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=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\"\n fill=\"currentColor\"\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,2kBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var P={};g(P,{IconBag3:()=>c,default:()=>x});module.exports=v(P);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),V=({children:r,size:o=24,...e})=>f.default.createElement(s.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 p=require("react-native-svg"),c=r=>C.default.createElement(V,{...r},C.default.createElement(p.Path,{d:"M22 18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V18.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 2C15.8807 2 17 3.11929 17 4.5V6H19.5C20.8807 6 22 7.11929 22 8.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V8.5C2 7.11929 3.11929 6 4.5 6H7V4.5C7 3.11929 8.11929 2 9.5 2H14.5ZM9.5 3C8.67157 3 8 3.67157 8 4.5V6H16V4.5C16 3.67157 15.3284 3 14.5 3H9.5Z",fill:"currentColor"})),x=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=\"M22 18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 2C15.8807 2 17 3.11929 17 4.5V6H19.5C20.8807 6 22 7.11929 22 8.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V8.5C2 7.11929 3.11929 6 4.5 6H7V4.5C7 3.11929 8.11929 2 9.5 2H14.5ZM9.5 3C8.67157 3 8 3.67157 8 4.5V6H16V4.5C16 3.67157 15.3284 3 14.5 3H9.5Z\"\n fill=\"currentColor\"\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,8LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qUACF,KAAK,eACP,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 e from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M22 18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V18.5Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 2C15.8807 2 17 3.11929 17 4.5V6H19.5C20.8807 6 22 7.11929 22 8.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V8.5C2 7.11929 3.11929 6 4.5 6H7V4.5C7 3.11929 8.11929 2 9.5 2H14.5ZM9.5 3C8.67157 3 8 3.67157 8 4.5V6H16V4.5C16 3.67157 15.3284 3 14.5 3H9.5Z",fill:"currentColor"})),I=a;export{a as IconBag3,I 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=\"M22 18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 2C15.8807 2 17 3.11929 17 4.5V6H19.5C20.8807 6 22 7.11929 22 8.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V8.5C2 7.11929 3.11929 6 4.5 6H7V4.5C7 3.11929 8.11929 2 9.5 2H14.5ZM9.5 3C8.67157 3 8 3.67157 8 4.5V6H16V4.5C16 3.67157 15.3284 3 14.5 3H9.5Z\"\n fill=\"currentColor\"\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,8LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFolders2:()=>i,default:()=>v});module.exports=d(F);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2.5 5C2.77614 5 3 5.22386 3 5.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V5.5C2 5.22386 2.22386 5 2.5 5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V15.5C22 16.8807 20.8807 18 19.5 18H6.5C5.11929 18 4 16.8807 4 15.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z",fill:"currentColor"})),v=i;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=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V5.5C2 5.22386 2.22386 5 2.5 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V15.5C22 16.8807 20.8807 18 19.5 18H6.5C5.11929 18 4 16.8807 4 15.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\"\n fill=\"currentColor\"\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,oMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oQACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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=>t.createElement(e,{...o},t.createElement(n,{d:"M2.5 5C2.77614 5 3 5.22386 3 5.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V5.5C2 5.22386 2.22386 5 2.5 5Z",fill:"currentColor"}),t.createElement(n,{d:"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V15.5C22 16.8807 20.8807 18 19.5 18H6.5C5.11929 18 4 16.8807 4 15.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z",fill:"currentColor"})),P=a;export{a as IconFolders2,P 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=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V5.5C2 5.22386 2.22386 5 2.5 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V15.5C22 16.8807 20.8807 18 19.5 18H6.5C5.11929 18 4 16.8807 4 15.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\"\n fill=\"currentColor\"\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,oMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
|
|
@@ -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"]}
|
package/IconListBullets/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!x.call(r,l)&&l!==C&&e(r,l,{get:()=>o[l],enumerable:!(p=B(o,l))||p.enumerable});return r};var s=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var M={};P(M,{IconListBullets:()=>a,default:()=>H});module.exports=g(M);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...C})=>i.default.createElement(m.Svg,{...C,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"),a=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z",fill:"currentColor"})),H=a;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
|
|
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=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\"\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,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,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,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...l})=>e.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(C,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z",fill:"currentColor"}),r.createElement(C,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z",fill:"currentColor"}),r.createElement(C,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z",fill:"currentColor"})),x=f;export{f as IconListBullets,x 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
|
|
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=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\"\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,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var S={};x(S,{IconListBulletsSquare:()=>u,default:()=>g});module.exports=P(S);var C=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),g=u;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,kjBACF,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),v=a;export{a as IconListBulletsSquare,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,kjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconVoiceLow:()=>c,default:()=>g});module.exports=P(v);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,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"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z",fill:"currentColor"})),g=c;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=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\"\n fill=\"currentColor\"\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,+HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z",fill:"currentColor"}),o.createElement(C,{d:"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z",fill:"currentColor"}),o.createElement(C,{d:"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z",fill:"currentColor"}),o.createElement(C,{d:"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z",fill:"currentColor"}),o.createElement(C,{d:"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z",fill:"currentColor"})),d=f;export{f as IconVoiceLow,d 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=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\"\n fill=\"currentColor\"\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,+HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,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
|
-
-
|
|
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
|
package/filtered-icons.json
CHANGED
|
@@ -1400,6 +1400,20 @@
|
|
|
1400
1400
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
1401
1401
|
"componentName": "IconArrowLeftX"
|
|
1402
1402
|
},
|
|
1403
|
+
{
|
|
1404
|
+
"category": "Arrows",
|
|
1405
|
+
"svg": "<path d=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\" fill=\"currentColor\"/>",
|
|
1406
|
+
"iconName": "arrow-loop-down-left, restore, reset",
|
|
1407
|
+
"variant": {
|
|
1408
|
+
"join": "round",
|
|
1409
|
+
"filled": "on",
|
|
1410
|
+
"radius": "2",
|
|
1411
|
+
"stroke": "1"
|
|
1412
|
+
},
|
|
1413
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
1414
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
1415
|
+
"componentName": "IconArrowLoopDownLeft"
|
|
1416
|
+
},
|
|
1403
1417
|
{
|
|
1404
1418
|
"category": "Interface General",
|
|
1405
1419
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C12.1326 3 12.2598 3.05268 12.3535 3.14645L16.8536 7.64645C17.0488 7.84171 17.0488 8.15829 16.8536 8.35355C16.6583 8.54882 16.3417 8.54882 16.1464 8.35355L12.5 4.7071V15.5C12.5 15.7761 12.2761 16 12 16C11.7238 16 11.5 15.7761 11.5 15.5V4.70711L7.85355 8.35355C7.65829 8.54882 7.34171 8.54882 7.14645 8.35355C6.95118 8.15829 6.95118 7.84171 7.14645 7.64645L11.6464 3.14645C11.7402 3.05268 11.8674 3 12 3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 14C3.77614 14 4 14.2239 4 14.5V18.5C4 19.3284 4.67157 20 5.5 20H18.5C19.3284 20 20 19.3284 20 18.5V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.11929 21 3 19.8807 3 18.5V14.5C3 14.2239 3.22386 14 3.5 14Z\" fill=\"currentColor\"/>",
|
|
@@ -2464,6 +2478,20 @@
|
|
|
2464
2478
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
2465
2479
|
"componentName": "IconBag2Sparkle"
|
|
2466
2480
|
},
|
|
2481
|
+
{
|
|
2482
|
+
"category": "Things",
|
|
2483
|
+
"svg": "<path d=\"M22 18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V18.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 2C15.8807 2 17 3.11929 17 4.5V6H19.5C20.8807 6 22 7.11929 22 8.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V8.5C2 7.11929 3.11929 6 4.5 6H7V4.5C7 3.11929 8.11929 2 9.5 2H14.5ZM9.5 3C8.67157 3 8 3.67157 8 4.5V6H16V4.5C16 3.67157 15.3284 3 14.5 3H9.5Z\" fill=\"currentColor\"/>",
|
|
2484
|
+
"iconName": "bag-3, luggage, suitcase, work",
|
|
2485
|
+
"variant": {
|
|
2486
|
+
"join": "round",
|
|
2487
|
+
"filled": "on",
|
|
2488
|
+
"radius": "2",
|
|
2489
|
+
"stroke": "1"
|
|
2490
|
+
},
|
|
2491
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
2492
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
2493
|
+
"componentName": "IconBag3"
|
|
2494
|
+
},
|
|
2467
2495
|
{
|
|
2468
2496
|
"category": "Things",
|
|
2469
2497
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.65178 3.31207C7.29388 1.80721 9.54454 1 12 1C14.4555 1 16.7061 1.80721 18.3482 3.31207C19.9956 4.82176 21 7.00648 21 9.69286C21 13.0866 19.6105 15.7855 17.8027 17.633C16.7023 18.7576 15.4305 19.5821 14.2043 20.051L14.6091 20.5203C15.4475 21.4924 14.7569 23 13.4732 23H10.5806C9.32287 23 8.62361 21.5451 9.40932 20.563L9.81345 20.0578C8.58176 19.5901 7.30305 18.763 6.19731 17.633C4.3895 15.7855 3 13.0866 3 9.69286C3 7.00648 4.0044 4.82176 5.65178 3.31207ZM10.8459 20.368L10.1902 21.1877C9.92829 21.515 10.1614 22 10.5806 22H13.4732C13.9011 22 14.1313 21.4975 13.8518 21.1734L13.1566 20.3674C12.7558 20.4551 12.3674 20.5 12 20.5C11.6333 20.5 11.2459 20.4553 10.8459 20.368ZM11.9985 4.48065C12.0198 4.75598 11.8138 4.99639 11.5385 5.01764C9.06995 5.20816 7.14329 6.92446 7.00766 9.71711C6.99426 9.99293 6.75981 10.2057 6.48399 10.1923C6.20818 10.1789 5.99544 9.94442 6.00884 9.6686C6.17044 6.34115 8.52275 4.24742 11.4615 4.02061C11.7368 3.99936 11.9773 4.20533 11.9985 4.48065Z\" fill=\"currentColor\"/>",
|
|
@@ -10710,6 +10738,20 @@
|
|
|
10710
10738
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
10711
10739
|
"componentName": "IconFolders"
|
|
10712
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"category": "Folders & Files",
|
|
10743
|
+
"svg": "<path d=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V5.5C2 5.22386 2.22386 5 2.5 5Z\" fill=\"currentColor\"/><path d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V15.5C22 16.8807 20.8807 18 19.5 18H6.5C5.11929 18 4 16.8807 4 15.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\" fill=\"currentColor\"/>",
|
|
10744
|
+
"iconName": "folders-2, collection, stuff",
|
|
10745
|
+
"variant": {
|
|
10746
|
+
"join": "round",
|
|
10747
|
+
"filled": "on",
|
|
10748
|
+
"radius": "2",
|
|
10749
|
+
"stroke": "1"
|
|
10750
|
+
},
|
|
10751
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
10752
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
10753
|
+
"componentName": "IconFolders2"
|
|
10754
|
+
},
|
|
10713
10755
|
{
|
|
10714
10756
|
"category": "Folders & Files",
|
|
10715
10757
|
"svg": "<path d=\"M2 5.5C2 4.11929 3.11929 3 4.5 3H8.92963C9.76551 3 10.5461 3.41775 11.0098 4.11325L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H19.5C20.8807 6 22 7.11929 22 8.5V17.5C22 18.8807 20.8807 20 19.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V5.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5ZM5.5 11C4.67157 11 4 11.6716 4 12.5C4 13.3284 4.67157 14 5.5 14C6.32843 14 7 13.3284 7 12.5C7 11.6716 6.32843 11 5.5 11Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16ZM2.27575 18.5733C3.0814 17.5984 4.23221 17 5.49948 17C6.76674 17 7.91755 17.5984 8.7232 18.5733C8.98017 18.8843 8.95943 19.2 8.77665 19.4696C8.57818 19.7623 8.17699 20 7.68931 20H3.30964C2.82196 20 2.42077 19.7623 2.2223 19.4696C2.03952 19.2 2.01878 18.8843 2.27575 18.5733Z\" fill=\"currentColor\"/>",
|
|
@@ -12292,6 +12334,20 @@
|
|
|
12292
12334
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
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": "on",
|
|
12344
|
+
"radius": "2",
|
|
12345
|
+
"stroke": "1"
|
|
12346
|
+
},
|
|
12347
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
12348
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
12349
|
+
"componentName": "IconIconists"
|
|
12350
|
+
},
|
|
12295
12351
|
{
|
|
12296
12352
|
"category": "Devices & Signals",
|
|
12297
12353
|
"svg": "<path d=\"M4.5 3C3.11929 3 2 4.11929 2 5.5V13H22V5.5C22 4.11929 20.8807 3 19.5 3H4.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15.5V14H22V15.5C22 16.8807 20.8807 18 19.5 18H15V21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5V18H4.5C3.11929 18 2 16.8807 2 15.5ZM10 18V21H14V18H10Z\" fill=\"currentColor\"/>",
|
|
@@ -13510,10 +13566,24 @@
|
|
|
13510
13566
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
13511
13567
|
"componentName": "IconLiquidGlass"
|
|
13512
13568
|
},
|
|
13569
|
+
{
|
|
13570
|
+
"category": "Interface General",
|
|
13571
|
+
"svg": "<path d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\" fill=\"currentColor\"/><path d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\" fill=\"currentColor\"/><path d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\" fill=\"currentColor\"/><path d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\" fill=\"currentColor\"/><path d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\" fill=\"currentColor\"/><path d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\" fill=\"currentColor\"/>",
|
|
13572
|
+
"iconName": "list-bullets",
|
|
13573
|
+
"variant": {
|
|
13574
|
+
"join": "round",
|
|
13575
|
+
"filled": "on",
|
|
13576
|
+
"radius": "2",
|
|
13577
|
+
"stroke": "1"
|
|
13578
|
+
},
|
|
13579
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
13580
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
13581
|
+
"componentName": "IconListBullets"
|
|
13582
|
+
},
|
|
13513
13583
|
{
|
|
13514
13584
|
"category": "Folders & Files",
|
|
13515
13585
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\" fill=\"currentColor\"/>",
|
|
13516
|
-
"iconName": "list-bullets",
|
|
13586
|
+
"iconName": "list-bullets-square",
|
|
13517
13587
|
"variant": {
|
|
13518
13588
|
"join": "round",
|
|
13519
13589
|
"filled": "on",
|
|
@@ -13522,7 +13592,7 @@
|
|
|
13522
13592
|
},
|
|
13523
13593
|
"createdAt": "2025-02-15T21:11:33.829321+00:00",
|
|
13524
13594
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
13525
|
-
"componentName": "
|
|
13595
|
+
"componentName": "IconListBulletsSquare"
|
|
13526
13596
|
},
|
|
13527
13597
|
{
|
|
13528
13598
|
"category": "AI & Magic",
|
|
@@ -22876,6 +22946,20 @@
|
|
|
22876
22946
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
22877
22947
|
"componentName": "IconVoiceHigh"
|
|
22878
22948
|
},
|
|
22949
|
+
{
|
|
22950
|
+
"category": "Sound & Music",
|
|
22951
|
+
"svg": "<path d=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\" fill=\"currentColor\"/><path d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\" fill=\"currentColor\"/><path d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\" fill=\"currentColor\"/><path d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\" fill=\"currentColor\"/><path d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\" fill=\"currentColor\"/>",
|
|
22952
|
+
"iconName": "voice-low, wave",
|
|
22953
|
+
"variant": {
|
|
22954
|
+
"join": "round",
|
|
22955
|
+
"filled": "on",
|
|
22956
|
+
"radius": "2",
|
|
22957
|
+
"stroke": "1"
|
|
22958
|
+
},
|
|
22959
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
22960
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
22961
|
+
"componentName": "IconVoiceLow"
|
|
22962
|
+
},
|
|
22879
22963
|
{
|
|
22880
22964
|
"category": "Sound & Music",
|
|
22881
22965
|
"svg": "<path d=\"M7.5 5C7.77614 5 8 5.22386 8 5.5V18.5C8 18.7761 7.77614 19 7.5 19C7.22386 19 7 18.7761 7 18.5V5.5C7 5.22386 7.22386 5 7.5 5Z\" fill=\"currentColor\"/><path d=\"M16.5 7C16.7761 7 17 7.22386 17 7.5V16.5C17 16.7761 16.7761 17 16.5 17C16.2239 17 16 16.7761 16 16.5V7.5C16 7.22386 16.2239 7 16.5 7Z\" fill=\"currentColor\"/><path d=\"M12 9C12.2761 9 12.5 9.22386 12.5 9.5V14.5C12.5 14.7761 12.2761 15 12 15C11.7239 15 11.5 14.7761 11.5 14.5V9.5C11.5 9.22386 11.7239 9 12 9Z\" fill=\"currentColor\"/><path d=\"M3.5 10C3.77614 10 4 10.2239 4 10.5V13.5C4 13.7761 3.77614 14 3.5 14C3.22386 14 3 13.7761 3 13.5V10.5C3 10.2239 3.22386 10 3.5 10Z\" fill=\"currentColor\"/><path d=\"M20.5 10C20.7761 10 21 10.2239 21 10.5V13.5C21 13.7761 20.7761 14 20.5 14C20.2239 14 20 13.7761 20 13.5V10.5C20 10.2239 20.2239 10 20.5 10Z\" fill=\"currentColor\"/>",
|
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"
|