@central-icons-react-native/square-outlined-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.
- package/IconArrowRotateRightLeft/index.js +1 -1
- package/IconArrowRotateRightLeft/index.js.map +1 -1
- package/IconArrowRotateRightLeft/index.mjs +1 -1
- package/IconArrowRotateRightLeft/index.mjs.map +1 -1
- package/IconBecepsLeftArm/index.d.ts +4 -0
- package/IconBecepsLeftArm/index.js +2 -0
- package/IconBecepsLeftArm/index.js.map +1 -0
- package/IconBecepsLeftArm/index.mjs +2 -0
- package/IconBecepsLeftArm/index.mjs.map +1 -0
- package/IconBecepsRightArm/index.d.ts +4 -0
- package/IconBecepsRightArm/index.js +2 -0
- package/IconBecepsRightArm/index.js.map +1 -0
- package/IconBecepsRightArm/index.mjs +2 -0
- package/IconBecepsRightArm/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +16 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var k=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?k(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowRotateRightLeft:()=>m,default:()=>x});module.exports=g(P);var t=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.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 s=require("react-native-svg"),m=r=>t.default.createElement(u,{...r},t.default.createElement(s.Path,{d:"M4.98828
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?k(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowRotateRightLeft:()=>m,default:()=>x});module.exports=g(P);var t=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.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 s=require("react-native-svg"),m=r=>t.default.createElement(u,{...r},t.default.createElement(s.Path,{d:"M4.98828 20V16H8.98828",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M19 4V8H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M20.0002 12C20.0002 16.4183 16.4184 20 12.0002 20C9.49909 20 7.21596 18.8523 5.7334 17.0548",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M4 12C4 7.58172 7.58172 4 12 4C14.5264 4 16.8304 5.17107 18.3115 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=m;0&&(module.exports={IconArrowRotateRightLeft});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowRotateRightLeft/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 IconArrowRotateRightLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.98828
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateRightLeft/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 IconArrowRotateRightLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.98828 20V16H8.98828\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19 4V8H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.0002 12C20.0002 16.4183 16.4184 20 12.0002 20C9.49909 20 7.21596 18.8523 5.7334 17.0548\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 12C4 7.58172 7.58172 4 12 4C14.5264 4 16.8304 5.17107 18.3115 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateRightLeft;\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,8BAAAE,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,EAAsDC,GAE/D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowRotateRightLeft_exports","__export","IconArrowRotateRightLeft","IconArrowRotateRightLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRotateRightLeft","props","React","CentralIconBase","IconArrowRotateRightLeft_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M4.98828
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M4.98828 20V16H8.98828",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M19 4V8H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M20.0002 12C20.0002 16.4183 16.4184 20 12.0002 20C9.49909 20 7.21596 18.8523 5.7334 17.0548",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M4 12C4 7.58172 7.58172 4 12 4C14.5264 4 16.8304 5.17107 18.3115 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=C;export{C as IconArrowRotateRightLeft,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowRotateRightLeft/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 IconArrowRotateRightLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.98828
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateRightLeft/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 IconArrowRotateRightLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.98828 20V16H8.98828\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19 4V8H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.0002 12C20.0002 16.4183 16.4184 20 12.0002 20C9.49909 20 7.21596 18.8523 5.7334 17.0548\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 12C4 7.58172 7.58172 4 12 4C14.5264 4 16.8304 5.17107 18.3115 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateRightLeft;\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,EAAsDC,GAE/DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateRightLeft","props","React","CentralIconBase","IconArrowRotateRightLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=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,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};P(k,{IconBecepsLeftArm:()=>i,default:()=>h});module.exports=g(k);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M11.7643 12.8771C9 8 2.99766 9.91012 3 14.6549C3 22.5392 16.1319 22.0421 20.7013 18.7233C22.1898 10.2629 17.877 3 13.0518 3C8.20216 3 11.2241 9.72397 14.8794 6.58612",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M13.3509 7.5C15.7903 11.0526 14.3693 12 15.6009 14.7002C13.7146 13.0832 11.5164 12.1374 9.30078 13.8",stroke:"currentColor",strokeWidth:"2"})),h=i;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=\"M11.7643 12.8771C9 8 2.99766 9.91012 3 14.6549C3 22.5392 16.1319 22.0421 20.7013 18.7233C22.1898 10.2629 17.877 3 13.0518 3C8.20216 3 11.2241 9.72397 14.8794 6.58612\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.3509 7.5C15.7903 11.0526 14.3693 12 15.6009 14.7002C13.7146 13.0832 11.5164 12.1374 9.30078 13.8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wKACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,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 C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...p,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M11.7643 12.8771C9 8 2.99766 9.91012 3 14.6549C3 22.5392 16.1319 22.0421 20.7013 18.7233C22.1898 10.2629 17.877 3 13.0518 3C8.20216 3 11.2241 9.72397 14.8794 6.58612",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),t.createElement(n,{d:"M13.3509 7.5C15.7903 11.0526 14.3693 12 15.6009 14.7002C13.7146 13.0832 11.5164 12.1374 9.30078 13.8",stroke:"currentColor",strokeWidth:"2"})),x=a;export{a as IconBecepsLeftArm,x 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=\"M11.7643 12.8771C9 8 2.99766 9.91012 3 14.6549C3 22.5392 16.1319 22.0421 20.7013 18.7233C22.1898 10.2629 17.877 3 13.0518 3C8.20216 3 11.2241 9.72397 14.8794 6.58612\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.3509 7.5C15.7903 11.0526 14.3693 12 15.6009 14.7002C13.7146 13.0832 11.5164 12.1374 9.30078 13.8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wKACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var k={};h(k,{IconBecepsRightArm:()=>f,default:()=>P});module.exports=x(k);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(c.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 C=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M12.2357 12.8771C15 8 21.0023 9.91012 21 14.6549C21 22.5392 7.86811 22.0421 3.29872 18.7233C1.81022 10.2629 6.123 3 10.9482 3C15.7978 3 12.7759 9.72397 9.12056 6.58612",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M14.6985 13.8C12.4829 12.1374 10.2848 13.0832 8.39844 14.7002C9.63006 12 8.20901 11.0526 10.6484 7.5",stroke:"currentColor",strokeWidth:"2"})),P=f;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=\"M12.2357 12.8771C15 8 21.0023 9.91012 21 14.6549C21 22.5392 7.86811 22.0421 3.29872 18.7233C1.81022 10.2629 6.123 3 10.9482 3C15.7978 3 12.7759 9.72397 9.12056 6.58612\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.6985 13.8C12.4829 12.1374 10.2848 13.0832 8.39844 14.7002C9.63006 12 8.20901 11.0526 10.6484 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,0KACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,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 t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...p,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.2357 12.8771C15 8 21.0023 9.91012 21 14.6549C21 22.5392 7.86811 22.0421 3.29872 18.7233C1.81022 10.2629 6.123 3 10.9482 3C15.7978 3 12.7759 9.72397 9.12056 6.58612",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),t.createElement(n,{d:"M14.6985 13.8C12.4829 12.1374 10.2848 13.0832 8.39844 14.7002C9.63006 12 8.20901 11.0526 10.6484 7.5",stroke:"currentColor",strokeWidth:"2"})),g=a;export{a as IconBecepsRightArm,g 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=\"M12.2357 12.8771C15 8 21.0023 9.91012 21 14.6549C21 22.5392 7.86811 22.0421 3.29872 18.7233C1.81022 10.2629 6.123 3 10.9482 3C15.7978 3 12.7759 9.72397 9.12056 6.58612\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.6985 13.8C12.4829 12.1374 10.2848 13.0832 8.39844 14.7002C9.63006 12 8.20901 11.0526 10.6484 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,0KACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsRightArm","props","React","CentralIconBase","IconBecepsRightArm_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1780,8 +1780,8 @@
|
|
|
1780
1780
|
},
|
|
1781
1781
|
{
|
|
1782
1782
|
"category": "Arrows",
|
|
1783
|
-
"svg": "<path d=\"M4.98828
|
|
1784
|
-
"iconName": "arrow-rotate-right-left, repeat, refresh",
|
|
1783
|
+
"svg": "<path d=\"M4.98828 20V16H8.98828\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M19 4V8H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M20.0002 12C20.0002 16.4183 16.4184 20 12.0002 20C9.49909 20 7.21596 18.8523 5.7334 17.0548\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 12C4 7.58172 7.58172 4 12 4C14.5264 4 16.8304 5.17107 18.3115 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
1784
|
+
"iconName": "arrow-rotate-right-left, repeat, refresh, routines",
|
|
1785
1785
|
"variant": {
|
|
1786
1786
|
"join": "square",
|
|
1787
1787
|
"filled": "off",
|
|
@@ -3094,6 +3094,34 @@
|
|
|
3094
3094
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3095
3095
|
"componentName": "IconBean"
|
|
3096
3096
|
},
|
|
3097
|
+
{
|
|
3098
|
+
"category": "Hands",
|
|
3099
|
+
"svg": "<path d=\"M11.7643 12.8771C9 8 2.99766 9.91012 3 14.6549C3 22.5392 16.1319 22.0421 20.7013 18.7233C22.1898 10.2629 17.877 3 13.0518 3C8.20216 3 11.2241 9.72397 14.8794 6.58612\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M13.3509 7.5C15.7903 11.0526 14.3693 12 15.6009 14.7002C13.7146 13.0832 11.5164 12.1374 9.30078 13.8\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
3100
|
+
"iconName": "beceps-left-arm, strong, flex, power",
|
|
3101
|
+
"variant": {
|
|
3102
|
+
"join": "square",
|
|
3103
|
+
"filled": "off",
|
|
3104
|
+
"radius": "0",
|
|
3105
|
+
"stroke": "2"
|
|
3106
|
+
},
|
|
3107
|
+
"createdAt": "2026-04-15T10:02:50.447041+00:00",
|
|
3108
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3109
|
+
"componentName": "IconBecepsLeftArm"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"category": "Hands",
|
|
3113
|
+
"svg": "<path d=\"M12.2357 12.8771C15 8 21.0023 9.91012 21 14.6549C21 22.5392 7.86811 22.0421 3.29872 18.7233C1.81022 10.2629 6.123 3 10.9482 3C15.7978 3 12.7759 9.72397 9.12056 6.58612\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M14.6985 13.8C12.4829 12.1374 10.2848 13.0832 8.39844 14.7002C9.63006 12 8.20901 11.0526 10.6484 7.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
3114
|
+
"iconName": "beceps-right-arm, strong, flex, power",
|
|
3115
|
+
"variant": {
|
|
3116
|
+
"join": "square",
|
|
3117
|
+
"filled": "off",
|
|
3118
|
+
"radius": "0",
|
|
3119
|
+
"stroke": "2"
|
|
3120
|
+
},
|
|
3121
|
+
"createdAt": "2026-04-15T10:02:50.447041+00:00",
|
|
3122
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3123
|
+
"componentName": "IconBecepsRightArm"
|
|
3124
|
+
},
|
|
3097
3125
|
{
|
|
3098
3126
|
"category": "Furniture & Household",
|
|
3099
3127
|
"svg": "<path d=\"M3 11H21V17H3V11Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M19 11V5H5V11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 5V11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M5 17V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M19 17V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.190",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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":
|
|
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":
|
|
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";
|