@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.164 → 1.1.165

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 IconMapPin2: FC<CentralIconBaseProps>;
4
+ export default IconMapPin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(i(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>s(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconMapPin2:()=>u,default:()=>d});module.exports=v(h);var C=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M8.5 10.25C8.5 8.317 10.067 6.75 12 6.75C13.933 6.75 15.5 8.317 15.5 10.25C15.5 12.183 13.933 13.75 12 13.75C10.067 13.75 8.5 12.183 8.5 10.25Z",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M19.75 10.1C19.75 5.90264 16.2802 2.5 12 2.5C7.71979 2.5 4.25 5.90264 4.25 10.1C4.25 14.6469 9.09375 17.225 10.9262 20.8747C11.1236 21.2679 11.5531 21.5 12 21.5C12.4469 21.5 12.8555 21.2572 13.0738 20.8747C14.9062 17.225 19.75 14.6469 19.75 10.1Z",stroke:"currentColor"})),d=u;0&&(module.exports={IconMapPin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.5 10.25C8.5 8.317 10.067 6.75 12 6.75C13.933 6.75 15.5 8.317 15.5 10.25C15.5 12.183 13.933 13.75 12 13.75C10.067 13.75 8.5 12.183 8.5 10.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M19.75 10.1C19.75 5.90264 16.2802 2.5 12 2.5C7.71979 2.5 4.25 5.90264 4.25 10.1C4.25 14.6469 9.09375 17.225 10.9262 20.8747C11.1236 21.2679 11.5531 21.5 12 21.5C12.4469 21.5 12.8555 21.2572 13.0738 20.8747C14.9062 17.225 19.75 14.6469 19.75 10.1Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yPACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconMapPin2_exports","__export","IconMapPin2","IconMapPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M8.5 10.25C8.5 8.317 10.067 6.75 12 6.75C13.933 6.75 15.5 8.317 15.5 10.25C15.5 12.183 13.933 13.75 12 13.75C10.067 13.75 8.5 12.183 8.5 10.25Z",stroke:"currentColor"}),t.createElement(n,{d:"M19.75 10.1C19.75 5.90264 16.2802 2.5 12 2.5C7.71979 2.5 4.25 5.90264 4.25 10.1C4.25 14.6469 9.09375 17.225 10.9262 20.8747C11.1236 21.2679 11.5531 21.5 12 21.5C12.4469 21.5 12.8555 21.2572 13.0738 20.8747C14.9062 17.225 19.75 14.6469 19.75 10.1Z",stroke:"currentColor"})),x=s;export{s as IconMapPin2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.5 10.25C8.5 8.317 10.067 6.75 12 6.75C13.933 6.75 15.5 8.317 15.5 10.25C15.5 12.183 13.933 13.75 12 13.75C10.067 13.75 8.5 12.183 8.5 10.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M19.75 10.1C19.75 5.90264 16.2802 2.5 12 2.5C7.71979 2.5 4.25 5.90264 4.25 10.1C4.25 14.6469 9.09375 17.225 10.9262 20.8747C11.1236 21.2679 11.5531 21.5 12 21.5C12.4469 21.5 12.8555 21.2572 13.0738 20.8747C14.9062 17.225 19.75 14.6469 19.75 10.1Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yPACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
package/README.md CHANGED
@@ -1272,6 +1272,7 @@ Below is a complete list of available icons:
1272
1272
  - IconLocation
1273
1273
  - IconMap
1274
1274
  - IconMapPin
1275
+ - IconMapPin2
1275
1276
  - IconMapPinFlat
1276
1277
  - IconPinCircle
1277
1278
  - IconPinFlag
@@ -15190,6 +15190,20 @@
15190
15190
  "packageName": "round-outlined-radius-2-stroke-1",
15191
15191
  "componentName": "IconMapPin"
15192
15192
  },
15193
+ {
15194
+ "category": "Location",
15195
+ "svg": "<path d=\"M8.5 10.25C8.5 8.317 10.067 6.75 12 6.75C13.933 6.75 15.5 8.317 15.5 10.25C15.5 12.183 13.933 13.75 12 13.75C10.067 13.75 8.5 12.183 8.5 10.25Z\" stroke=\"currentColor\"/><path d=\"M19.75 10.1C19.75 5.90264 16.2802 2.5 12 2.5C7.71979 2.5 4.25 5.90264 4.25 10.1C4.25 14.6469 9.09375 17.225 10.9262 20.8747C11.1236 21.2679 11.5531 21.5 12 21.5C12.4469 21.5 12.8555 21.2572 13.0738 20.8747C14.9062 17.225 19.75 14.6469 19.75 10.1Z\" stroke=\"currentColor\"/>",
15196
+ "iconName": "map-pin-2, location",
15197
+ "variant": {
15198
+ "join": "round",
15199
+ "filled": "off",
15200
+ "radius": "2",
15201
+ "stroke": "1"
15202
+ },
15203
+ "createdAt": "2026-03-17T23:01:01.401723+00:00",
15204
+ "packageName": "round-outlined-radius-2-stroke-1",
15205
+ "componentName": "IconMapPin2"
15206
+ },
15193
15207
  {
15194
15208
  "category": "Location",
15195
15209
  "svg": "<path d=\"M11.5 6.5H7.5M20.5 11.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18M5 15.5H7M5 15.5C3.61929 15.5 2.5 16.6193 2.5 18M5 15.5H7.5V3.5H5C3.61929 3.5 2.5 4.61929 2.5 6V18M20.5 6.92857C20.5 9.78571 17 11.5 17 11.5C17 11.5 13.5 9.78571 13.5 6.92857C13.5 5.03502 15.067 3.5 17 3.5C18.933 3.5 20.5 5.03502 20.5 6.92857Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1084,6 +1084,7 @@ export type CentralIconName =
1084
1084
  | "IconManusAi"
1085
1085
  | "IconMap"
1086
1086
  | "IconMapPin"
1087
+ | "IconMapPin2"
1087
1088
  | "IconMapPinFlat"
1088
1089
  | "IconMarkdown"
1089
1090
  | "IconMarker"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
3
- "version": "1.1.164",
3
+ "version": "1.1.165",
4
4
  "style": "round-outlined-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1879,
14
+ "totalIcons": 1880,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -1175,7 +1175,7 @@
1175
1175
  ]
1176
1176
  },
1177
1177
  "Location": {
1178
- "count": 17,
1178
+ "count": 18,
1179
1179
  "icons": [
1180
1180
  "IconDirection1",
1181
1181
  "IconDirection2",
@@ -1186,6 +1186,7 @@
1186
1186
  "IconLocation",
1187
1187
  "IconMap",
1188
1188
  "IconMapPin",
1189
+ "IconMapPin2",
1189
1190
  "IconMapPinFlat",
1190
1191
  "IconPinCircle",
1191
1192
  "IconPinFlag",
@@ -3166,6 +3167,7 @@
3166
3167
  "IconManusAi": "manus-ai",
3167
3168
  "IconMap": "map, paper",
3168
3169
  "IconMapPin": "map-pin, location",
3170
+ "IconMapPin2": "map-pin-2, location",
3169
3171
  "IconMapPinFlat": "map-pin-flat, route",
3170
3172
  "IconMarkdown": "markdown",
3171
3173
  "IconMarker": "marker, highlight",
package/index.d.ts CHANGED
@@ -1083,6 +1083,7 @@ export { IconMall, default as IconMallDefault } from "./IconMall";
1083
1083
  export { IconManusAi, default as IconManusAiDefault } from "./IconManusAi";
1084
1084
  export { IconMap, default as IconMapDefault } from "./IconMap";
1085
1085
  export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
1086
+ export { IconMapPin2, default as IconMapPin2Default } from "./IconMapPin2";
1086
1087
  export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
1087
1088
  export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
1088
1089
  export { IconMarker, default as IconMarkerDefault } from "./IconMarker";