@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.189 → 1.1.191

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 IconBecepsLeftArm: FC<CentralIconBaseProps>;
4
+ export default IconBecepsLeftArm;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=i(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconBecepsLeftArm:()=>B,default:()=>h});module.exports=v(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z",fill:"currentColor"})),h=B;0&&(module.exports={IconBecepsLeftArm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsLeftArm/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 IconBecepsLeftArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsLeftArm;\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,oQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBecepsLeftArm_exports","__export","IconBecepsLeftArm","IconBecepsLeftArm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z",fill:"currentColor"})),P=m;export{m as IconBecepsLeftArm,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsLeftArm/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 IconBecepsLeftArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsLeftArm;\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,oQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBecepsRightArm: FC<CentralIconBaseProps>;
4
+ export default IconBecepsRightArm;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var y={};P(y,{IconBecepsRightArm:()=>B,default:()=>v});module.exports=h(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBecepsRightArm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsRightArm/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 IconBecepsRightArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsRightArm;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBecepsRightArm_exports","__export","IconBecepsRightArm","IconBecepsRightArm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBecepsRightArm","props","React","CentralIconBase","IconBecepsRightArm_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z",fill:"currentColor"})),x=m;export{m as IconBecepsRightArm,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsRightArm/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 IconBecepsRightArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsRightArm;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsRightArm","props","React","CentralIconBase","IconBecepsRightArm_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDevices2: FC<CentralIconBaseProps>;
4
+ export default IconDevices2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!H.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconDevices2:()=>i,default:()=>g});module.exports=V(v);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"})),g=i;0&&(module.exports={IconDevices2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\" />\n <Path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGE,EAAQJ","names":["IconDevices2_exports","__export","IconDevices2","IconDevices2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),o.createElement(t,{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),o.createElement(t,{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"})),H=a;export{a as IconDevices2,H as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\" />\n <Path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRemixCircle: FC<CentralIconBaseProps>;
4
+ export default IconRemixCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(x(r)):{},m(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>m(C({},"__esModule",{value:!0}),r);var L={};I(L,{IconRemixCircle:()=>V,default:()=>g});module.exports=P(L);var n=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),H=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),V=r=>n.default.createElement(H,{...r},n.default.createElement(p.Path,{d:"M20.9395 13.0586L21.4355 13.1172C20.8823 17.8374 16.8696 21.4997 12.001 21.5C8.64086 21.5 5.68842 19.7548 4 17.124V20.5H3V15.5H8V16.5H4.79004C6.29282 18.9026 8.96025 20.5 12.001 20.5C16.3563 20.4997 19.9474 17.2232 20.4424 13.001L20.9395 13.0586Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12.5 11.5H16V12.5H12.5V16H11.5V12.5H8V11.5H11.5V8H12.5V11.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12.001 2.5C15.2949 2.50021 18.197 4.17723 19.9004 6.72168L20 6.875V3.5H21V8.5H16V7.5H19.209L19.1973 7.47559C17.6918 5.0863 15.0314 3.50021 12.001 3.5C7.64539 3.5 4.05464 6.7766 3.55957 10.999L3.0625 10.9414L2.56445 10.8828C3.11771 6.16233 7.13207 2.5 12.001 2.5Z",fill:"currentColor"})),g=V;0&&(module.exports={IconRemixCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRemixCircle/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 IconRemixCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.9395 13.0586L21.4355 13.1172C20.8823 17.8374 16.8696 21.4997 12.001 21.5C8.64086 21.5 5.68842 19.7548 4 17.124V20.5H3V15.5H8V16.5H4.79004C6.29282 18.9026 8.96025 20.5 12.001 20.5C16.3563 20.4997 19.9474 17.2232 20.4424 13.001L20.9395 13.0586Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 11.5H16V12.5H12.5V16H11.5V12.5H8V11.5H11.5V8H12.5V11.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 2.5C15.2949 2.50021 18.197 4.17723 19.9004 6.72168L20 6.875V3.5H21V8.5H16V7.5H19.209L19.1973 7.47559C17.6918 5.0863 15.0314 3.50021 12.001 3.5C7.64539 3.5 4.05464 6.7766 3.55957 10.999L3.0625 10.9414L2.56445 10.8828C3.11771 6.16233 7.13207 2.5 12.001 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemixCircle;\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,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRemixCircle_exports","__export","IconRemixCircle","IconRemixCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRemixCircle","props","React","CentralIconBase","IconRemixCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var m=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.9395 13.0586L21.4355 13.1172C20.8823 17.8374 16.8696 21.4997 12.001 21.5C8.64086 21.5 5.68842 19.7548 4 17.124V20.5H3V15.5H8V16.5H4.79004C6.29282 18.9026 8.96025 20.5 12.001 20.5C16.3563 20.4997 19.9474 17.2232 20.4424 13.001L20.9395 13.0586Z",fill:"currentColor"}),o.createElement(t,{d:"M12.5 11.5H16V12.5H12.5V16H11.5V12.5H8V11.5H11.5V8H12.5V11.5Z",fill:"currentColor"}),o.createElement(t,{d:"M12.001 2.5C15.2949 2.50021 18.197 4.17723 19.9004 6.72168L20 6.875V3.5H21V8.5H16V7.5H19.209L19.1973 7.47559C17.6918 5.0863 15.0314 3.50021 12.001 3.5C7.64539 3.5 4.05464 6.7766 3.55957 10.999L3.0625 10.9414L2.56445 10.8828C3.11771 6.16233 7.13207 2.5 12.001 2.5Z",fill:"currentColor"})),B=m;export{m as IconRemixCircle,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRemixCircle/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 IconRemixCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.9395 13.0586L21.4355 13.1172C20.8823 17.8374 16.8696 21.4997 12.001 21.5C8.64086 21.5 5.68842 19.7548 4 17.124V20.5H3V15.5H8V16.5H4.79004C6.29282 18.9026 8.96025 20.5 12.001 20.5C16.3563 20.4997 19.9474 17.2232 20.4424 13.001L20.9395 13.0586Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 11.5H16V12.5H12.5V16H11.5V12.5H8V11.5H11.5V8H12.5V11.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 2.5C15.2949 2.50021 18.197 4.17723 19.9004 6.72168L20 6.875V3.5H21V8.5H16V7.5H19.209L19.1973 7.47559C17.6918 5.0863 15.0314 3.50021 12.001 3.5C7.64539 3.5 4.05464 6.7766 3.55957 10.999L3.0625 10.9414L2.56445 10.8828C3.11771 6.16233 7.13207 2.5 12.001 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemixCircle;\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,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRemixCircle","props","React","CentralIconBase","IconRemixCircle_default"]}
package/README.md CHANGED
@@ -354,6 +354,7 @@ Below is a complete list of available icons:
354
354
  - IconRandom
355
355
  - IconRedirectArrow
356
356
  - IconRemix
357
+ - IconRemixCircle
357
358
  - IconRotate360Left
358
359
  - IconRotate360Right
359
360
  - IconShareArrowDown
@@ -599,6 +600,7 @@ Below is a complete list of available icons:
599
600
  - IconConnectors1
600
601
  - IconConnectors2
601
602
  - IconDevices
603
+ - IconDevices2
602
604
  - IconFullscreen1
603
605
  - IconFullscreen2
604
606
  - IconGyroscopeSensor
@@ -1005,6 +1007,8 @@ Below is a complete list of available icons:
1005
1007
 
1006
1008
  ### Hands
1007
1009
 
1010
+ - IconBecepsLeftArm
1011
+ - IconBecepsRightArm
1008
1012
  - IconBlip
1009
1013
  - IconFistbump
1010
1014
  - IconHand4Finger
@@ -1781,7 +1781,7 @@
1781
1781
  {
1782
1782
  "category": "Arrows",
1783
1783
  "svg": "<path d=\"M5.49833 17C7.01028 18.8111 9.46856 19.9854 11.9995 19.9854C16.4094 19.9854 19.9844 16.4104 19.9844 12.0005C19.9844 11.662 19.9633 11.3287 19.9226 11.0017L20.945 10.8743C20.991 11.2434 21.0147 11.6193 21.0147 12.0005C21.0147 16.9794 16.9785 21.0157 11.9995 21.0157C9.33311 21.0157 6.7266 19.8552 5 17.9929V21H4V16H9V17H5.49833Z\" fill=\"currentColor\"/><path d=\"M4.01468 12.0005C4.01468 12.339 4.03571 12.6723 4.07648 12.9993L3.0541 13.1267C3.00806 12.7576 2.98438 12.3817 2.98438 12.0005C2.98438 7.02157 7.0206 2.98535 11.9995 2.98535C14.6725 2.98535 17.2853 4.15154 19.0118 6.0219V3.00003H20.0118V8.00003H15.0118V7.00003H18.4999C16.9879 5.18953 14.5301 4.01566 11.9995 4.01566C7.58962 4.01566 4.01468 7.59059 4.01468 12.0005Z\" fill=\"currentColor\"/>",
1784
- "iconName": "arrow-rotate-right-left, repeat, refresh",
1784
+ "iconName": "arrow-rotate-right-left, repeat, refresh, routines",
1785
1785
  "variant": {
1786
1786
  "join": "square",
1787
1787
  "filled": "on",
@@ -3094,6 +3094,34 @@
3094
3094
  "packageName": "square-filled-radius-0-stroke-1",
3095
3095
  "componentName": "IconBean"
3096
3096
  },
3097
+ {
3098
+ "category": "Hands",
3099
+ "svg": "<path d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\" fill=\"currentColor\"/>",
3100
+ "iconName": "beceps-left-arm, strong, flex, power",
3101
+ "variant": {
3102
+ "join": "square",
3103
+ "filled": "on",
3104
+ "radius": "0",
3105
+ "stroke": "1"
3106
+ },
3107
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3108
+ "packageName": "square-filled-radius-0-stroke-1",
3109
+ "componentName": "IconBecepsLeftArm"
3110
+ },
3111
+ {
3112
+ "category": "Hands",
3113
+ "svg": "<path d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\" fill=\"currentColor\"/>",
3114
+ "iconName": "beceps-right-arm, strong, flex, power",
3115
+ "variant": {
3116
+ "join": "square",
3117
+ "filled": "on",
3118
+ "radius": "0",
3119
+ "stroke": "1"
3120
+ },
3121
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3122
+ "packageName": "square-filled-radius-0-stroke-1",
3123
+ "componentName": "IconBecepsRightArm"
3124
+ },
3097
3125
  {
3098
3126
  "category": "Furniture & Household",
3099
3127
  "svg": "<path d=\"M4 4H11.5V10H4V4Z\" fill=\"currentColor\"/><path d=\"M12.5 10V4H20V10H12.5Z\" fill=\"currentColor\"/><path d=\"M22 11H2V18H4V20H5V18H19V20H20V18H22V11Z\" fill=\"currentColor\"/>",
@@ -8918,6 +8946,20 @@
8918
8946
  "packageName": "square-filled-radius-0-stroke-1",
8919
8947
  "componentName": "IconDevices"
8920
8948
  },
8949
+ {
8950
+ "category": "Devices & Signals",
8951
+ "svg": "<path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\"/><path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\"/><path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\"/>",
8952
+ "iconName": "devices-2, laptop-phone",
8953
+ "variant": {
8954
+ "join": "square",
8955
+ "filled": "on",
8956
+ "radius": "0",
8957
+ "stroke": "1"
8958
+ },
8959
+ "createdAt": "2026-04-15T12:02:06.50898+00:00",
8960
+ "packageName": "square-filled-radius-0-stroke-1",
8961
+ "componentName": "IconDevices2"
8962
+ },
8921
8963
  {
8922
8964
  "category": "Social Media & Brands",
8923
8965
  "svg": "<path d=\"M5.49926 12.5676C5.65997 12.4747 5.85721 12.4747 6.01792 12.5676L8.25724 13.8604C8.26142 13.8625 8.26371 13.8656 8.26664 13.8677C8.30175 13.8895 8.33387 13.9133 8.36146 13.9409C8.36564 13.9451 8.36994 13.9502 8.37413 13.9544C8.39876 13.9811 8.42196 14.0097 8.44034 14.0406C8.44327 14.0461 8.44681 14.0503 8.44974 14.0553C8.46899 14.0896 8.4834 14.126 8.4947 14.164C8.49677 14.1723 8.49875 14.1803 8.50083 14.1886C8.51087 14.2279 8.51718 14.2681 8.51718 14.3104V15.6035C8.51718 16.1036 8.78661 16.5688 9.21852 16.8182C9.6504 17.0675 10.1877 17.0676 10.6196 16.8182L11.739 16.1716C11.775 16.1511 11.8133 16.1363 11.8527 16.125C11.861 16.1221 11.8681 16.1202 11.8764 16.1181C11.9145 16.1089 11.9535 16.1026 11.9928 16.1026H12.0104C12.0468 16.1038 12.0828 16.1089 12.1187 16.1173C12.1246 16.1193 12.1309 16.1193 12.1371 16.1214C12.1756 16.1314 12.2124 16.1467 12.2475 16.1663C12.2508 16.1684 12.2581 16.1708 12.2581 16.1708L14.4974 17.4636L14.4991 17.4644C14.6602 17.5573 14.759 17.7286 14.759 17.914V20.4999C14.759 20.6852 14.6598 20.8565 14.4991 20.9494L12.2597 22.2422C12.1794 22.2874 12.0898 22.3113 11.9998 22.3113C11.9098 22.3113 11.8202 22.2886 11.7399 22.2422L9.50053 20.9494C9.49635 20.9474 9.49406 20.9442 9.49113 20.9421C9.45604 20.9204 9.42431 20.8969 9.39631 20.8689C9.39213 20.8647 9.38783 20.8596 9.38364 20.8554C9.35898 20.8287 9.33583 20.7997 9.31743 20.7688C9.31452 20.7634 9.31134 20.7591 9.30844 20.7541C9.28922 20.7198 9.27436 20.6838 9.26307 20.6458C9.261 20.6375 9.25902 20.6296 9.25694 20.6213C9.2469 20.5819 9.2406 20.5417 9.24059 20.4995V19.2067C9.24059 18.7074 8.97152 18.2423 8.53966 17.9928C8.10691 17.7434 7.56928 17.7434 7.13737 17.9928L6.01792 18.6394C5.98197 18.6599 5.94399 18.6747 5.9047 18.686C5.89633 18.6889 5.88814 18.6909 5.87977 18.693C5.84176 18.7021 5.80378 18.7085 5.76451 18.7085H5.75798C5.75298 18.7085 5.74866 18.7064 5.74449 18.7064C5.70855 18.7052 5.67251 18.7001 5.63741 18.6917C5.63158 18.6905 5.62525 18.6897 5.61901 18.6876C5.58095 18.6776 5.54502 18.6619 5.50989 18.6423C5.50653 18.641 5.49926 18.6382 5.49926 18.6382L3.25994 17.3454C3.09881 17.2525 3 17.0813 3 16.8959V14.31C3 14.1245 3.09923 13.9533 3.25994 13.8604L5.49926 12.5676Z\" fill=\"currentColor\"/><path d=\"M17.9813 5.36002C18.142 5.26711 18.3392 5.26711 18.4999 5.36002L20.738 6.65318C20.8987 6.74609 20.998 6.91735 20.998 7.10276V9.68867C20.998 9.87407 20.8987 10.0453 20.738 10.1382L18.4987 11.431C18.4945 11.4331 18.4902 11.433 18.4873 11.4351C18.4509 11.4543 18.415 11.47 18.3769 11.4805C18.3711 11.4825 18.3648 11.4833 18.3585 11.4845C18.3238 11.4937 18.2874 11.4988 18.2514 11.4988C18.2477 11.4997 18.2433 11.5009 18.2392 11.5009H18.2343C18.1953 11.4996 18.1559 11.4946 18.1178 11.4854C18.1095 11.4833 18.1016 11.4805 18.0933 11.4784C18.0539 11.4671 18.0156 11.4523 17.9796 11.4318L16.8602 10.7852C16.4274 10.5358 15.8898 10.5358 15.4579 10.7852H15.4624C15.0305 11.0351 14.7615 11.4986 14.7614 11.9987C14.7614 12.4988 15.0305 12.9639 15.4624 13.2134C15.8943 13.4628 16.4316 13.4628 16.8634 13.2134L17.9829 12.5668C18.0189 12.5463 18.0572 12.5315 18.0965 12.5202C18.1048 12.5173 18.1119 12.5153 18.1202 12.5133C18.1583 12.5041 18.1974 12.4977 18.2367 12.4977H18.2531C18.2903 12.499 18.3262 12.5041 18.3622 12.5124C18.3685 12.5145 18.3735 12.5144 18.3798 12.5165C18.4178 12.5266 18.455 12.5422 18.4901 12.5619C18.4935 12.564 18.5007 12.566 18.5007 12.566L20.7401 13.8587C20.9012 13.9516 21 14.1229 21 14.3083V16.8942C21 17.0796 20.9008 17.2509 20.7401 17.3438L18.5007 18.6366C18.4204 18.6818 18.3304 18.7056 18.2408 18.7056C18.1512 18.7056 18.0612 18.683 17.9809 18.6366L15.7415 17.3438C15.7374 17.3417 15.7351 17.339 15.7321 17.3369C15.697 17.3151 15.6654 17.2909 15.6373 17.2633C15.6336 17.2591 15.6292 17.2544 15.6251 17.2502C15.6004 17.2234 15.5773 17.1945 15.5588 17.1636C15.5559 17.1586 15.5528 17.1542 15.5499 17.1493C15.5302 17.115 15.5158 17.079 15.5045 17.041C15.5024 17.0326 15.5004 17.0244 15.4984 17.016C15.4883 16.9767 15.482 16.9365 15.482 16.8942V15.6015C15.482 15.1022 15.213 14.637 14.7811 14.3876C14.3483 14.1382 13.8107 14.1382 13.3788 14.3876L12.2593 15.0346C12.2234 15.055 12.1854 15.0695 12.1461 15.0808C12.1377 15.0837 12.1296 15.086 12.1212 15.0881C12.0823 15.0973 12.044 15.1033 12.0047 15.1033H11.9998C11.9956 15.1032 11.9913 15.1012 11.9871 15.1012C11.9512 15.0999 11.9151 15.0953 11.88 15.0869C11.8742 15.0848 11.8679 15.0845 11.8617 15.0824C11.8236 15.0724 11.7864 15.0571 11.7513 15.0375C11.748 15.0354 11.7407 15.033 11.7407 15.033L9.50135 13.7402C9.34029 13.6473 9.24148 13.4764 9.24141 13.291V10.7047C9.24145 10.5194 9.34067 10.348 9.50135 10.2551L11.7407 8.96239C11.744 8.9603 11.7484 8.96039 11.7513 8.9583C11.7864 8.93909 11.8236 8.9238 11.8617 8.91334C11.8679 8.91126 11.873 8.91009 11.8792 8.90885C11.9143 8.89924 11.9504 8.89415 11.9875 8.89413H12.0051C12.044 8.89497 12.0835 8.90047 12.1216 8.90966C12.13 8.91176 12.1382 8.91493 12.1465 8.91702C12.1858 8.9283 12.2238 8.94276 12.2597 8.96321L13.3792 9.60979C13.8119 9.85922 14.3496 9.85922 14.7815 9.60979C15.2133 9.35908 15.4824 8.89429 15.4824 8.39551V7.10276C15.4824 7.06052 15.4896 7.02027 15.4988 6.98096C15.5009 6.97259 15.5028 6.9644 15.5049 6.95603C15.5162 6.91797 15.5306 6.8816 15.5503 6.84772C15.5524 6.84231 15.5563 6.83801 15.5593 6.83301C15.5781 6.80204 15.6008 6.77314 15.6255 6.74636C15.6292 6.74218 15.6336 6.73705 15.6377 6.73287C15.6666 6.7049 15.6987 6.68019 15.7325 6.65972C15.7355 6.65762 15.7419 6.65277 15.7419 6.65277L17.9813 5.36002Z\" fill=\"currentColor\"/><path d=\"M11.739 1.75846C11.8997 1.66556 12.097 1.66555 12.2577 1.75846L14.4991 3.0504C14.6602 3.1433 14.759 3.31459 14.759 3.49998V6.08548C14.759 6.27088 14.6598 6.44215 14.4991 6.53506L12.2597 7.82781C12.2564 7.8299 12.252 7.83021 12.2491 7.8323C12.214 7.85151 12.1768 7.86682 12.1388 7.87726C12.1329 7.87935 12.1266 7.8801 12.1204 7.88135C12.0856 7.89097 12.0493 7.89606 12.0133 7.89606C12.0095 7.89606 12.0052 7.89811 12.001 7.89811H11.9961C11.9572 7.89727 11.9177 7.89178 11.8796 7.88258C11.8717 7.88049 11.8634 7.87771 11.8551 7.87563C11.8158 7.86433 11.7775 7.84954 11.7415 7.82903L10.622 7.18246C10.1893 6.93309 9.65202 6.9327 9.22016 7.18246C8.78825 7.43231 8.51881 7.89745 8.51881 8.39632V9.68907C8.51881 9.73133 8.51207 9.77154 8.50287 9.81087C8.50079 9.81919 8.49841 9.82708 8.49633 9.83539C8.48503 9.8739 8.47105 9.91021 8.45138 9.94411C8.44929 9.94947 8.44489 9.95347 8.44197 9.95842C8.42315 9.98937 8.40044 10.0183 8.37576 10.0451C8.37162 10.0492 8.36764 10.0544 8.3635 10.0585C8.33464 10.0866 8.30216 10.1112 8.26827 10.1317C8.26553 10.1337 8.25999 10.1385 8.25928 10.1391L6.01955 11.4318C5.93921 11.477 5.84915 11.5009 5.75961 11.5009C5.66966 11.5009 5.58 11.4783 5.49967 11.4318L3.26035 10.1391V10.1399C3.09922 10.047 3.00041 9.87612 3.00041 9.6903V7.1048C3.00041 6.9194 3.09964 6.74813 3.26035 6.65522L5.49844 5.36124C5.50178 5.35916 5.50614 5.35922 5.50907 5.35716C5.54421 5.3375 5.58137 5.32184 5.61901 5.31138C5.62526 5.3093 5.63035 5.30813 5.63659 5.30729C5.67169 5.2981 5.70771 5.293 5.7449 5.29299H5.76247C5.80181 5.29424 5.84087 5.29931 5.87936 5.30852C5.88773 5.31061 5.89592 5.31337 5.90429 5.31547C5.94316 5.32676 5.98115 5.34158 6.01751 5.36206L7.13655 6.00823C7.5693 6.25767 8.10693 6.25767 8.53884 6.00823C8.97068 5.75752 9.23978 5.29238 9.23978 4.79354V3.50079C9.23978 3.45855 9.24692 3.41832 9.25612 3.379C9.2582 3.3707 9.26018 3.36278 9.26226 3.35448C9.27355 3.31642 9.28798 3.28004 9.30762 3.24617C9.3097 3.24119 9.31369 3.23683 9.31661 3.23186C9.33543 3.20091 9.35815 3.17199 9.38282 3.14522C9.38701 3.14103 9.39131 3.13591 9.39549 3.13173C9.42433 3.10374 9.45647 3.07905 9.49032 3.05857C9.49325 3.05648 9.49972 3.05121 9.49972 3.05121L11.739 1.75846Z\" fill=\"currentColor\"/>",
@@ -20118,6 +20160,20 @@
20118
20160
  "packageName": "square-filled-radius-0-stroke-1",
20119
20161
  "componentName": "IconRemix"
20120
20162
  },
20163
+ {
20164
+ "category": "Arrows",
20165
+ "svg": "<path d=\"M20.9395 13.0586L21.4355 13.1172C20.8823 17.8374 16.8696 21.4997 12.001 21.5C8.64086 21.5 5.68842 19.7548 4 17.124V20.5H3V15.5H8V16.5H4.79004C6.29282 18.9026 8.96025 20.5 12.001 20.5C16.3563 20.4997 19.9474 17.2232 20.4424 13.001L20.9395 13.0586Z\" fill=\"currentColor\"/><path d=\"M12.5 11.5H16V12.5H12.5V16H11.5V12.5H8V11.5H11.5V8H12.5V11.5Z\" fill=\"currentColor\"/><path d=\"M12.001 2.5C15.2949 2.50021 18.197 4.17723 19.9004 6.72168L20 6.875V3.5H21V8.5H16V7.5H19.209L19.1973 7.47559C17.6918 5.0863 15.0314 3.50021 12.001 3.5C7.64539 3.5 4.05464 6.7766 3.55957 10.999L3.0625 10.9414L2.56445 10.8828C3.11771 6.16233 7.13207 2.5 12.001 2.5Z\" fill=\"currentColor\"/>",
20166
+ "iconName": "remix-circle, mix, new-try",
20167
+ "variant": {
20168
+ "join": "square",
20169
+ "filled": "on",
20170
+ "radius": "0",
20171
+ "stroke": "1"
20172
+ },
20173
+ "createdAt": "2026-04-15T12:02:06.50898+00:00",
20174
+ "packageName": "square-filled-radius-0-stroke-1",
20175
+ "componentName": "IconRemixCircle"
20176
+ },
20121
20177
  {
20122
20178
  "category": "Photography & Video",
20123
20179
  "svg": "<path d=\"M3 3H10.2929L3 10.2929V3Z\" fill=\"currentColor\"/><path d=\"M3 20.2929V11.7071L11.7071 3H20.2929L14.2746 9.01833C13.6437 8.53632 12.8553 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 12.8553 8.53632 13.6437 9.01833 14.2746L3 20.2929Z\" fill=\"currentColor\"/><path d=\"M14.9817 9.72544L21 3.70711V12.2929L12.2929 21H3.70711L9.72544 14.9817C10.3563 15.4637 11.1447 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 11.1447 15.4637 10.3563 14.9817 9.72544Z\" fill=\"currentColor\"/><path d=\"M13.7071 21H21V13.7071L13.7071 21Z\" fill=\"currentColor\"/><path d=\"M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -220,6 +220,8 @@ export type CentralIconName =
220
220
  | "IconBatteryMedium"
221
221
  | "IconBaymax"
222
222
  | "IconBean"
223
+ | "IconBecepsLeftArm"
224
+ | "IconBecepsRightArm"
223
225
  | "IconBed"
224
226
  | "IconBee"
225
227
  | "IconBeer"
@@ -636,6 +638,7 @@ export type CentralIconName =
636
638
  | "IconDeskOffice"
637
639
  | "IconDeskOffice2"
638
640
  | "IconDevices"
641
+ | "IconDevices2"
639
642
  | "IconDevin"
640
643
  | "IconDia"
641
644
  | "IconDiamond"
@@ -1436,6 +1439,7 @@ export type CentralIconName =
1436
1439
  | "IconRedirectArrow"
1437
1440
  | "IconReference"
1438
1441
  | "IconRemix"
1442
+ | "IconRemixCircle"
1439
1443
  | "IconRemoveBackground"
1440
1444
  | "IconRemoveBackground2"
1441
1445
  | "IconRemoveFromBasket"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.189",
3
+ "version": "1.1.191",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1936,
14
+ "totalIcons": 1940,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -109,7 +109,7 @@
109
109
  ]
110
110
  },
111
111
  "Arrows": {
112
- "count": 134,
112
+ "count": 135,
113
113
  "icons": [
114
114
  "IconArrow",
115
115
  "IconArrowBottomTop",
@@ -228,6 +228,7 @@
228
228
  "IconRandom",
229
229
  "IconRedirectArrow",
230
230
  "IconRemix",
231
+ "IconRemixCircle",
231
232
  "IconRotate360Left",
232
233
  "IconRotate360Right",
233
234
  "IconShareArrowDown",
@@ -465,7 +466,7 @@
465
466
  ]
466
467
  },
467
468
  "Devices & Signals": {
468
- "count": 78,
469
+ "count": 79,
469
470
  "icons": [
470
471
  "IconAgentNetwork",
471
472
  "IconAirdrop",
@@ -487,6 +488,7 @@
487
488
  "IconConnectors1",
488
489
  "IconConnectors2",
489
490
  "IconDevices",
491
+ "IconDevices2",
490
492
  "IconFullscreen1",
491
493
  "IconFullscreen2",
492
494
  "IconGyroscopeSensor",
@@ -909,8 +911,10 @@
909
911
  ]
910
912
  },
911
913
  "Hands": {
912
- "count": 20,
914
+ "count": 22,
913
915
  "icons": [
916
+ "IconBecepsLeftArm",
917
+ "IconBecepsRightArm",
914
918
  "IconBlip",
915
919
  "IconFistbump",
916
920
  "IconHand4Finger",
@@ -2265,7 +2269,7 @@
2265
2269
  "IconArrowRotateClockwise": "arrow-rotate-clockwise, rotate-right",
2266
2270
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
2267
2271
  "IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
2268
- "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh",
2272
+ "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
2269
2273
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
2270
2274
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
2271
2275
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
@@ -2359,6 +2363,8 @@
2359
2363
  "IconBatteryMedium": "battery-medium, power",
2360
2364
  "IconBaymax": "baymax, bot, help",
2361
2365
  "IconBean": "bean, java",
2366
+ "IconBecepsLeftArm": "beceps-left-arm, strong, flex, power",
2367
+ "IconBecepsRightArm": "beceps-right-arm, strong, flex, power",
2362
2368
  "IconBed": "bed",
2363
2369
  "IconBee": "bee, fly",
2364
2370
  "IconBeer": "beer, cheers",
@@ -2775,6 +2781,7 @@
2775
2781
  "IconDeskOffice": "desk-office",
2776
2782
  "IconDeskOffice2": "desk-office-2",
2777
2783
  "IconDevices": "devices, macbook, iphone, phone, connected",
2784
+ "IconDevices2": "devices-2, laptop-phone",
2778
2785
  "IconDevin": "devin",
2779
2786
  "IconDia": "dia",
2780
2787
  "IconDiamond": "diamond, pro, premium",
@@ -3575,6 +3582,7 @@
3575
3582
  "IconRedirectArrow": "redirect-arrow",
3576
3583
  "IconReference": "reference, books, study, library, knowledge",
3577
3584
  "IconRemix": "remix, new-try, repeat",
3585
+ "IconRemixCircle": "remix-circle, mix, new-try",
3578
3586
  "IconRemoveBackground": "remove-background",
3579
3587
  "IconRemoveBackground2": "remove-background-2",
3580
3588
  "IconRemoveFromBasket": "remove-from-basket",
package/index.d.ts CHANGED
@@ -219,6 +219,8 @@ export { IconBatteryLow, default as IconBatteryLowDefault, } from "./IconBattery
219
219
  export { IconBatteryMedium, default as IconBatteryMediumDefault, } from "./IconBatteryMedium";
220
220
  export { IconBaymax, default as IconBaymaxDefault } from "./IconBaymax";
221
221
  export { IconBean, default as IconBeanDefault } from "./IconBean";
222
+ export { IconBecepsLeftArm, default as IconBecepsLeftArmDefault, } from "./IconBecepsLeftArm";
223
+ export { IconBecepsRightArm, default as IconBecepsRightArmDefault, } from "./IconBecepsRightArm";
222
224
  export { IconBed, default as IconBedDefault } from "./IconBed";
223
225
  export { IconBee, default as IconBeeDefault } from "./IconBee";
224
226
  export { IconBeer, default as IconBeerDefault } from "./IconBeer";
@@ -635,6 +637,7 @@ export { IconDeskLamp, default as IconDeskLampDefault } from "./IconDeskLamp";
635
637
  export { IconDeskOffice, default as IconDeskOfficeDefault, } from "./IconDeskOffice";
636
638
  export { IconDeskOffice2, default as IconDeskOffice2Default, } from "./IconDeskOffice2";
637
639
  export { IconDevices, default as IconDevicesDefault } from "./IconDevices";
640
+ export { IconDevices2, default as IconDevices2Default } from "./IconDevices2";
638
641
  export { IconDevin, default as IconDevinDefault } from "./IconDevin";
639
642
  export { IconDia, default as IconDiaDefault } from "./IconDia";
640
643
  export { IconDiamond, default as IconDiamondDefault } from "./IconDiamond";
@@ -1435,6 +1438,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit";
1435
1438
  export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
1436
1439
  export { IconReference, default as IconReferenceDefault, } from "./IconReference";
1437
1440
  export { IconRemix, default as IconRemixDefault } from "./IconRemix";
1441
+ export { IconRemixCircle, default as IconRemixCircleDefault, } from "./IconRemixCircle";
1438
1442
  export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
1439
1443
  export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";
1440
1444
  export { IconRemoveFromBasket, default as IconRemoveFromBasketDefault, } from "./IconRemoveFromBasket";