@central-icons-react-native/round-filled-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 n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(C,e)&&e!==r&&n(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r,C)),x=C=>l(n({},"__esModule",{value:!0}),C);var h={};v(h,{IconBaking:()=>i,default:()=>P});module.exports=x(h);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 4C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 4C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\"\n fill=\"currentColor\"\n />\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,SAAS,UACT,SAAS,UACT,EAAE,q1DACF,KAAK,eACP,CACF,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 e from"react";import t from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...n})=>t.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 4C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z",fill:"currentColor"})),g=a;export{a as IconBaking,g 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 4C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\"\n fill=\"currentColor\"\n />\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,SAAS,UACT,SAAS,UACT,EAAE,q1DACF,KAAK,eACP,CACF,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{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:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconPin2:()=>i,default:()=>h});module.exports=v(y);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M16 2C16.5523 2 17 2.44772 17 3V8.75781C18.8263 10.2224 20 12.4732 20 15C20 15.5523 19.5523 16 19 16H13V20.1318C13 20.2094 12.9819 20.2861 12.9473 20.3555L12.2236 21.8027C12.1315 21.987 11.8685 21.987 11.7764 21.8027L11.0527 20.3555C11.0181 20.2861 11 20.2094 11 20.1318V16H5C4.44772 16 4 15.5523 4 15C4 12.4732 5.17366 10.2224 7 8.75781V3C7 2.44772 7.44772 2 8 2H16Z",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 2C16.5523 2 17 2.44772 17 3V8.75781C18.8263 10.2224 20 12.4732 20 15C20 15.5523 19.5523 16 19 16H13V20.1318C13 20.2094 12.9819 20.2861 12.9473 20.3555L12.2236 21.8027C12.1315 21.987 11.8685 21.987 11.7764 21.8027L11.0527 20.3555C11.0181 20.2861 11 20.2094 11 20.1318V16H5C4.44772 16 4 15.5523 4 15C4 12.4732 5.17366 10.2224 7 8.75781V3C7 2.44772 7.44772 2 8 2H16Z\"\n fill=\"currentColor\"\n />\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,kXACF,KAAK,eACP,CACF,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 e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M16 2C16.5523 2 17 2.44772 17 3V8.75781C18.8263 10.2224 20 12.4732 20 15C20 15.5523 19.5523 16 19 16H13V20.1318C13 20.2094 12.9819 20.2861 12.9473 20.3555L12.2236 21.8027C12.1315 21.987 11.8685 21.987 11.7764 21.8027L11.0527 20.3555C11.0181 20.2861 11 20.2094 11 20.1318V16H5C4.44772 16 4 15.5523 4 15C4 12.4732 5.17366 10.2224 7 8.75781V3C7 2.44772 7.44772 2 8 2H16Z",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 2C16.5523 2 17 2.44772 17 3V8.75781C18.8263 10.2224 20 12.4732 20 15C20 15.5523 19.5523 16 19 16H13V20.1318C13 20.2094 12.9819 20.2861 12.9473 20.3555L12.2236 21.8027C12.1315 21.987 11.8685 21.987 11.7764 21.8027L11.0527 20.3555C11.0181 20.2861 11 20.2094 11 20.1318V16H5C4.44772 16 4 15.5523 4 15C4 12.4732 5.17366 10.2224 7 8.75781V3C7 2.44772 7.44772 2 8 2H16Z\"\n fill=\"currentColor\"\n />\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,kXACF,KAAK,eACP,CACF,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 L=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,n)=>(n=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};P(d,{IconUnpin2:()=>i,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...n})=>s.default.createElement(f.Svg,{...n,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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2095 12.9817 20.2862 12.947 20.3556L12.2234 21.8029C12.1313 21.9871 11.8683 21.9871 11.7761 21.8029L11.0525 20.3556C11.0179 20.2863 10.9998 20.2094 10.9998 20.132V16.0001H4.99977C4.44759 16 3.99977 15.5523 3.99977 15.0001C3.99984 12.4734 5.1735 10.2225 6.99977 8.75793L7.59254 8.30773L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.9998 2.00012C16.552 2.00012 16.9996 2.44794 16.9998 3.00012V8.75793C18.8261 10.2225 19.9997 12.4734 19.9998 15.0001C19.9998 15.1838 19.9485 15.3551 19.8621 15.503L7.36598 2.22668C7.53846 2.08518 7.75928 2.00017 7.99977 2.00012H15.9998Z",fill:"currentColor"})),v=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\n d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2095 12.9817 20.2862 12.947 20.3556L12.2234 21.8029C12.1313 21.9871 11.8683 21.9871 11.7761 21.8029L11.0525 20.3556C11.0179 20.2863 10.9998 20.2094 10.9998 20.132V16.0001H4.99977C4.44759 16 3.99977 15.5523 3.99977 15.0001C3.99984 12.4734 5.1735 10.2225 6.99977 8.75793L7.59254 8.30773L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9998 2.00012C16.552 2.00012 16.9996 2.44794 16.9998 3.00012V8.75793C18.8261 10.2225 19.9997 12.4734 19.9998 15.0001C19.9998 15.1838 19.9485 15.3551 19.8621 15.503L7.36598 2.22668C7.53846 2.08518 7.75928 2.00017 7.99977 2.00012H15.9998Z\"\n fill=\"currentColor\"\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,QACC,EAAE,ymBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>n.createElement(t,{...o},n.createElement(e,{d:"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2095 12.9817 20.2862 12.947 20.3556L12.2234 21.8029C12.1313 21.9871 11.8683 21.9871 11.7761 21.8029L11.0525 20.3556C11.0179 20.2863 10.9998 20.2094 10.9998 20.132V16.0001H4.99977C4.44759 16 3.99977 15.5523 3.99977 15.0001C3.99984 12.4734 5.1735 10.2225 6.99977 8.75793L7.59254 8.30773L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z",fill:"currentColor"}),n.createElement(e,{d:"M15.9998 2.00012C16.552 2.00012 16.9996 2.44794 16.9998 3.00012V8.75793C18.8261 10.2225 19.9997 12.4734 19.9998 15.0001C19.9998 15.1838 19.9485 15.3551 19.8621 15.503L7.36598 2.22668C7.53846 2.08518 7.75928 2.00017 7.99977 2.00012H15.9998Z",fill:"currentColor"})),x=a;export{a 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\n d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2095 12.9817 20.2862 12.947 20.3556L12.2234 21.8029C12.1313 21.9871 11.8683 21.9871 11.7761 21.8029L11.0525 20.3556C11.0179 20.2863 10.9998 20.2094 10.9998 20.132V16.0001H4.99977C4.44759 16 3.99977 15.5523 3.99977 15.0001C3.99984 12.4734 5.1735 10.2225 6.99977 8.75793L7.59254 8.30773L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9998 2.00012C16.552 2.00012 16.9996 2.44794 16.9998 3.00012V8.75793C18.8261 10.2225 19.9997 12.4734 19.9998 15.0001C19.9998 15.1838 19.9485 15.3551 19.8621 15.503L7.36598 2.22668C7.53846 2.08518 7.75928 2.00017 7.99977 2.00012H15.9998Z\"\n fill=\"currentColor\"\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,CACC,EAAE,ymBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,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": "round-filled-radius-0-stroke-2",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 4C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\" fill=\"currentColor\"/>",
2694
+ "iconName": "baking, cooking",
2695
+ "variant": {
2696
+ "join": "round",
2697
+ "filled": "on",
2698
+ "radius": "0",
2699
+ "stroke": "2"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "round-filled-radius-0-stroke-2",
2703
+ "componentName": "IconBaking"
2704
+ },
2691
2705
  {
2692
2706
  "category": "Things",
2693
2707
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.67635 3.25864C7.33264 1.77667 9.58091 1 12 1C14.4191 1 16.6674 1.77667 18.3237 3.25864C19.9923 4.75165 21 6.90902 21 9.52857C21 12.8115 19.6207 15.426 17.8313 17.2115C16.8761 18.1646 15.7786 18.9051 14.6816 19.3827L15.4487 21.6838C15.5503 21.9887 15.4992 22.3239 15.3112 22.5847C15.1233 22.8455 14.8214 23 14.5 23H9.5C9.17856 23 8.87671 22.8455 8.68876 22.5847C8.50081 22.3239 8.44967 21.9887 8.55132 21.6838L9.31835 19.3827C8.22137 18.9051 7.12393 18.1646 6.16867 17.2115C4.3793 15.426 3 12.8115 3 9.52857C3 6.90902 4.00771 4.75165 5.67635 3.25864ZM11.2393 19.9445L10.8874 21H13.1126L12.7607 19.9445C12.5012 19.9812 12.2469 20 12 20C11.7531 20 11.4988 19.9812 11.2393 19.9445ZM11.976 5.89014C12.0963 6.42916 11.7569 6.96366 11.2179 7.08398C10.1334 7.32606 9.32553 8.07133 9.07924 9.21119C8.96261 9.75102 8.43044 10.0941 7.89061 9.97745C7.35078 9.86081 7.00772 9.32864 7.12435 8.78881C7.54659 6.83459 8.98947 5.53219 10.7821 5.13202C11.3212 5.0117 11.8557 5.35112 11.976 5.89014Z\" fill=\"currentColor\"/>",
@@ -18508,6 +18522,20 @@
18508
18522
  "packageName": "round-filled-radius-0-stroke-2",
18509
18523
  "componentName": "IconPin"
18510
18524
  },
18525
+ {
18526
+ "category": "Interface General",
18527
+ "svg": "<path d=\"M16 2C16.5523 2 17 2.44772 17 3V8.75781C18.8263 10.2224 20 12.4732 20 15C20 15.5523 19.5523 16 19 16H13V20.1318C13 20.2094 12.9819 20.2861 12.9473 20.3555L12.2236 21.8027C12.1315 21.987 11.8685 21.987 11.7764 21.8027L11.0527 20.3555C11.0181 20.2861 11 20.2094 11 20.1318V16H5C4.44772 16 4 15.5523 4 15C4 12.4732 5.17366 10.2224 7 8.75781V3C7 2.44772 7.44772 2 8 2H16Z\" fill=\"currentColor\"/>",
18528
+ "iconName": "pin-2",
18529
+ "variant": {
18530
+ "join": "round",
18531
+ "filled": "on",
18532
+ "radius": "0",
18533
+ "stroke": "2"
18534
+ },
18535
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18536
+ "packageName": "round-filled-radius-0-stroke-2",
18537
+ "componentName": "IconPin2"
18538
+ },
18511
18539
  {
18512
18540
  "category": "Hands",
18513
18541
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.86058 6.81727C3.37572 7.01642 3.63187 7.59545 3.43273 8.11058C2.85576 9.60303 2.85576 10.897 3.43273 12.3894C3.63187 12.9045 3.37572 13.4836 2.86058 13.6827C2.34545 13.8819 1.76642 13.6257 1.56727 13.1106C0.810909 11.1541 0.810909 9.34591 1.56727 7.38942C1.76642 6.87429 2.34545 6.61813 2.86058 6.81727Z\" fill=\"currentColor\"/><path d=\"M11.3871 8.21721L16.2669 5.29567C17.884 4.32756 19.9517 4.90208 20.8853 6.5789L21.916 8.43017C24.1475 12.4382 22.8232 17.5633 18.9581 19.8773C16.3597 21.4329 13.1441 21.3677 10.6063 19.7079L5.03489 16.0638C4.70876 15.8505 4.53625 15.4672 4.59288 15.0816L4.70388 14.3258C4.89131 13.0497 6.04085 12.1728 7.27146 12.3671L8.61013 12.5785L5.22927 6.50624C4.60687 5.38836 4.97623 3.95893 6.05426 3.31352C7.13228 2.66811 8.51075 3.05113 9.13315 4.16901L11.3871 8.21721Z\" fill=\"currentColor\"/>",
@@ -24892,6 +24920,20 @@
24892
24920
  "packageName": "round-filled-radius-0-stroke-2",
24893
24921
  "componentName": "IconUnpin"
24894
24922
  },
24923
+ {
24924
+ "category": "Interface General",
24925
+ "svg": "<path d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2095 12.9817 20.2862 12.947 20.3556L12.2234 21.8029C12.1313 21.9871 11.8683 21.9871 11.7761 21.8029L11.0525 20.3556C11.0179 20.2863 10.9998 20.2094 10.9998 20.132V16.0001H4.99977C4.44759 16 3.99977 15.5523 3.99977 15.0001C3.99984 12.4734 5.1735 10.2225 6.99977 8.75793L7.59254 8.30773L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\" fill=\"currentColor\"/><path d=\"M15.9998 2.00012C16.552 2.00012 16.9996 2.44794 16.9998 3.00012V8.75793C18.8261 10.2225 19.9997 12.4734 19.9998 15.0001C19.9998 15.1838 19.9485 15.3551 19.8621 15.503L7.36598 2.22668C7.53846 2.08518 7.75928 2.00017 7.99977 2.00012H15.9998Z\" fill=\"currentColor\"/>",
24926
+ "iconName": "unpin-2",
24927
+ "variant": {
24928
+ "join": "round",
24929
+ "filled": "on",
24930
+ "radius": "0",
24931
+ "stroke": "2"
24932
+ },
24933
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24934
+ "packageName": "round-filled-radius-0-stroke-2",
24935
+ "componentName": "IconUnpin2"
24936
+ },
24895
24937
  {
24896
24938
  "category": "Interface General",
24897
24939
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.7386 3.10969C8.71849 1.22271 10.8389 0.101853 13.0443 0.49055C15.2495 0.87941 16.8584 2.65779 17.1341 4.76594L20.8079 5.41438C21.3516 5.51046 21.7144 6.02882 21.6185 6.57258C21.5225 7.11634 21.0041 7.47902 20.4603 7.38313L19.9476 7.29231L18.9984 21.0687C18.962 21.5927 18.5256 22.0001 18.0003 22.0003H6.00032C5.47489 22.0003 5.03865 21.5928 5.00227 21.0687L4.10579 8.06868C4.06621 7.49088 4.52462 7.00032 5.10384 7.00032H18.2884L3.71809 4.43196C3.17442 4.33587 2.81167 3.81654 2.90755 3.27278C3.00359 2.72907 3.52198 2.36638 4.06575 2.46223L7.7386 3.10969ZM12.7074 10.2933C12.3412 9.92717 11.7622 9.90457 11.3695 10.2249L11.2933 10.2933L8.79329 12.7933C8.40282 13.1838 8.40278 13.8168 8.79329 14.2073C9.18383 14.5975 9.81695 14.5977 10.2074 14.2073L11.0003 13.4144V17.0003C11.0006 17.5524 11.4482 18.0003 12.0003 18.0003C12.5523 18.0001 13.0001 17.5523 13.0003 17.0003V13.4144L13.7933 14.2073L13.8695 14.2757C14.2622 14.5957 14.8414 14.5733 15.2074 14.2073C15.5733 13.8414 15.5957 13.2622 15.2757 12.8695L15.2074 12.7933L12.7074 10.2933ZM12.6966 2.46028C11.604 2.26787 10.5448 2.69409 9.87825 3.48664L14.9954 4.38899C14.64 3.41602 13.7895 2.65298 12.6966 2.46028Z\" fill=\"currentColor\"/>",
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/round-filled-radius-0-stroke-2",
3
- "version": "1.1.170",
3
+ "version": "1.1.171",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 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";