@central-icons-react-native/square-filled-radius-0-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 w=Object.create;var{getPrototypeOf:x,defineProperty:f,getOwnPropertyNames:L,getOwnPropertyDescriptor:Z}=Object,u=Object.prototype.hasOwnProperty;function g(r){return this[r]}var k,B,c=(r,o,n)=>{var t=r!=null&&typeof r==="object";if(t){var s=o?k??=new WeakMap:B??=new WeakMap,p=s.get(r);if(p)return p}n=r!=null?w(x(r)):{};let m=o||!r||!r.__esModule||!u.call(r,"default")?f(n,"default",{value:r,enumerable:!0}):n;if(r&&typeof r==="object"||typeof r==="function"){for(let d of L(r))if(!u.call(m,d))f(m,d,{get:g.bind(r,d),enumerable:!0})}if(t)s.set(r,m);return m},I=(r)=>{var o=(a??=new WeakMap).get(r),n;if(o)return o;if(o=f({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of L(r))if(!u.call(o,t))f(o,t,{get:g.bind(r,t),enumerable:!(n=Z(r,t))||n.enumerable})}return a.set(r,o),o},a;var H=(r)=>r;function V(r,o){this[r]=H.bind(null,o)}var M=(r,o)=>{for(var n in o)f(r,n,{get:o[n],enumerable:!0,configurable:!0,set:V.bind(o,n)})};var y={};M(y,{IconReferenceImage:()=>P,default:()=>S});module.exports=I(y);var e=c(require("react"));var v={};M(v,{CentralIconBase:()=>h});var C=c(require("react")),i=require("react-native-svg"),h=({children:r,size:o=24,mode:n="masked",maskId:t,...s})=>{let p=n!=="raw"&&!!t;return C.default.createElement(i.Svg,{...s,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?C.default.createElement(C.default.Fragment,null,C.default.createElement(i.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(i.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(i.G,{color:"#fff"},r)),C.default.createElement(i.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var l=require("react-native-svg"),P=e.default.memo((r)=>e.default.createElement(h,{...r,maskId:"square-filled-radius-0-stroke-1-IconReferenceImage"},e.default.createElement(l.G,{ClipPath:"url(#clip0_15679_27848)"},e.default.createElement(l.Path,{d:"M15.001 20.3135L12.001 23.3135L9.17188 20.4844L14.8291 14.8281C14.8886 14.7687 14.9453 14.7066 15.001 14.6436V20.3135Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M8.24316 20H4.00098V16H12.001C12.085 16 12.1683 15.9963 12.251 15.9912L8.24316 20Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M20.001 15.7578V20H16.001V12C16.001 11.9157 15.9973 11.832 15.9922 11.749L20.001 15.7578Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M9.17285 14.8281C9.23214 14.8874 9.29355 14.9445 9.35645 15H3.6875L0.6875 12L3.51562 9.1709L9.17285 14.8281Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12.001 9C13.6578 9 15.001 10.3431 15.001 12C15.001 13.6569 13.6578 15 12.001 15C10.3441 15 9.00098 13.6569 9.00098 12C9.00098 10.3431 10.3441 9 12.001 9Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M23.3145 12L20.4854 14.8281L14.8291 9.17188C14.7698 9.11259 14.7084 9.05549 14.6455 9H20.3145L23.3145 12Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M8.00098 12C8.00098 12.084 8.00369 12.1673 8.00879 12.25L4.00098 8.24219V4H8.00098V12Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M14.8291 3.51465L9.17285 9.17188C9.11356 9.23116 9.05647 9.29257 9.00098 9.35547V3.68652L12.001 0.686523L14.8291 3.51465Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M20.001 4V8H12.001C11.9167 8 11.833 8.00267 11.75 8.00781L15.7588 4H20.001Z",fill:"currentColor"})),e.default.createElement(l.Defs,null,e.default.createElement(l.ClipPath,{id:"clip0_15679_27848"},e.default.createElement(l.Rect,{width:"24",height:"24",fill:"white"}))))),S=P;
2
+
3
+ //# debugId=5C3F02B226B0495A64756E2164756E21
@@ -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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconReferenceImage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconReferenceImage\"><G ClipPath=\"url(#clip0_15679_27848)\"><Path d=\"M15.001 20.3135L12.001 23.3135L9.17188 20.4844L14.8291 14.8281C14.8886 14.7687 14.9453 14.7066 15.001 14.6436V20.3135Z\" fill=\"currentColor\"/><Path d=\"M8.24316 20H4.00098V16H12.001C12.085 16 12.1683 15.9963 12.251 15.9912L8.24316 20Z\" fill=\"currentColor\"/><Path d=\"M20.001 15.7578V20H16.001V12C16.001 11.9157 15.9973 11.832 15.9922 11.749L20.001 15.7578Z\" fill=\"currentColor\"/><Path d=\"M9.17285 14.8281C9.23214 14.8874 9.29355 14.9445 9.35645 15H3.6875L0.6875 12L3.51562 9.1709L9.17285 14.8281Z\" fill=\"currentColor\"/><Path d=\"M12.001 9C13.6578 9 15.001 10.3431 15.001 12C15.001 13.6569 13.6578 15 12.001 15C10.3441 15 9.00098 13.6569 9.00098 12C9.00098 10.3431 10.3441 9 12.001 9Z\" fill=\"currentColor\"/><Path d=\"M23.3145 12L20.4854 14.8281L14.8291 9.17188C14.7698 9.11259 14.7084 9.05549 14.6455 9H20.3145L23.3145 12Z\" fill=\"currentColor\"/><Path d=\"M8.00098 12C8.00098 12.084 8.00369 12.1673 8.00879 12.25L4.00098 8.24219V4H8.00098V12Z\" fill=\"currentColor\"/><Path d=\"M14.8291 3.51465L9.17285 9.17188C9.11356 9.23116 9.05647 9.29257 9.00098 9.35547V3.68652L12.001 0.686523L14.8291 3.51465Z\" fill=\"currentColor\"/><Path d=\"M20.001 4V8H12.001C11.9167 8 11.833 8.00267 11.75 8.00781L15.7588 4H20.001Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_15679_27848\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs></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,GD9CwC,IAA9C,8BAEa,EAAuE,UAAM,KAAK,CAAC,IACvF,wBAAk7C,EAAl7C,IAAqB,EAAO,OAAO,sDAAqD,wBAAkvC,IAAlvC,CAAG,SAAS,2BAA0B,wBAAC,OAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qFAAqF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4FAA4F,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+GAA+G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4GAA4G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8EAA8E,KAAK,eAAc,CAAI,EAAE,wBAA+F,OAA/F,KAAM,wBAA8E,WAA9E,CAAU,GAAG,qBAAoB,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,CAC17C,EAEc",
9
+ "debugId": "5C3F02B226B0495A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import l from"react";import{Svg as m,Mask as d,Rect as i,G as u}from"react-native-svg";var C=({children:n,size:e=24,mode:f="masked",maskId:t,...s})=>{let p=f!=="raw"&&!!t;return l.createElement(m,{...s,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},p?l.createElement(l.Fragment,null,l.createElement(d,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.createElement(i,{width:"24",height:"24",fill:"#000"}),l.createElement(u,{color:"#fff"},n)),l.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import{ClipPath as h,Defs as a,G as L,Path as o,Rect as g}from"react-native-svg";var c=r.memo((n)=>r.createElement(C,{...n,maskId:"square-filled-radius-0-stroke-1-IconReferenceImage"},r.createElement(L,{ClipPath:"url(#clip0_15679_27848)"},r.createElement(o,{d:"M15.001 20.3135L12.001 23.3135L9.17188 20.4844L14.8291 14.8281C14.8886 14.7687 14.9453 14.7066 15.001 14.6436V20.3135Z",fill:"currentColor"}),r.createElement(o,{d:"M8.24316 20H4.00098V16H12.001C12.085 16 12.1683 15.9963 12.251 15.9912L8.24316 20Z",fill:"currentColor"}),r.createElement(o,{d:"M20.001 15.7578V20H16.001V12C16.001 11.9157 15.9973 11.832 15.9922 11.749L20.001 15.7578Z",fill:"currentColor"}),r.createElement(o,{d:"M9.17285 14.8281C9.23214 14.8874 9.29355 14.9445 9.35645 15H3.6875L0.6875 12L3.51562 9.1709L9.17285 14.8281Z",fill:"currentColor"}),r.createElement(o,{d:"M12.001 9C13.6578 9 15.001 10.3431 15.001 12C15.001 13.6569 13.6578 15 12.001 15C10.3441 15 9.00098 13.6569 9.00098 12C9.00098 10.3431 10.3441 9 12.001 9Z",fill:"currentColor"}),r.createElement(o,{d:"M23.3145 12L20.4854 14.8281L14.8291 9.17188C14.7698 9.11259 14.7084 9.05549 14.6455 9H20.3145L23.3145 12Z",fill:"currentColor"}),r.createElement(o,{d:"M8.00098 12C8.00098 12.084 8.00369 12.1673 8.00879 12.25L4.00098 8.24219V4H8.00098V12Z",fill:"currentColor"}),r.createElement(o,{d:"M14.8291 3.51465L9.17285 9.17188C9.11356 9.23116 9.05647 9.29257 9.00098 9.35547V3.68652L12.001 0.686523L14.8291 3.51465Z",fill:"currentColor"}),r.createElement(o,{d:"M20.001 4V8H12.001C11.9167 8 11.833 8.00267 11.75 8.00781L15.7588 4H20.001Z",fill:"currentColor"})),r.createElement(a,null,r.createElement(h,{id:"clip0_15679_27848"},r.createElement(g,{width:"24",height:"24",fill:"white"}))))),V=c;export{c as IconReferenceImage,V as default};
2
+
3
+ //# debugId=3474E4EA9A0D591964756E2164756E21
@@ -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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconReferenceImage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconReferenceImage\"><G ClipPath=\"url(#clip0_15679_27848)\"><Path d=\"M15.001 20.3135L12.001 23.3135L9.17188 20.4844L14.8291 14.8281C14.8886 14.7687 14.9453 14.7066 15.001 14.6436V20.3135Z\" fill=\"currentColor\"/><Path d=\"M8.24316 20H4.00098V16H12.001C12.085 16 12.1683 15.9963 12.251 15.9912L8.24316 20Z\" fill=\"currentColor\"/><Path d=\"M20.001 15.7578V20H16.001V12C16.001 11.9157 15.9973 11.832 15.9922 11.749L20.001 15.7578Z\" fill=\"currentColor\"/><Path d=\"M9.17285 14.8281C9.23214 14.8874 9.29355 14.9445 9.35645 15H3.6875L0.6875 12L3.51562 9.1709L9.17285 14.8281Z\" fill=\"currentColor\"/><Path d=\"M12.001 9C13.6578 9 15.001 10.3431 15.001 12C15.001 13.6569 13.6578 15 12.001 15C10.3441 15 9.00098 13.6569 9.00098 12C9.00098 10.3431 10.3441 9 12.001 9Z\" fill=\"currentColor\"/><Path d=\"M23.3145 12L20.4854 14.8281L14.8291 9.17188C14.7698 9.11259 14.7084 9.05549 14.6455 9H20.3145L23.3145 12Z\" fill=\"currentColor\"/><Path d=\"M8.00098 12C8.00098 12.084 8.00369 12.1673 8.00879 12.25L4.00098 8.24219V4H8.00098V12Z\" fill=\"currentColor\"/><Path d=\"M14.8291 3.51465L9.17285 9.17188C9.11356 9.23116 9.05647 9.29257 9.00098 9.35547V3.68652L12.001 0.686523L14.8291 3.51465Z\" fill=\"currentColor\"/><Path d=\"M20.001 4V8H12.001C11.9167 8 11.833 8.00267 11.75 8.00781L15.7588 4H20.001Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_15679_27848\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs></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,mBAAS,UAAU,OAAM,UAAG,UAAM,yBAE3B,IAAM,EAAuE,EAAM,KAAK,CAAC,IACvF,gBAAk7C,EAAl7C,IAAqB,EAAO,OAAO,sDAAqD,gBAAkvC,EAAlvC,CAAG,SAAS,2BAA0B,gBAAC,EAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qFAAqF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4FAA4F,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+GAA+G,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4GAA4G,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8EAA8E,KAAK,eAAc,CAAI,EAAE,gBAA+F,EAA/F,KAAM,gBAA8E,EAA9E,CAAU,GAAG,qBAAoB,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,CAC17C,EAEc",
9
+ "debugId": "3474E4EA9A0D591964756E2164756E21",
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