@central-icons-react-native/round-filled-radius-1-stroke-2 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 C=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)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!H.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(C({},"__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 p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15 20H2.5C1.67157 20 1 19.3284 1 18.5V18C1 17.4477 1.44772 17 2 17H15V20Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19 3C20.1046 3 21 3.89543 21 5V8H18C16.3431 8 15 9.34315 15 11V16H3V5C3 3.89543 3.89543 3 5 3H19Z",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\n d=\"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 20H2.5C1.67157 20 1 19.3284 1 18.5V18C1 17.4477 1.44772 17 2 17H15V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8H18C16.3431 8 15 9.34315 15 11V16H3V5C3 3.89543 3.89543 3 5 3H19Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,kIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,CACF,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 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 a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z",fill:"currentColor"}),o.createElement(t,{d:"M15 20H2.5C1.67157 20 1 19.3284 1 18.5V18C1 17.4477 1.44772 17 2 17H15V20Z",fill:"currentColor"}),o.createElement(t,{d:"M19 3C20.1046 3 21 3.89543 21 5V8H18C16.3431 8 15 9.34315 15 11V16H3V5C3 3.89543 3.89543 3 5 3H19Z",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\n d=\"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 20H2.5C1.67157 20 1 19.3284 1 18.5V18C1 17.4477 1.44772 17 2 17H15V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8H18C16.3431 8 15 9.34315 15 11V16H3V5C3 3.89543 3.89543 3 5 3H19Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,kIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,CACF,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 u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},m=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of B(C))!I.call(r,e)&&e!==o&&n(r,e,{get:()=>C[e],enumerable:!(l=x(C,e))||l.enumerable});return r};var a=(r,C,o)=>(o=r!=null?u(H(r)):{},m(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,r)),P=r=>m(n({},"__esModule",{value:!0}),r);var d={};V(d,{IconRemixCircle:()=>i,default:()=>g});module.exports=P(d);var t=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M19.2913 13.7656C19.4208 13.2289 19.9606 12.8991 20.4974 13.0283C21.0341 13.1579 21.365 13.6976 21.2356 14.2344C20.2305 18.4023 16.4782 21.4998 12.0003 21.5C9.2289 21.5 6.73612 20.3119 5.00029 18.4209V19.5C5.00029 20.0522 4.55248 20.4999 4.00029 20.5C3.448 20.5 3.00029 20.0523 3.00029 19.5V16C3.00029 15.4477 3.448 15 4.00029 15H7.50029C8.05248 15.0001 8.50029 15.4478 8.50029 16C8.50029 16.5522 8.05248 16.9999 7.50029 17H6.41045C7.78459 18.5352 9.78009 19.5 12.0003 19.5C15.533 19.4998 18.4977 17.0561 19.2913 13.7656Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12.0003 8.5C12.5525 8.50011 13.0003 8.94778 13.0003 9.5V11H14.5003C15.0525 11.0001 15.5003 11.4478 15.5003 12C15.5003 12.5522 15.0525 12.9999 14.5003 13H13.0003V14.5C13.0003 15.0522 12.5525 15.4999 12.0003 15.5C11.448 15.5 11.0003 15.0523 11.0003 14.5V13H9.50029C8.948 13 8.50029 12.5523 8.50029 12C8.50029 11.4477 8.948 11 9.50029 11H11.0003V9.5C11.0003 8.94772 11.448 8.5 12.0003 8.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12.0003 2.5C14.7715 2.50014 17.2648 3.68725 19.0003 5.57812V4.5C19.0003 3.94772 19.448 3.5 20.0003 3.5C20.5525 3.50011 21.0003 3.94778 21.0003 4.5V8C21.0003 8.55222 20.5525 8.99989 20.0003 9H16.5003C15.948 9 15.5003 8.55228 15.5003 8C15.5003 7.44772 15.948 7 16.5003 7H17.5862C16.2122 5.46572 14.2196 4.50014 12.0003 4.5C8.46732 4.5 5.50191 6.94376 4.7083 10.2344C4.57882 10.7712 4.03906 11.101 3.50224 10.9717C2.96537 10.8422 2.63546 10.3025 2.76494 9.76562C3.77018 5.59757 7.52222 2.5 12.0003 2.5Z",fill:"currentColor"})),g=i;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=\"M19.2913 13.7656C19.4208 13.2289 19.9606 12.8991 20.4974 13.0283C21.0341 13.1579 21.365 13.6976 21.2356 14.2344C20.2305 18.4023 16.4782 21.4998 12.0003 21.5C9.2289 21.5 6.73612 20.3119 5.00029 18.4209V19.5C5.00029 20.0522 4.55248 20.4999 4.00029 20.5C3.448 20.5 3.00029 20.0523 3.00029 19.5V16C3.00029 15.4477 3.448 15 4.00029 15H7.50029C8.05248 15.0001 8.50029 15.4478 8.50029 16C8.50029 16.5522 8.05248 16.9999 7.50029 17H6.41045C7.78459 18.5352 9.78009 19.5 12.0003 19.5C15.533 19.4998 18.4977 17.0561 19.2913 13.7656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0003 8.5C12.5525 8.50011 13.0003 8.94778 13.0003 9.5V11H14.5003C15.0525 11.0001 15.5003 11.4478 15.5003 12C15.5003 12.5522 15.0525 12.9999 14.5003 13H13.0003V14.5C13.0003 15.0522 12.5525 15.4999 12.0003 15.5C11.448 15.5 11.0003 15.0523 11.0003 14.5V13H9.50029C8.948 13 8.50029 12.5523 8.50029 12C8.50029 11.4477 8.948 11 9.50029 11H11.0003V9.5C11.0003 8.94772 11.448 8.5 12.0003 8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0003 2.5C14.7715 2.50014 17.2648 3.68725 19.0003 5.57812V4.5C19.0003 3.94772 19.448 3.5 20.0003 3.5C20.5525 3.50011 21.0003 3.94778 21.0003 4.5V8C21.0003 8.55222 20.5525 8.99989 20.0003 9H16.5003C15.948 9 15.5003 8.55228 15.5003 8C15.5003 7.44772 15.948 7 16.5003 7H17.5862C16.2122 5.46572 14.2196 4.50014 12.0003 4.5C8.46732 4.5 5.50191 6.94376 4.7083 10.2344C4.57882 10.7712 4.03906 11.101 3.50224 10.9717C2.96537 10.8422 2.63546 10.3025 2.76494 9.76562C3.77018 5.59757 7.52222 2.5 12.0003 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,4gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ufACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var m=o=>C.createElement(t,{...o},C.createElement(e,{d:"M19.2913 13.7656C19.4208 13.2289 19.9606 12.8991 20.4974 13.0283C21.0341 13.1579 21.365 13.6976 21.2356 14.2344C20.2305 18.4023 16.4782 21.4998 12.0003 21.5C9.2289 21.5 6.73612 20.3119 5.00029 18.4209V19.5C5.00029 20.0522 4.55248 20.4999 4.00029 20.5C3.448 20.5 3.00029 20.0523 3.00029 19.5V16C3.00029 15.4477 3.448 15 4.00029 15H7.50029C8.05248 15.0001 8.50029 15.4478 8.50029 16C8.50029 16.5522 8.05248 16.9999 7.50029 17H6.41045C7.78459 18.5352 9.78009 19.5 12.0003 19.5C15.533 19.4998 18.4977 17.0561 19.2913 13.7656Z",fill:"currentColor"}),C.createElement(e,{d:"M12.0003 8.5C12.5525 8.50011 13.0003 8.94778 13.0003 9.5V11H14.5003C15.0525 11.0001 15.5003 11.4478 15.5003 12C15.5003 12.5522 15.0525 12.9999 14.5003 13H13.0003V14.5C13.0003 15.0522 12.5525 15.4999 12.0003 15.5C11.448 15.5 11.0003 15.0523 11.0003 14.5V13H9.50029C8.948 13 8.50029 12.5523 8.50029 12C8.50029 11.4477 8.948 11 9.50029 11H11.0003V9.5C11.0003 8.94772 11.448 8.5 12.0003 8.5Z",fill:"currentColor"}),C.createElement(e,{d:"M12.0003 2.5C14.7715 2.50014 17.2648 3.68725 19.0003 5.57812V4.5C19.0003 3.94772 19.448 3.5 20.0003 3.5C20.5525 3.50011 21.0003 3.94778 21.0003 4.5V8C21.0003 8.55222 20.5525 8.99989 20.0003 9H16.5003C15.948 9 15.5003 8.55228 15.5003 8C15.5003 7.44772 15.948 7 16.5003 7H17.5862C16.2122 5.46572 14.2196 4.50014 12.0003 4.5C8.46732 4.5 5.50191 6.94376 4.7083 10.2344C4.57882 10.7712 4.03906 11.101 3.50224 10.9717C2.96537 10.8422 2.63546 10.3025 2.76494 9.76562C3.77018 5.59757 7.52222 2.5 12.0003 2.5Z",fill:"currentColor"})),I=m;export{m as IconRemixCircle,I 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=\"M19.2913 13.7656C19.4208 13.2289 19.9606 12.8991 20.4974 13.0283C21.0341 13.1579 21.365 13.6976 21.2356 14.2344C20.2305 18.4023 16.4782 21.4998 12.0003 21.5C9.2289 21.5 6.73612 20.3119 5.00029 18.4209V19.5C5.00029 20.0522 4.55248 20.4999 4.00029 20.5C3.448 20.5 3.00029 20.0523 3.00029 19.5V16C3.00029 15.4477 3.448 15 4.00029 15H7.50029C8.05248 15.0001 8.50029 15.4478 8.50029 16C8.50029 16.5522 8.05248 16.9999 7.50029 17H6.41045C7.78459 18.5352 9.78009 19.5 12.0003 19.5C15.533 19.4998 18.4977 17.0561 19.2913 13.7656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0003 8.5C12.5525 8.50011 13.0003 8.94778 13.0003 9.5V11H14.5003C15.0525 11.0001 15.5003 11.4478 15.5003 12C15.5003 12.5522 15.0525 12.9999 14.5003 13H13.0003V14.5C13.0003 15.0522 12.5525 15.4999 12.0003 15.5C11.448 15.5 11.0003 15.0523 11.0003 14.5V13H9.50029C8.948 13 8.50029 12.5523 8.50029 12C8.50029 11.4477 8.948 11 9.50029 11H11.0003V9.5C11.0003 8.94772 11.448 8.5 12.0003 8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0003 2.5C14.7715 2.50014 17.2648 3.68725 19.0003 5.57812V4.5C19.0003 3.94772 19.448 3.5 20.0003 3.5C20.5525 3.50011 21.0003 3.94778 21.0003 4.5V8C21.0003 8.55222 20.5525 8.99989 20.0003 9H16.5003C15.948 9 15.5003 8.55228 15.5003 8C15.5003 7.44772 15.948 7 16.5003 7H17.5862C16.2122 5.46572 14.2196 4.50014 12.0003 4.5C8.46732 4.5 5.50191 6.94376 4.7083 10.2344C4.57882 10.7712 4.03906 11.101 3.50224 10.9717C2.96537 10.8422 2.63546 10.3025 2.76494 9.76562C3.77018 5.59757 7.52222 2.5 12.0003 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,4gBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ufACF,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=\"M7.04284 17C8.32397 18.2359 10.0895 19 12 19C15.866 19 19 15.866 19 12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12C21 16.9706 16.9706 21 12 21C9.72351 21 7.60781 20.1537 5.99988 18.7558V20C5.99988 20.5523 5.55216 21 4.99988 21C4.44759 21 3.99988 20.5523 3.99988 20V16.5C3.99988 15.6716 4.67145 15 5.49988 15H8.74988C9.30216 15 9.74988 15.4477 9.74988 16C9.74988 16.5523 9.30216 17 8.74988 17H7.04284Z\" fill=\"currentColor\"/><path d=\"M5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 7.02944 7.02944 3 12 3C14.282 3 16.4024 3.85036 18.0117 5.25429V4C18.0117 3.44772 18.4594 3 19.0117 3C19.564 3 20.0117 3.44772 20.0117 4V7.5C20.0117 8.32843 19.3401 9 18.5117 9H15.0117C14.4594 9 14.0117 8.55229 14.0117 8C14.0117 7.44771 14.4594 7 15.0117 7H16.9572C15.676 5.76414 13.9105 5 12 5C8.13401 5 5 8.13401 5 12Z\" 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": "round",
1787
1787
  "filled": "on",
@@ -3094,6 +3094,34 @@
3094
3094
  "packageName": "round-filled-radius-1-stroke-2",
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": "round",
3103
+ "filled": "on",
3104
+ "radius": "1",
3105
+ "stroke": "2"
3106
+ },
3107
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3108
+ "packageName": "round-filled-radius-1-stroke-2",
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": "round",
3117
+ "filled": "on",
3118
+ "radius": "1",
3119
+ "stroke": "2"
3120
+ },
3121
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3122
+ "packageName": "round-filled-radius-1-stroke-2",
3123
+ "componentName": "IconBecepsRightArm"
3124
+ },
3097
3125
  {
3098
3126
  "category": "Furniture & Household",
3099
3127
  "svg": "<path d=\"M4 6C4 4.89543 4.89543 4 6 4H11V9H4V6Z\" fill=\"currentColor\"/><path d=\"M13 9V4H18C19.1046 4 20 4.89543 20 6V9H13Z\" fill=\"currentColor\"/><path d=\"M20 11C21.1046 11 22 11.8954 22 13V16C22 17.1046 21.1046 18 20 18V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19V18H6V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19V18C2.89543 18 2 17.1046 2 16V13C2 11.8954 2.89543 11 4 11H20Z\" fill=\"currentColor\"/>",
@@ -8918,6 +8946,20 @@
8918
8946
  "packageName": "round-filled-radius-1-stroke-2",
8919
8947
  "componentName": "IconDevices"
8920
8948
  },
8949
+ {
8950
+ "category": "Devices & Signals",
8951
+ "svg": "<path d=\"M21 9C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19V11C16 9.89543 16.8954 9 18 9H21Z\" fill=\"currentColor\"/><path d=\"M15 20H2.5C1.67157 20 1 19.3284 1 18.5V18C1 17.4477 1.44772 17 2 17H15V20Z\" fill=\"currentColor\"/><path d=\"M19 3C20.1046 3 21 3.89543 21 5V8H18C16.3431 8 15 9.34315 15 11V16H3V5C3 3.89543 3.89543 3 5 3H19Z\" fill=\"currentColor\"/>",
8952
+ "iconName": "devices-2, laptop-phone",
8953
+ "variant": {
8954
+ "join": "round",
8955
+ "filled": "on",
8956
+ "radius": "1",
8957
+ "stroke": "2"
8958
+ },
8959
+ "createdAt": "2026-04-15T12:02:06.50898+00:00",
8960
+ "packageName": "round-filled-radius-1-stroke-2",
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": "round-filled-radius-1-stroke-2",
20119
20161
  "componentName": "IconRemix"
20120
20162
  },
20163
+ {
20164
+ "category": "Arrows",
20165
+ "svg": "<path d=\"M19.2913 13.7656C19.4208 13.2289 19.9606 12.8991 20.4974 13.0283C21.0341 13.1579 21.365 13.6976 21.2356 14.2344C20.2305 18.4023 16.4782 21.4998 12.0003 21.5C9.2289 21.5 6.73612 20.3119 5.00029 18.4209V19.5C5.00029 20.0522 4.55248 20.4999 4.00029 20.5C3.448 20.5 3.00029 20.0523 3.00029 19.5V16C3.00029 15.4477 3.448 15 4.00029 15H7.50029C8.05248 15.0001 8.50029 15.4478 8.50029 16C8.50029 16.5522 8.05248 16.9999 7.50029 17H6.41045C7.78459 18.5352 9.78009 19.5 12.0003 19.5C15.533 19.4998 18.4977 17.0561 19.2913 13.7656Z\" fill=\"currentColor\"/><path d=\"M12.0003 8.5C12.5525 8.50011 13.0003 8.94778 13.0003 9.5V11H14.5003C15.0525 11.0001 15.5003 11.4478 15.5003 12C15.5003 12.5522 15.0525 12.9999 14.5003 13H13.0003V14.5C13.0003 15.0522 12.5525 15.4999 12.0003 15.5C11.448 15.5 11.0003 15.0523 11.0003 14.5V13H9.50029C8.948 13 8.50029 12.5523 8.50029 12C8.50029 11.4477 8.948 11 9.50029 11H11.0003V9.5C11.0003 8.94772 11.448 8.5 12.0003 8.5Z\" fill=\"currentColor\"/><path d=\"M12.0003 2.5C14.7715 2.50014 17.2648 3.68725 19.0003 5.57812V4.5C19.0003 3.94772 19.448 3.5 20.0003 3.5C20.5525 3.50011 21.0003 3.94778 21.0003 4.5V8C21.0003 8.55222 20.5525 8.99989 20.0003 9H16.5003C15.948 9 15.5003 8.55228 15.5003 8C15.5003 7.44772 15.948 7 16.5003 7H17.5862C16.2122 5.46572 14.2196 4.50014 12.0003 4.5C8.46732 4.5 5.50191 6.94376 4.7083 10.2344C4.57882 10.7712 4.03906 11.101 3.50224 10.9717C2.96537 10.8422 2.63546 10.3025 2.76494 9.76562C3.77018 5.59757 7.52222 2.5 12.0003 2.5Z\" fill=\"currentColor\"/>",
20166
+ "iconName": "remix-circle, mix, new-try",
20167
+ "variant": {
20168
+ "join": "round",
20169
+ "filled": "on",
20170
+ "radius": "1",
20171
+ "stroke": "2"
20172
+ },
20173
+ "createdAt": "2026-04-15T12:02:06.50898+00:00",
20174
+ "packageName": "round-filled-radius-1-stroke-2",
20175
+ "componentName": "IconRemixCircle"
20176
+ },
20121
20177
  {
20122
20178
  "category": "Photography & Video",
20123
20179
  "svg": "<path d=\"M8.58579 3H5C3.89543 3 3 3.89543 3 5V8.58579L8.58579 3Z\" fill=\"currentColor\"/><path d=\"M3 11.4142V19C3 19.1792 3.02356 19.3528 3.06774 19.518L8.19005 14.3957C7.75291 13.702 7.5 12.8805 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C12.8805 7.5 13.702 7.75291 14.3957 8.19005L19.518 3.06774C19.3528 3.02356 19.1792 3 19 3H11.4142L3 11.4142Z\" fill=\"currentColor\"/><path d=\"M9.60426 15.81L4.48196 20.9323C4.64718 20.9764 4.82084 21 5 21H12.5858L21 12.5858V5C21 4.82084 20.9764 4.64718 20.9323 4.48196L15.81 9.60426C16.2471 10.298 16.5 11.1195 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C11.1195 16.5 10.298 16.2471 9.60426 15.81Z\" fill=\"currentColor\"/><path d=\"M19 21H15.4142L21 15.4142V19C21 20.1046 20.1046 21 19 21Z\" fill=\"currentColor\"/><path d=\"M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 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/round-filled-radius-1-stroke-2",
3
- "version": "1.1.189",
3
+ "version": "1.1.191",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";