@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.186 → 1.1.188
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/IconChatBubble7/index.d.ts +4 -0
- package/IconChatBubble7/index.js +2 -0
- package/IconChatBubble7/index.js.map +1 -0
- package/IconChatBubble7/index.mjs +2 -0
- package/IconChatBubble7/index.mjs.map +1 -0
- package/IconChatBubbles/index.d.ts +4 -0
- package/IconChatBubbles/index.js +2 -0
- package/IconChatBubbles/index.js.map +1 -0
- package/IconChatBubbles/index.mjs +2 -0
- package/IconChatBubbles/index.mjs.map +1 -0
- package/IconTestTube2/index.d.ts +4 -0
- package/IconTestTube2/index.js +2 -0
- package/IconTestTube2/index.js.map +1 -0
- package/IconTestTube2/index.mjs +2 -0
- package/IconTestTube2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +22 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var i=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,p)=>{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:!(p=i(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),b=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconChatBubble7:()=>u,default:()=>h});module.exports=b(v);var C=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.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 f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 13.8897 3.11473 15.6433 4.16507 17.0912C4.33683 17.328 4.41608 17.6233 4.35215 17.9088C4.15734 18.7786 3.87829 19.6276 3.55556 20.4706C4.73445 20.3977 5.85144 20.2237 6.93449 19.9432C7.18605 19.878 7.45247 19.9077 7.68641 20.0209C8.98086 20.6469 10.4469 21 12 21Z",stroke:"currentColor",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconChatBubble7});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChatBubble7/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 IconChatBubble7: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 13.8897 3.11473 15.6433 4.16507 17.0912C4.33683 17.328 4.41608 17.6233 4.35215 17.9088C4.15734 18.7786 3.87829 19.6276 3.55556 20.4706C4.73445 20.3977 5.85144 20.2237 6.93449 19.9432C7.18605 19.878 7.45247 19.9077 7.68641 20.0209C8.98086 20.6469 10.4469 21 12 21Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubble7;\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,8WACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChatBubble7_exports","__export","IconChatBubble7","IconChatBubble7_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChatBubble7","props","React","CentralIconBase","IconChatBubble7_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: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 a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 13.8897 3.11473 15.6433 4.16507 17.0912C4.33683 17.328 4.41608 17.6233 4.35215 17.9088C4.15734 18.7786 3.87829 19.6276 3.55556 20.4706C4.73445 20.3977 5.85144 20.2237 6.93449 19.9432C7.18605 19.878 7.45247 19.9077 7.68641 20.0209C8.98086 20.6469 10.4469 21 12 21Z",stroke:"currentColor",strokeLinejoin:"round"})),P=s;export{s as IconChatBubble7,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChatBubble7/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 IconChatBubble7: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 13.8897 3.11473 15.6433 4.16507 17.0912C4.33683 17.328 4.41608 17.6233 4.35215 17.9088C4.15734 18.7786 3.87829 19.6276 3.55556 20.4706C4.73445 20.3977 5.85144 20.2237 6.93449 19.9432C7.18605 19.878 7.45247 19.9077 7.68641 20.0209C8.98086 20.6469 10.4469 21 12 21Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubble7;\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,8WACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubble7","props","React","CentralIconBase","IconChatBubble7_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=B(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var b={};P(b,{IconChatBubbles:()=>i,default:()=>k});module.exports=g(b);var C=l(require("react"));var m=l(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(u.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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M7.5 16.6017C7.21408 16.5074 6.93613 16.3973 6.66732 16.2727C6.43474 16.1648 6.17235 16.1356 5.92357 16.1975C5.09271 16.4043 4.236 16.5332 3.33333 16.5882C3.57486 15.9667 3.78541 15.3409 3.93768 14.7012C4.00622 14.4132 3.92389 14.1146 3.75202 13.8736C2.96097 12.7643 2.5 11.4324 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.0889 21.1548 18.1038 20.5593 18.9579C20.3875 19.2043 20.3014 19.5069 20.3758 19.7979C20.4951 20.2644 20.6535 20.7219 20.8333 21.1765C20.137 21.1348 19.4748 21.0391 18.8324 20.8866C18.587 20.8284 18.3294 20.857 18.0986 20.9588C17.3124 21.3057 16.4309 21.5 15.5 21.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=i;0&&(module.exports={IconChatBubbles});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChatBubbles/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 IconChatBubbles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.6017C7.21408 16.5074 6.93613 16.3973 6.66732 16.2727C6.43474 16.1648 6.17235 16.1356 5.92357 16.1975C5.09271 16.4043 4.236 16.5332 3.33333 16.5882C3.57486 15.9667 3.78541 15.3409 3.93768 14.7012C4.00622 14.4132 3.92389 14.1146 3.75202 13.8736C2.96097 12.7643 2.5 11.4324 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.0889 21.1548 18.1038 20.5593 18.9579C20.3875 19.2043 20.3014 19.5069 20.3758 19.7979C20.4951 20.2644 20.6535 20.7219 20.8333 21.1765C20.137 21.1348 19.4748 21.0391 18.8324 20.8866C18.587 20.8284 18.3294 20.857 18.0986 20.9588C17.3124 21.3057 16.4309 21.5 15.5 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubbles;\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,iWACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChatBubbles_exports","__export","IconChatBubbles","IconChatBubbles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(s,{...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:"M7.5 16.6017C7.21408 16.5074 6.93613 16.3973 6.66732 16.2727C6.43474 16.1648 6.17235 16.1356 5.92357 16.1975C5.09271 16.4043 4.236 16.5332 3.33333 16.5882C3.57486 15.9667 3.78541 15.3409 3.93768 14.7012C4.00622 14.4132 3.92389 14.1146 3.75202 13.8736C2.96097 12.7643 2.5 11.4324 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.0889 21.1548 18.1038 20.5593 18.9579C20.3875 19.2043 20.3014 19.5069 20.3758 19.7979C20.4951 20.2644 20.6535 20.7219 20.8333 21.1765C20.137 21.1348 19.4748 21.0391 18.8324 20.8866C18.587 20.8284 18.3294 20.857 18.0986 20.9588C17.3124 21.3057 16.4309 21.5 15.5 21.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconChatBubbles,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChatBubbles/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 IconChatBubbles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.6017C7.21408 16.5074 6.93613 16.3973 6.66732 16.2727C6.43474 16.1648 6.17235 16.1356 5.92357 16.1975C5.09271 16.4043 4.236 16.5332 3.33333 16.5882C3.57486 15.9667 3.78541 15.3409 3.93768 14.7012C4.00622 14.4132 3.92389 14.1146 3.75202 13.8736C2.96097 12.7643 2.5 11.4324 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.0889 21.1548 18.1038 20.5593 18.9579C20.3875 19.2043 20.3014 19.5069 20.3758 19.7979C20.4951 20.2644 20.6535 20.7219 20.8333 21.1765C20.137 21.1348 19.4748 21.0391 18.8324 20.8866C18.587 20.8284 18.3294 20.857 18.0986 20.9588C17.3124 21.3057 16.4309 21.5 15.5 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubbles;\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,iWACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(u=L(o,s))||u.enumerable});return r};var C=(r,o,n)=>(n=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconTestTube2:()=>k,default:()=>P});module.exports=x(g);var e=C(require("react"));var d=C(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...n})=>d.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),k=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M19.0003 9L9.2503 18.75C8.14573 19.8546 6.35487 19.8546 5.2503 18.75C4.14573 17.6454 4.14573 15.8546 5.2503 14.75L15.0003 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.75 3.25L20.75 10.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 11.75H16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.5 20.5L19.5 20.5C20.0523 20.5 20.5 20.0523 20.5 19.5L20.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;0&&(module.exports={IconTestTube2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.0003 9L9.2503 18.75C8.14573 19.8546 6.35487 19.8546 5.2503 18.75C4.14573 17.6454 4.14573 15.8546 5.2503 14.75L15.0003 5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 3.25L20.75 10.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 11.75H16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 20.5L19.5 20.5C20.0523 20.5 20.5 20.0523 20.5 19.5L20.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTestTube2_exports","__export","IconTestTube2","IconTestTube2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(u,{...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 n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.0003 9L9.2503 18.75C8.14573 19.8546 6.35487 19.8546 5.2503 18.75C4.14573 17.6454 4.14573 15.8546 5.2503 14.75L15.0003 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.75 3.25L20.75 10.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.5 11.75H16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.5 20.5L19.5 20.5C20.0523 20.5 20.5 20.0523 20.5 19.5L20.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconTestTube2,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.0003 9L9.2503 18.75C8.14573 19.8546 6.35487 19.8546 5.2503 18.75C4.14573 17.6454 4.14573 15.8546 5.2503 14.75L15.0003 5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 3.25L20.75 10.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 11.75H16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 20.5L19.5 20.5C20.0523 20.5 20.5 20.0523 20.5 19.5L20.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
package/README.md
CHANGED
|
@@ -533,6 +533,8 @@ Below is a complete list of available icons:
|
|
|
533
533
|
- IconCallCancel
|
|
534
534
|
- IconCallIncoming
|
|
535
535
|
- IconCallOutgoing
|
|
536
|
+
- IconChatBubble7
|
|
537
|
+
- IconChatBubbles
|
|
536
538
|
- IconEmail1
|
|
537
539
|
- IconEmail2
|
|
538
540
|
- IconEmail3
|
|
@@ -1978,6 +1980,7 @@ Below is a complete list of available icons:
|
|
|
1978
1980
|
- IconTeddyBear
|
|
1979
1981
|
- IconTelescope
|
|
1980
1982
|
- IconTestTube
|
|
1983
|
+
- IconTestTube2
|
|
1981
1984
|
- IconThinkingBubble
|
|
1982
1985
|
- IconThinkingBubble1
|
|
1983
1986
|
- IconThread
|
package/filtered-icons.json
CHANGED
|
@@ -6034,6 +6034,34 @@
|
|
|
6034
6034
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6035
6035
|
"componentName": "IconChartWaterfallAxis"
|
|
6036
6036
|
},
|
|
6037
|
+
{
|
|
6038
|
+
"category": "Communication",
|
|
6039
|
+
"svg": "<path d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 13.8897 3.11473 15.6433 4.16507 17.0912C4.33683 17.328 4.41608 17.6233 4.35215 17.9088C4.15734 18.7786 3.87829 19.6276 3.55556 20.4706C4.73445 20.3977 5.85144 20.2237 6.93449 19.9432C7.18605 19.878 7.45247 19.9077 7.68641 20.0209C8.98086 20.6469 10.4469 21 12 21Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
6040
|
+
"iconName": "chat-bubble-7",
|
|
6041
|
+
"variant": {
|
|
6042
|
+
"join": "round",
|
|
6043
|
+
"filled": "off",
|
|
6044
|
+
"radius": "1",
|
|
6045
|
+
"stroke": "1"
|
|
6046
|
+
},
|
|
6047
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6048
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6049
|
+
"componentName": "IconChatBubble7"
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"category": "Communication",
|
|
6053
|
+
"svg": "<path d=\"M7.5 16.6017C7.21408 16.5074 6.93613 16.3973 6.66732 16.2727C6.43474 16.1648 6.17235 16.1356 5.92357 16.1975C5.09271 16.4043 4.236 16.5332 3.33333 16.5882C3.57486 15.9667 3.78541 15.3409 3.93768 14.7012C4.00622 14.4132 3.92389 14.1146 3.75202 13.8736C2.96097 12.7643 2.5 11.4324 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.0889 21.1548 18.1038 20.5593 18.9579C20.3875 19.2043 20.3014 19.5069 20.3758 19.7979C20.4951 20.2644 20.6535 20.7219 20.8333 21.1765C20.137 21.1348 19.4748 21.0391 18.8324 20.8866C18.587 20.8284 18.3294 20.857 18.0986 20.9588C17.3124 21.3057 16.4309 21.5 15.5 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6054
|
+
"iconName": "chat-bubbles",
|
|
6055
|
+
"variant": {
|
|
6056
|
+
"join": "round",
|
|
6057
|
+
"filled": "off",
|
|
6058
|
+
"radius": "1",
|
|
6059
|
+
"stroke": "1"
|
|
6060
|
+
},
|
|
6061
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6062
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6063
|
+
"componentName": "IconChatBubbles"
|
|
6064
|
+
},
|
|
6037
6065
|
{
|
|
6038
6066
|
"category": "Interface General",
|
|
6039
6067
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24290,6 +24318,20 @@
|
|
|
24290
24318
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
24291
24319
|
"componentName": "IconTestTube"
|
|
24292
24320
|
},
|
|
24321
|
+
{
|
|
24322
|
+
"category": "Things",
|
|
24323
|
+
"svg": "<path d=\"M19.0003 9L9.2503 18.75C8.14573 19.8546 6.35487 19.8546 5.2503 18.75C4.14573 17.6454 4.14573 15.8546 5.2503 14.75L15.0003 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 3.25L20.75 10.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 11.75H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 20.5L19.5 20.5C20.0523 20.5 20.5 20.0523 20.5 19.5L20.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24324
|
+
"iconName": "test-tube 2, test, lab, filter",
|
|
24325
|
+
"variant": {
|
|
24326
|
+
"join": "round",
|
|
24327
|
+
"filled": "off",
|
|
24328
|
+
"radius": "1",
|
|
24329
|
+
"stroke": "1"
|
|
24330
|
+
},
|
|
24331
|
+
"createdAt": "2026-04-14T14:02:05.42191+00:00",
|
|
24332
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
24333
|
+
"componentName": "IconTestTube2"
|
|
24334
|
+
},
|
|
24293
24335
|
{
|
|
24294
24336
|
"category": "Typography",
|
|
24295
24337
|
"svg": "<path d=\"M3.5 5.5V3.5H12H20.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 20.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 20.5H12H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -25063,7 +25105,7 @@
|
|
|
25063
25105
|
{
|
|
25064
25106
|
"category": "Statistics & Charts",
|
|
25065
25107
|
"svg": "<path d=\"M16.5 6.5H21.5V11.5M20.9722 7.05L13.7071 14.2949C13.3164 14.6845 12.684 14.684 12.2939 14.2939L9.70711 11.7071C9.31658 11.3166 8.68342 11.3166 8.29289 11.7071L2.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
25066
|
-
"iconName": "trending-3, trends",
|
|
25108
|
+
"iconName": "trending-3, trends, upward",
|
|
25067
25109
|
"variant": {
|
|
25068
25110
|
"join": "round",
|
|
25069
25111
|
"filled": "off",
|
package/icons/index.d.ts
CHANGED
|
@@ -430,6 +430,8 @@ export type CentralIconName =
|
|
|
430
430
|
| "IconChartCompareHorizontal"
|
|
431
431
|
| "IconChartWaterfall"
|
|
432
432
|
| "IconChartWaterfallAxis"
|
|
433
|
+
| "IconChatBubble7"
|
|
434
|
+
| "IconChatBubbles"
|
|
433
435
|
| "IconCheckCircle2"
|
|
434
436
|
| "IconCheckCircle2Dashed"
|
|
435
437
|
| "IconCheckCircleDashed"
|
|
@@ -1734,6 +1736,7 @@ export type CentralIconName =
|
|
|
1734
1736
|
| "IconTennis"
|
|
1735
1737
|
| "IconTestflight"
|
|
1736
1738
|
| "IconTestTube"
|
|
1739
|
+
| "IconTestTube2"
|
|
1737
1740
|
| "IconText1"
|
|
1738
1741
|
| "IconText2"
|
|
1739
1742
|
| "IconTextareaDrag"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.188",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1934,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
]
|
|
384
384
|
},
|
|
385
385
|
"Communication": {
|
|
386
|
-
"count":
|
|
386
|
+
"count": 52,
|
|
387
387
|
"icons": [
|
|
388
388
|
"IconBook",
|
|
389
389
|
"IconBookSimple",
|
|
@@ -417,6 +417,8 @@
|
|
|
417
417
|
"IconCallCancel",
|
|
418
418
|
"IconCallIncoming",
|
|
419
419
|
"IconCallOutgoing",
|
|
420
|
+
"IconChatBubble7",
|
|
421
|
+
"IconChatBubbles",
|
|
420
422
|
"IconEmail1",
|
|
421
423
|
"IconEmail2",
|
|
422
424
|
"IconEmail3",
|
|
@@ -1789,7 +1791,7 @@
|
|
|
1789
1791
|
]
|
|
1790
1792
|
},
|
|
1791
1793
|
"Things": {
|
|
1792
|
-
"count":
|
|
1794
|
+
"count": 136,
|
|
1793
1795
|
"icons": [
|
|
1794
1796
|
"IconAnvil",
|
|
1795
1797
|
"IconApps",
|
|
@@ -1912,6 +1914,7 @@
|
|
|
1912
1914
|
"IconTeddyBear",
|
|
1913
1915
|
"IconTelescope",
|
|
1914
1916
|
"IconTestTube",
|
|
1917
|
+
"IconTestTube2",
|
|
1915
1918
|
"IconThinkingBubble",
|
|
1916
1919
|
"IconThinkingBubble1",
|
|
1917
1920
|
"IconThread",
|
|
@@ -2564,6 +2567,8 @@
|
|
|
2564
2567
|
"IconChartCompareHorizontal": "chart-compare-horizontal",
|
|
2565
2568
|
"IconChartWaterfall": "chart-waterfall",
|
|
2566
2569
|
"IconChartWaterfallAxis": "chart-waterfall-axis",
|
|
2570
|
+
"IconChatBubble7": "chat-bubble-7",
|
|
2571
|
+
"IconChatBubbles": "chat-bubbles",
|
|
2567
2572
|
"IconCheckCircle2": "check-circle-2, done, confirm, save, success",
|
|
2568
2573
|
"IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
|
|
2569
2574
|
"IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
|
|
@@ -3868,6 +3873,7 @@
|
|
|
3868
3873
|
"IconTennis": "tennis",
|
|
3869
3874
|
"IconTestflight": "testflight, beta",
|
|
3870
3875
|
"IconTestTube": "test-tube",
|
|
3876
|
+
"IconTestTube2": "test-tube 2, test, lab, filter",
|
|
3871
3877
|
"IconText1": "text-1",
|
|
3872
3878
|
"IconText2": "text-2",
|
|
3873
3879
|
"IconTextareaDrag": "textarea-drag",
|
|
@@ -3923,7 +3929,7 @@
|
|
|
3923
3929
|
"IconTree": "tree",
|
|
3924
3930
|
"IconTrending1": "trending-1, trends",
|
|
3925
3931
|
"IconTrending2": "trending-2, trends",
|
|
3926
|
-
"IconTrending3": "trending-3, trends",
|
|
3932
|
+
"IconTrending3": "trending-3, trends, upward",
|
|
3927
3933
|
"IconTrending4": "trending-4, chart",
|
|
3928
3934
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3929
3935
|
"IconTrending6": "trending-6, trends, downward",
|
package/index.d.ts
CHANGED
|
@@ -429,6 +429,8 @@ export { IconChartCompare, default as IconChartCompareDefault, } from "./IconCha
|
|
|
429
429
|
export { IconChartCompareHorizontal, default as IconChartCompareHorizontalDefault, } from "./IconChartCompareHorizontal";
|
|
430
430
|
export { IconChartWaterfall, default as IconChartWaterfallDefault, } from "./IconChartWaterfall";
|
|
431
431
|
export { IconChartWaterfallAxis, default as IconChartWaterfallAxisDefault, } from "./IconChartWaterfallAxis";
|
|
432
|
+
export { IconChatBubble7, default as IconChatBubble7Default, } from "./IconChatBubble7";
|
|
433
|
+
export { IconChatBubbles, default as IconChatBubblesDefault, } from "./IconChatBubbles";
|
|
432
434
|
export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
|
|
433
435
|
export { IconCheckCircle2Dashed, default as IconCheckCircle2DashedDefault, } from "./IconCheckCircle2Dashed";
|
|
434
436
|
export { IconCheckCircleDashed, default as IconCheckCircleDashedDefault, } from "./IconCheckCircleDashed";
|
|
@@ -1732,6 +1734,7 @@ export { IconTelevision, default as IconTelevisionDefault, } from "./IconTelevis
|
|
|
1732
1734
|
export { IconTelevisionOld, default as IconTelevisionOldDefault, } from "./IconTelevisionOld";
|
|
1733
1735
|
export { IconTennis, default as IconTennisDefault } from "./IconTennis";
|
|
1734
1736
|
export { IconTestTube, default as IconTestTubeDefault } from "./IconTestTube";
|
|
1737
|
+
export { IconTestTube2, default as IconTestTube2Default, } from "./IconTestTube2";
|
|
1735
1738
|
export { IconTestflight, default as IconTestflightDefault, } from "./IconTestflight";
|
|
1736
1739
|
export { IconText1, default as IconText1Default } from "./IconText1";
|
|
1737
1740
|
export { IconText2, default as IconText2Default } from "./IconText2";
|