@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.226 → 1.1.228

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAgents: FC<CentralIconBaseProps>;
4
+ export default IconAgents;
@@ -0,0 +1,2 @@
1
+ "use strict";var H=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!u.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?H(i(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var h={};x(h,{IconAgents:()=>B,default:()=>v});module.exports=P(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.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 f=require("react-native-svg"),B=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconAgents});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgents/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 IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgents;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,22BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAgents_exports","__export","IconAgents","IconAgents_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgents","props","React","CentralIconBase","IconAgents_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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=>t.createElement(C,{...o},t.createElement(a,{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"})),u=l;export{l as IconAgents,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgents/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 IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgents;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,22BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgents","props","React","CentralIconBase","IconAgents_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(I(r)):{},L(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>L(C({},"__esModule",{value:!0}),r);var d={};P(d,{IconBubbleWideSparkle:()=>c,default:()=>b});module.exports=g(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({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 p=require("react-native-svg"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.0518 3.05176L13 4.22656V7.77344L16.0518 8.94727L17.2266 12H20.7734L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z",fill:"currentColor"})),b=c;0&&(module.exports={IconBubbleWideSparkle});
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(I(r)):{},L(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>L(t({},"__esModule",{value:!0}),r);var d={};P(d,{IconBubbleWideSparkle:()=>c,default:()=>b});module.exports=g(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.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 p=require("react-native-svg"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.0518 3.05176L14.6548 3.58953C13.6578 3.97334 13 4.9314 13 5.99974C13 7.06833 13.6581 8.02657 14.6555 8.41019L15.6371 8.78776C15.9011 8.88931 16.1097 9.09793 16.2113 9.36194L16.5897 10.3451C16.9734 11.3422 17.9314 12 18.9997 12C20.0683 12 21.0265 11.3419 21.41 10.3445L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z",fill:"currentColor"})),b=c;0&&(module.exports={IconBubbleWideSparkle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBubbleWideSparkle/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 IconBubbleWideSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0518 3.05176L13 4.22656V7.77344L16.0518 8.94727L17.2266 12H20.7734L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleWideSparkle;\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,unBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBubbleWideSparkle_exports","__export","IconBubbleWideSparkle","IconBubbleWideSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBubbleWideSparkle","props","React","CentralIconBase","IconBubbleWideSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconBubbleWideSparkle/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 IconBubbleWideSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0518 3.05176L14.6548 3.58953C13.6578 3.97334 13 4.9314 13 5.99974C13 7.06833 13.6581 8.02657 14.6555 8.41019L15.6371 8.78776C15.9011 8.88931 16.1097 9.09793 16.2113 9.36194L16.5897 10.3451C16.9734 11.3422 17.9314 12 18.9997 12C20.0683 12 21.0265 11.3419 21.41 10.3445L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleWideSparkle;\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,unBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0jBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBubbleWideSparkle_exports","__export","IconBubbleWideSparkle","IconBubbleWideSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBubbleWideSparkle","props","React","CentralIconBase","IconBubbleWideSparkle_default"]}
@@ -1,2 +1,2 @@
1
- import e 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 C}from"react-native-svg";var L=o=>e.createElement(t,{...o},e.createElement(C,{d:"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z",fill:"currentColor"}),e.createElement(C,{d:"M16.0518 3.05176L13 4.22656V7.77344L16.0518 8.94727L17.2266 12H20.7734L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z",fill:"currentColor"})),x=L;export{L as IconBubbleWideSparkle,x as default};
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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 t}from"react-native-svg";var L=o=>C.createElement(e,{...o},C.createElement(t,{d:"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z",fill:"currentColor"}),C.createElement(t,{d:"M16.0518 3.05176L14.6548 3.58953C13.6578 3.97334 13 4.9314 13 5.99974C13 7.06833 13.6581 8.02657 14.6555 8.41019L15.6371 8.78776C15.9011 8.88931 16.1097 9.09793 16.2113 9.36194L16.5897 10.3451C16.9734 11.3422 17.9314 12 18.9997 12C20.0683 12 21.0265 11.3419 21.41 10.3445L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z",fill:"currentColor"})),x=L;export{L as IconBubbleWideSparkle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBubbleWideSparkle/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 IconBubbleWideSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0518 3.05176L13 4.22656V7.77344L16.0518 8.94727L17.2266 12H20.7734L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleWideSparkle;\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,unBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBubbleWideSparkle","props","React","CentralIconBase","IconBubbleWideSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconBubbleWideSparkle/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 IconBubbleWideSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0518 3.05176L14.6548 3.58953C13.6578 3.97334 13 4.9314 13 5.99974C13 7.06833 13.6581 8.02657 14.6555 8.41019L15.6371 8.78776C15.9011 8.88931 16.1097 9.09793 16.2113 9.36194L16.5897 10.3451C16.9734 11.3422 17.9314 12 18.9997 12C20.0683 12 21.0265 11.3419 21.41 10.3445L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleWideSparkle;\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,unBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0jBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBubbleWideSparkle","props","React","CentralIconBase","IconBubbleWideSparkle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloud2: FC<CentralIconBaseProps>;
4
+ export default IconCloud2;
@@ -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 l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconCloud2:()=>u,default:()=>d});module.exports=v(h);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"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z",fill:"currentColor"})),d=u;0&&(module.exports={IconCloud2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloud2/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 IconCloud2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sbACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloud2_exports","__export","IconCloud2","IconCloud2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloud2","props","React","CentralIconBase","IconCloud2_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:"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z",fill:"currentColor"})),P=l;export{l as IconCloud2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloud2/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 IconCloud2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud2","props","React","CentralIconBase","IconCloud2_default"]}
package/README.md CHANGED
@@ -437,6 +437,7 @@ Below is a complete list of available icons:
437
437
  ### Clouds
438
438
 
439
439
  - IconCloud
440
+ - IconCloud2
440
441
  - IconCloudApi
441
442
  - IconCloudCheck
442
443
  - IconCloudDownload
@@ -453,6 +454,7 @@ Below is a complete list of available icons:
453
454
 
454
455
  - IconAgent
455
456
  - IconAgenticCoding
457
+ - IconAgents
456
458
  - IconAnchor
457
459
  - IconAnimatePath
458
460
  - IconAnimation
@@ -238,6 +238,20 @@
238
238
  "packageName": "round-filled-radius-2-stroke-2",
239
239
  "componentName": "IconAgentNetwork"
240
240
  },
241
+ {
242
+ "category": "Code",
243
+ "svg": "<path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/>",
244
+ "iconName": "agents, connections, flow",
245
+ "variant": {
246
+ "join": "round",
247
+ "filled": "on",
248
+ "radius": "2",
249
+ "stroke": "2"
250
+ },
251
+ "createdAt": "2026-05-07T20:01:57.412973+00:00",
252
+ "packageName": "round-filled-radius-2-stroke-2",
253
+ "componentName": "IconAgents"
254
+ },
241
255
  {
242
256
  "category": "Devices & Signals",
243
257
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.7727 5.40977 17.2166 7.55626 18.6534C8.01521 18.9607 8.13822 19.5818 7.83101 20.0407C7.52379 20.4997 6.90269 20.6227 6.44374 20.3155C3.76629 18.5232 2 15.4681 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.4681 20.2337 18.5232 17.5563 20.3155C17.0973 20.6227 16.4762 20.4997 16.169 20.0407C15.8618 19.5818 15.9848 18.9607 16.4437 18.6534C18.5902 17.2166 20 14.7727 20 12C20 7.58172 16.4183 4 12 4ZM12 8C9.79086 8 8 9.79086 8 12C8 13.308 8.62676 14.4693 9.60058 15.2008C10.0422 15.5325 10.1313 16.1594 9.79957 16.6009C9.46788 17.0425 8.84101 17.1316 8.39942 16.7999C6.94434 15.707 6 13.9636 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.9636 17.0557 15.707 15.6006 16.7999C15.159 17.1316 14.5321 17.0425 14.2004 16.6009C13.8687 16.1594 13.9578 15.5325 14.3994 15.2008C15.3732 14.4693 16 13.308 16 12C16 9.79086 14.2091 8 12 8ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
@@ -4748,7 +4762,7 @@
4748
4762
  },
4749
4763
  {
4750
4764
  "category": "AI & Magic",
4751
- "svg": "<path d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\" fill=\"currentColor\"/><path d=\"M16.0518 3.05176L13 4.22656V7.77344L16.0518 8.94727L17.2266 12H20.7734L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\" fill=\"currentColor\"/>",
4765
+ "svg": "<path d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\" fill=\"currentColor\"/><path d=\"M16.0518 3.05176L14.6548 3.58953C13.6578 3.97334 13 4.9314 13 5.99974C13 7.06833 13.6581 8.02657 14.6555 8.41019L15.6371 8.78776C15.9011 8.88931 16.1097 9.09793 16.2113 9.36194L16.5897 10.3451C16.9734 11.3422 17.9314 12 18.9997 12C20.0683 12 21.0265 11.3419 21.41 10.3445L21.9473 8.94727L22.002 8.92578V16.0361C22.0017 17.6928 20.6587 19.0361 19.002 19.0361H15.375L12.6357 21.3057C12.264 21.6135 11.7254 21.6118 11.3555 21.3018L8.65234 19.0361H5.00195C3.34533 19.036 2.00215 17.6927 2.00195 16.0361V6C2.00197 4.34324 3.34522 3.00013 5.00195 3H16.0713L16.0518 3.05176Z\" fill=\"currentColor\"/>",
4752
4766
  "iconName": "bubble-wide-sparkle, message, chat",
4753
4767
  "variant": {
4754
4768
  "join": "round",
@@ -7308,6 +7322,20 @@
7308
7322
  "packageName": "round-filled-radius-2-stroke-2",
7309
7323
  "componentName": "IconCloud"
7310
7324
  },
7325
+ {
7326
+ "category": "Clouds",
7327
+ "svg": "<path d=\"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z\" fill=\"currentColor\"/>",
7328
+ "iconName": "cloud-2",
7329
+ "variant": {
7330
+ "join": "round",
7331
+ "filled": "on",
7332
+ "radius": "2",
7333
+ "stroke": "2"
7334
+ },
7335
+ "createdAt": "2026-05-07T20:01:57.412973+00:00",
7336
+ "packageName": "round-filled-radius-2-stroke-2",
7337
+ "componentName": "IconCloud2"
7338
+ },
7311
7339
  {
7312
7340
  "category": "Clouds",
7313
7341
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C14.6164 2 16.7874 3.9013 17.21 6.39746C18.8939 6.81147 20.1434 8.33097 20.1436 10.1426C20.1436 12.2728 18.4163 13.9999 16.2861 14H13V15.1455C14.1288 15.4815 15.0185 16.3712 15.3545 17.5H21C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5H15.3545C14.9242 20.9457 13.5855 22 12 22C10.4145 22 9.07583 20.9457 8.64551 19.5H3C2.44772 19.5 2 19.0523 2 18.5C2 17.9477 2.44772 17.5 3 17.5H8.64551C8.9815 16.3712 9.87124 15.4815 11 15.1455V14H8.42871C5.90409 13.9999 3.8575 11.9533 3.85742 9.42871C3.85742 7.32039 5.28387 5.54639 7.22461 5.01758C8.07303 3.23431 9.8914 2.00011 12 2ZM12 17C11.1716 17 10.5 17.6716 10.5 18.5C10.5 19.3284 11.1716 20 12 20C12.8284 20 13.5 19.3284 13.5 18.5C13.5 17.6716 12.8284 17 12 17Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -16,6 +16,7 @@ export type CentralIconName =
16
16
  | "IconAgent"
17
17
  | "IconAgenticCoding"
18
18
  | "IconAgentNetwork"
19
+ | "IconAgents"
19
20
  | "IconAirdrop"
20
21
  | "IconAirdrop2"
21
22
  | "IconAirplane"
@@ -521,6 +522,7 @@ export type CentralIconName =
521
522
  | "IconCloseQuote1"
522
523
  | "IconCloseQuote2"
523
524
  | "IconCloud"
525
+ | "IconCloud2"
524
526
  | "IconCloudApi"
525
527
  | "IconCloudCheck"
526
528
  | "IconCloudDownload"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.226",
3
+ "version": "1.1.228",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1986,
14
+ "totalIcons": 1988,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -313,9 +313,10 @@
313
313
  ]
314
314
  },
315
315
  "Clouds": {
316
- "count": 12,
316
+ "count": 13,
317
317
  "icons": [
318
318
  "IconCloud",
319
+ "IconCloud2",
319
320
  "IconCloudApi",
320
321
  "IconCloudCheck",
321
322
  "IconCloudDownload",
@@ -330,10 +331,11 @@
330
331
  ]
331
332
  },
332
333
  "Code": {
333
- "count": 65,
334
+ "count": 66,
334
335
  "icons": [
335
336
  "IconAgent",
336
337
  "IconAgenticCoding",
338
+ "IconAgents",
337
339
  "IconAnchor",
338
340
  "IconAnimatePath",
339
341
  "IconAnimation",
@@ -2204,6 +2206,7 @@
2204
2206
  "IconAgent": "agent, flow, diagram, org",
2205
2207
  "IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
2206
2208
  "IconAgentNetwork": "agent-network, connections, atoms",
2209
+ "IconAgents": "agents, connections, flow",
2207
2210
  "IconAirdrop": "airdrop, file-sharing, radar",
2208
2211
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
2209
2212
  "IconAirplane": "airplane, flight",
@@ -2709,6 +2712,7 @@
2709
2712
  "IconCloseQuote1": "close-quote-1, blockquote",
2710
2713
  "IconCloseQuote2": "close-quote-2, blockquote",
2711
2714
  "IconCloud": "cloud",
2715
+ "IconCloud2": "cloud-2",
2712
2716
  "IconCloudApi": "cloud-api, cloud-network",
2713
2717
  "IconCloudCheck": "cloud-check, save",
2714
2718
  "IconCloudDownload": "cloud-download",
package/index.d.ts CHANGED
@@ -15,6 +15,7 @@ export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
15
15
  export { IconAgent, default as IconAgentDefault } from "./IconAgent";
16
16
  export { IconAgentNetwork, default as IconAgentNetworkDefault, } from "./IconAgentNetwork";
17
17
  export { IconAgenticCoding, default as IconAgenticCodingDefault, } from "./IconAgenticCoding";
18
+ export { IconAgents, default as IconAgentsDefault } from "./IconAgents";
18
19
  export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop";
19
20
  export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
20
21
  export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
@@ -520,6 +521,7 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
520
521
  export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
521
522
  export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
522
523
  export { IconCloud, default as IconCloudDefault } from "./IconCloud";
524
+ export { IconCloud2, default as IconCloud2Default } from "./IconCloud2";
523
525
  export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
524
526
  export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
525
527
  export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";