@central-icons-react-native/round-outlined-radius-1-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 v=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function u(o){return this[o]}var F,S,B=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var m=r?F??=new WeakMap:S??=new WeakMap,c=m.get(o);if(c)return c}e=o!=null?v(h(o)):{};let p=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let a of i(o))if(!f.call(p,a))n(p,a,{get:u.bind(o,a),enumerable:!0});if(t)m.set(o,p);return p},I=(o)=>{var r=(l??=new WeakMap).get(o),e;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of i(o))if(!f.call(r,t))n(r,t,{get:u.bind(o,t),enumerable:!(e=y(o,t))||e.enumerable})}return l.set(o,r),r},l;var b=(o)=>o;function k(o,r){this[o]=b.bind(null,r)}var P=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:k.bind(r,e)})};var w={};P(w,{CentralIconBase:()=>s});module.exports=I(w);var x=B(require("react")),g=require("react-native-svg"),s=({children:o,size:r=24,...e})=>{return x.default.createElement(g.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var $={};P($,{default:()=>j,IconCompassPointer:()=>d});module.exports=I($);var C=B(require("react"));var L=require("react-native-svg"),d=(o)=>{return C.default.createElement(s,{...o},C.default.createElement(L.Path,{d:"M3.65049 19.0301L11.0924 2.94588C11.4503 2.17244 12.5497 2.17244 12.9076 2.94588L20.3495 19.0301C20.7412 19.8766 19.8631 20.751 19.0183 20.3558L12.4237 17.2713C12.1552 17.1457 11.8448 17.1457 11.5763 17.2713L4.98174 20.3558C4.13687 20.751 3.25883 19.8766 3.65049 19.0301Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=d;
2
+
3
+ //# debugId=C76A6D6D24D07E5564756E2164756E21
@@ -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=\"M3.65049 19.0301L11.0924 2.94588C11.4503 2.17244 12.5497 2.17244 12.9076 2.94588L20.3495 19.0301C20.7412 19.8766 19.8631 20.751 19.0183 20.3558L12.4237 17.2713C12.1552 17.1457 11.8448 17.1457 11.5763 17.2713L4.98174 20.3558C4.13687 20.751 3.25883 19.8766 3.65049 19.0301Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAA4X,EAA5X,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,kRAAkR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGtX",
9
+ "debugId": "C76A6D6D24D07E5564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as a}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return p.createElement(a,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as s}from"react-native-svg";var C=(r)=>{return t.createElement(e,{...r},t.createElement(s,{d:"M3.65049 19.0301L11.0924 2.94588C11.4503 2.17244 12.5497 2.17244 12.9076 2.94588L20.3495 19.0301C20.7412 19.8766 19.8631 20.751 19.0183 20.3558L12.4237 17.2713C12.1552 17.1457 11.8448 17.1457 11.5763 17.2713L4.98174 20.3558C4.13687 20.751 3.25883 19.8766 3.65049 19.0301Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},g=C;export{g as default,C as IconCompassPointer};
2
+
3
+ //# debugId=4F16BB7121F0206D64756E2164756E21
@@ -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=\"M3.65049 19.0301L11.0924 2.94588C11.4503 2.17244 12.5497 2.17244 12.9076 2.94588L20.3495 19.0301C20.7412 19.8766 19.8631 20.751 19.0183 20.3558L12.4237 17.2713C12.1552 17.1457 11.8448 17.1457 11.5763 17.2713L4.98174 20.3558C4.13687 20.751 3.25883 19.8766 3.65049 19.0301Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAA4X,EAA5X,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kRAAkR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGtX",
9
+ "debugId": "4F16BB7121F0206D64756E2164756E21",
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 k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:S}=Object,f=Object.prototype.hasOwnProperty;function d(r){return this[r]}var h,y,B=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var i=o?h??=new WeakMap:y??=new WeakMap,u=i.get(r);if(u)return u}e=r!=null?k(v(r)):{};let C=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let s of l(r))if(!f.call(C,s))t(C,s,{get:d.bind(r,s),enumerable:!0});if(n)i.set(r,C);return C},I=(r)=>{var o=(c??=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 l(r))if(!f.call(o,n))t(o,n,{get:d.bind(r,n),enumerable:!(e=S(r,n))||e.enumerable})}return c.set(r,o),o},c;var F=(r)=>r;function b(r,o){this[r]=F.bind(null,o)}var L=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var j={};L(j,{CentralIconBase:()=>a});module.exports=I(j);var P=B(require("react")),x=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return P.default.createElement(x.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={};L(w,{default:()=>H,IconCompassPointerSquare:()=>g});module.exports=I(w);var p=B(require("react"));var m=require("react-native-svg"),g=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(m.Path,{d:"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(m.Path,{d:"M7.7956 15.7693L11.7766 7.83683C11.8688 7.65301 12.1312 7.65301 12.2234 7.83683L16.2044 15.7693C16.3076 15.9749 16.1017 16.199 15.8881 16.1135L12.0928 14.5954C12.0332 14.5716 11.9668 14.5716 11.9072 14.5954L8.11189 16.1135C7.89828 16.199 7.69241 15.9749 7.7956 15.7693Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},H=g;
2
+
3
+ //# debugId=7A60B55B3057AE6F64756E2164756E21
@@ -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 d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.7956 15.7693L11.7766 7.83683C11.8688 7.65301 12.1312 7.65301 12.2234 7.83683L16.2044 15.7693C16.3076 15.9749 16.1017 16.199 15.8881 16.1135L12.0928 14.5954C12.0332 14.5716 11.9668 14.5716 11.9072 14.5954L8.11189 16.1135C7.89828 16.199 7.69241 15.9749 7.7956 15.7693Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAs8B,EAAt8B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,ggBAAggB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gRAAgR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGh8B",
9
+ "debugId": "7A60B55B3057AE6F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>{return p.createElement(s,{...C,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 a=(o)=>{return e.createElement(n,{...o},e.createElement(t,{d:"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M7.7956 15.7693L11.7766 7.83683C11.8688 7.65301 12.1312 7.65301 12.2234 7.83683L16.2044 15.7693C16.3076 15.9749 16.1017 16.199 15.8881 16.1135L12.0928 14.5954C12.0332 14.5716 11.9668 14.5716 11.9072 14.5954L8.11189 16.1135C7.89828 16.199 7.69241 15.9749 7.7956 15.7693Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},P=a;export{P as default,a as IconCompassPointerSquare};
2
+
3
+ //# debugId=68E86C150AC23A0D64756E2164756E21
@@ -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 d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.7956 15.7693L11.7766 7.83683C11.8688 7.65301 12.1312 7.65301 12.2234 7.83683L16.2044 15.7693C16.3076 15.9749 16.1017 16.199 15.8881 16.1135L12.0928 14.5954C12.0332 14.5716 11.9668 14.5716 11.9072 14.5954L8.11189 16.1135C7.89828 16.199 7.69241 15.9749 7.7956 15.7693Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAs8B,EAAt8B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,ggBAAggB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gRAAgR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGh8B",
9
+ "debugId": "68E86C150AC23A0D64756E2164756E21",
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