@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.319 → 1.1.320

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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReferenceImage: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconReferenceImage;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:L,getOwnPropertyDescriptor:w}=Object,l=Object.prototype.hasOwnProperty;function f(r){return this[r]}var P,y,g=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var a=o?P??=new WeakMap:y??=new WeakMap,m=a.get(r);if(m)return m}e=r!=null?x(B(r)):{};let d=o||!r||!r.__esModule||!l.call(r,"default")?p(e,"default",{value:r,enumerable:!0}):e;if(r&&typeof r==="object"||typeof r==="function"){for(let u of L(r))if(!l.call(d,u))p(d,u,{get:f.bind(r,u),enumerable:!0})}if(n)a.set(r,d);return d},h=(r)=>{var o=(k??=new WeakMap).get(r),e;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of L(r))if(!l.call(o,n))p(o,n,{get:f.bind(r,n),enumerable:!(e=w(r,n))||e.enumerable})}return k.set(r,o),o},k;var H=(r)=>r;function V(r,o){this[r]=H.bind(null,o)}var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0,configurable:!0,set:V.bind(o,e)})};var S={};I(S,{IconReferenceImage:()=>M,default:()=>j});module.exports=h(S);var i=g(require("react"));var v={};I(v,{CentralIconBase:()=>c});var s=g(require("react")),t=require("react-native-svg"),c=({children:r,size:o=24,mode:e="masked",maskId:n,...a})=>{let m=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},r)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var C=require("react-native-svg"),M=i.default.memo((r)=>i.default.createElement(c,{...r,maskId:"round-outlined-radius-1-stroke-1-IconReferenceImage"},i.default.createElement(C.Path,{d:"M14.8145 4.20711C15.0021 4.39464 15.2564 4.5 15.5216 4.5H18.501C19.0533 4.5 19.501 4.94772 19.501 5.5V8.47934C19.501 8.74456 19.6063 8.99891 19.7939 9.18645L21.9003 11.2929C22.2908 11.6834 22.2908 12.3166 21.9003 12.7071L19.7939 14.8136C19.6063 15.0011 19.501 15.2554 19.501 15.5207V18.5C19.501 19.0523 19.0533 19.5 18.501 19.5H15.5216C15.2564 19.5 15.0021 19.6054 14.8145 19.7929L12.7081 21.8993C12.3176 22.2899 11.6844 22.2899 11.2939 21.8993L9.18742 19.7929C8.99989 19.6054 8.74553 19.5 8.48032 19.5H5.50098C4.94869 19.5 4.50098 19.0523 4.50098 18.5V15.5207C4.50098 15.2554 4.39562 15.0011 4.20808 14.8136L2.10164 12.7071C1.71111 12.3166 1.71111 11.6834 2.10164 11.2929L4.20808 9.18645C4.39562 8.99891 4.50098 8.74456 4.50098 8.47934V5.5C4.50098 4.94772 4.94869 4.5 5.50098 4.5H8.48032C8.74553 4.5 8.99989 4.39464 9.18742 4.20711L11.2939 2.10066C11.6844 1.71014 12.3176 1.71014 12.7081 2.10066L14.8145 4.20711Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(C.Circle,{cx:"12",cy:"12",r:"3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(C.Path,{d:"M8.5 12V4.5M15.5 19.5V12M12 8.5H19.5M12 15.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(C.Path,{d:"M9.52596 14.4747L4.22266 9.17143M19.779 14.8283L14.4757 9.52498M9.52596 9.52498L14.8293 4.22168M14.4757 14.4747L9.1724 19.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),j=M;
2
+
3
+ //# debugId=0B7F7DD837BF093A64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconReferenceImage/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconReferenceImage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconReferenceImage\"><Path d=\"M14.8145 4.20711C15.0021 4.39464 15.2564 4.5 15.5216 4.5H18.501C19.0533 4.5 19.501 4.94772 19.501 5.5V8.47934C19.501 8.74456 19.6063 8.99891 19.7939 9.18645L21.9003 11.2929C22.2908 11.6834 22.2908 12.3166 21.9003 12.7071L19.7939 14.8136C19.6063 15.0011 19.501 15.2554 19.501 15.5207V18.5C19.501 19.0523 19.0533 19.5 18.501 19.5H15.5216C15.2564 19.5 15.0021 19.6054 14.8145 19.7929L12.7081 21.8993C12.3176 22.2899 11.6844 22.2899 11.2939 21.8993L9.18742 19.7929C8.99989 19.6054 8.74553 19.5 8.48032 19.5H5.50098C4.94869 19.5 4.50098 19.0523 4.50098 18.5V15.5207C4.50098 15.2554 4.39562 15.0011 4.20808 14.8136L2.10164 12.7071C1.71111 12.3166 1.71111 11.6834 2.10164 11.2929L4.20808 9.18645C4.39562 8.99891 4.50098 8.74456 4.50098 8.47934V5.5C4.50098 4.94772 4.94869 4.5 5.50098 4.5H8.48032C8.74553 4.5 8.99989 4.39464 9.18742 4.20711L11.2939 2.10066C11.6844 1.71014 12.3176 1.71014 12.7081 2.10066L14.8145 4.20711Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 12V4.5M15.5 19.5V12M12 8.5H19.5M12 15.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.52596 14.4747L4.22266 9.17143M19.779 14.8283L14.4757 9.52498M9.52596 9.52498L14.8293 4.22168M14.4757 14.4747L9.1724 19.778\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconReferenceImage;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "ihCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GD9CuB,IAA7B,8BAEa,EAAuE,UAAM,KAAK,CAAC,IACvF,wBAA0+C,EAA1+C,IAAqB,EAAO,OAAO,uDAAsD,wBAAC,OAAD,CAAM,EAAE,o5BAAo5B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mDAAmD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gIAAgI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,CACl/C,EAEc",
9
+ "debugId": "0B7F7DD837BF093A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import e from"react";import r from"react";import{Svg as d,Mask as u,Rect as i,G as l}from"react-native-svg";var C=({children:n,size:o=24,mode:p="masked",maskId:t,...a})=>{let m=p!=="raw"&&!!t;return r.createElement(d,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(u,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(l,{color:"#fff"},n)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import{Circle as c,Path as s}from"react-native-svg";var k=e.memo((n)=>e.createElement(C,{...n,maskId:"round-outlined-radius-1-stroke-1-IconReferenceImage"},e.createElement(s,{d:"M14.8145 4.20711C15.0021 4.39464 15.2564 4.5 15.5216 4.5H18.501C19.0533 4.5 19.501 4.94772 19.501 5.5V8.47934C19.501 8.74456 19.6063 8.99891 19.7939 9.18645L21.9003 11.2929C22.2908 11.6834 22.2908 12.3166 21.9003 12.7071L19.7939 14.8136C19.6063 15.0011 19.501 15.2554 19.501 15.5207V18.5C19.501 19.0523 19.0533 19.5 18.501 19.5H15.5216C15.2564 19.5 15.0021 19.6054 14.8145 19.7929L12.7081 21.8993C12.3176 22.2899 11.6844 22.2899 11.2939 21.8993L9.18742 19.7929C8.99989 19.6054 8.74553 19.5 8.48032 19.5H5.50098C4.94869 19.5 4.50098 19.0523 4.50098 18.5V15.5207C4.50098 15.2554 4.39562 15.0011 4.20808 14.8136L2.10164 12.7071C1.71111 12.3166 1.71111 11.6834 2.10164 11.2929L4.20808 9.18645C4.39562 8.99891 4.50098 8.74456 4.50098 8.47934V5.5C4.50098 4.94772 4.94869 4.5 5.50098 4.5H8.48032C8.74553 4.5 8.99989 4.39464 9.18742 4.20711L11.2939 2.10066C11.6844 1.71014 12.3176 1.71014 12.7081 2.10066L14.8145 4.20711Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(c,{cx:"12",cy:"12",r:"3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M8.5 12V4.5M15.5 19.5V12M12 8.5H19.5M12 15.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M9.52596 14.4747L4.22266 9.17143M19.779 14.8283L14.4757 9.52498M9.52596 9.52498L14.8293 4.22168M14.4757 14.4747L9.1724 19.778",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),P=k;export{k as IconReferenceImage,P as default};
2
+
3
+ //# debugId=4AA535A5FF40C2A564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconReferenceImage/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconReferenceImage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconReferenceImage\"><Path d=\"M14.8145 4.20711C15.0021 4.39464 15.2564 4.5 15.5216 4.5H18.501C19.0533 4.5 19.501 4.94772 19.501 5.5V8.47934C19.501 8.74456 19.6063 8.99891 19.7939 9.18645L21.9003 11.2929C22.2908 11.6834 22.2908 12.3166 21.9003 12.7071L19.7939 14.8136C19.6063 15.0011 19.501 15.2554 19.501 15.5207V18.5C19.501 19.0523 19.0533 19.5 18.501 19.5H15.5216C15.2564 19.5 15.0021 19.6054 14.8145 19.7929L12.7081 21.8993C12.3176 22.2899 11.6844 22.2899 11.2939 21.8993L9.18742 19.7929C8.99989 19.6054 8.74553 19.5 8.48032 19.5H5.50098C4.94869 19.5 4.50098 19.0523 4.50098 18.5V15.5207C4.50098 15.2554 4.39562 15.0011 4.20808 14.8136L2.10164 12.7071C1.71111 12.3166 1.71111 11.6834 2.10164 11.2929L4.20808 9.18645C4.39562 8.99891 4.50098 8.74456 4.50098 8.47934V5.5C4.50098 4.94772 4.94869 4.5 5.50098 4.5H8.48032C8.74553 4.5 8.99989 4.39464 9.18742 4.20711L11.2939 2.10066C11.6844 1.71014 12.3176 1.71014 12.7081 2.10066L14.8145 4.20711Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 12V4.5M15.5 19.5V12M12 8.5H19.5M12 15.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.52596 14.4747L4.22266 9.17143M19.779 14.8283L14.4757 9.52498M9.52596 9.52498L14.8293 4.22168M14.4757 14.4747L9.1724 19.778\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconReferenceImage;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GD9CN,iBAAS,UAAQ,yBAEV,IAAM,EAAuE,EAAM,KAAK,CAAC,IACvF,gBAA0+C,EAA1+C,IAAqB,EAAO,OAAO,uDAAsD,gBAAC,EAAD,CAAM,EAAE,o5BAAo5B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gIAAgI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,CACl/C,EAEc",
9
+ "debugId": "4AA535A5FF40C2A564756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1628,6 +1628,7 @@ Below is a complete list of available icons:
1628
1628
  - IconVideo2
1629
1629
  - IconVideo2Off
1630
1630
  - IconStopShareScreen
1631
+ - IconReferenceImage
1631
1632
 
1632
1633
  ### Security
1633
1634