@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.267 → 1.1.268

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 IconCreditCardNfc: FC<CentralIconBaseProps>;
4
+ export default IconCreditCardNfc;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:d,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function u(r){return this[r]}var F,S,B=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:S??=new WeakMap,c=m.get(r);if(c)return c}t=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of d(r))if(!f.call(s,a))n(s,a,{get:u.bind(r,a),enumerable:!0});if(e)m.set(r,s);return s},I=(r)=>{var o=(i??=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 d(r))if(!f.call(o,e))n(o,e,{get:u.bind(r,e),enumerable:!(t=y(r,e))||t.enumerable})}return i.set(r,o),o},i;var b=(r)=>r;function H(r,o){this[r]=b.bind(null,o)}var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:H.bind(o,t)})};var M={};h(M,{CentralIconBase:()=>l});module.exports=I(M);var k=B(require("react")),x=require("react-native-svg"),l=({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:()=>w,IconCreditCardNfc:()=>P});module.exports=I(W);var p=B(require("react"));var C=require("react-native-svg"),P=(r)=>{return p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M19.5 20C19.5 18.6193 20.6193 17.5 22 17.5",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M16 20C16 16.6863 18.6863 14 22 14",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M12 19H3V5H21V10H3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},w=P;
2
+
3
+ //# debugId=E149E02E97AC6C5164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCreditCardNfc/index.tsx"],
4
+ "sourcesContent": [
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 IconCreditCardNfc: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5 20C19.5 18.6193 20.6193 17.5 22 17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 20C16 16.6863 18.6863 14 22 14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19H3V5H21V10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconCreditCardNfc;\n"
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,6ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAA2S,EAA3S,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAGrS",
9
+ "debugId": "E149E02E97AC6C5164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>{return s.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Path as e}from"react-native-svg";var a=(t)=>{return o.createElement(n,{...t},o.createElement(e,{d:"M19.5 20C19.5 18.6193 20.6193 17.5 22 17.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M16 20C16 16.6863 18.6863 14 22 14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M12 19H3V5H21V10H3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},k=a;export{k as default,a as IconCreditCardNfc};
2
+
3
+ //# debugId=DFC7EF7F265BEF4C64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCreditCardNfc/index.tsx"],
4
+ "sourcesContent": [
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 IconCreditCardNfc: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5 20C19.5 18.6193 20.6193 17.5 22 17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 20C16 16.6863 18.6863 14 22 14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19H3V5H21V10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconCreditCardNfc;\n"
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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA2S,EAA3S,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAGrS",
9
+ "debugId": "DFC7EF7F265BEF4C64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1675,6 +1675,7 @@ Below is a complete list of available icons:
1675
1675
  - Icon3dPackage
1676
1676
  - IconCurrencyLira
1677
1677
  - Icon3dPackage2
1678
+ - IconCreditCardNfc
1678
1679
 
1679
1680
  ### Social Media & Brands
1680
1681