@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.170 → 1.1.171

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 IconBaking: FC<CentralIconBaseProps>;
4
+ export default IconBaking;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!h.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(B(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconBaking:()=>d,default:()=>x});module.exports=g(P);var e=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(i.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"),d=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M13 8.5C8.45934 11.2115 15.5407 12.7885 11 15.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(p.Path,{d:"M8.75 8.5C4.20934 11.2115 11.2907 12.7885 6.75 15.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(p.Path,{d:"M17.25 8.5C12.7093 11.2115 19.7907 12.7885 15.25 15.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(p.Path,{d:"M21 5H3V19H21V5Z",stroke:"currentColor",strokeWidth:"2"})),x=d;0&&(module.exports={IconBaking});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 8.5C8.45934 11.2115 15.5407 12.7885 11 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.75 8.5C4.20934 11.2115 11.2907 12.7885 6.75 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17.25 8.5C12.7093 11.2115 19.7907 12.7885 15.25 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wDACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,CACnE,EAIGE,EAAQJ","names":["IconBaking_exports","__export","IconBaking","IconBaking_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M13 8.5C8.45934 11.2115 15.5407 12.7885 11 15.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M8.75 8.5C4.20934 11.2115 11.2907 12.7885 6.75 15.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M17.25 8.5C12.7093 11.2115 19.7907 12.7885 15.25 15.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M21 5H3V19H21V5Z",stroke:"currentColor",strokeWidth:"2"})),h=l;export{l as IconBaking,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 8.5C8.45934 11.2115 15.5407 12.7885 11 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.75 8.5C4.20934 11.2115 11.2907 12.7885 6.75 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17.25 8.5C12.7093 11.2115 19.7907 12.7885 15.25 15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wDACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,CACnE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPin2: FC<CentralIconBaseProps>;
4
+ export default IconPin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconPin2:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M16 9.25586C17.8132 10.5208 19 12.6215 19 15H5C5 12.6215 6.18683 10.5208 8 9.25586V3H16V9.25586Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M11 20V15H13V20L12 22L11 20Z",fill:"currentColor"})),h=i;0&&(module.exports={IconPin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 9.25586C17.8132 10.5208 19 12.6215 19 15H5C5 12.6215 6.18683 10.5208 8 9.25586V3H16V9.25586Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...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 l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M16 9.25586C17.8132 10.5208 19 12.6215 19 15H5C5 12.6215 6.18683 10.5208 8 9.25586V3H16V9.25586Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M11 20V15H13V20L12 22L11 20Z",fill:"currentColor"})),x=l;export{l as IconPin2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 9.25586C17.8132 10.5208 19 12.6215 19 15H5C5 12.6215 6.18683 10.5208 8 9.25586V3H16V9.25586Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconUnpin2: FC<CentralIconBaseProps>;
4
+ export default IconUnpin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconUnpin2:()=>i,default:()=>h});module.exports=g(v);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 s=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(s.Path,{d:"M11 20V15H13V20L12 22L11 20Z",fill:"currentColor"}),n.default.createElement(s.Path,{d:"M3 2L20 20",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M19 15C19 12.6215 17.8132 10.5208 16 9.25586V3H8M15.5 15H5C5 12.6215 6.18683 10.5208 8 9.25586L9 8.7",stroke:"currentColor",strokeWidth:"2"})),h=i;0&&(module.exports={IconUnpin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\" />\n <Path d=\"M3 2L20 20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M19 15C19 12.6215 17.8132 10.5208 16 9.25586V3H8M15.5 15H5C5 12.6215 6.18683 10.5208 8 9.25586L9 8.7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconUnpin2_exports","__export","IconUnpin2","IconUnpin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M11 20V15H13V20L12 22L11 20Z",fill:"currentColor"}),o.createElement(e,{d:"M3 2L20 20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M19 15C19 12.6215 17.8132 10.5208 16 9.25586V3H8M15.5 15H5C5 12.6215 6.18683 10.5208 8 9.25586L9 8.7",stroke:"currentColor",strokeWidth:"2"})),x=l;export{l as IconUnpin2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\" />\n <Path d=\"M3 2L20 20\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M19 15C19 12.6215 17.8132 10.5208 16 9.25586V3H8M15.5 15H5C5 12.6215 6.18683 10.5208 8 9.25586L9 8.7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3DG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,EAC3DG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
package/README.md CHANGED
@@ -876,6 +876,7 @@ Below is a complete list of available icons:
876
876
  - IconAppleNewton
877
877
  - IconApples
878
878
  - IconAvocado
879
+ - IconBaking
879
880
  - IconBanana
880
881
  - IconBananas
881
882
  - IconBeer
@@ -1134,6 +1135,7 @@ Below is a complete list of available icons:
1134
1135
  - IconPaperclip2
1135
1136
  - IconPaperclip3
1136
1137
  - IconPin
1138
+ - IconPin2
1137
1139
  - IconPlanning
1138
1140
  - IconPlusLarge
1139
1141
  - IconPlusSmall
@@ -1193,6 +1195,7 @@ Below is a complete list of available icons:
1193
1195
  - IconTrial
1194
1196
  - IconUnarchiv
1195
1197
  - IconUnpin
1198
+ - IconUnpin2
1196
1199
  - IconUntrash
1197
1200
  - IconWindow
1198
1201
  - IconWindow2
@@ -2688,6 +2688,20 @@
2688
2688
  "packageName": "square-outlined-radius-0-stroke-2",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path d=\"M13 8.5C8.45934 11.2115 15.5407 12.7885 11 15.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.75 8.5C4.20934 11.2115 11.2907 12.7885 6.75 15.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17.25 8.5C12.7093 11.2115 19.7907 12.7885 15.25 15.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
2694
+ "iconName": "baking, cooking",
2695
+ "variant": {
2696
+ "join": "square",
2697
+ "filled": "off",
2698
+ "radius": "0",
2699
+ "stroke": "2"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "square-outlined-radius-0-stroke-2",
2703
+ "componentName": "IconBaking"
2704
+ },
2691
2705
  {
2692
2706
  "category": "Things",
2693
2707
  "svg": "<path d=\"M20 9.52857C20 15.5 15 19 12 19C9 19 4 15.5 4 9.52857C4 4.83415 7.58172 2 12 2C16.4183 2 20 4.83415 20 9.52857Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M8 9.98571C8 7.50043 9.79086 6 12 6\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10.5 19L9.5 22H14.5L13.5 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
@@ -18508,6 +18522,20 @@
18508
18522
  "packageName": "square-outlined-radius-0-stroke-2",
18509
18523
  "componentName": "IconPin"
18510
18524
  },
18525
+ {
18526
+ "category": "Interface General",
18527
+ "svg": "<path d=\"M16 9.25586C17.8132 10.5208 19 12.6215 19 15H5C5 12.6215 6.18683 10.5208 8 9.25586V3H16V9.25586Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\"/>",
18528
+ "iconName": "pin-2",
18529
+ "variant": {
18530
+ "join": "square",
18531
+ "filled": "off",
18532
+ "radius": "0",
18533
+ "stroke": "2"
18534
+ },
18535
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18536
+ "packageName": "square-outlined-radius-0-stroke-2",
18537
+ "componentName": "IconPin2"
18538
+ },
18511
18539
  {
18512
18540
  "category": "Hands",
18513
18541
  "svg": "<path d=\"M2.5 7.75C1.83333 9.47447 1.83333 11.0255 2.5 12.75M15.9948 6.0406L11.6425 8.63752L9.63227 5.03912C9.07716 4.04544 7.84771 3.70499 6.88623 4.27868C5.92474 4.85238 5.59532 6.12298 6.15043 7.11666L9.16579 12.5143L7.97184 12.3263C6.87428 12.1536 5.84901 12.9331 5.68184 14.0674L5.5 15.3013L10.9462 18.8514C13.2096 20.3269 16.0776 20.3848 18.395 19.002C21.8423 16.9451 23.0235 12.3895 21.0332 8.82682L20.1139 7.18125C19.2812 5.69074 17.437 5.18005 15.9948 6.0406Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -24892,6 +24920,20 @@
24892
24920
  "packageName": "square-outlined-radius-0-stroke-2",
24893
24921
  "componentName": "IconUnpin"
24894
24922
  },
24923
+ {
24924
+ "category": "Interface General",
24925
+ "svg": "<path d=\"M11 20V15H13V20L12 22L11 20Z\" fill=\"currentColor\"/><path d=\"M3 2L20 20\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 15C19 12.6215 17.8132 10.5208 16 9.25586V3H8M15.5 15H5C5 12.6215 6.18683 10.5208 8 9.25586L9 8.7\" stroke=\"currentColor\" stroke-width=\"2\"/>",
24926
+ "iconName": "unpin-2",
24927
+ "variant": {
24928
+ "join": "square",
24929
+ "filled": "off",
24930
+ "radius": "0",
24931
+ "stroke": "2"
24932
+ },
24933
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24934
+ "packageName": "square-outlined-radius-0-stroke-2",
24935
+ "componentName": "IconUnpin2"
24936
+ },
24895
24937
  {
24896
24938
  "category": "Interface General",
24897
24939
  "svg": "<path d=\"M6 21L5.00237 21.0688L5.06659 22H6V21ZM18 21V22H18.9334L18.9976 21.0688L18 21ZM19.9976 6.5688L20.0664 5.57117L18.0712 5.43357L18.0024 6.4312L19.9976 6.5688ZM6 21V22H18V21V20H6V21ZM18 21L18.9976 21.0688L19.9976 6.5688L19 6.5L18.0024 6.4312L17.0024 20.9312L18 21ZM5.03448 7L4.03685 7.0688L5.00237 21.0688L6 21L6.99763 20.9312L6.03212 6.9312L5.03448 7Z\" fill=\"currentColor\"/><path d=\"M3.89209 3.44727L20.6338 6.39928\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8.43777 3.99085C9.106 2.23139 10.949 1.13737 12.8709 1.47623C14.7927 1.8151 16.1504 3.47351 16.1765 5.35541\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 17V11\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 13L12 10L15 13\" stroke=\"currentColor\" stroke-width=\"2\"/>",
package/icons/index.d.ts CHANGED
@@ -191,6 +191,7 @@ export type CentralIconName =
191
191
  | "IconBag2"
192
192
  | "IconBag2Sparkle"
193
193
  | "IconBag3"
194
+ | "IconBaking"
194
195
  | "IconBalloon"
195
196
  | "IconBanana"
196
197
  | "IconBananas"
@@ -1321,6 +1322,7 @@ export type CentralIconName =
1321
1322
  | "IconPillowZz"
1322
1323
  | "IconPilone"
1323
1324
  | "IconPin"
1325
+ | "IconPin2"
1324
1326
  | "IconPinch"
1325
1327
  | "IconPinCircle"
1326
1328
  | "IconPinFlag"
@@ -1777,6 +1779,7 @@ export type CentralIconName =
1777
1779
  | "IconUnicorn"
1778
1780
  | "IconUnlocked"
1779
1781
  | "IconUnpin"
1782
+ | "IconUnpin2"
1780
1783
  | "IconUntrash"
1781
1784
  | "IconUsb"
1782
1785
  | "IconUsbC"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.170",
3
+ "version": "1.1.171",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1897,
14
+ "totalIcons": 1900,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 72,
@@ -769,11 +769,12 @@
769
769
  ]
770
770
  },
771
771
  "Food": {
772
- "count": 47,
772
+ "count": 48,
773
773
  "icons": [
774
774
  "IconAppleNewton",
775
775
  "IconApples",
776
776
  "IconAvocado",
777
+ "IconBaking",
777
778
  "IconBanana",
778
779
  "IconBananas",
779
780
  "IconBeer",
@@ -915,7 +916,7 @@
915
916
  ]
916
917
  },
917
918
  "Interface General": {
918
- "count": 191,
919
+ "count": 193,
919
920
  "icons": [
920
921
  "IconAnchor1",
921
922
  "IconAnchor2",
@@ -1042,6 +1043,7 @@
1042
1043
  "IconPaperclip2",
1043
1044
  "IconPaperclip3",
1044
1045
  "IconPin",
1046
+ "IconPin2",
1045
1047
  "IconPlanning",
1046
1048
  "IconPlusLarge",
1047
1049
  "IconPlusSmall",
@@ -1101,6 +1103,7 @@
1101
1103
  "IconTrial",
1102
1104
  "IconUnarchiv",
1103
1105
  "IconUnpin",
1106
+ "IconUnpin2",
1104
1107
  "IconUntrash",
1105
1108
  "IconWindow",
1106
1109
  "IconWindow2",
@@ -2291,6 +2294,7 @@
2291
2294
  "IconBag2": "bag-2, luggage, buggage",
2292
2295
  "IconBag2Sparkle": "bag 2-sparkle, shopping, add, plus",
2293
2296
  "IconBag3": "bag-3, luggage, suitcase, work",
2297
+ "IconBaking": "baking, cooking",
2294
2298
  "IconBalloon": "balloon, birthday",
2295
2299
  "IconBanana": "banana, fruit",
2296
2300
  "IconBananas": "bananas, fruits",
@@ -3421,6 +3425,7 @@
3421
3425
  "IconPillowZz": "pillow-zz, sleep, snooze",
3422
3426
  "IconPilone": "pilone, maintenance",
3423
3427
  "IconPin": "pin",
3428
+ "IconPin2": "pin-2",
3424
3429
  "IconPinch": "pinch",
3425
3430
  "IconPinCircle": "pin-circle, location",
3426
3431
  "IconPinFlag": "pin-flag, location",
@@ -3877,6 +3882,7 @@
3877
3882
  "IconUnicorn": "unicorn, startup, success",
3878
3883
  "IconUnlocked": "unlocked, unlock, private",
3879
3884
  "IconUnpin": "unpin",
3885
+ "IconUnpin2": "unpin-2",
3880
3886
  "IconUntrash": "untrash",
3881
3887
  "IconUsb": "usb, connection, connect, save, data",
3882
3888
  "IconUsbC": "usb-c, type-c",
package/index.d.ts CHANGED
@@ -190,6 +190,7 @@ export { IconBag, default as IconBagDefault } from "./IconBag";
190
190
  export { IconBag2, default as IconBag2Default } from "./IconBag2";
191
191
  export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2Sparkle";
192
192
  export { IconBag3, default as IconBag3Default } from "./IconBag3";
193
+ export { IconBaking, default as IconBakingDefault } from "./IconBaking";
193
194
  export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
194
195
  export { IconBanana, default as IconBananaDefault } from "./IconBanana";
195
196
  export { IconBananas, default as IconBananasDefault } from "./IconBananas";
@@ -1320,6 +1321,7 @@ export { IconPillow, default as IconPillowDefault } from "./IconPillow";
1320
1321
  export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
1321
1322
  export { IconPilone, default as IconPiloneDefault } from "./IconPilone";
1322
1323
  export { IconPin, default as IconPinDefault } from "./IconPin";
1324
+ export { IconPin2, default as IconPin2Default } from "./IconPin2";
1323
1325
  export { IconPinCircle, default as IconPinCircleDefault, } from "./IconPinCircle";
1324
1326
  export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag";
1325
1327
  export { IconPinLocation, default as IconPinLocationDefault, } from "./IconPinLocation";
@@ -1776,6 +1778,7 @@ export { IconUnderline, default as IconUnderlineDefault, } from "./IconUnderline
1776
1778
  export { IconUnicorn, default as IconUnicornDefault } from "./IconUnicorn";
1777
1779
  export { IconUnlocked, default as IconUnlockedDefault } from "./IconUnlocked";
1778
1780
  export { IconUnpin, default as IconUnpinDefault } from "./IconUnpin";
1781
+ export { IconUnpin2, default as IconUnpin2Default } from "./IconUnpin2";
1779
1782
  export { IconUntrash, default as IconUntrashDefault } from "./IconUntrash";
1780
1783
  export { IconUsb, default as IconUsbDefault } from "./IconUsb";
1781
1784
  export { IconUsbC, default as IconUsbCDefault } from "./IconUsbC";