@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.282 → 1.1.283
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/IconPinFocus/index.d.ts +4 -0
- package/IconPinFocus/index.js +3 -0
- package/IconPinFocus/index.js.map +11 -0
- package/IconPinFocus/index.mjs +3 -0
- package/IconPinFocus/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 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
|
+
}
|