@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.270 → 1.1.272
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/IconFistbump/index.js +2 -2
- package/IconFistbump/index.js.map +3 -3
- package/IconFistbump/index.mjs +2 -2
- package/IconFistbump/index.mjs.map +3 -3
- package/IconHandTouch/index.d.ts +4 -0
- package/IconHandTouch/index.js +3 -0
- package/IconHandTouch/index.js.map +11 -0
- package/IconHandTouch/index.mjs +3 -0
- package/IconHandTouch/index.mjs.map +11 -0
- package/IconMagicHands/index.js +2 -2
- package/IconMagicHands/index.js.map +3 -3
- package/IconMagicHands/index.mjs +2 -2
- package/IconMagicHands/index.mjs.map +3 -3
- package/IconPinch/index.js +2 -2
- package/IconPinch/index.js.map +3 -3
- package/IconPinch/index.mjs +2 -2
- package/IconPinch/index.mjs.map +3 -3
- package/IconScript/index.js +2 -2
- package/IconScript/index.js.map +3 -3
- package/IconScript/index.mjs +2 -2
- package/IconScript/index.mjs.map +3 -3
- package/IconScript2/index.js +2 -2
- package/IconScript2/index.js.map +3 -3
- package/IconScript2/index.mjs +2 -2
- package/IconScript2/index.mjs.map +3 -3
- package/IconTouch/index.js +2 -2
- package/IconTouch/index.js.map +3 -3
- package/IconTouch/index.mjs +2 -2
- package/IconTouch/index.mjs.map +3 -3
- package/README.md +1 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
package/IconTouch/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:L,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:v}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var y,F,B=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?y??=new WeakMap:F??=new WeakMap,i=m.get(r);if(i)return i}t=r!=null?g(L(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let s of u(r))if(!d.call(p,s))n(p,s,{get:f.bind(r,s),enumerable:!0});if(e)m.set(r,p);return p},I=(r)=>{var o=(l??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!d.call(o,e))n(o,e,{get:f.bind(r,e),enumerable:!(t=v(r,e))||t.enumerable})}return l.set(r,o),o},l;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var V={};h(V,{CentralIconBase:()=>a});module.exports=I(V);var k=B(require("react")),x=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return k.default.createElement(x.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 w={};h(w,{default:()=>H,IconTouch:()=>P});module.exports=I(w);var C=B(require("react"));var c=require("react-native-svg"),P=(r)=>{return C.default.createElement(a,{...r},C.default.createElement(c.Path,{d:"M13 9V12H16C17.6569 12 19 13.3431 19 15V16C19 18.7614 16.7614 21 14 21H13.1407C11.8033 21 10.5544 20.3316 9.81253 19.2188L7 15L7.19275 14.5181C7.6273 13.4317 8.89757 12.9488 9.94413 13.4721L10 13.5V9C10 8.17157 10.6716 7.5 11.5 7.5C12.3284 7.5 13 8.17157 13 9Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(c.Path,{d:"M17.417 8C16.941 5.16229 14.473 3 11.5 3C8.18629 3 5.5 5.68629 5.5 9C5.5 9.34071 5.5284 9.67479 5.58296 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}))},H=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=1EABEC787E8BAE6064756E2164756E21
|
package/IconTouch/index.js.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconTouch/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M13
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M13 9V12H16C17.6569 12 19 13.3431 19 15V16C19 18.7614 16.7614 21 14 21H13.1407C11.8033 21 10.5544 20.3316 9.81253 19.2188L7 15L7.19275 14.5181C7.6273 13.4317 8.89757 12.9488 9.94413 13.4721L10 13.5V9C10 8.17157 10.6716 7.5 11.5 7.5C12.3284 7.5 13 8.17157 13 9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.417 8C16.941 5.16229 14.473 3 11.5 3C8.18629 3 5.5 5.68629 5.5 9C5.5 9.34071 5.5284 9.67479 5.58296 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconTouch;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,wBAAmjB,EAAnjB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,uQAAuQ,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,6GAA6G,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,CAAI,GAG7iB",
|
|
9
|
+
"debugId": "1EABEC787E8BAE6064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconTouch/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return 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 t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M13 9V12H16C17.6569 12 19 13.3431 19 15V16C19 18.7614 16.7614 21 14 21H13.1407C11.8033 21 10.5544 20.3316 9.81253 19.2188L7 15L7.19275 14.5181C7.6273 13.4317 8.89757 12.9488 9.94413 13.4721L10 13.5V9C10 8.17157 10.6716 7.5 11.5 7.5C12.3284 7.5 13 8.17157 13 9Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M17.417 8C16.941 5.16229 14.473 3 11.5 3C8.18629 3 5.5 5.68629 5.5 9C5.5 9.34071 5.5284 9.67479 5.58296 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}))},k=a;export{k as default,a as IconTouch};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=9350C84042E4996164756E2164756E21
|
package/IconTouch/index.mjs.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconTouch/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M13
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M13 9V12H16C17.6569 12 19 13.3431 19 15V16C19 18.7614 16.7614 21 14 21H13.1407C11.8033 21 10.5544 20.3316 9.81253 19.2188L7 15L7.19275 14.5181C7.6273 13.4317 8.89757 12.9488 9.94413 13.4721L10 13.5V9C10 8.17157 10.6716 7.5 11.5 7.5C12.3284 7.5 13 8.17157 13 9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.417 8C16.941 5.16229 14.473 3 11.5 3C8.18629 3 5.5 5.68629 5.5 9C5.5 9.34071 5.5284 9.67479 5.58296 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconTouch;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAsC,CAAC,IAAU,CAC5D,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAsC,CAAC,IAAU,CAC5D,OAAO,gBAAmjB,EAAnjB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,uQAAuQ,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,6GAA6G,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,CAAI,GAG7iB",
|
|
9
|
+
"debugId": "9350C84042E4996164756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|