@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.255 → 1.1.257

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 IconStopShareScreen: FC<CentralIconBaseProps>;
4
+ export default IconStopShareScreen;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:k,defineProperty:t,getOwnPropertyNames:i,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function B(r){return this[r]}var L,y,I=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var m=o?L??=new WeakMap:y??=new WeakMap,l=m.get(r);if(l)return l}e=r!=null?h(k(r)):{};let p=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let s of i(r))if(!f.call(p,s))t(p,s,{get:B.bind(r,s),enumerable:!0});if(n)m.set(r,p);return p},d=(r)=>{var o=(u??=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(!f.call(o,n))t(o,n,{get:B.bind(r,n),enumerable:!(e=v(r,n))||e.enumerable})}return u.set(r,o),o},u;var F=(r)=>r;function b(r,o){this[r]=F.bind(null,o)}var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var M={};x(M,{CentralIconBase:()=>C});module.exports=d(M);var P=I(require("react")),S=require("react-native-svg"),C=({children:r,size:o=24,...e})=>{return P.default.createElement(S.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={};x(w,{default:()=>H,IconStopShareScreen:()=>g});module.exports=d(w);var a=I(require("react"));var c=require("react-native-svg"),g=(r)=>{return a.default.createElement(C,{...r},a.default.createElement(c.Path,{d:"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement(c.Path,{d:"M8.75 8.75L15.25 15.25M15.25 8.75L8.75 15.25",stroke:"currentColor",strokeLinecap:"round"}))},H=g;
2
+
3
+ //# debugId=14195193326B0CA964756E2164756E21
@@ -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=\"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.75 8.75L15.25 15.25M15.25 8.75L8.75 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,wBAAqX,EAArX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,uKAAuK,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,+CAA+C,OAAO,eAAe,cAAc,QAAO,CAAI,GAG/W",
9
+ "debugId": "14195193326B0CA964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import a from"react";import{Svg as s}from"react-native-svg";var n=({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 t}from"react-native-svg";var C=(o)=>{return e.createElement(n,{...o},e.createElement(t,{d:"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M8.75 8.75L15.25 15.25M15.25 8.75L8.75 15.25",stroke:"currentColor",strokeLinecap:"round"}))},P=C;export{P as default,C as IconStopShareScreen};
2
+
3
+ //# debugId=A5ABB13D868BD10B64756E2164756E21
@@ -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=\"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.75 8.75L15.25 15.25M15.25 8.75L8.75 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,gBAAqX,EAArX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,uKAAuK,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,+CAA+C,OAAO,eAAe,cAAc,QAAO,CAAI,GAG/W",
9
+ "debugId": "A5ABB13D868BD10B64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1548,6 +1548,7 @@ Below is a complete list of available icons:
1548
1548
  - IconLens
1549
1549
  - IconVideo2
1550
1550
  - IconVideo2Off
1551
+ - IconStopShareScreen
1551
1552
 
1552
1553
  ### Security
1553
1554