@central-icons-react-native/round-outlined-radius-2-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.
- 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/README.md +1 -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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
|
@@ -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.57644 18.3275L10.6402 3.15521C11.1783 1.99934 12.8217 1.99934 13.3599 3.15521L20.4236 18.3275C21.0244 19.6179 19.658 20.9412 18.3874 20.2995L12.6763 17.4147C12.251 17.1999 11.749 17.1999 11.3237 17.4147L5.61258 20.2995C4.34198 20.9412 2.97563 19.6179 3.57644 18.3275Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=d;
|
|
2
|
+
|
|
3
|
+
//# debugId=036E269E639D945764756E2164756E21
|
|
@@ -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.57644 18.3275L10.6402 3.15521C11.1783 1.99934 12.8217 1.99934 13.3599 3.15521L20.4236 18.3275C21.0244 19.6179 19.658 20.9412 18.3874 20.2995L12.6763 17.4147C12.251 17.1999 11.749 17.1999 11.3237 17.4147L5.61258 20.2995C4.34198 20.9412 2.97563 19.6179 3.57644 18.3275Z\" 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,wBAA2X,EAA3X,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,iRAAiR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrX",
|
|
9
|
+
"debugId": "036E269E639D945764756E2164756E21",
|
|
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.57644 18.3275L10.6402 3.15521C11.1783 1.99934 12.8217 1.99934 13.3599 3.15521L20.4236 18.3275C21.0244 19.6179 19.658 20.9412 18.3874 20.2995L12.6763 17.4147C12.251 17.1999 11.749 17.1999 11.3237 17.4147L5.61258 20.2995C4.34198 20.9412 2.97563 19.6179 3.57644 18.3275Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},g=C;export{g as default,C as IconCompassPointer};
|
|
2
|
+
|
|
3
|
+
//# debugId=7CFA87C67FE0BB3464756E2164756E21
|
|
@@ -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.57644 18.3275L10.6402 3.15521C11.1783 1.99934 12.8217 1.99934 13.3599 3.15521L20.4236 18.3275C21.0244 19.6179 19.658 20.9412 18.3874 20.2995L12.6763 17.4147C12.251 17.1999 11.749 17.1999 11.3237 17.4147L5.61258 20.2995C4.34198 20.9412 2.97563 19.6179 3.57644 18.3275Z\" 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,gBAA2X,EAA3X,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,iRAAiR,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGrX",
|
|
9
|
+
"debugId": "7CFA87C67FE0BB3464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|