@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.282 → 1.1.284

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 a of f(r))if(!i.call(p,a))n(p,a,{get:B.bind(r,a),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:()=>C});module.exports=P($);var x=I(require("react")),g=require("react-native-svg"),C=({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(C,{...r},m.default.createElement(v.Path,{d:"M10.1884 3.26371C10.9073 1.72721 13.0926 1.7272 13.8115 3.26371L20.7724 18.1524C21.556 19.8285 19.8392 21.5786 18.1484 20.8272L12 18.0948L5.85152 20.8272C4.16074 21.5786 2.44391 19.8285 3.2275 18.1524L10.1884 3.26371Z",fill:"currentColor"}))},Z=h;
2
+
3
+ //# debugId=6FD20A397FC1690864756E2164756E21
@@ -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.1884 3.26371C10.9073 1.72721 13.0926 1.7272 13.8115 3.26371L20.7724 18.1524C21.556 19.8285 19.8392 21.5786 18.1484 20.8272L12 18.0948L5.85152 20.8272C4.16074 21.5786 2.44391 19.8285 3.2275 18.1524L10.1884 3.26371Z\" 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,wBAAuR,EAAvR,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,4NAA4N,KAAK,eAAc,CAAI,GAGjR",
9
+ "debugId": "6FD20A397FC1690864756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>{return p.createElement(a,{...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 C}from"react-native-svg";var m=(o)=>{return e.createElement(t,{...o},e.createElement(C,{d:"M10.1884 3.26371C10.9073 1.72721 13.0926 1.7272 13.8115 3.26371L20.7724 18.1524C21.556 19.8285 19.8392 21.5786 18.1484 20.8272L12 18.0948L5.85152 20.8272C4.16074 21.5786 2.44391 19.8285 3.2275 18.1524L10.1884 3.26371Z",fill:"currentColor"}))},g=m;export{g as default,m as IconCompassPointer};
2
+
3
+ //# debugId=C20EDF56AE0D8CA864756E2164756E21
@@ -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.1884 3.26371C10.9073 1.72721 13.0926 1.7272 13.8115 3.26371L20.7724 18.1524C21.556 19.8285 19.8392 21.5786 18.1484 20.8272L12 18.0948L5.85152 20.8272C4.16074 21.5786 2.44391 19.8285 3.2275 18.1524L10.1884 3.26371Z\" 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,gBAAuR,EAAvR,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,4NAA4N,KAAK,eAAc,CAAI,GAGjR",
9
+ "debugId": "C20EDF56AE0D8CA864756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPinFocus: FC<CentralIconBaseProps>;
4
+ export default IconPinFocus;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:g,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:M}=Object,a=Object.prototype.hasOwnProperty;function d(r){return this[r]}var Z,F,B=(r,o,C)=>{var e=r!=null&&typeof r==="object";if(e){var u=o?Z??=new WeakMap:F??=new WeakMap,m=u.get(r);if(m)return m}C=r!=null?x(g(r)):{};let p=o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C;for(let f of c(r))if(!a.call(p,f))t(p,f,{get:d.bind(r,f),enumerable:!0});if(e)u.set(r,p);return p},H=(r)=>{var o=(s??=new WeakMap).get(r),C;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!a.call(o,e))t(o,e,{get:d.bind(r,e),enumerable:!(C=M(r,e))||C.enumerable})}return s.set(r,o),o},s;var h=(r)=>r;function y(r,o){this[r]=h.bind(null,o)}var I=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0,configurable:!0,set:y.bind(o,C)})};var S={};I(S,{CentralIconBase:()=>i});module.exports=H(S);var P=B(require("react")),V=require("react-native-svg"),i=({children:r,size:o=24,...C})=>{return P.default.createElement(V.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};I(b,{default:()=>w,IconPinFocus:()=>v});module.exports=H(b);var n=B(require("react"));var l=require("react-native-svg"),v=(r)=>{return n.default.createElement(i,{...r},n.default.createElement(l.Path,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 12.1349 15.662 13.2422 15.0371 14.1182C14.3967 15.0158 13.632 15.7874 13.1133 16.2695C12.4814 16.8566 11.5186 16.8566 10.8867 16.2695C10.368 15.7874 9.60326 15.0158 8.96289 14.1182C8.338 13.2422 7.75 12.1349 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",fill:"currentColor"}))},w=v;
2
+
3
+ //# debugId=17C5CB27EBFD6DB164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPinFocus/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 IconPinFocus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><Path d=\"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 12.1349 15.662 13.2422 15.0371 14.1182C14.3967 15.0158 13.632 15.7874 13.1133 16.2695C12.4814 16.8566 11.5186 16.8566 10.8867 16.2695C10.368 15.7874 9.60326 15.0158 8.96289 14.1182C8.338 13.2422 7.75 12.1349 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z\" fill=\"currentColor\"/><Path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\" fill=\"currentColor\"/><Path d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinFocus;\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,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAgtC,EAAhtC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uaAAua,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wIAAwI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,CAAI,GAG1sC",
9
+ "debugId": "17C5CB27EBFD6DB164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>{return t.createElement(p,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as C}from"react-native-svg";var f=(e)=>{return o.createElement(n,{...e},o.createElement(C,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),o.createElement(C,{d:"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 12.1349 15.662 13.2422 15.0371 14.1182C14.3967 15.0158 13.632 15.7874 13.1133 16.2695C12.4814 16.8566 11.5186 16.8566 10.8867 16.2695C10.368 15.7874 9.60326 15.0158 8.96289 14.1182C8.338 13.2422 7.75 12.1349 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z",fill:"currentColor"}),o.createElement(C,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),o.createElement(C,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",fill:"currentColor"}))},P=f;export{P as default,f as IconPinFocus};
2
+
3
+ //# debugId=7EB777C37508652764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPinFocus/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 IconPinFocus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><Path d=\"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 12.1349 15.662 13.2422 15.0371 14.1182C14.3967 15.0158 13.632 15.7874 13.1133 16.2695C12.4814 16.8566 11.5186 16.8566 10.8867 16.2695C10.368 15.7874 9.60326 15.0158 8.96289 14.1182C8.338 13.2422 7.75 12.1349 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z\" fill=\"currentColor\"/><Path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\" fill=\"currentColor\"/><Path d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinFocus;\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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAgtC,EAAhtC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uaAAua,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,wIAAwI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,CAAI,GAG1sC",
9
+ "debugId": "7EB777C37508652764756E2164756E21",
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
 
@@ -1396,6 +1397,7 @@ Below is a complete list of available icons:
1396
1397
  - IconStandingGlobe
1397
1398
  - IconMapPin2
1398
1399
  - IconMapEditFlat
1400
+ - IconPinFocus
1399
1401
 
1400
1402
  ### Nature & Energy
1401
1403