@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.185 → 1.1.187
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/IconTrending6/index.d.ts +4 -0
- package/IconTrending6/index.js +2 -0
- package/IconTrending6/index.js.map +1 -0
- package/IconTrending6/index.mjs +2 -0
- package/IconTrending6/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +44 -2
- package/icons/index.d.ts +3 -0
- package/icons-index.json +12 -6
- 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 +23 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=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 l=(r,o,t)=>(t=r!=null?u(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:()=>B,default:()=>h});module.exports=b(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.369 21.5 8.82571 21.1273 7.46094 20.4658C6.36671 20.7491 5.24226 20.9252 4.06152 20.998C3.72192 21.019 3.39462 20.8661 3.19336 20.5918C2.99212 20.3174 2.94447 19.9592 3.06641 19.6416C3.35697 18.885 3.59943 18.1423 3.76953 17.3955C2.65719 15.8665 2 14.0076 2 12C2 6.70021 6.53177 2.5 12 2.5Z",fill:"currentColor"})),h=B;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 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.369 21.5 8.82571 21.1273 7.46094 20.4658C6.36671 20.7491 5.24226 20.9252 4.06152 20.998C3.72192 21.019 3.39462 20.8661 3.19336 20.5918C2.99212 20.3174 2.94447 19.9592 3.06641 19.6416C3.35697 18.885 3.59943 18.1423 3.76953 17.3955C2.65719 15.8665 2 14.0076 2 12C2 6.70021 6.53177 2.5 12 2.5Z\"\n fill=\"currentColor\"\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,6WACF,KAAK,eACP,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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.369 21.5 8.82571 21.1273 7.46094 20.4658C6.36671 20.7491 5.24226 20.9252 4.06152 20.998C3.72192 21.019 3.39462 20.8661 3.19336 20.5918C2.99212 20.3174 2.94447 19.9592 3.06641 19.6416C3.35697 18.885 3.59943 18.1423 3.76953 17.3955C2.65719 15.8665 2 14.0076 2 12C2 6.70021 6.53177 2.5 12 2.5Z",fill:"currentColor"})),P=l;export{l 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 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.369 21.5 8.82571 21.1273 7.46094 20.4658C6.36671 20.7491 5.24226 20.9252 4.06152 20.998C3.72192 21.019 3.39462 20.8661 3.19336 20.5918C2.99212 20.3174 2.94447 19.9592 3.06641 19.6416C3.35697 18.885 3.59943 18.1423 3.76953 17.3955C2.65719 15.8665 2 14.0076 2 12C2 6.70021 6.53177 2.5 12 2.5Z\"\n fill=\"currentColor\"\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,6WACF,KAAK,eACP,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 B=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),b=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconChatBubbles:()=>u,default:()=>h});module.exports=b(v);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.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 p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M15.5 10C18.998 10 22 12.5987 22 16C22 17.2099 21.6117 18.3308 20.9551 19.2646C21.0487 19.6143 21.1712 19.9685 21.3174 20.335C21.4441 20.6527 21.4003 21.0136 21.2002 21.291C21 21.5683 20.6715 21.7242 20.3301 21.7041C19.6321 21.6627 18.9629 21.5656 18.3105 21.4111C17.4568 21.7893 16.5029 22 15.5 22C12.002 22 9 19.4013 9 16C9 12.5987 12.002 10 15.5 10Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10 2C13.9356 2 17.3012 4.69619 17.9033 8.33105C17.1299 8.11459 16.3208 8 15.5 8C11.0811 8 7 11.3191 7 16C7 16.1528 7.00412 16.3042 7.0127 16.4541C6.82219 16.382 6.63427 16.3058 6.45117 16.2207C5.6087 16.4303 4.74343 16.5613 3.83789 16.6162C3.49755 16.6367 3.17047 16.4817 2.96973 16.2061C2.76895 15.9303 2.72259 15.5716 2.84668 15.2539C3.05561 14.719 3.22924 14.1976 3.35645 13.6777C2.50417 12.4882 2 11.0514 2 9.5C2 5.28937 5.6528 2 10 2Z",fill:"currentColor"})),h=u;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=\"M15.5 10C18.998 10 22 12.5987 22 16C22 17.2099 21.6117 18.3308 20.9551 19.2646C21.0487 19.6143 21.1712 19.9685 21.3174 20.335C21.4441 20.6527 21.4003 21.0136 21.2002 21.291C21 21.5683 20.6715 21.7242 20.3301 21.7041C19.6321 21.6627 18.9629 21.5656 18.3105 21.4111C17.4568 21.7893 16.5029 22 15.5 22C12.002 22 9 19.4013 9 16C9 12.5987 12.002 10 15.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 2C13.9356 2 17.3012 4.69619 17.9033 8.33105C17.1299 8.11459 16.3208 8 15.5 8C11.0811 8 7 11.3191 7 16C7 16.1528 7.00412 16.3042 7.0127 16.4541C6.82219 16.382 6.63427 16.3058 6.45117 16.2207C5.6087 16.4303 4.74343 16.5613 3.83789 16.6162C3.49755 16.6367 3.17047 16.4817 2.96973 16.2061C2.76895 15.9303 2.72259 15.5716 2.84668 15.2539C3.05561 14.719 3.22924 14.1976 3.35645 13.6777C2.50417 12.4882 2 11.0514 2 9.5C2 5.28937 5.6528 2 10 2Z\"\n fill=\"currentColor\"\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,mWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2bACF,KAAK,eACP,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M15.5 10C18.998 10 22 12.5987 22 16C22 17.2099 21.6117 18.3308 20.9551 19.2646C21.0487 19.6143 21.1712 19.9685 21.3174 20.335C21.4441 20.6527 21.4003 21.0136 21.2002 21.291C21 21.5683 20.6715 21.7242 20.3301 21.7041C19.6321 21.6627 18.9629 21.5656 18.3105 21.4111C17.4568 21.7893 16.5029 22 15.5 22C12.002 22 9 19.4013 9 16C9 12.5987 12.002 10 15.5 10Z",fill:"currentColor"}),C.createElement(e,{d:"M10 2C13.9356 2 17.3012 4.69619 17.9033 8.33105C17.1299 8.11459 16.3208 8 15.5 8C11.0811 8 7 11.3191 7 16C7 16.1528 7.00412 16.3042 7.0127 16.4541C6.82219 16.382 6.63427 16.3058 6.45117 16.2207C5.6087 16.4303 4.74343 16.5613 3.83789 16.6162C3.49755 16.6367 3.17047 16.4817 2.96973 16.2061C2.76895 15.9303 2.72259 15.5716 2.84668 15.2539C3.05561 14.719 3.22924 14.1976 3.35645 13.6777C2.50417 12.4882 2 11.0514 2 9.5C2 5.28937 5.6528 2 10 2Z",fill:"currentColor"})),P=a;export{a as IconChatBubbles,P 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=\"M15.5 10C18.998 10 22 12.5987 22 16C22 17.2099 21.6117 18.3308 20.9551 19.2646C21.0487 19.6143 21.1712 19.9685 21.3174 20.335C21.4441 20.6527 21.4003 21.0136 21.2002 21.291C21 21.5683 20.6715 21.7242 20.3301 21.7041C19.6321 21.6627 18.9629 21.5656 18.3105 21.4111C17.4568 21.7893 16.5029 22 15.5 22C12.002 22 9 19.4013 9 16C9 12.5987 12.002 10 15.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 2C13.9356 2 17.3012 4.69619 17.9033 8.33105C17.1299 8.11459 16.3208 8 15.5 8C11.0811 8 7 11.3191 7 16C7 16.1528 7.00412 16.3042 7.0127 16.4541C6.82219 16.382 6.63427 16.3058 6.45117 16.2207C5.6087 16.4303 4.74343 16.5613 3.83789 16.6162C3.49755 16.6367 3.17047 16.4817 2.96973 16.2061C2.76895 15.9303 2.72259 15.5716 2.84668 15.2539C3.05561 14.719 3.22924 14.1976 3.35645 13.6777C2.50417 12.4882 2 11.0514 2 9.5C2 5.28937 5.6528 2 10 2Z\"\n fill=\"currentColor\"\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,mWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2bACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(t({},"__esModule",{value:!0}),r);var L={};v(L,{IconTrending6:()=>i,default:()=>P});module.exports=x(L);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 17C15 17.5523 15.4477 18 16 18H21C21.5523 18 22 17.5523 22 17V12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12V14.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L18.5858 16H16C15.4477 16 15 16.4477 15 17Z",fill:"currentColor"})),P=i;0&&(module.exports={IconTrending6});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 17C15 17.5523 15.4477 18 16 18H21C21.5523 18 22 17.5523 22 17V12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12V14.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L18.5858 16H16C15.4477 16 15 16.4477 15 17Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,SAAS,UACT,SAAS,UACT,EAAE,ubACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTrending6_exports","__export","IconTrending6","IconTrending6_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(C,{...t,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=>n.createElement(e,{...o},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 17C15 17.5523 15.4477 18 16 18H21C21.5523 18 22 17.5523 22 17V12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12V14.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L18.5858 16H16C15.4477 16 15 16.4477 15 17Z",fill:"currentColor"})),g=a;export{a as IconTrending6,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 17C15 17.5523 15.4477 18 16 18H21C21.5523 18 22 17.5523 22 17V12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12V14.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L18.5858 16H16C15.4477 16 15 16.4477 15 17Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,SAAS,UACT,SAAS,UACT,EAAE,ubACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrending6","props","React","CentralIconBase","IconTrending6_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
|
|
@@ -1850,6 +1852,7 @@ Below is a complete list of available icons:
|
|
|
1850
1852
|
- IconTrending3
|
|
1851
1853
|
- IconTrending4
|
|
1852
1854
|
- IconTrending5
|
|
1855
|
+
- IconTrending6
|
|
1853
1856
|
- IconTrendingCircle
|
|
1854
1857
|
- IconWhiteboard1
|
|
1855
1858
|
- IconWhiteboard2
|
package/filtered-icons.json
CHANGED
|
@@ -6034,6 +6034,34 @@
|
|
|
6034
6034
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
6035
6035
|
"componentName": "IconChartWaterfallAxis"
|
|
6036
6036
|
},
|
|
6037
|
+
{
|
|
6038
|
+
"category": "Communication",
|
|
6039
|
+
"svg": "<path d=\"M12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.369 21.5 8.82571 21.1273 7.46094 20.4658C6.36671 20.7491 5.24226 20.9252 4.06152 20.998C3.72192 21.019 3.39462 20.8661 3.19336 20.5918C2.99212 20.3174 2.94447 19.9592 3.06641 19.6416C3.35697 18.885 3.59943 18.1423 3.76953 17.3955C2.65719 15.8665 2 14.0076 2 12C2 6.70021 6.53177 2.5 12 2.5Z\" fill=\"currentColor\"/>",
|
|
6040
|
+
"iconName": "chat-bubble-7",
|
|
6041
|
+
"variant": {
|
|
6042
|
+
"join": "round",
|
|
6043
|
+
"filled": "on",
|
|
6044
|
+
"radius": "0",
|
|
6045
|
+
"stroke": "2"
|
|
6046
|
+
},
|
|
6047
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6048
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
6049
|
+
"componentName": "IconChatBubble7"
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"category": "Communication",
|
|
6053
|
+
"svg": "<path d=\"M15.5 10C18.998 10 22 12.5987 22 16C22 17.2099 21.6117 18.3308 20.9551 19.2646C21.0487 19.6143 21.1712 19.9685 21.3174 20.335C21.4441 20.6527 21.4003 21.0136 21.2002 21.291C21 21.5683 20.6715 21.7242 20.3301 21.7041C19.6321 21.6627 18.9629 21.5656 18.3105 21.4111C17.4568 21.7893 16.5029 22 15.5 22C12.002 22 9 19.4013 9 16C9 12.5987 12.002 10 15.5 10Z\" fill=\"currentColor\"/><path d=\"M10 2C13.9356 2 17.3012 4.69619 17.9033 8.33105C17.1299 8.11459 16.3208 8 15.5 8C11.0811 8 7 11.3191 7 16C7 16.1528 7.00412 16.3042 7.0127 16.4541C6.82219 16.382 6.63427 16.3058 6.45117 16.2207C5.6087 16.4303 4.74343 16.5613 3.83789 16.6162C3.49755 16.6367 3.17047 16.4817 2.96973 16.2061C2.76895 15.9303 2.72259 15.5716 2.84668 15.2539C3.05561 14.719 3.22924 14.1976 3.35645 13.6777C2.50417 12.4882 2 11.0514 2 9.5C2 5.28937 5.6528 2 10 2Z\" fill=\"currentColor\"/>",
|
|
6054
|
+
"iconName": "chat-bubbles",
|
|
6055
|
+
"variant": {
|
|
6056
|
+
"join": "round",
|
|
6057
|
+
"filled": "on",
|
|
6058
|
+
"radius": "0",
|
|
6059
|
+
"stroke": "2"
|
|
6060
|
+
},
|
|
6061
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6062
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
6063
|
+
"componentName": "IconChatBubbles"
|
|
6064
|
+
},
|
|
6037
6065
|
{
|
|
6038
6066
|
"category": "Interface General",
|
|
6039
6067
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.5586 8.1709C15.1005 7.8626 14.4794 7.98355 14.1709 8.44141L10.4727 13.9336L8.70703 12.168C8.31651 11.7774 7.68349 11.7774 7.29297 12.168C6.90244 12.5585 6.90244 13.1915 7.29297 13.582L9.91797 16.207C10.1293 16.4183 10.4243 16.5239 10.7217 16.4951C11.0188 16.4662 11.2873 16.3062 11.4541 16.0586L15.8291 9.55859C16.1374 9.10055 16.0165 8.47937 15.5586 8.1709Z\" fill=\"currentColor\"/>",
|
|
@@ -7913,7 +7941,7 @@
|
|
|
7913
7941
|
{
|
|
7914
7942
|
"category": "Sound & Music",
|
|
7915
7943
|
"svg": "<path d=\"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17 15.4799V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.4799L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z\" fill=\"currentColor\"/><path d=\"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z\" fill=\"currentColor\"/>",
|
|
7916
|
-
"iconName": "conductor,
|
|
7944
|
+
"iconName": "conductor, ochestrator, vibe",
|
|
7917
7945
|
"variant": {
|
|
7918
7946
|
"join": "round",
|
|
7919
7947
|
"filled": "on",
|
|
@@ -25063,7 +25091,7 @@
|
|
|
25063
25091
|
{
|
|
25064
25092
|
"category": "Statistics & Charts",
|
|
25065
25093
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 7C15 6.44772 15.4477 6 16 6H21C21.5523 6 22 6.44772 22 7V12C22 12.5523 21.5523 13 21 13C20.4477 13 20 12.5523 20 12V9.41421L13.7071 15.7071C13.3166 16.0976 12.6834 16.0976 12.2929 15.7071L9 12.4142L3.70711 17.7071C3.31658 18.0976 2.68342 18.0976 2.29289 17.7071C1.90237 17.3166 1.90237 16.6834 2.29289 16.2929L8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L13 13.5858L18.5858 8H16C15.4477 8 15 7.55228 15 7Z\" fill=\"currentColor\"/>",
|
|
25066
|
-
"iconName": "trending-3, trends",
|
|
25094
|
+
"iconName": "trending-3, trends, upward",
|
|
25067
25095
|
"variant": {
|
|
25068
25096
|
"join": "round",
|
|
25069
25097
|
"filled": "on",
|
|
@@ -25102,6 +25130,20 @@
|
|
|
25102
25130
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
25103
25131
|
"componentName": "IconTrending5"
|
|
25104
25132
|
},
|
|
25133
|
+
{
|
|
25134
|
+
"category": "Statistics & Charts",
|
|
25135
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17C15 17.5523 15.4477 18 16 18H21C21.5523 18 22 17.5523 22 17V12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12V14.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L18.5858 16H16C15.4477 16 15 16.4477 15 17Z\" fill=\"currentColor\"/>",
|
|
25136
|
+
"iconName": "trending-6, trends, downward",
|
|
25137
|
+
"variant": {
|
|
25138
|
+
"join": "round",
|
|
25139
|
+
"filled": "on",
|
|
25140
|
+
"radius": "0",
|
|
25141
|
+
"stroke": "2"
|
|
25142
|
+
},
|
|
25143
|
+
"createdAt": "2026-04-13T17:01:52.146519+00:00",
|
|
25144
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
25145
|
+
"componentName": "IconTrending6"
|
|
25146
|
+
},
|
|
25105
25147
|
{
|
|
25106
25148
|
"category": "Statistics & Charts",
|
|
25107
25149
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13 9C12.4477 9 12 9.44772 12 10C12 10.5523 12.4477 11 13 11H13.5858L12 12.5858L10.7071 11.2929C10.3166 10.9024 9.68342 10.9024 9.29289 11.2929L7.04289 13.5429C6.65237 13.9334 6.65237 14.5666 7.04289 14.9571C7.43342 15.3476 8.06658 15.3476 8.45711 14.9571L10 13.4142L11.2929 14.7071C11.6834 15.0976 12.3166 15.0976 12.7071 14.7071L15 12.4142V13C15 13.5523 15.4477 14 16 14C16.5523 14 17 13.5523 17 13V10C17 9.44772 16.5523 9 16 9H13Z\" fill=\"currentColor\"/>",
|
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"
|
|
@@ -1792,6 +1794,7 @@ export type CentralIconName =
|
|
|
1792
1794
|
| "IconTrending3"
|
|
1793
1795
|
| "IconTrending4"
|
|
1794
1796
|
| "IconTrending5"
|
|
1797
|
+
| "IconTrending6"
|
|
1795
1798
|
| "IconTrendingCircle"
|
|
1796
1799
|
| "IconTrial"
|
|
1797
1800
|
| "IconTrophy"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.187",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/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": 1933,
|
|
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",
|
|
@@ -1742,7 +1744,7 @@
|
|
|
1742
1744
|
]
|
|
1743
1745
|
},
|
|
1744
1746
|
"Statistics & Charts": {
|
|
1745
|
-
"count":
|
|
1747
|
+
"count": 42,
|
|
1746
1748
|
"icons": [
|
|
1747
1749
|
"IconAnalytics",
|
|
1748
1750
|
"IconChart1",
|
|
@@ -1782,6 +1784,7 @@
|
|
|
1782
1784
|
"IconTrending3",
|
|
1783
1785
|
"IconTrending4",
|
|
1784
1786
|
"IconTrending5",
|
|
1787
|
+
"IconTrending6",
|
|
1785
1788
|
"IconTrendingCircle",
|
|
1786
1789
|
"IconWhiteboard1",
|
|
1787
1790
|
"IconWhiteboard2"
|
|
@@ -2563,6 +2566,8 @@
|
|
|
2563
2566
|
"IconChartCompareHorizontal": "chart-compare-horizontal",
|
|
2564
2567
|
"IconChartWaterfall": "chart-waterfall",
|
|
2565
2568
|
"IconChartWaterfallAxis": "chart-waterfall-axis",
|
|
2569
|
+
"IconChatBubble7": "chat-bubble-7",
|
|
2570
|
+
"IconChatBubbles": "chat-bubbles",
|
|
2566
2571
|
"IconCheckCircle2": "check-circle-2, done, confirm, save, success",
|
|
2567
2572
|
"IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
|
|
2568
2573
|
"IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
|
|
@@ -2697,7 +2702,7 @@
|
|
|
2697
2702
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2698
2703
|
"IconComponents": "components, figma",
|
|
2699
2704
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2700
|
-
"IconConductor": "conductor,
|
|
2705
|
+
"IconConductor": "conductor, ochestrator, vibe",
|
|
2701
2706
|
"IconConnectors1": "connectors-1, connection, apps",
|
|
2702
2707
|
"IconConnectors2": "connectors-2, connection, apps",
|
|
2703
2708
|
"IconConsole": "console, terminal",
|
|
@@ -3922,9 +3927,10 @@
|
|
|
3922
3927
|
"IconTree": "tree",
|
|
3923
3928
|
"IconTrending1": "trending-1, trends",
|
|
3924
3929
|
"IconTrending2": "trending-2, trends",
|
|
3925
|
-
"IconTrending3": "trending-3, trends",
|
|
3930
|
+
"IconTrending3": "trending-3, trends, upward",
|
|
3926
3931
|
"IconTrending4": "trending-4, chart",
|
|
3927
3932
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3933
|
+
"IconTrending6": "trending-6, trends, downward",
|
|
3928
3934
|
"IconTrendingCircle": "trending-circle",
|
|
3929
3935
|
"IconTrial": "trial, try, money-back, test-phase",
|
|
3930
3936
|
"IconTrophy": "trophy, win, champion",
|
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";
|
|
@@ -1791,6 +1793,7 @@ export { IconTrending2, default as IconTrending2Default, } from "./IconTrending2
|
|
|
1791
1793
|
export { IconTrending3, default as IconTrending3Default, } from "./IconTrending3";
|
|
1792
1794
|
export { IconTrending4, default as IconTrending4Default, } from "./IconTrending4";
|
|
1793
1795
|
export { IconTrending5, default as IconTrending5Default, } from "./IconTrending5";
|
|
1796
|
+
export { IconTrending6, default as IconTrending6Default, } from "./IconTrending6";
|
|
1794
1797
|
export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./IconTrendingCircle";
|
|
1795
1798
|
export { IconTrial, default as IconTrialDefault } from "./IconTrial";
|
|
1796
1799
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|