@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.272 → 1.1.274

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 IconPhoneHaptic2: FC<CentralIconBaseProps>;
4
+ export default IconPhoneHaptic2;
@@ -0,0 +1,3 @@
1
+ var Z=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:m,getOwnPropertyDescriptor:x}=Object,c=Object.prototype.hasOwnProperty;function s(r){return this[r]}var g,V,a=(r,o,l)=>{var t=r!=null&&typeof r==="object";if(t){var L=o?g??=new WeakMap:V??=new WeakMap,u=L.get(r);if(u)return u}l=r!=null?Z(v(r)):{};let C=o||!r||!r.__esModule?p(l,"default",{value:r,enumerable:!0}):l;for(let f of m(r))if(!c.call(C,f))p(C,f,{get:s.bind(r,f),enumerable:!0});if(t)L.set(r,C);return C},H=(r)=>{var o=(d??=new WeakMap).get(r),l;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of m(r))if(!c.call(o,t))p(o,t,{get:s.bind(r,t),enumerable:!(l=x(r,t))||l.enumerable})}return d.set(r,o),o},d;var h=(r)=>r;function y(r,o){this[r]=h.bind(null,o)}var B=(r,o)=>{for(var l in o)p(r,l,{get:o[l],enumerable:!0,configurable:!0,set:y.bind(o,l)})};var F={};B(F,{CentralIconBase:()=>i});module.exports=H(F);var I=a(require("react")),M=require("react-native-svg"),i=({children:r,size:o=24,...l})=>{return I.default.createElement(M.Svg,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var S={};B(S,{default:()=>b,IconPhoneHaptic2:()=>P});module.exports=H(S);var n=a(require("react"));var e=require("react-native-svg"),P=(r)=>{return n.default.createElement(i,{...r},n.default.createElement(e.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M3.99902 13H1.36328V11H3.99902V13Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M22.6348 13H19.999V11H22.6348V13Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z",fill:"currentColor"}))},b=P;
2
+
3
+ //# debugId=29CA6A639B0A317C64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/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 IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z\" fill=\"currentColor\"/><Path d=\"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z\" fill=\"currentColor\"/><Path d=\"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z\" fill=\"currentColor\"/><Path d=\"M3.99902 13H1.36328V11H3.99902V13Z\" fill=\"currentColor\"/><Path d=\"M22.6348 13H19.999V11H22.6348V13Z\" fill=\"currentColor\"/><Path d=\"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z\" fill=\"currentColor\"/><Path d=\"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\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,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA62B,EAA72B,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qMAAqM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qCAAqC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGv2B",
9
+ "debugId": "29CA6A639B0A317C64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as C}from"react-native-svg";var e=({children:n,size:l=24,...t})=>{return p.createElement(C,{...t,width:typeof l==="number"?`${l}px`:l,height:typeof l==="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n)};import r from"react";import{Path as o}from"react-native-svg";var f=(n)=>{return r.createElement(e,{...n},r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z",fill:"currentColor"}),r.createElement(o,{d:"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z",fill:"currentColor"}),r.createElement(o,{d:"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z",fill:"currentColor"}),r.createElement(o,{d:"M3.99902 13H1.36328V11H3.99902V13Z",fill:"currentColor"}),r.createElement(o,{d:"M22.6348 13H19.999V11H22.6348V13Z",fill:"currentColor"}),r.createElement(o,{d:"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z",fill:"currentColor"}),r.createElement(o,{d:"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z",fill:"currentColor"}))},I=f;export{I as default,f as IconPhoneHaptic2};
2
+
3
+ //# debugId=A877049AC616B2C464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/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 IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z\" fill=\"currentColor\"/><Path d=\"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z\" fill=\"currentColor\"/><Path d=\"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z\" fill=\"currentColor\"/><Path d=\"M3.99902 13H1.36328V11H3.99902V13Z\" fill=\"currentColor\"/><Path d=\"M22.6348 13H19.999V11H22.6348V13Z\" fill=\"currentColor\"/><Path d=\"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z\" fill=\"currentColor\"/><Path d=\"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA62B,EAA72B,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qMAAqM,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qCAAqC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGv2B",
9
+ "debugId": "A877049AC616B2C464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPrinter2: FC<CentralIconBaseProps>;
4
+ export default IconPrinter2;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:g,defineProperty:t,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function H(r){return this[r]}var y,F,V=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var f=o?y??=new WeakMap:F??=new WeakMap,s=f.get(r);if(s)return s}e=r!=null?x(g(r)):{};let p=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of i(r))if(!u.call(p,a))t(p,a,{get:H.bind(r,a),enumerable:!0});if(n)f.set(r,p);return p},d=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of i(r))if(!u.call(o,n))t(o,n,{get:H.bind(r,n),enumerable:!(e=h(r,n))||e.enumerable})}return c.set(r,o),o},c;var M=(r)=>r;function S(r,o){this[r]=M.bind(null,o)}var B=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var Z={};B(Z,{CentralIconBase:()=>m});module.exports=d(Z);var I=V(require("react")),P=require("react-native-svg"),m=({children:r,size:o=24,...e})=>{return I.default.createElement(P.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 b={};B(b,{default:()=>w,IconPrinter2:()=>v});module.exports=d(b);var l=V(require("react"));var C=require("react-native-svg"),v=(r)=>{return l.default.createElement(m,{...r},l.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 21H7V8H17V21ZM10 17H12.5V15H10V17ZM10 13H14V11H10V13Z",fill:"currentColor"}),l.default.createElement(C.Path,{d:"M22 13H19V6H5V13H2V3H22V13Z",fill:"currentColor"}))},w=v;
2
+
3
+ //# debugId=659476E239787C8C64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPrinter2/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 IconPrinter2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17 21H7V8H17V21ZM10 17H12.5V15H10V17ZM10 13H14V11H10V13Z\" fill=\"currentColor\"/><Path d=\"M22 13H19V6H5V13H2V3H22V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPrinter2;\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,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAwN,EAAxN,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8BAA8B,KAAK,eAAc,CAAI,GAGlN",
9
+ "debugId": "659476E239787C8C64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>{return l.createElement(a,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import e from"react";import{Path as t}from"react-native-svg";var m=(o)=>{return e.createElement(n,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 21H7V8H17V21ZM10 17H12.5V15H10V17ZM10 13H14V11H10V13Z",fill:"currentColor"}),e.createElement(t,{d:"M22 13H19V6H5V13H2V3H22V13Z",fill:"currentColor"}))},I=m;export{I as default,m as IconPrinter2};
2
+
3
+ //# debugId=3EABBF655D1C0B6264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPrinter2/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 IconPrinter2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17 21H7V8H17V21ZM10 17H12.5V15H10V17ZM10 13H14V11H10V13Z\" fill=\"currentColor\"/><Path d=\"M22 13H19V6H5V13H2V3H22V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPrinter2;\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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAwN,EAAxN,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8BAA8B,KAAK,eAAc,CAAI,GAGlN",
9
+ "debugId": "3EABBF655D1C0B6264756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -691,6 +691,8 @@ Below is a complete list of available icons:
691
691
  - IconMagicMouse
692
692
  - IconDevices2
693
693
  - IconTorch
694
+ - IconPrinter2
695
+ - IconPhoneHaptic2
694
696
 
695
697
  ### Edit
696
698