@central-icons-react-native/round-filled-radius-3-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:"M9.72996 3.45613C10.624 1.52101 13.3748 1.52126 14.269 3.45613L20.644 17.2638C21.6566 19.4569 19.2785 21.6679 17.1645 20.4991L12.7251 18.045C12.2736 17.7957 11.7253 17.7955 11.2739 18.045L6.83446 20.4991C4.72049 21.6677 2.34244 19.4568 3.35496 17.2638L9.72996 3.45613Z",fill:"currentColor"}))},Z=h;
2
+
3
+ //# debugId=A45A5D5E2214E9C464756E2164756E21
@@ -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=\"M9.72996 3.45613C10.624 1.52101 13.3748 1.52126 14.269 3.45613L20.644 17.2638C21.6566 19.4569 19.2785 21.6679 17.1645 20.4991L12.7251 18.045C12.2736 17.7957 11.7253 17.7955 11.2739 18.045L6.83446 20.4991C4.72049 21.6677 2.34244 19.4568 3.35496 17.2638L9.72996 3.45613Z\" 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,wBAA0U,EAA1U,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,CAAI,GAGpU",
9
+ "debugId": "A45A5D5E2214E9C464756E2164756E21",
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:"M9.72996 3.45613C10.624 1.52101 13.3748 1.52126 14.269 3.45613L20.644 17.2638C21.6566 19.4569 19.2785 21.6679 17.1645 20.4991L12.7251 18.045C12.2736 17.7957 11.7253 17.7955 11.2739 18.045L6.83446 20.4991C4.72049 21.6677 2.34244 19.4568 3.35496 17.2638L9.72996 3.45613Z",fill:"currentColor"}))},g=m;export{g as default,m as IconCompassPointer};
2
+
3
+ //# debugId=18E8383BDC928B6264756E2164756E21
@@ -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=\"M9.72996 3.45613C10.624 1.52101 13.3748 1.52126 14.269 3.45613L20.644 17.2638C21.6566 19.4569 19.2785 21.6679 17.1645 20.4991L12.7251 18.045C12.2736 17.7957 11.7253 17.7955 11.2739 18.045L6.83446 20.4991C4.72049 21.6677 2.34244 19.4568 3.35496 17.2638L9.72996 3.45613Z\" 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,gBAA0U,EAA1U,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,CAAI,GAGpU",
9
+ "debugId": "18E8383BDC928B6264756E2164756E21",
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:"M15.7227 3C16.5436 3 17.1904 3.00045 17.7109 3.04297C18.2421 3.08637 18.6858 3.17645 19.0889 3.38184C19.7474 3.71738 20.2826 4.25262 20.6182 4.91113C20.8236 5.31423 20.9136 5.75789 20.957 6.28906C20.9996 6.8096 21 7.45636 21 8.27734V15.7227C21 16.5436 20.9996 17.1904 20.957 17.7109C20.9136 18.2421 20.8236 18.6858 20.6182 19.0889C20.2826 19.7474 19.7474 20.2826 19.0889 20.6182C18.6858 20.8236 18.2421 20.9136 17.7109 20.957C17.1904 20.9996 16.5436 21 15.7227 21H8.27734C7.45636 21 6.8096 20.9996 6.28906 20.957C5.75789 20.9136 5.31423 20.8236 4.91113 20.6182C4.25262 20.2826 3.71738 19.7474 3.38184 19.0889C3.17645 18.6858 3.08637 18.2421 3.04297 17.7109C3.00045 17.1904 3 16.5436 3 15.7227V8.27734C3 7.45636 3.00045 6.8096 3.04297 6.28906C3.08637 5.75789 3.17645 5.31423 3.38184 4.91113C3.71738 4.25262 4.25262 3.71738 4.91113 3.38184C5.31423 3.17645 5.75789 3.08637 6.28906 3.04297C6.8096 3.00045 7.45636 3 8.27734 3H15.7227ZM13.1172 8.00391C12.656 7.08465 11.344 7.08465 10.8828 8.00391L7.45117 14.8438C6.93303 15.8766 7.97383 16.9999 9.04297 16.5615L11.9053 15.3877C11.966 15.3628 12.034 15.3628 12.0947 15.3877L14.957 16.5615C16.0262 16.9999 17.067 15.8766 16.5488 14.8438L13.1172 8.00391Z",fill:"currentColor"}))},V=g;
2
+
3
+ //# debugId=653AD00EA5C6E1DE64756E2164756E21
@@ -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=\"M15.7227 3C16.5436 3 17.1904 3.00045 17.7109 3.04297C18.2421 3.08637 18.6858 3.17645 19.0889 3.38184C19.7474 3.71738 20.2826 4.25262 20.6182 4.91113C20.8236 5.31423 20.9136 5.75789 20.957 6.28906C20.9996 6.8096 21 7.45636 21 8.27734V15.7227C21 16.5436 20.9996 17.1904 20.957 17.7109C20.9136 18.2421 20.8236 18.6858 20.6182 19.0889C20.2826 19.7474 19.7474 20.2826 19.0889 20.6182C18.6858 20.8236 18.2421 20.9136 17.7109 20.957C17.1904 20.9996 16.5436 21 15.7227 21H8.27734C7.45636 21 6.8096 20.9996 6.28906 20.957C5.75789 20.9136 5.31423 20.8236 4.91113 20.6182C4.25262 20.2826 3.71738 19.7474 3.38184 19.0889C3.17645 18.6858 3.08637 18.2421 3.04297 17.7109C3.00045 17.1904 3 16.5436 3 15.7227V8.27734C3 7.45636 3.00045 6.8096 3.04297 6.28906C3.08637 5.75789 3.17645 5.31423 3.38184 4.91113C3.71738 4.25262 4.25262 3.71738 4.91113 3.38184C5.31423 3.17645 5.75789 3.08637 6.28906 3.04297C6.8096 3.00045 7.45636 3 8.27734 3H15.7227ZM13.1172 8.00391C12.656 7.08465 11.344 7.08465 10.8828 8.00391L7.45117 14.8438C6.93303 15.8766 7.97383 16.9999 9.04297 16.5615L11.9053 15.3877C11.966 15.3628 12.034 15.3628 12.0947 15.3877L14.957 16.5615C16.0262 16.9999 17.067 15.8766 16.5488 14.8438L13.1172 8.00391Z\" 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,wBAAgxC,EAAhxC,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+qCAA+qC,KAAK,eAAc,CAAI,GAG1wC",
9
+ "debugId": "653AD00EA5C6E1DE64756E2164756E21",
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:"M15.7227 3C16.5436 3 17.1904 3.00045 17.7109 3.04297C18.2421 3.08637 18.6858 3.17645 19.0889 3.38184C19.7474 3.71738 20.2826 4.25262 20.6182 4.91113C20.8236 5.31423 20.9136 5.75789 20.957 6.28906C20.9996 6.8096 21 7.45636 21 8.27734V15.7227C21 16.5436 20.9996 17.1904 20.957 17.7109C20.9136 18.2421 20.8236 18.6858 20.6182 19.0889C20.2826 19.7474 19.7474 20.2826 19.0889 20.6182C18.6858 20.8236 18.2421 20.9136 17.7109 20.957C17.1904 20.9996 16.5436 21 15.7227 21H8.27734C7.45636 21 6.8096 20.9996 6.28906 20.957C5.75789 20.9136 5.31423 20.8236 4.91113 20.6182C4.25262 20.2826 3.71738 19.7474 3.38184 19.0889C3.17645 18.6858 3.08637 18.2421 3.04297 17.7109C3.00045 17.1904 3 16.5436 3 15.7227V8.27734C3 7.45636 3.00045 6.8096 3.04297 6.28906C3.08637 5.75789 3.17645 5.31423 3.38184 4.91113C3.71738 4.25262 4.25262 3.71738 4.91113 3.38184C5.31423 3.17645 5.75789 3.08637 6.28906 3.04297C6.8096 3.00045 7.45636 3 8.27734 3H15.7227ZM13.1172 8.00391C12.656 7.08465 11.344 7.08465 10.8828 8.00391L7.45117 14.8438C6.93303 15.8766 7.97383 16.9999 9.04297 16.5615L11.9053 15.3877C11.966 15.3628 12.034 15.3628 12.0947 15.3877L14.957 16.5615C16.0262 16.9999 17.067 15.8766 16.5488 14.8438L13.1172 8.00391Z",fill:"currentColor"}))},v=a;export{v as default,a as IconCompassPointerSquare};
2
+
3
+ //# debugId=D687CD4B2B62057164756E2164756E21
@@ -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=\"M15.7227 3C16.5436 3 17.1904 3.00045 17.7109 3.04297C18.2421 3.08637 18.6858 3.17645 19.0889 3.38184C19.7474 3.71738 20.2826 4.25262 20.6182 4.91113C20.8236 5.31423 20.9136 5.75789 20.957 6.28906C20.9996 6.8096 21 7.45636 21 8.27734V15.7227C21 16.5436 20.9996 17.1904 20.957 17.7109C20.9136 18.2421 20.8236 18.6858 20.6182 19.0889C20.2826 19.7474 19.7474 20.2826 19.0889 20.6182C18.6858 20.8236 18.2421 20.9136 17.7109 20.957C17.1904 20.9996 16.5436 21 15.7227 21H8.27734C7.45636 21 6.8096 20.9996 6.28906 20.957C5.75789 20.9136 5.31423 20.8236 4.91113 20.6182C4.25262 20.2826 3.71738 19.7474 3.38184 19.0889C3.17645 18.6858 3.08637 18.2421 3.04297 17.7109C3.00045 17.1904 3 16.5436 3 15.7227V8.27734C3 7.45636 3.00045 6.8096 3.04297 6.28906C3.08637 5.75789 3.17645 5.31423 3.38184 4.91113C3.71738 4.25262 4.25262 3.71738 4.91113 3.38184C5.31423 3.17645 5.75789 3.08637 6.28906 3.04297C6.8096 3.00045 7.45636 3 8.27734 3H15.7227ZM13.1172 8.00391C12.656 7.08465 11.344 7.08465 10.8828 8.00391L7.45117 14.8438C6.93303 15.8766 7.97383 16.9999 9.04297 16.5615L11.9053 15.3877C11.966 15.3628 12.034 15.3628 12.0947 15.3877L14.957 16.5615C16.0262 16.9999 17.067 15.8766 16.5488 14.8438L13.1172 8.00391Z\" 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,gBAAgxC,EAAhxC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+qCAA+qC,KAAK,eAAc,CAAI,GAG1wC",
9
+ "debugId": "D687CD4B2B62057164756E2164756E21",
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