@central-icons-react-native/round-filled-radius-2-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=\"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.75C3.99988 15.7835 4.78338 15 5.74988 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.25C20.0117 8.2165 19.2282 9 18.2617 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-2-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": "2",
3105
+ "stroke": "2"
3106
+ },
3107
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3108
+ "packageName": "round-filled-radius-2-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": "2",
3119
+ "stroke": "2"
3120
+ },
3121
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3122
+ "packageName": "round-filled-radius-2-stroke-2",
3123
+ "componentName": "IconBecepsRightArm"
3124
+ },
3097
3125
  {
3098
3126
  "category": "Furniture & Household",
3099
3127
  "svg": "<path d=\"M4 7C4 5.34315 5.34315 4 7 4H11V9H4V7Z\" fill=\"currentColor\"/><path d=\"M13 9V4H17C18.6569 4 20 5.34315 20 7V9H13Z\" fill=\"currentColor\"/><path d=\"M19 11C20.6569 11 22 12.3431 22 14V16C22 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 16V14C2 12.3431 3.34315 11 5 11H19Z\" 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-2-stroke-2",
3
- "version": "1.1.189",
3
+ "version": "1.1.190",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";