@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.283 → 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 h=Object.create;var{getPrototypeOf:y,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:F}=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?h(y(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=F(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:()=>L});module.exports=P(M);var m=I(require("react"));var v=require("react-native-svg"),L=(r)=>{return m.default.createElement(a,{...r},m.default.createElement(v.Path,{d:"M11.9999 1.98438C12.1934 1.98442 12.3695 2.09643 12.452 2.27148L20.952 20.3037C21.0397 20.4899 21.0045 20.7108 20.8632 20.8604C20.7218 21.0098 20.5031 21.0575 20.3124 20.9805L11.9999 17.6113L3.68738 20.9805C3.4967 21.0576 3.27799 21.0097 3.1366 20.8604C2.99517 20.7108 2.96005 20.4899 3.04773 20.3037L11.5477 2.27148L11.5829 2.20898C11.6745 2.0702 11.8304 1.98438 11.9999 1.98438Z",fill:"currentColor"}))},Z=L;
2
+
3
+ //# debugId=BC1F0D69360D653D64756E2164756E21
@@ -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=\"M11.9999 1.98438C12.1934 1.98442 12.3695 2.09643 12.452 2.27148L20.952 20.3037C21.0397 20.4899 21.0045 20.7108 20.8632 20.8604C20.7218 21.0098 20.5031 21.0575 20.3124 20.9805L11.9999 17.6113L3.68738 20.9805C3.4967 21.0576 3.27799 21.0097 3.1366 20.8604C2.99517 20.7108 2.96005 20.4899 3.04773 20.3037L11.5477 2.27148L11.5829 2.20898C11.6745 2.0702 11.8304 1.98438 11.9999 1.98438Z\" 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,wBAA0b,EAA1b,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+XAA+X,KAAK,eAAc,CAAI,GAGpb",
9
+ "debugId": "BC1F0D69360D653D64756E2164756E21",
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:"M11.9999 1.98438C12.1934 1.98442 12.3695 2.09643 12.452 2.27148L20.952 20.3037C21.0397 20.4899 21.0045 20.7108 20.8632 20.8604C20.7218 21.0098 20.5031 21.0575 20.3124 20.9805L11.9999 17.6113L3.68738 20.9805C3.4967 21.0576 3.27799 21.0097 3.1366 20.8604C2.99517 20.7108 2.96005 20.4899 3.04773 20.3037L11.5477 2.27148L11.5829 2.20898C11.6745 2.0702 11.8304 1.98438 11.9999 1.98438Z",fill:"currentColor"}))},g=m;export{g as default,m as IconCompassPointer};
2
+
3
+ //# debugId=7186B9F334417E7064756E2164756E21
@@ -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=\"M11.9999 1.98438C12.1934 1.98442 12.3695 2.09643 12.452 2.27148L20.952 20.3037C21.0397 20.4899 21.0045 20.7108 20.8632 20.8604C20.7218 21.0098 20.5031 21.0575 20.3124 20.9805L11.9999 17.6113L3.68738 20.9805C3.4967 21.0576 3.27799 21.0097 3.1366 20.8604C2.99517 20.7108 2.96005 20.4899 3.04773 20.3037L11.5477 2.27148L11.5829 2.20898C11.6745 2.0702 11.8304 1.98438 11.9999 1.98438Z\" 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,gBAA0b,EAA1b,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+XAA+X,KAAK,eAAc,CAAI,GAGpb",
9
+ "debugId": "7186B9F334417E7064756E2164756E21",
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