@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.283 → 1.1.285

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 IconCompassPointer: FC<CentralIconBaseProps>;
4
+ export default IconCompassPointer;
@@ -0,0 +1,3 @@
1
+ var y=Object.create;var{getPrototypeOf:F,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:L}=Object,i=Object.prototype.hasOwnProperty;function B(r){return this[r]}var S,b,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?S??=new WeakMap:b??=new WeakMap,l=s.get(r);if(l)return l}t=r!=null?y(F(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let C of f(r))if(!i.call(p,C))n(p,C,{get:B.bind(r,C),enumerable:!0});if(e)s.set(r,p);return p},P=(r)=>{var o=(c??=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 f(r))if(!i.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=L(r,e))||t.enumerable})}return c.set(r,o),o},c;var d=(r)=>r;function w(r,o){this[r]=d.bind(null,o)}var u=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:w.bind(o,t)})};var $={};u($,{CentralIconBase:()=>a});module.exports=P($);var x=I(require("react")),g=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return x.default.createElement(g.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={};u(M,{default:()=>Z,IconCompassPointer:()=>h});module.exports=P(M);var m=I(require("react"));var v=require("react-native-svg"),h=(r)=>{return m.default.createElement(a,{...r},m.default.createElement(v.Path,{d:"M10.1862 2.94395C10.9037 1.4028 13.0956 1.4028 13.8131 2.94395L20.8766 18.1158C21.6774 19.8363 19.8557 21.6011 18.1617 20.7457L12.4508 17.8609C12.1673 17.7178 11.8319 17.7178 11.5485 17.8609L5.83753 20.7457C4.14374 21.6006 2.32224 19.8361 3.12268 18.1158L10.1862 2.94395Z",fill:"currentColor"}))},Z=h;
2
+
3
+ //# debugId=249EA446CBD0D0C164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCompassPointer/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 IconCompassPointer: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10.1862 2.94395C10.9037 1.4028 13.0956 1.4028 13.8131 2.94395L20.8766 18.1158C21.6774 19.8363 19.8557 21.6011 18.1617 20.7457L12.4508 17.8609C12.1673 17.7178 11.8319 17.7178 11.5485 17.8609L5.83753 20.7457C4.14374 21.6006 2.32224 19.8361 3.12268 18.1158L10.1862 2.94395Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCompassPointer;\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,8ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAA6U,EAA7U,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,CAAI,GAGvU",
9
+ "debugId": "249EA446CBD0D0C164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>{return p.createElement(C,{...n,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 a}from"react-native-svg";var m=(o)=>{return e.createElement(t,{...o},e.createElement(a,{d:"M10.1862 2.94395C10.9037 1.4028 13.0956 1.4028 13.8131 2.94395L20.8766 18.1158C21.6774 19.8363 19.8557 21.6011 18.1617 20.7457L12.4508 17.8609C12.1673 17.7178 11.8319 17.7178 11.5485 17.8609L5.83753 20.7457C4.14374 21.6006 2.32224 19.8361 3.12268 18.1158L10.1862 2.94395Z",fill:"currentColor"}))},g=m;export{g as default,m as IconCompassPointer};
2
+
3
+ //# debugId=E8C30790F4685FF764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCompassPointer/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 IconCompassPointer: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10.1862 2.94395C10.9037 1.4028 13.0956 1.4028 13.8131 2.94395L20.8766 18.1158C21.6774 19.8363 19.8557 21.6011 18.1617 20.7457L12.4508 17.8609C12.1673 17.7178 11.8319 17.7178 11.5485 17.8609L5.83753 20.7457C4.14374 21.6006 2.32224 19.8361 3.12268 18.1158L10.1862 2.94395Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCompassPointer;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA6U,EAA7U,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,CAAI,GAGvU",
9
+ "debugId": "E8C30790F4685FF764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCompassPointerSquare: FC<CentralIconBaseProps>;
4
+ export default IconCompassPointerSquare;
@@ -0,0 +1,3 @@
1
+ var S=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,i=Object.prototype.hasOwnProperty;function u(o){return this[o]}var F,L,B=(o,r,C)=>{var e=o!=null&&typeof o==="object";if(e){var m=r?F??=new WeakMap:L??=new WeakMap,s=m.get(o);if(s)return s}C=o!=null?S(h(o)):{};let n=r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C;for(let p of f(o))if(!i.call(n,p))t(n,p,{get:u.bind(o,p),enumerable:!0});if(e)m.set(o,n);return n},I=(o)=>{var r=(c??=new WeakMap).get(o),C;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of f(o))if(!i.call(r,e))t(r,e,{get:u.bind(o,e),enumerable:!(C=y(o,e))||C.enumerable})}return c.set(o,r),r},c;var b=(o)=>o;function w(o,r){this[o]=b.bind(null,r)}var P=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0,configurable:!0,set:w.bind(r,C)})};var H={};P(H,{CentralIconBase:()=>l});module.exports=I(H);var d=B(require("react")),v=require("react-native-svg"),l=({children:o,size:r=24,...C})=>{return d.default.createElement(v.Svg,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var M={};P(M,{default:()=>V,IconCompassPointerSquare:()=>g});module.exports=I(M);var a=B(require("react"));var x=require("react-native-svg"),g=(o)=>{return a.default.createElement(l,{...o},a.default.createElement(x.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3213 3C17.8632 3 18.3004 3.00038 18.6543 3.0293C19.0186 3.05907 19.3387 3.12163 19.6348 3.27246C20.1052 3.51214 20.4879 3.89483 20.7275 4.36523C20.8784 4.66133 20.9409 4.98136 20.9707 5.3457C20.9996 5.69964 21 6.13682 21 6.67871V17.3213C21 17.8632 20.9996 18.3004 20.9707 18.6543C20.9409 19.0186 20.8784 19.3387 20.7275 19.6348C20.4879 20.1052 20.1052 20.4879 19.6348 20.7275C19.3387 20.8784 19.0186 20.9409 18.6543 20.9707C18.3004 20.9996 17.8632 21 17.3213 21H6.67871C6.13682 21 5.69964 20.9996 5.3457 20.9707C4.98136 20.9409 4.66133 20.8784 4.36523 20.7275C3.89483 20.4879 3.51214 20.1052 3.27246 19.6348C3.12163 19.3387 3.05907 19.0186 3.0293 18.6543C3.00038 18.3004 3 17.8632 3 17.3213V6.67871C3 6.13682 3.00038 5.69964 3.0293 5.3457C3.05907 4.98136 3.12163 4.66133 3.27246 4.36523C3.51214 3.89483 3.89483 3.51214 4.36523 3.27246C4.66133 3.12163 4.98136 3.05907 5.3457 3.0293C5.69964 3.00038 6.13682 3 6.67871 3H17.3213ZM12.8936 7.80762C12.5244 7.07288 11.4756 7.07288 11.1064 7.80762L7.41895 15.1562C7.00031 15.9906 7.85194 16.8932 8.70898 16.5234L12 15.1025L15.291 16.5234C16.1481 16.8932 16.9997 15.9906 16.5811 15.1562L12.8936 7.80762Z",fill:"currentColor"}))},V=g;
2
+
3
+ //# debugId=AD284D640B6EE10064756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCompassPointerSquare/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 IconCompassPointerSquare: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.3213 3C17.8632 3 18.3004 3.00038 18.6543 3.0293C19.0186 3.05907 19.3387 3.12163 19.6348 3.27246C20.1052 3.51214 20.4879 3.89483 20.7275 4.36523C20.8784 4.66133 20.9409 4.98136 20.9707 5.3457C20.9996 5.69964 21 6.13682 21 6.67871V17.3213C21 17.8632 20.9996 18.3004 20.9707 18.6543C20.9409 19.0186 20.8784 19.3387 20.7275 19.6348C20.4879 20.1052 20.1052 20.4879 19.6348 20.7275C19.3387 20.8784 19.0186 20.9409 18.6543 20.9707C18.3004 20.9996 17.8632 21 17.3213 21H6.67871C6.13682 21 5.69964 20.9996 5.3457 20.9707C4.98136 20.9409 4.66133 20.8784 4.36523 20.7275C3.89483 20.4879 3.51214 20.1052 3.27246 19.6348C3.12163 19.3387 3.05907 19.0186 3.0293 18.6543C3.00038 18.3004 3 17.8632 3 17.3213V6.67871C3 6.13682 3.00038 5.69964 3.0293 5.3457C3.05907 4.98136 3.12163 4.66133 3.27246 4.36523C3.51214 3.89483 3.89483 3.51214 4.36523 3.27246C4.66133 3.12163 4.98136 3.05907 5.3457 3.0293C5.69964 3.00038 6.13682 3 6.67871 3H17.3213ZM12.8936 7.80762C12.5244 7.07288 11.4756 7.07288 11.1064 7.80762L7.41895 15.1562C7.00031 15.9906 7.85194 16.8932 8.70898 16.5234L12 15.1025L15.291 16.5234C16.1481 16.8932 16.9997 15.9906 16.5811 15.1562L12.8936 7.80762Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCompassPointerSquare;\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,oFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAqD,CAAC,IAAU,CAC3E,OAAO,wBAAguC,EAAhuC,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+nCAA+nC,KAAK,eAAc,CAAI,GAG1tC",
9
+ "debugId": "AD284D640B6EE10064756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...t})=>{return n.createElement(p,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as l}from"react-native-svg";var a=(r)=>{return e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3213 3C17.8632 3 18.3004 3.00038 18.6543 3.0293C19.0186 3.05907 19.3387 3.12163 19.6348 3.27246C20.1052 3.51214 20.4879 3.89483 20.7275 4.36523C20.8784 4.66133 20.9409 4.98136 20.9707 5.3457C20.9996 5.69964 21 6.13682 21 6.67871V17.3213C21 17.8632 20.9996 18.3004 20.9707 18.6543C20.9409 19.0186 20.8784 19.3387 20.7275 19.6348C20.4879 20.1052 20.1052 20.4879 19.6348 20.7275C19.3387 20.8784 19.0186 20.9409 18.6543 20.9707C18.3004 20.9996 17.8632 21 17.3213 21H6.67871C6.13682 21 5.69964 20.9996 5.3457 20.9707C4.98136 20.9409 4.66133 20.8784 4.36523 20.7275C3.89483 20.4879 3.51214 20.1052 3.27246 19.6348C3.12163 19.3387 3.05907 19.0186 3.0293 18.6543C3.00038 18.3004 3 17.8632 3 17.3213V6.67871C3 6.13682 3.00038 5.69964 3.0293 5.3457C3.05907 4.98136 3.12163 4.66133 3.27246 4.36523C3.51214 3.89483 3.89483 3.51214 4.36523 3.27246C4.66133 3.12163 4.98136 3.05907 5.3457 3.0293C5.69964 3.00038 6.13682 3 6.67871 3H17.3213ZM12.8936 7.80762C12.5244 7.07288 11.4756 7.07288 11.1064 7.80762L7.41895 15.1562C7.00031 15.9906 7.85194 16.8932 8.70898 16.5234L12 15.1025L15.291 16.5234C16.1481 16.8932 16.9997 15.9906 16.5811 15.1562L12.8936 7.80762Z",fill:"currentColor"}))},v=a;export{v as default,a as IconCompassPointerSquare};
2
+
3
+ //# debugId=6C058CA32E34B6AF64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconCompassPointerSquare/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 IconCompassPointerSquare: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.3213 3C17.8632 3 18.3004 3.00038 18.6543 3.0293C19.0186 3.05907 19.3387 3.12163 19.6348 3.27246C20.1052 3.51214 20.4879 3.89483 20.7275 4.36523C20.8784 4.66133 20.9409 4.98136 20.9707 5.3457C20.9996 5.69964 21 6.13682 21 6.67871V17.3213C21 17.8632 20.9996 18.3004 20.9707 18.6543C20.9409 19.0186 20.8784 19.3387 20.7275 19.6348C20.4879 20.1052 20.1052 20.4879 19.6348 20.7275C19.3387 20.8784 19.0186 20.9409 18.6543 20.9707C18.3004 20.9996 17.8632 21 17.3213 21H6.67871C6.13682 21 5.69964 20.9996 5.3457 20.9707C4.98136 20.9409 4.66133 20.8784 4.36523 20.7275C3.89483 20.4879 3.51214 20.1052 3.27246 19.6348C3.12163 19.3387 3.05907 19.0186 3.0293 18.6543C3.00038 18.3004 3 17.8632 3 17.3213V6.67871C3 6.13682 3.00038 5.69964 3.0293 5.3457C3.05907 4.98136 3.12163 4.66133 3.27246 4.36523C3.51214 3.89483 3.89483 3.51214 4.36523 3.27246C4.66133 3.12163 4.98136 3.05907 5.3457 3.0293C5.69964 3.00038 6.13682 3 6.67871 3H17.3213ZM12.8936 7.80762C12.5244 7.07288 11.4756 7.07288 11.1064 7.80762L7.41895 15.1562C7.00031 15.9906 7.85194 16.8932 8.70898 16.5234L12 15.1025L15.291 16.5234C16.1481 16.8932 16.9997 15.9906 16.5811 15.1562L12.8936 7.80762Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCompassPointerSquare;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAguC,EAAhuC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+nCAA+nC,KAAK,eAAc,CAAI,GAG1tC",
9
+ "debugId": "6C058CA32E34B6AF64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -394,6 +394,7 @@ Below is a complete list of available icons:
394
394
  - IconChevronTriangleLeftMedium
395
395
  - IconChevronTriangleDownMedium
396
396
  - IconChevronTriangleUpMedium
397
+ - IconCompassPointer
397
398
 
398
399
  ### Augmented Reality
399
400
 
@@ -1397,6 +1398,7 @@ Below is a complete list of available icons:
1397
1398
  - IconMapPin2
1398
1399
  - IconMapEditFlat
1399
1400
  - IconPinFocus
1401
+ - IconCompassPointerSquare
1400
1402
 
1401
1403
  ### Nature & Energy
1402
1404