@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.255 → 1.1.256
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/IconStopShareScreen/index.d.ts +4 -0
- package/IconStopShareScreen/index.js +3 -0
- package/IconStopShareScreen/index.js.map +11 -0
- package/IconStopShareScreen/index.mjs +3 -0
- package/IconStopShareScreen/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:d,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,B=Object.prototype.hasOwnProperty;function I(r){return this[r]}var F,b,i=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var c=o?F??=new WeakMap:b??=new WeakMap,l=c.get(r);if(l)return l}e=r!=null?v(d(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let s of u(r))if(!B.call(p,s))n(p,s,{get:I.bind(r,s),enumerable:!0});if(t)c.set(r,p);return p},x=(r)=>{var o=(f??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!B.call(o,t))n(o,t,{get:I.bind(r,t),enumerable:!(e=y(r,t))||e.enumerable})}return f.set(r,o),o},f;var k=(r)=>r;function L(r,o){this[r]=k.bind(null,o)}var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:L.bind(o,e)})};var M={};P(M,{CentralIconBase:()=>m});module.exports=x(M);var S=i(require("react")),g=require("react-native-svg"),m=({children:r,size:o=24,...e})=>{return S.default.createElement(g.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 w={};P(w,{default:()=>H,IconStopShareScreen:()=>h});module.exports=x(w);var a=i(require("react"));var C=require("react-native-svg"),h=(r)=>{return a.default.createElement(m,{...r},a.default.createElement(C.Path,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor",strokeLinecap:"square"}),a.default.createElement(C.Path,{d:"M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5",stroke:"currentColor"}))},H=h;
|
|
2
|
+
|
|
3
|
+
//# debugId=5F8A8CC677F3A57A64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconStopShareScreen/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 IconStopShareScreen: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStopShareScreen;\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,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAAyL,EAAzL,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,uCAAuC,OAAO,eAAc,CAAI,GAGnL",
|
|
9
|
+
"debugId": "5F8A8CC677F3A57A64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>{return a.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 e from"react";import{Path as n}from"react-native-svg";var m=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor",strokeLinecap:"square"}),e.createElement(n,{d:"M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5",stroke:"currentColor"}))},S=m;export{S as default,m as IconStopShareScreen};
|
|
2
|
+
|
|
3
|
+
//# debugId=8EE55A358FBE79E464756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconStopShareScreen/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 IconStopShareScreen: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStopShareScreen;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAyL,EAAzL,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,uCAAuC,OAAO,eAAc,CAAI,GAGnL",
|
|
9
|
+
"debugId": "8EE55A358FBE79E464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|