@central-icons-react-native/square-outlined-radius-0-stroke-1 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.
- package/IconPhoneHaptic2/index.d.ts +4 -0
- package/IconPhoneHaptic2/index.js +3 -0
- package/IconPhoneHaptic2/index.js.map +11 -0
- package/IconPhoneHaptic2/index.mjs +3 -0
- package/IconPhoneHaptic2/index.mjs.map +11 -0
- package/IconPrinter2/index.d.ts +4 -0
- package/IconPrinter2/index.js +3 -0
- package/IconPrinter2/index.js.map +11 -0
- package/IconPrinter2/index.mjs +3 -0
- package/IconPrinter2/index.mjs.map +11 -0
- package/README.md +2 -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 +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:g,defineProperty:s,getOwnPropertyNames:d,getOwnPropertyDescriptor:h}=Object,k=Object.prototype.hasOwnProperty;function f(r){return this[r]}var v,y,i=(r,o,e)=>{var p=r!=null&&typeof r==="object";if(p){var c=o?v??=new WeakMap:y??=new WeakMap,m=c.get(r);if(m)return m}e=r!=null?x(g(r)):{};let C=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let l of d(r))if(!k.call(C,l))s(C,l,{get:f.bind(r,l),enumerable:!0});if(p)c.set(r,C);return C},B=(r)=>{var o=(a??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var p of d(r))if(!k.call(o,p))s(o,p,{get:f.bind(r,p),enumerable:!(e=h(r,p))||e.enumerable})}return a.set(r,o),o},a;var F=(r)=>r;function H(r,o){this[r]=F.bind(null,o)}var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:H.bind(o,e)})};var S={};I(S,{CentralIconBase:()=>u});module.exports=B(S);var L=i(require("react")),M=require("react-native-svg"),u=({children:r,size:o=24,...e})=>{return L.default.createElement(M.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={};I(b,{default:()=>w,IconPhoneHaptic2:()=>P});module.exports=B(b);var t=i(require("react"));var n=require("react-native-svg"),P=(r)=>{return t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M16.5 20.5V3.5H7.5V20.5H16.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M11 5.5H13",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M22.6357 12L20 12",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M3.99902 12L1.36328 12",stroke:"currentColor"}))},w=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=C795ADB8A72E5A8F64756E2164756E21
|
|
@@ -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 d=\"M16.5 20.5V3.5H7.5V20.5H16.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M11 5.5H13\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\"/><Path d=\"M22.6357 12L20 12\" stroke=\"currentColor\"/><Path d=\"M3.99902 12L1.36328 12\" stroke=\"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,wBAAmgB,EAAngB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAc,CAAI,GAG7f",
|
|
9
|
+
"debugId": "C795ADB8A72E5A8F64756E2164756E21",
|
|
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:e=24,...p})=>{return s.createElement(C,{...p,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},t)};import r from"react";import{Path as o}from"react-native-svg";var l=(t)=>{return r.createElement(n,{...t},r.createElement(o,{d:"M16.5 20.5V3.5H7.5V20.5H16.5Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M11 5.5H13",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(o,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor"}),r.createElement(o,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor"}),r.createElement(o,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor"}),r.createElement(o,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor"}),r.createElement(o,{d:"M22.6357 12L20 12",stroke:"currentColor"}),r.createElement(o,{d:"M3.99902 12L1.36328 12",stroke:"currentColor"}))},L=l;export{L as default,l as IconPhoneHaptic2};
|
|
2
|
+
|
|
3
|
+
//# debugId=9BB93D4BA71786A364756E2164756E21
|
|
@@ -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 d=\"M16.5 20.5V3.5H7.5V20.5H16.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M11 5.5H13\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\"/><Path d=\"M22.6357 12L20 12\" stroke=\"currentColor\"/><Path d=\"M3.99902 12L1.36328 12\" stroke=\"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,gBAAmgB,EAAngB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0BAA0B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oBAAoB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAc,CAAI,GAG7f",
|
|
9
|
+
"debugId": "9BB93D4BA71786A364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:k}=Object,B=Object.prototype.hasOwnProperty;function I(r){return this[r]}var y,F,P=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var a=o?y??=new WeakMap:F??=new WeakMap,c=a.get(r);if(c)return c}t=r!=null?v(h(r)):{};let C=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let l of f(r))if(!B.call(C,l))p(C,l,{get:I.bind(r,l),enumerable:!0});if(e)a.set(r,C);return C},i=(r)=>{var o=(u??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!B.call(o,e))p(o,e,{get:I.bind(r,e),enumerable:!(t=k(r,e))||t.enumerable})}return u.set(r,o),o},u;var M=(r)=>r;function S(r,o){this[r]=M.bind(null,o)}var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:S.bind(o,t)})};var V={};x(V,{CentralIconBase:()=>m});module.exports=i(V);var H=P(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...t})=>{return H.default.createElement(d.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 b={};x(b,{default:()=>w,IconPrinter2:()=>g});module.exports=i(b);var n=P(require("react"));var s=require("react-native-svg"),g=(r)=>{return n.default.createElement(m,{...r},n.default.createElement(s.Path,{d:"M17.5 11.5H21.5V3.5H2.5V11.5H6.5",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M6.5 7.5H17.5V20.5H6.5V7.5Z",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M10 11.5H14",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M10 15.5H12.5",stroke:"currentColor"}))},w=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=908CEAE991808C5664756E2164756E21
|
|
@@ -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 d=\"M17.5 11.5H21.5V3.5H2.5V11.5H6.5\" stroke=\"currentColor\"/><Path d=\"M6.5 7.5H17.5V20.5H6.5V7.5Z\" stroke=\"currentColor\"/><Path d=\"M10 11.5H14\" stroke=\"currentColor\"/><Path d=\"M10 15.5H12.5\" stroke=\"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,wBAAyP,EAAzP,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mCAAmC,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAc,CAAI,GAGnP",
|
|
9
|
+
"debugId": "908CEAE991808C5664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,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"},e)};import o from"react";import{Path as t}from"react-native-svg";var l=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M17.5 11.5H21.5V3.5H2.5V11.5H6.5",stroke:"currentColor"}),o.createElement(t,{d:"M6.5 7.5H17.5V20.5H6.5V7.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M10 11.5H14",stroke:"currentColor"}),o.createElement(t,{d:"M10 15.5H12.5",stroke:"currentColor"}))},H=l;export{H as default,l as IconPrinter2};
|
|
2
|
+
|
|
3
|
+
//# debugId=387D25512B10853664756E2164756E21
|
|
@@ -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 d=\"M17.5 11.5H21.5V3.5H2.5V11.5H6.5\" stroke=\"currentColor\"/><Path d=\"M6.5 7.5H17.5V20.5H6.5V7.5Z\" stroke=\"currentColor\"/><Path d=\"M10 11.5H14\" stroke=\"currentColor\"/><Path d=\"M10 15.5H12.5\" stroke=\"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,gBAAyP,EAAzP,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mCAAmC,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,cAAc,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAc,CAAI,GAGnP",
|
|
9
|
+
"debugId": "387D25512B10853664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|