@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.264 → 1.1.265
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/IconEnter/index.d.ts +4 -0
- package/IconEnter/index.js +3 -0
- package/IconEnter/index.js.map +11 -0
- package/IconEnter/index.mjs +3 -0
- package/IconEnter/index.mjs.map +11 -0
- 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
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,B=Object.prototype.hasOwnProperty;function I(r){return this[r]}var F,H,i=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:H??=new WeakMap,c=m.get(r);if(c)return c}t=r!=null?v(h(r)):{};let l=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let C of u(r))if(!B.call(l,C))n(l,C,{get:I.bind(r,C),enumerable:!0});if(e)m.set(r,l);return l},x=(r)=>{var o=(f??=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(!B.call(o,e))n(o,e,{get:I.bind(r,e),enumerable:!(t=y(r,e))||t.enumerable})}return f.set(r,o),o},f;var L=(r)=>r;function S(r,o){this[r]=L.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:S.bind(o,t)})};var b={};P(b,{CentralIconBase:()=>a});module.exports=x(b);var g=i(require("react")),V=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return g.default.createElement(V.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 M={};P(M,{default:()=>k,IconEnter:()=>d});module.exports=x(M);var p=i(require("react"));var s=require("react-native-svg"),d=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(s.Path,{d:"M20.5 3.5V10.5V20.5H10.5H3.5L3.5 9.5H9.5V3.5L20.5 3.5Z",stroke:"currentColor"}),p.default.createElement(s.Path,{d:"M15 9.5V15H10",stroke:"currentColor"}),p.default.createElement(s.Path,{d:"M11 12.5L7.5 15L11 17.5V15V12.5Z",fill:"currentColor"}))},k=d;
|
|
2
|
+
|
|
3
|
+
//# debugId=2E13FB196897A10C64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconEnter/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 IconEnter: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20.5 3.5V10.5V20.5H10.5H3.5L3.5 9.5H9.5V3.5L20.5 3.5Z\" stroke=\"currentColor\"/><Path d=\"M15 9.5V15H10\" stroke=\"currentColor\"/><Path d=\"M11 12.5L7.5 15L11 17.5V15V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEnter;\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,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,wBAAqO,EAArO,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yDAAyD,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mCAAmC,KAAK,eAAc,CAAI,GAG/N",
|
|
9
|
+
"debugId": "2E13FB196897A10C64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>{return l.createElement(s,{...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 C=(t)=>{return o.createElement(n,{...t},o.createElement(e,{d:"M20.5 3.5V10.5V20.5H10.5H3.5L3.5 9.5H9.5V3.5L20.5 3.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M15 9.5V15H10",stroke:"currentColor"}),o.createElement(e,{d:"M11 12.5L7.5 15L11 17.5V15V12.5Z",fill:"currentColor"}))},g=C;export{g as default,C as IconEnter};
|
|
2
|
+
|
|
3
|
+
//# debugId=3860722C31759B0764756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconEnter/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 IconEnter: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M20.5 3.5V10.5V20.5H10.5H3.5L3.5 9.5H9.5V3.5L20.5 3.5Z\" stroke=\"currentColor\"/><Path d=\"M15 9.5V15H10\" stroke=\"currentColor\"/><Path d=\"M11 12.5L7.5 15L11 17.5V15V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEnter;\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,EAAsC,CAAC,IAAU,CAC5D,OAAO,gBAAqO,EAArO,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yDAAyD,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mCAAmC,KAAK,eAAc,CAAI,GAG/N",
|
|
9
|
+
"debugId": "3860722C31759B0764756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|