@central-icons-react-native/round-filled-radius-1-stroke-2 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.
- package/IconCompassPointer/index.d.ts +4 -0
- package/IconCompassPointer/index.js +3 -0
- package/IconCompassPointer/index.js.map +11 -0
- package/IconCompassPointer/index.mjs +3 -0
- package/IconCompassPointer/index.mjs.map +11 -0
- package/IconCompassPointerSquare/index.d.ts +4 -0
- package/IconCompassPointerSquare/index.js +3 -0
- package/IconCompassPointerSquare/index.js.map +11 -0
- package/IconCompassPointerSquare/index.mjs +3 -0
- package/IconCompassPointerSquare/index.mjs.map +11 -0
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -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,3 @@
|
|
|
1
|
+
var L=Object.create;var{getPrototypeOf:S,defineProperty:t,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,i=Object.prototype.hasOwnProperty;function u(o){return this[o]}var y,F,B=(o,r,C)=>{var e=o!=null&&typeof o==="object";if(e){var m=r?y??=new WeakMap:F??=new WeakMap,s=m.get(o);if(s)return s}C=o!=null?L(S(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=h(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:"M18.4316 3.00001C18.684 2.99998 18.9305 2.9996 19.1387 3.01661C19.3672 3.0353 19.6369 3.07957 19.9082 3.21778C20.2845 3.40951 20.5905 3.71556 20.7822 4.0918C20.9204 4.36306 20.9647 4.63283 20.9834 4.86133C21.0004 5.06945 21 5.31603 21 5.56836V18.4316C21 18.684 21.0004 18.9306 20.9834 19.1387C20.9647 19.3672 20.9204 19.6369 20.7822 19.9082C20.5905 20.2845 20.2845 20.5905 19.9082 20.7822C19.6369 20.9204 19.3672 20.9647 19.1387 20.9834C18.9306 21.0004 18.684 21 18.4316 21H5.56836C5.31603 21 5.06945 21.0004 4.86133 20.9834C4.63283 20.9647 4.36306 20.9204 4.0918 20.7822C3.71556 20.5905 3.40951 20.2845 3.21778 19.9082C3.07957 19.637 3.0353 19.3672 3.01661 19.1387C2.9996 18.9305 2.99998 18.684 3.00001 18.4316V5.56836C2.99998 5.31599 2.9996 5.06949 3.01661 4.86133C3.0353 4.63283 3.07957 4.36306 3.21778 4.0918C3.40951 3.71555 3.71555 3.40951 4.0918 3.21778C4.36306 3.07957 4.63283 3.0353 4.86133 3.01661C5.06949 2.9996 5.31599 2.99998 5.56836 3.00001H18.4316ZM13.0127 7.95118C12.5205 7.26294 11.4795 7.26293 10.9873 7.95118L10.8906 8.10938L7.417 14.8106C6.88703 15.8329 7.90377 16.9675 8.97754 16.5518L12 15.3799L15.0225 16.5518C16.0962 16.9675 17.113 15.8329 16.583 14.8106L13.1094 8.10938L13.0127 7.95118Z",fill:"currentColor"}))},V=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=105D4FE66483619964756E2164756E21
|
|
@@ -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=\"M18.4316 3.00001C18.684 2.99998 18.9305 2.9996 19.1387 3.01661C19.3672 3.0353 19.6369 3.07957 19.9082 3.21778C20.2845 3.40951 20.5905 3.71556 20.7822 4.0918C20.9204 4.36306 20.9647 4.63283 20.9834 4.86133C21.0004 5.06945 21 5.31603 21 5.56836V18.4316C21 18.684 21.0004 18.9306 20.9834 19.1387C20.9647 19.3672 20.9204 19.6369 20.7822 19.9082C20.5905 20.2845 20.2845 20.5905 19.9082 20.7822C19.6369 20.9204 19.3672 20.9647 19.1387 20.9834C18.9306 21.0004 18.684 21 18.4316 21H5.56836C5.31603 21 5.06945 21.0004 4.86133 20.9834C4.63283 20.9647 4.36306 20.9204 4.0918 20.7822C3.71556 20.5905 3.40951 20.2845 3.21778 19.9082C3.07957 19.637 3.0353 19.3672 3.01661 19.1387C2.9996 18.9305 2.99998 18.684 3.00001 18.4316V5.56836C2.99998 5.31599 2.9996 5.06949 3.01661 4.86133C3.0353 4.63283 3.07957 4.36306 3.21778 4.0918C3.40951 3.71555 3.71555 3.40951 4.0918 3.21778C4.36306 3.07957 4.63283 3.0353 4.86133 3.01661C5.06949 2.9996 5.31599 2.99998 5.56836 3.00001H18.4316ZM13.0127 7.95118C12.5205 7.26294 11.4795 7.26293 10.9873 7.95118L10.8906 8.10938L7.417 14.8106C6.88703 15.8329 7.90377 16.9675 8.97754 16.5518L12 15.3799L15.0225 16.5518C16.0962 16.9675 17.113 15.8329 16.583 14.8106L13.1094 8.10938L13.0127 7.95118Z\" 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,wBAA8xC,EAA9xC,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6rCAA6rC,KAAK,eAAc,CAAI,GAGxxC",
|
|
9
|
+
"debugId": "105D4FE66483619964756E2164756E21",
|
|
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:"M18.4316 3.00001C18.684 2.99998 18.9305 2.9996 19.1387 3.01661C19.3672 3.0353 19.6369 3.07957 19.9082 3.21778C20.2845 3.40951 20.5905 3.71556 20.7822 4.0918C20.9204 4.36306 20.9647 4.63283 20.9834 4.86133C21.0004 5.06945 21 5.31603 21 5.56836V18.4316C21 18.684 21.0004 18.9306 20.9834 19.1387C20.9647 19.3672 20.9204 19.6369 20.7822 19.9082C20.5905 20.2845 20.2845 20.5905 19.9082 20.7822C19.6369 20.9204 19.3672 20.9647 19.1387 20.9834C18.9306 21.0004 18.684 21 18.4316 21H5.56836C5.31603 21 5.06945 21.0004 4.86133 20.9834C4.63283 20.9647 4.36306 20.9204 4.0918 20.7822C3.71556 20.5905 3.40951 20.2845 3.21778 19.9082C3.07957 19.637 3.0353 19.3672 3.01661 19.1387C2.9996 18.9305 2.99998 18.684 3.00001 18.4316V5.56836C2.99998 5.31599 2.9996 5.06949 3.01661 4.86133C3.0353 4.63283 3.07957 4.36306 3.21778 4.0918C3.40951 3.71555 3.71555 3.40951 4.0918 3.21778C4.36306 3.07957 4.63283 3.0353 4.86133 3.01661C5.06949 2.9996 5.31599 2.99998 5.56836 3.00001H18.4316ZM13.0127 7.95118C12.5205 7.26294 11.4795 7.26293 10.9873 7.95118L10.8906 8.10938L7.417 14.8106C6.88703 15.8329 7.90377 16.9675 8.97754 16.5518L12 15.3799L15.0225 16.5518C16.0962 16.9675 17.113 15.8329 16.583 14.8106L13.1094 8.10938L13.0127 7.95118Z",fill:"currentColor"}))},v=a;export{v as default,a as IconCompassPointerSquare};
|
|
2
|
+
|
|
3
|
+
//# debugId=5DB9996DCCEBF76664756E2164756E21
|
|
@@ -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=\"M18.4316 3.00001C18.684 2.99998 18.9305 2.9996 19.1387 3.01661C19.3672 3.0353 19.6369 3.07957 19.9082 3.21778C20.2845 3.40951 20.5905 3.71556 20.7822 4.0918C20.9204 4.36306 20.9647 4.63283 20.9834 4.86133C21.0004 5.06945 21 5.31603 21 5.56836V18.4316C21 18.684 21.0004 18.9306 20.9834 19.1387C20.9647 19.3672 20.9204 19.6369 20.7822 19.9082C20.5905 20.2845 20.2845 20.5905 19.9082 20.7822C19.6369 20.9204 19.3672 20.9647 19.1387 20.9834C18.9306 21.0004 18.684 21 18.4316 21H5.56836C5.31603 21 5.06945 21.0004 4.86133 20.9834C4.63283 20.9647 4.36306 20.9204 4.0918 20.7822C3.71556 20.5905 3.40951 20.2845 3.21778 19.9082C3.07957 19.637 3.0353 19.3672 3.01661 19.1387C2.9996 18.9305 2.99998 18.684 3.00001 18.4316V5.56836C2.99998 5.31599 2.9996 5.06949 3.01661 4.86133C3.0353 4.63283 3.07957 4.36306 3.21778 4.0918C3.40951 3.71555 3.71555 3.40951 4.0918 3.21778C4.36306 3.07957 4.63283 3.0353 4.86133 3.01661C5.06949 2.9996 5.31599 2.99998 5.56836 3.00001H18.4316ZM13.0127 7.95118C12.5205 7.26294 11.4795 7.26293 10.9873 7.95118L10.8906 8.10938L7.417 14.8106C6.88703 15.8329 7.90377 16.9675 8.97754 16.5518L12 15.3799L15.0225 16.5518C16.0962 16.9675 17.113 15.8329 16.583 14.8106L13.1094 8.10938L13.0127 7.95118Z\" 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,gBAA8xC,EAA9xC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6rCAA6rC,KAAK,eAAc,CAAI,GAGxxC",
|
|
9
|
+
"debugId": "5DB9996DCCEBF76664756E2164756E21",
|
|
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
|
|