@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.189 → 1.1.190

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"]}
package/README.md CHANGED
@@ -1005,6 +1005,8 @@ Below is a complete list of available icons:
1005
1005
 
1006
1006
  ### Hands
1007
1007
 
1008
+ - IconBecepsLeftArm
1009
+ - IconBecepsRightArm
1008
1010
  - IconBlip
1009
1011
  - IconFistbump
1010
1012
  - IconHand4Finger
@@ -1781,7 +1781,7 @@
1781
1781
  {
1782
1782
  "category": "Arrows",
1783
1783
  "svg": "<path d=\"M18.9998 12C18.9998 11.45 19.4498 11 19.9998 11H20.0098C20.5598 11 21.0098 11.45 21.0098 12C21.0098 16.97 16.9798 21 12.0098 21C9.72977 21 7.61977 20.14 6.00977 18.73V20C6.00977 20.55 5.55977 21 5.00977 21C4.45977 21 4.00977 20.55 4.00977 20V16C4.00977 15.98 4.01477 15.96 4.01977 15.94C4.02477 15.92 4.02977 15.9 4.02977 15.88C4.03977 15.81 4.04977 15.75 4.06977 15.68C4.08466 15.6353 4.10509 15.5962 4.12694 15.5544C4.13444 15.54 4.1421 15.5253 4.14977 15.51C4.1601 15.4945 4.16976 15.4797 4.1791 15.4653C4.20593 15.4242 4.2301 15.3871 4.25977 15.35C4.29977 15.29 4.34977 15.25 4.40977 15.21C4.4225 15.2015 4.43343 15.1894 4.44485 15.1768C4.46034 15.1596 4.47674 15.1415 4.49977 15.13C4.51977 15.11 4.53977 15.11 4.55977 15.11C4.60351 15.0881 4.64726 15.0769 4.69488 15.0646C4.71257 15.0601 4.7308 15.0554 4.74977 15.05C4.80977 15.03 4.86977 15.01 4.93977 15.01C4.95977 15.01 4.99977 15 4.99977 15H8.99977C9.54977 15 9.99977 15.45 9.99977 16C9.99977 16.55 9.54977 17 8.99977 17H7.04977C8.32977 18.23 10.0898 19 11.9998 19C15.8698 19 18.9998 15.87 18.9998 12Z\" fill=\"currentColor\"/><path d=\"M12 5C8.13 5 5 8.13 5 12C5 12.55 4.55 13 4 13C3.45 13 3 12.55 3 12C3 7.03 7.03 3 11.99 3C14.28 3 16.39 3.87 18 5.28V4C18 3.45 18.45 3 19 3C19.55 3 20 3.45 20 4V8.01C20 8.08 19.98 8.15 19.96 8.22C19.95 8.24 19.95 8.27 19.95 8.29C19.92 8.39 19.88 8.48 19.82 8.56C19.81 8.57 19.8025 8.5825 19.795 8.595C19.7875 8.6075 19.78 8.62 19.77 8.63C19.71 8.7 19.63 8.76 19.55 8.82C19.5429 8.82709 19.5371 8.83417 19.5316 8.84081C19.5217 8.85292 19.5129 8.86354 19.5 8.87C19.49 8.88 19.48 8.88 19.47 8.88C19.4 8.92 19.32 8.94 19.24 8.96C19.2186 8.96356 19.1985 8.9684 19.1788 8.97314C19.1431 8.98171 19.1086 8.99 19.07 8.99C19.05 8.99 19.01 9 19.01 9H15.01C14.46 9 14.01 8.55 14.01 8C14.01 7.45 14.46 7 15.01 7H16.95C15.67 5.77 13.91 5 12 5Z\" 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-0-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": "0",
3105
+ "stroke": "2"
3106
+ },
3107
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3108
+ "packageName": "round-filled-radius-0-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": "0",
3119
+ "stroke": "2"
3120
+ },
3121
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3122
+ "packageName": "round-filled-radius-0-stroke-2",
3123
+ "componentName": "IconBecepsRightArm"
3124
+ },
3097
3125
  {
3098
3126
  "category": "Furniture & Household",
3099
3127
  "svg": "<path d=\"M4 5C4 4.44772 4.44772 4 5 4H11V9H4V5Z\" fill=\"currentColor\"/><path d=\"M13 9V4H19C19.5523 4 20 4.44772 20 5V9H13Z\" fill=\"currentColor\"/><path d=\"M22 12C22 11.4477 21.5523 11 21 11H3C2.44772 11 2 11.4477 2 12V17C2 17.5523 2.44772 18 3 18H4V19C4 19.5523 4.44772 20 5 20C5.55228 20 6 19.5523 6 19V18H18V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V18H21C21.5523 18 22 17.5523 22 17V12Z\" 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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.189",
3
+ "version": "1.1.190",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1936,
14
+ "totalIcons": 1938,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -909,8 +909,10 @@
909
909
  ]
910
910
  },
911
911
  "Hands": {
912
- "count": 20,
912
+ "count": 22,
913
913
  "icons": [
914
+ "IconBecepsLeftArm",
915
+ "IconBecepsRightArm",
914
916
  "IconBlip",
915
917
  "IconFistbump",
916
918
  "IconHand4Finger",
@@ -2265,7 +2267,7 @@
2265
2267
  "IconArrowRotateClockwise": "arrow-rotate-clockwise, rotate-right",
2266
2268
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
2267
2269
  "IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
2268
- "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh",
2270
+ "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
2269
2271
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
2270
2272
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
2271
2273
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
@@ -2359,6 +2361,8 @@
2359
2361
  "IconBatteryMedium": "battery-medium, power",
2360
2362
  "IconBaymax": "baymax, bot, help",
2361
2363
  "IconBean": "bean, java",
2364
+ "IconBecepsLeftArm": "beceps-left-arm, strong, flex, power",
2365
+ "IconBecepsRightArm": "beceps-right-arm, strong, flex, power",
2362
2366
  "IconBed": "bed",
2363
2367
  "IconBee": "bee, fly",
2364
2368
  "IconBeer": "beer, cheers",
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";