@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.232 → 1.1.233

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 IconBitcoinCircle: FC<CentralIconBaseProps>;
4
+ export default IconBitcoinCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?s(B(r)):{},L(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>L(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconBitcoinCircle:()=>m,default:()=>P});module.exports=x(g);var n=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>a.default.createElement(c.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 l=require("react-native-svg"),m=r=>n.default.createElement(f,{...r},n.default.createElement(l.Path,{d:"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z",fill:"currentColor"})),P=m;0&&(module.exports={IconBitcoinCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBitcoinCircle/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 IconBitcoinCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinCircle;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,owCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBitcoinCircle_exports","__export","IconBitcoinCircle","IconBitcoinCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBitcoinCircle","props","React","CentralIconBase","IconBitcoinCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var L=C=>o.createElement(n,{...C},o.createElement(e,{d:"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z",fill:"currentColor"})),I=L;export{L as IconBitcoinCircle,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBitcoinCircle/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 IconBitcoinCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinCircle;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,owCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBitcoinCircle","props","React","CentralIconBase","IconBitcoinCircle_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var s=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},L=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of d(r))!I.call(o,e)&&e!==C&&t(o,e,{get:()=>r[e],enumerable:!(p=u(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?s(B(o)):{},L(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>L(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconBitcoinLogo:()=>c,default:()=>x});module.exports=v(P);var n=a(require("react"));var f=a(require("react")),i=require("react-native-svg"),m=({children:o,size:r=24,...C})=>f.default.createElement(i.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var l=require("react-native-svg"),c=o=>n.default.createElement(m,{...o},n.default.createElement(l.Path,{d:"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z",fill:"currentColor"})),x=c;0&&(module.exports={IconBitcoinLogo});
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},p=(o,r,C,L)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!d.call(o,e)&&e!==C&&t(o,e,{get:()=>r[e],enumerable:!(L=u(r,e))||L.enumerable});return o};var l=(o,r,C)=>(C=o!=null?i(I(o)):{},p(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>p(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconBitcoinLogo:()=>f,default:()=>x});module.exports=v(P);var n=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...C})=>a.default.createElement(m.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),f=o=>n.default.createElement(c,{...o},n.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z",fill:"currentColor"})),x=f;0&&(module.exports={IconBitcoinLogo});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBitcoinLogo/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 IconBitcoinLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinLogo;\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,kOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,owCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBitcoinLogo_exports","__export","IconBitcoinLogo","IconBitcoinLogo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBitcoinLogo","props","React","CentralIconBase","IconBitcoinLogo_default"]}
1
+ {"version":3,"sources":["../src/IconBitcoinLogo/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 IconBitcoinLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinLogo;\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,SAAS,UACT,SAAS,UACT,EAAE,67CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBitcoinLogo_exports","__export","IconBitcoinLogo","IconBitcoinLogo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBitcoinLogo","props","React","CentralIconBase","IconBitcoinLogo_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:o=24,...t})=>l.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var L=C=>r.createElement(n,{...C},r.createElement(e,{d:"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z",fill:"currentColor"}),r.createElement(e,{d:"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z",fill:"currentColor"}),r.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z",fill:"currentColor"})),I=L;export{L as IconBitcoinLogo,I as default};
1
+ import e from"react";import n from"react";import{Svg as L}from"react-native-svg";var C=({children:r,size:o=24,...t})=>n.createElement(L,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as p}from"react-native-svg";var l=r=>e.createElement(C,{...r},e.createElement(p,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z",fill:"currentColor"})),d=l;export{l as IconBitcoinLogo,d as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBitcoinLogo/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 IconBitcoinLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinLogo;\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,kOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,owCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBitcoinLogo","props","React","CentralIconBase","IconBitcoinLogo_default"]}
1
+ {"version":3,"sources":["../src/IconBitcoinLogo/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 IconBitcoinLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBitcoinLogo;\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,SAAS,UACT,SAAS,UACT,EAAE,67CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBitcoinLogo","props","React","CentralIconBase","IconBitcoinLogo_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var e=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!x.call(r,l)&&l!==C&&e(r,l,{get:()=>o[l],enumerable:!(p=d(o,l))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var Z={};P(Z,{IconCosmos:()=>a,default:()=>M});module.exports=g(Z);var n=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...C})=>s.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M14.2511 4.25C14.2511 5.49264 13.2438 6.5 12.0011 6.5C10.7585 6.5 9.75114 5.49264 9.75114 4.25C9.75114 3.00736 10.7585 2 12.0011 2C13.2438 2 14.2511 3.00736 14.2511 4.25Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.2511 19.75C14.2511 20.9926 13.2438 22 12.0011 22C10.7585 22 9.75114 20.9926 9.75114 19.75C9.75114 18.5074 10.7585 17.5 12.0011 17.5C13.2438 17.5 14.2511 18.5074 14.2511 19.75Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M6.41444 6.17644C7.4906 6.79776 7.85932 8.17384 7.238 9.25C6.61668 10.3262 5.2406 10.6949 4.16444 10.0736C3.08828 9.45224 2.71956 8.07616 3.34088 7C3.9622 5.92384 5.33828 5.55512 6.41444 6.17644Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.8378 13.9264C20.914 14.5478 21.2827 15.9238 20.6614 17C20.0401 18.0762 18.664 18.4449 17.5878 17.8236C16.5117 17.2022 16.143 15.8262 16.7643 14.75C17.3856 13.6738 18.7617 13.3051 19.8378 13.9264Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4.16444 13.9264C5.2406 13.3051 6.61667 13.6738 7.238 14.75C7.85932 15.8262 7.4906 17.2022 6.41444 17.8236C5.33828 18.4449 3.9622 18.0762 3.34088 17C2.71956 15.9238 3.08828 14.5478 4.16444 13.9264Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M17.5878 6.17645C18.664 5.55513 20.0401 5.92385 20.6614 7.00001C21.2827 8.07616 20.914 9.45224 19.8378 10.0736C18.7617 10.6949 17.3856 10.3262 16.7643 9.25001C16.143 8.17385 16.5117 6.79777 17.5878 6.17645Z",fill:"currentColor"})),M=a;0&&(module.exports={IconCosmos});
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var C in r)e(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!P.call(o,t)&&t!==C&&e(o,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return o};var m=(o,r,C)=>(C=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?e(C,"default",{value:o,enumerable:!0}):C,o)),M=o=>a(e({},"__esModule",{value:!0}),o);var v={};g(v,{IconCosmos:()=>B,default:()=>Z});module.exports=M(v);var n=m(require("react"));var s=m(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...C})=>s.default.createElement(l.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),B=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{d:"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z",fill:"currentColor"})),Z=B;0&&(module.exports={IconCosmos});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCosmos/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 IconCosmos: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.2511 4.25C14.2511 5.49264 13.2438 6.5 12.0011 6.5C10.7585 6.5 9.75114 5.49264 9.75114 4.25C9.75114 3.00736 10.7585 2 12.0011 2C13.2438 2 14.2511 3.00736 14.2511 4.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2511 19.75C14.2511 20.9926 13.2438 22 12.0011 22C10.7585 22 9.75114 20.9926 9.75114 19.75C9.75114 18.5074 10.7585 17.5 12.0011 17.5C13.2438 17.5 14.2511 18.5074 14.2511 19.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.41444 6.17644C7.4906 6.79776 7.85932 8.17384 7.238 9.25C6.61668 10.3262 5.2406 10.6949 4.16444 10.0736C3.08828 9.45224 2.71956 8.07616 3.34088 7C3.9622 5.92384 5.33828 5.55512 6.41444 6.17644Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.8378 13.9264C20.914 14.5478 21.2827 15.9238 20.6614 17C20.0401 18.0762 18.664 18.4449 17.5878 17.8236C16.5117 17.2022 16.143 15.8262 16.7643 14.75C17.3856 13.6738 18.7617 13.3051 19.8378 13.9264Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.16444 13.9264C5.2406 13.3051 6.61667 13.6738 7.238 14.75C7.85932 15.8262 7.4906 17.2022 6.41444 17.8236C5.33828 18.4449 3.9622 18.0762 3.34088 17C2.71956 15.9238 3.08828 14.5478 4.16444 13.9264Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5878 6.17645C18.664 5.55513 20.0401 5.92385 20.6614 7.00001C21.2827 8.07616 20.914 9.45224 19.8378 10.0736C18.7617 10.6949 17.3856 10.3262 16.7643 9.25001C16.143 8.17385 16.5117 6.79777 17.5878 6.17645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCosmos;\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,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCosmos_exports","__export","IconCosmos","IconCosmos_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCosmos","props","React","CentralIconBase","IconCosmos_default"]}
1
+ {"version":3,"sources":["../src/IconCosmos/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 IconCosmos: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCosmos;\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,gsCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCosmos_exports","__export","IconCosmos","IconCosmos_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCosmos","props","React","CentralIconBase","IconCosmos_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...l})=>e.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(C,{d:"M14.2511 4.25C14.2511 5.49264 13.2438 6.5 12.0011 6.5C10.7585 6.5 9.75114 5.49264 9.75114 4.25C9.75114 3.00736 10.7585 2 12.0011 2C13.2438 2 14.2511 3.00736 14.2511 4.25Z",fill:"currentColor"}),r.createElement(C,{d:"M14.2511 19.75C14.2511 20.9926 13.2438 22 12.0011 22C10.7585 22 9.75114 20.9926 9.75114 19.75C9.75114 18.5074 10.7585 17.5 12.0011 17.5C13.2438 17.5 14.2511 18.5074 14.2511 19.75Z",fill:"currentColor"}),r.createElement(C,{d:"M6.41444 6.17644C7.4906 6.79776 7.85932 8.17384 7.238 9.25C6.61668 10.3262 5.2406 10.6949 4.16444 10.0736C3.08828 9.45224 2.71956 8.07616 3.34088 7C3.9622 5.92384 5.33828 5.55512 6.41444 6.17644Z",fill:"currentColor"}),r.createElement(C,{d:"M19.8378 13.9264C20.914 14.5478 21.2827 15.9238 20.6614 17C20.0401 18.0762 18.664 18.4449 17.5878 17.8236C16.5117 17.2022 16.143 15.8262 16.7643 14.75C17.3856 13.6738 18.7617 13.3051 19.8378 13.9264Z",fill:"currentColor"}),r.createElement(C,{d:"M4.16444 13.9264C5.2406 13.3051 6.61667 13.6738 7.238 14.75C7.85932 15.8262 7.4906 17.2022 6.41444 17.8236C5.33828 18.4449 3.9622 18.0762 3.34088 17C2.71956 15.9238 3.08828 14.5478 4.16444 13.9264Z",fill:"currentColor"}),r.createElement(C,{d:"M17.5878 6.17645C18.664 5.55513 20.0401 5.92385 20.6614 7.00001C21.2827 8.07616 20.914 9.45224 19.8378 10.0736C18.7617 10.6949 17.3856 10.3262 16.7643 9.25001C16.143 8.17385 16.5117 6.79777 17.5878 6.17645Z",fill:"currentColor"})),x=f;export{f as IconCosmos,x as default};
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...e})=>n.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(C,{...r},t.createElement(a,{d:"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z",fill:"currentColor"})),P=m;export{m as IconCosmos,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCosmos/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 IconCosmos: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.2511 4.25C14.2511 5.49264 13.2438 6.5 12.0011 6.5C10.7585 6.5 9.75114 5.49264 9.75114 4.25C9.75114 3.00736 10.7585 2 12.0011 2C13.2438 2 14.2511 3.00736 14.2511 4.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2511 19.75C14.2511 20.9926 13.2438 22 12.0011 22C10.7585 22 9.75114 20.9926 9.75114 19.75C9.75114 18.5074 10.7585 17.5 12.0011 17.5C13.2438 17.5 14.2511 18.5074 14.2511 19.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.41444 6.17644C7.4906 6.79776 7.85932 8.17384 7.238 9.25C6.61668 10.3262 5.2406 10.6949 4.16444 10.0736C3.08828 9.45224 2.71956 8.07616 3.34088 7C3.9622 5.92384 5.33828 5.55512 6.41444 6.17644Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.8378 13.9264C20.914 14.5478 21.2827 15.9238 20.6614 17C20.0401 18.0762 18.664 18.4449 17.5878 17.8236C16.5117 17.2022 16.143 15.8262 16.7643 14.75C17.3856 13.6738 18.7617 13.3051 19.8378 13.9264Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.16444 13.9264C5.2406 13.3051 6.61667 13.6738 7.238 14.75C7.85932 15.8262 7.4906 17.2022 6.41444 17.8236C5.33828 18.4449 3.9622 18.0762 3.34088 17C2.71956 15.9238 3.08828 14.5478 4.16444 13.9264Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5878 6.17645C18.664 5.55513 20.0401 5.92385 20.6614 7.00001C21.2827 8.07616 20.914 9.45224 19.8378 10.0736C18.7617 10.6949 17.3856 10.3262 16.7643 9.25001C16.143 8.17385 16.5117 6.79777 17.5878 6.17645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCosmos;\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,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCosmos","props","React","CentralIconBase","IconCosmos_default"]}
1
+ {"version":3,"sources":["../src/IconCosmos/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 IconCosmos: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCosmos;\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,gsCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCosmos","props","React","CentralIconBase","IconCosmos_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!P.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return C};var l=(C,r,o)=>(o=C!=null?I(x(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),h=C=>a(e({},"__esModule",{value:!0}),C);var d={};g(d,{IconThreads:()=>B,default:()=>v});module.exports=h(d);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),B=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{d:"M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9028 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z",fill:"currentColor"})),v=B;0&&(module.exports={IconThreads});
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=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,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.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?I(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),h=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconThreads:()=>B,default:()=>v});module.exports=h(d);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:"M17.2472 11.2472C17.2221 8.34254 15.6474 6.59222 12.9875 6.59222C11.2121 6.59222 9.71896 7.39522 8.93476 8.67504L10.6537 9.87328C11.0991 9.17065 11.7139 8.5872 12.8432 8.5872C14.1167 8.5872 14.7754 9.29611 14.9636 10.6136C14.3488 10.5195 13.734 10.4693 13.1004 10.4693C9.66248 10.4693 8.04391 12.0251 8.04391 14.0828C8.04391 16.1782 9.66248 17.4078 12.0464 17.4078C14.6625 17.4078 16.2246 15.6449 16.8645 13.4617C17.5295 13.7629 17.9875 14.4655 17.9875 15.5194C17.9875 18.3425 14.7315 19.8796 11.9711 19.8796C7.89963 19.8796 5.23965 17.207 5.23965 12.8595C5.23965 7.53326 8.75909 4.12046 13.4893 4.12046C16.6637 4.12046 18.2321 5.51319 19.2986 7.38269L21.0552 6.15307C19.8946 3.7315 17.3036 2 13.4141 2C7.21581 2 3 6.39774 3 12.7779C3 18.6123 7.12798 22 12.0464 22C16.1117 22 20.2208 19.6286 20.2208 15.5696C20.2208 13.4492 19.0038 12.0439 17.2472 11.2472ZM11.9711 15.2936C11.074 15.2936 10.2836 14.867 10.2836 14.0828C10.2836 12.8469 11.8018 12.4705 13.2886 12.4705C13.8532 12.4705 14.4053 12.5081 14.8946 12.6148C14.5433 14.2208 13.5019 15.2936 11.9711 15.2936Z",fill:"currentColor"})),v=B;0&&(module.exports={IconThreads});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconThreads/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 IconThreads: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9028 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThreads;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,u0DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconThreads_exports","__export","IconThreads","IconThreads_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconThreads","props","React","CentralIconBase","IconThreads_default"]}
1
+ {"version":3,"sources":["../src/IconThreads/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 IconThreads: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.2472 11.2472C17.2221 8.34254 15.6474 6.59222 12.9875 6.59222C11.2121 6.59222 9.71896 7.39522 8.93476 8.67504L10.6537 9.87328C11.0991 9.17065 11.7139 8.5872 12.8432 8.5872C14.1167 8.5872 14.7754 9.29611 14.9636 10.6136C14.3488 10.5195 13.734 10.4693 13.1004 10.4693C9.66248 10.4693 8.04391 12.0251 8.04391 14.0828C8.04391 16.1782 9.66248 17.4078 12.0464 17.4078C14.6625 17.4078 16.2246 15.6449 16.8645 13.4617C17.5295 13.7629 17.9875 14.4655 17.9875 15.5194C17.9875 18.3425 14.7315 19.8796 11.9711 19.8796C7.89963 19.8796 5.23965 17.207 5.23965 12.8595C5.23965 7.53326 8.75909 4.12046 13.4893 4.12046C16.6637 4.12046 18.2321 5.51319 19.2986 7.38269L21.0552 6.15307C19.8946 3.7315 17.3036 2 13.4141 2C7.21581 2 3 6.39774 3 12.7779C3 18.6123 7.12798 22 12.0464 22C16.1117 22 20.2208 19.6286 20.2208 15.5696C20.2208 13.4492 19.0038 12.0439 17.2472 11.2472ZM11.9711 15.2936C11.074 15.2936 10.2836 14.867 10.2836 14.0828C10.2836 12.8469 11.8018 12.4705 13.2886 12.4705C13.8532 12.4705 14.4053 12.5081 14.8946 12.6148C14.5433 14.2208 13.5019 15.2936 11.9711 15.2936Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThreads;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0iCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconThreads_exports","__export","IconThreads","IconThreads_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconThreads","props","React","CentralIconBase","IconThreads_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>n.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>t.createElement(o,{...r},t.createElement(a,{d:"M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9028 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z",fill:"currentColor"})),P=l;export{l as IconThreads,P as default};
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:"M17.2472 11.2472C17.2221 8.34254 15.6474 6.59222 12.9875 6.59222C11.2121 6.59222 9.71896 7.39522 8.93476 8.67504L10.6537 9.87328C11.0991 9.17065 11.7139 8.5872 12.8432 8.5872C14.1167 8.5872 14.7754 9.29611 14.9636 10.6136C14.3488 10.5195 13.734 10.4693 13.1004 10.4693C9.66248 10.4693 8.04391 12.0251 8.04391 14.0828C8.04391 16.1782 9.66248 17.4078 12.0464 17.4078C14.6625 17.4078 16.2246 15.6449 16.8645 13.4617C17.5295 13.7629 17.9875 14.4655 17.9875 15.5194C17.9875 18.3425 14.7315 19.8796 11.9711 19.8796C7.89963 19.8796 5.23965 17.207 5.23965 12.8595C5.23965 7.53326 8.75909 4.12046 13.4893 4.12046C16.6637 4.12046 18.2321 5.51319 19.2986 7.38269L21.0552 6.15307C19.8946 3.7315 17.3036 2 13.4141 2C7.21581 2 3 6.39774 3 12.7779C3 18.6123 7.12798 22 12.0464 22C16.1117 22 20.2208 19.6286 20.2208 15.5696C20.2208 13.4492 19.0038 12.0439 17.2472 11.2472ZM11.9711 15.2936C11.074 15.2936 10.2836 14.867 10.2836 14.0828C10.2836 12.8469 11.8018 12.4705 13.2886 12.4705C13.8532 12.4705 14.4053 12.5081 14.8946 12.6148C14.5433 14.2208 13.5019 15.2936 11.9711 15.2936Z",fill:"currentColor"})),P=l;export{l as IconThreads,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconThreads/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 IconThreads: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9028 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThreads;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,u0DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconThreads","props","React","CentralIconBase","IconThreads_default"]}
1
+ {"version":3,"sources":["../src/IconThreads/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 IconThreads: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.2472 11.2472C17.2221 8.34254 15.6474 6.59222 12.9875 6.59222C11.2121 6.59222 9.71896 7.39522 8.93476 8.67504L10.6537 9.87328C11.0991 9.17065 11.7139 8.5872 12.8432 8.5872C14.1167 8.5872 14.7754 9.29611 14.9636 10.6136C14.3488 10.5195 13.734 10.4693 13.1004 10.4693C9.66248 10.4693 8.04391 12.0251 8.04391 14.0828C8.04391 16.1782 9.66248 17.4078 12.0464 17.4078C14.6625 17.4078 16.2246 15.6449 16.8645 13.4617C17.5295 13.7629 17.9875 14.4655 17.9875 15.5194C17.9875 18.3425 14.7315 19.8796 11.9711 19.8796C7.89963 19.8796 5.23965 17.207 5.23965 12.8595C5.23965 7.53326 8.75909 4.12046 13.4893 4.12046C16.6637 4.12046 18.2321 5.51319 19.2986 7.38269L21.0552 6.15307C19.8946 3.7315 17.3036 2 13.4141 2C7.21581 2 3 6.39774 3 12.7779C3 18.6123 7.12798 22 12.0464 22C16.1117 22 20.2208 19.6286 20.2208 15.5696C20.2208 13.4492 19.0038 12.0439 17.2472 11.2472ZM11.9711 15.2936C11.074 15.2936 10.2836 14.867 10.2836 14.0828C10.2836 12.8469 11.8018 12.4705 13.2886 12.4705C13.8532 12.4705 14.4053 12.5081 14.8946 12.6148C14.5433 14.2208 13.5019 15.2936 11.9711 15.2936Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconThreads;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0iCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconThreads","props","React","CentralIconBase","IconThreads_default"]}
package/README.md CHANGED
@@ -1648,6 +1648,7 @@ Below is a complete list of available icons:
1648
1648
  - IconArena
1649
1649
  - IconArtifactNews
1650
1650
  - IconBehance
1651
+ - IconBitcoinCircle
1651
1652
  - IconBitcoinLogo
1652
1653
  - IconBluesky
1653
1654
  - IconBolt
@@ -3517,6 +3517,20 @@
3517
3517
  {
3518
3518
  "category": "Social Media & Brands",
3519
3519
  "svg": "<path d=\"M10.7322 14.5875C11.6275 14.824 13.5841 15.3408 13.8952 14.0908C14.2139 12.8127 12.3163 12.3869 11.3904 12.1791C11.2869 12.1559 11.1956 12.1354 11.1208 12.1167L10.5183 14.532C10.5797 14.5472 10.6517 14.5663 10.7322 14.5875Z\" fill=\"currentColor\"/><path d=\"M11.5764 11.0582C12.3228 11.2574 13.951 11.6919 14.2346 10.5558C14.5242 9.39371 12.9418 9.04341 12.1689 8.87233C12.082 8.85308 12.0053 8.83611 11.9427 8.8205L11.3965 11.0111C11.4481 11.024 11.5086 11.0401 11.5764 11.0582Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57913 21.7006C14.9369 23.0365 20.3628 19.7763 21.6984 14.4191C23.034 9.06168 19.774 3.63486 14.4166 2.29925C9.06038 0.963634 3.6345 4.22423 2.29952 9.58198C0.963279 14.9388 4.22356 20.365 9.57913 21.7006ZM14.2027 8.05238C15.588 8.52956 16.6011 9.24487 16.402 10.5755C16.258 11.5495 15.718 12.0211 15.0011 12.1864C15.9855 12.6989 16.4864 13.4848 16.0092 14.8473C15.417 16.5395 14.0102 16.6823 12.1393 16.3282L11.6852 18.1479L10.588 17.8745L11.0361 16.0792C10.7518 16.0085 10.4612 15.9335 10.1618 15.8523L9.7121 17.656L8.61617 17.3826L9.07023 15.5595C8.9678 15.5333 8.86471 15.5064 8.7609 15.4793C8.60502 15.4387 8.44749 15.3976 8.28805 15.3576L6.86026 15.0017L7.40494 13.7458C7.40494 13.7458 8.21337 13.9608 8.20243 13.9448C8.51305 14.0217 8.65086 13.8192 8.70523 13.6842L9.42273 10.8077C9.44967 10.8141 9.47606 10.8208 9.50152 10.8271C9.51414 10.8303 9.52654 10.8334 9.53867 10.8364C9.49492 10.8189 9.45523 10.8077 9.4246 10.7999L9.93647 8.74643C9.94991 8.51331 9.8696 8.21925 9.42523 8.10832C9.44241 8.09675 8.62836 7.91019 8.62836 7.91019L8.92023 6.73833L10.4333 7.11614L10.4321 7.12176C10.6596 7.17833 10.894 7.23208 11.1327 7.28645L11.5824 5.48459L12.6789 5.75803L12.2383 7.52457C12.5327 7.59176 12.8289 7.65957 13.1174 7.73145L13.5549 5.97646L14.652 6.2499L14.2027 8.05238Z\" fill=\"currentColor\"/>",
3520
+ "iconName": "bitcoin-circle",
3521
+ "variant": {
3522
+ "join": "round",
3523
+ "filled": "on",
3524
+ "radius": "1",
3525
+ "stroke": "1"
3526
+ },
3527
+ "createdAt": "2026-05-11T17:02:01.437945+00:00",
3528
+ "packageName": "round-filled-radius-1-stroke-1",
3529
+ "componentName": "IconBitcoinCircle"
3530
+ },
3531
+ {
3532
+ "category": "Social Media & Brands",
3533
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z\" fill=\"currentColor\"/>",
3520
3534
  "iconName": "bitcoin-logo",
3521
3535
  "variant": {
3522
3536
  "join": "round",
@@ -8444,7 +8458,7 @@
8444
8458
  },
8445
8459
  {
8446
8460
  "category": "Social Media & Brands",
8447
- "svg": "<path d=\"M14.2511 4.25C14.2511 5.49264 13.2438 6.5 12.0011 6.5C10.7585 6.5 9.75114 5.49264 9.75114 4.25C9.75114 3.00736 10.7585 2 12.0011 2C13.2438 2 14.2511 3.00736 14.2511 4.25Z\" fill=\"currentColor\"/><path d=\"M14.2511 19.75C14.2511 20.9926 13.2438 22 12.0011 22C10.7585 22 9.75114 20.9926 9.75114 19.75C9.75114 18.5074 10.7585 17.5 12.0011 17.5C13.2438 17.5 14.2511 18.5074 14.2511 19.75Z\" fill=\"currentColor\"/><path d=\"M6.41444 6.17644C7.4906 6.79776 7.85932 8.17384 7.238 9.25C6.61668 10.3262 5.2406 10.6949 4.16444 10.0736C3.08828 9.45224 2.71956 8.07616 3.34088 7C3.9622 5.92384 5.33828 5.55512 6.41444 6.17644Z\" fill=\"currentColor\"/><path d=\"M19.8378 13.9264C20.914 14.5478 21.2827 15.9238 20.6614 17C20.0401 18.0762 18.664 18.4449 17.5878 17.8236C16.5117 17.2022 16.143 15.8262 16.7643 14.75C17.3856 13.6738 18.7617 13.3051 19.8378 13.9264Z\" fill=\"currentColor\"/><path d=\"M4.16444 13.9264C5.2406 13.3051 6.61667 13.6738 7.238 14.75C7.85932 15.8262 7.4906 17.2022 6.41444 17.8236C5.33828 18.4449 3.9622 18.0762 3.34088 17C2.71956 15.9238 3.08828 14.5478 4.16444 13.9264Z\" fill=\"currentColor\"/><path d=\"M17.5878 6.17645C18.664 5.55513 20.0401 5.92385 20.6614 7.00001C21.2827 8.07616 20.914 9.45224 19.8378 10.0736C18.7617 10.6949 17.3856 10.3262 16.7643 9.25001C16.143 8.17385 16.5117 6.79777 17.5878 6.17645Z\" fill=\"currentColor\"/>",
8461
+ "svg": "<path d=\"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z\" fill=\"currentColor\"/>",
8448
8462
  "iconName": "cosmos",
8449
8463
  "variant": {
8450
8464
  "join": "round",
@@ -25328,7 +25342,7 @@
25328
25342
  },
25329
25343
  {
25330
25344
  "category": "Social Media & Brands",
25331
- "svg": "<path d=\"M16.9062 11.2514C16.8179 11.209 16.7283 11.1683 16.6374 11.1293C16.4793 8.21371 14.8868 6.54454 12.2127 6.52746C12.2006 6.52739 12.1886 6.52739 12.1765 6.52739C10.5771 6.52739 9.24686 7.21036 8.42813 8.45315L9.89876 9.46236C10.5104 8.53404 11.4703 8.33614 12.1772 8.33614C12.1853 8.33614 12.1935 8.33614 12.2016 8.33621C13.0821 8.34183 13.7465 8.59792 14.1765 9.09733C14.4894 9.46092 14.6987 9.96335 14.8023 10.5974C14.0217 10.4647 13.1775 10.4239 12.275 10.4757C9.73265 10.6222 8.09824 12.1055 8.20801 14.1666C8.26371 15.2121 8.78436 16.1115 9.67398 16.6991C10.4261 17.1958 11.3949 17.4387 12.4017 17.3837C13.7313 17.3108 14.7744 16.8033 15.5021 15.8754C16.0547 15.1707 16.4042 14.2575 16.5586 13.1068C17.1922 13.4893 17.6618 13.9928 17.9212 14.5979C18.3622 15.6267 18.3879 17.3172 17.0091 18.6954C15.801 19.9028 14.3488 20.4251 12.1542 20.4412C9.71979 20.4232 7.87867 19.6421 6.68162 18.1198C5.56068 16.6943 4.98138 14.6353 4.95976 12C4.98138 9.36466 5.56068 7.30567 6.68162 5.88018C7.87867 4.35787 9.71976 3.57685 12.1542 3.55875C14.6063 3.57699 16.4795 4.36176 17.7223 5.89143C18.3318 6.64156 18.7912 7.5849 19.0941 8.6848L20.8175 8.22482C20.4504 6.87096 19.8726 5.70433 19.0865 4.73681C17.4931 2.77571 15.1628 1.77084 12.1602 1.75H12.1482C9.15171 1.77076 6.84748 2.77946 5.29949 4.74805C3.922 6.49985 3.21145 8.93735 3.18757 11.9928L3.1875 12L3.18757 12.0072C3.21145 15.0626 3.922 17.5002 5.29949 19.252C6.84748 21.2205 9.15171 22.2293 12.1482 22.25H12.1602C14.8242 22.2315 16.702 21.5338 18.2489 19.9876C20.2729 17.9649 20.2119 15.4294 19.5449 13.8729C19.0663 12.7567 18.1539 11.8501 16.9062 11.2514ZM12.3065 15.5776C11.1923 15.6404 10.0347 15.14 9.97759 14.0684C9.93528 13.2738 10.5428 12.3872 12.3749 12.2815C12.5847 12.2694 12.7906 12.2635 12.9928 12.2635C13.6583 12.2635 14.2809 12.3282 14.8468 12.452C14.6357 15.0894 13.3975 15.5177 12.3065 15.5776Z\" fill=\"currentColor\"/>",
25345
+ "svg": "<path d=\"M17.2472 11.2472C17.2221 8.34254 15.6474 6.59222 12.9875 6.59222C11.2121 6.59222 9.71896 7.39522 8.93476 8.67504L10.6537 9.87328C11.0991 9.17065 11.7139 8.5872 12.8432 8.5872C14.1167 8.5872 14.7754 9.29611 14.9636 10.6136C14.3488 10.5195 13.734 10.4693 13.1004 10.4693C9.66248 10.4693 8.04391 12.0251 8.04391 14.0828C8.04391 16.1782 9.66248 17.4078 12.0464 17.4078C14.6625 17.4078 16.2246 15.6449 16.8645 13.4617C17.5295 13.7629 17.9875 14.4655 17.9875 15.5194C17.9875 18.3425 14.7315 19.8796 11.9711 19.8796C7.89963 19.8796 5.23965 17.207 5.23965 12.8595C5.23965 7.53326 8.75909 4.12046 13.4893 4.12046C16.6637 4.12046 18.2321 5.51319 19.2986 7.38269L21.0552 6.15307C19.8946 3.7315 17.3036 2 13.4141 2C7.21581 2 3 6.39774 3 12.7779C3 18.6123 7.12798 22 12.0464 22C16.1117 22 20.2208 19.6286 20.2208 15.5696C20.2208 13.4492 19.0038 12.0439 17.2472 11.2472ZM11.9711 15.2936C11.074 15.2936 10.2836 14.867 10.2836 14.0828C10.2836 12.8469 11.8018 12.4705 13.2886 12.4705C13.8532 12.4705 14.4053 12.5081 14.8946 12.6148C14.5433 14.2208 13.5019 15.2936 11.9711 15.2936Z\" fill=\"currentColor\"/>",
25332
25346
  "iconName": "threads",
25333
25347
  "variant": {
25334
25348
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -250,6 +250,7 @@ export type CentralIconName =
250
250
  | "IconBike"
251
251
  | "IconBirthdayCake"
252
252
  | "IconBitcoin"
253
+ | "IconBitcoinCircle"
253
254
  | "IconBitcoinLogo"
254
255
  | "IconBlackHole"
255
256
  | "IconBlackpoint"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.232",
3
+ "version": "1.1.233",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-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": 1989,
14
+ "totalIcons": 1990,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -1556,7 +1556,7 @@
1556
1556
  ]
1557
1557
  },
1558
1558
  "Social Media & Brands": {
1559
- "count": 146,
1559
+ "count": 147,
1560
1560
  "icons": [
1561
1561
  "IconAdobeAcrobat",
1562
1562
  "IconAffinity",
@@ -1573,6 +1573,7 @@
1573
1573
  "IconArena",
1574
1574
  "IconArtifactNews",
1575
1575
  "IconBehance",
1576
+ "IconBitcoinCircle",
1576
1577
  "IconBitcoinLogo",
1577
1578
  "IconBluesky",
1578
1579
  "IconBolt",
@@ -2441,6 +2442,7 @@
2441
2442
  "IconBike": "bike",
2442
2443
  "IconBirthdayCake": "birthday-cake",
2443
2444
  "IconBitcoin": "bitcoin",
2445
+ "IconBitcoinCircle": "bitcoin-circle",
2444
2446
  "IconBitcoinLogo": "bitcoin-logo",
2445
2447
  "IconBlackHole": "black-hole, galaxy, delete-forever, hide",
2446
2448
  "IconBlackpoint": "blackpoint, target",
package/index.d.ts CHANGED
@@ -249,6 +249,7 @@ export { IconBezierRemove, default as IconBezierRemoveDefault, } from "./IconBez
249
249
  export { IconBike, default as IconBikeDefault } from "./IconBike";
250
250
  export { IconBirthdayCake, default as IconBirthdayCakeDefault, } from "./IconBirthdayCake";
251
251
  export { IconBitcoin, default as IconBitcoinDefault } from "./IconBitcoin";
252
+ export { IconBitcoinCircle, default as IconBitcoinCircleDefault, } from "./IconBitcoinCircle";
252
253
  export { IconBitcoinLogo, default as IconBitcoinLogoDefault, } from "./IconBitcoinLogo";
253
254
  export { IconBlackHole, default as IconBlackHoleDefault, } from "./IconBlackHole";
254
255
  export { IconBlackpoint, default as IconBlackpointDefault, } from "./IconBlackpoint";