@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.224 → 1.1.225

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 IconMapEditFlat: FC<CentralIconBaseProps>;
4
+ export default IconMapEditFlat;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMapEditFlat:()=>i,default:()=>g});module.exports=V(d);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M8 6H12V8H8V16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V13H21V21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H8V6Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17217 20.54 9.20703L16.7471 13H13V9.25293L16.793 5.45996Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMapEditFlat});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapEditFlat/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 IconMapEditFlat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 6H12V8H8V16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V13H21V21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H8V6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17217 20.54 9.20703L16.7471 13H13V9.25293L16.793 5.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapEditFlat;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMapEditFlat_exports","__export","IconMapEditFlat","IconMapEditFlat_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapEditFlat","props","React","CentralIconBase","IconMapEditFlat_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M8 6H12V8H8V16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V13H21V21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H8V6Z",fill:"currentColor"}),t.createElement(n,{d:"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17217 20.54 9.20703L16.7471 13H13V9.25293L16.793 5.45996Z",fill:"currentColor"})),x=a;export{a as IconMapEditFlat,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapEditFlat/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 IconMapEditFlat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 6H12V8H8V16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V13H21V21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H8V6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17217 20.54 9.20703L16.7471 13H13V9.25293L16.793 5.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapEditFlat;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapEditFlat","props","React","CentralIconBase","IconMapEditFlat_default"]}
package/README.md CHANGED
@@ -1333,6 +1333,7 @@ Below is a complete list of available icons:
1333
1333
  - IconInitiatives
1334
1334
  - IconLocation
1335
1335
  - IconMap
1336
+ - IconMapEditFlat
1336
1337
  - IconMapPin
1337
1338
  - IconMapPin2
1338
1339
  - IconMapPinFlat
@@ -15974,6 +15974,20 @@
15974
15974
  "packageName": "square-filled-radius-0-stroke-2",
15975
15975
  "componentName": "IconMap"
15976
15976
  },
15977
+ {
15978
+ "category": "Location",
15979
+ "svg": "<path d=\"M8 6H12V8H8V16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V13H21V21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H8V6Z\" fill=\"currentColor\"/><path d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17217 20.54 9.20703L16.7471 13H13V9.25293L16.793 5.45996Z\" fill=\"currentColor\"/>",
15980
+ "iconName": "map-edit-flat, route, plan",
15981
+ "variant": {
15982
+ "join": "square",
15983
+ "filled": "on",
15984
+ "radius": "0",
15985
+ "stroke": "2"
15986
+ },
15987
+ "createdAt": "2026-05-05T09:01:52.83652+00:00",
15988
+ "packageName": "square-filled-radius-0-stroke-2",
15989
+ "componentName": "IconMapEditFlat"
15990
+ },
15977
15991
  {
15978
15992
  "category": "Location",
15979
15993
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5926 21.8055L12.5944 21.8042L12.6 21.8001L12.6185 21.7863C12.6341 21.7746 12.6562 21.758 12.6844 21.7365C12.7406 21.6937 12.8211 21.6316 12.9223 21.5514C13.1245 21.3909 13.4102 21.1574 13.7514 20.8594C14.4326 20.2647 15.3426 19.407 16.2553 18.3551C18.0477 16.2895 20 13.3052 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 13.3052 5.95225 16.2895 7.74471 18.3551C8.65744 19.407 9.5674 20.2647 10.2486 20.8594C10.5898 21.1574 10.8755 21.3909 11.0777 21.5514C11.1789 21.6316 11.2594 21.6937 11.3156 21.7365C11.3438 21.758 11.3659 21.7746 11.3815 21.7863L11.4 21.8001L11.4056 21.8042L11.4081 21.806L12 22.2401L12.5926 21.8055ZM11.9978 12.5C13.3785 12.5 14.4978 11.3807 14.4978 10C14.4978 8.61929 13.3785 7.5 11.9978 7.5C10.6171 7.5 9.4978 8.61929 9.4978 10C9.4978 11.3807 10.6171 12.5 11.9978 12.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1140,6 +1140,7 @@ export type CentralIconName =
1140
1140
  | "IconMall"
1141
1141
  | "IconManusAi"
1142
1142
  | "IconMap"
1143
+ | "IconMapEditFlat"
1143
1144
  | "IconMapPin"
1144
1145
  | "IconMapPin2"
1145
1146
  | "IconMapPinFlat"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.224",
3
+ "version": "1.1.225",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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": 1983,
14
+ "totalIcons": 1984,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -1236,7 +1236,7 @@
1236
1236
  ]
1237
1237
  },
1238
1238
  "Location": {
1239
- "count": 18,
1239
+ "count": 19,
1240
1240
  "icons": [
1241
1241
  "IconDirection1",
1242
1242
  "IconDirection2",
@@ -1246,6 +1246,7 @@
1246
1246
  "IconInitiatives",
1247
1247
  "IconLocation",
1248
1248
  "IconMap",
1249
+ "IconMapEditFlat",
1249
1250
  "IconMapPin",
1250
1251
  "IconMapPin2",
1251
1252
  "IconMapPinFlat",
@@ -3325,6 +3326,7 @@
3325
3326
  "IconMall": "mall, store, shop, business",
3326
3327
  "IconManusAi": "manus-ai",
3327
3328
  "IconMap": "map, paper",
3329
+ "IconMapEditFlat": "map-edit-flat, route, plan",
3328
3330
  "IconMapPin": "map-pin, location",
3329
3331
  "IconMapPin2": "map-pin-2, location",
3330
3332
  "IconMapPinFlat": "map-pin-flat, route",
package/index.d.ts CHANGED
@@ -1139,6 +1139,7 @@ export { IconMakeItPop, default as IconMakeItPopDefault, } from "./IconMakeItPop
1139
1139
  export { IconMall, default as IconMallDefault } from "./IconMall";
1140
1140
  export { IconManusAi, default as IconManusAiDefault } from "./IconManusAi";
1141
1141
  export { IconMap, default as IconMapDefault } from "./IconMap";
1142
+ export { IconMapEditFlat, default as IconMapEditFlatDefault, } from "./IconMapEditFlat";
1142
1143
  export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
1143
1144
  export { IconMapPin2, default as IconMapPin2Default } from "./IconMapPin2";
1144
1145
  export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";