@central-icons-react-native/round-filled-radius-0-stroke-1.5 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.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z",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.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z\"\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,q3DACF,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.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z",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.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z\"\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,q3DACF,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:"M15.75 2C16.1642 2 16.5 2.33579 16.5 2.75V8.63477C18.6114 10.0737 20 12.4994 20 15.25C20 15.6642 19.6642 16 19.25 16H12.75V20.3975C12.75 20.4651 12.7366 20.5325 12.71 20.5947L12.2295 21.7139C12.1429 21.9157 11.8571 21.9157 11.7705 21.7139L11.29 20.5947C11.2634 20.5325 11.25 20.4651 11.25 20.3975V16H4.75C4.33579 16 4 15.6642 4 15.25C4 12.4994 5.38861 10.0737 7.5 8.63477V2.75C7.5 2.33579 7.83579 2 8.25 2H15.75Z",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=\"M15.75 2C16.1642 2 16.5 2.33579 16.5 2.75V8.63477C18.6114 10.0737 20 12.4994 20 15.25C20 15.6642 19.6642 16 19.25 16H12.75V20.3975C12.75 20.4651 12.7366 20.5325 12.71 20.5947L12.2295 21.7139C12.1429 21.9157 11.8571 21.9157 11.7705 21.7139L11.29 20.5947C11.2634 20.5325 11.25 20.4651 11.25 20.3975V16H4.75C4.33579 16 4 15.6642 4 15.25C4 12.4994 5.38861 10.0737 7.5 8.63477V2.75C7.5 2.33579 7.83579 2 8.25 2H15.75Z\"\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,+ZACF,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:"M15.75 2C16.1642 2 16.5 2.33579 16.5 2.75V8.63477C18.6114 10.0737 20 12.4994 20 15.25C20 15.6642 19.6642 16 19.25 16H12.75V20.3975C12.75 20.4651 12.7366 20.5325 12.71 20.5947L12.2295 21.7139C12.1429 21.9157 11.8571 21.9157 11.7705 21.7139L11.29 20.5947C11.2634 20.5325 11.25 20.4651 11.25 20.3975V16H4.75C4.33579 16 4 15.6642 4 15.25C4 12.4994 5.38861 10.0737 7.5 8.63477V2.75C7.5 2.33579 7.83579 2 8.25 2H15.75Z",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=\"M15.75 2C16.1642 2 16.5 2.33579 16.5 2.75V8.63477C18.6114 10.0737 20 12.4994 20 15.25C20 15.6642 19.6642 16 19.25 16H12.75V20.3975C12.75 20.4651 12.7366 20.5325 12.71 20.5947L12.2295 21.7139C12.1429 21.9157 11.8571 21.9157 11.7705 21.7139L11.29 20.5947C11.2634 20.5325 11.25 20.4651 11.25 20.3975V16H4.75C4.33579 16 4 15.6642 4 15.25C4 12.4994 5.38861 10.0737 7.5 8.63477V2.75C7.5 2.33579 7.83579 2 8.25 2H15.75Z\"\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,+ZACF,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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 I(o))!P.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var V={};g(V,{IconUnpin2:()=>i,default:()=>v});module.exports=L(V);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:"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.7502Z",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=\"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.7502Z\"\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,yjBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2PACF,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:"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z",fill:"currentColor"}),n.createElement(e,{d:"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.7502Z",fill:"currentColor"})),P=a;export{a as IconUnpin2,P 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=\"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.7502Z\"\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,yjBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2PACF,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-1.5",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z\" fill=\"currentColor\"/>",
2694
+ "iconName": "baking, cooking",
2695
+ "variant": {
2696
+ "join": "round",
2697
+ "filled": "on",
2698
+ "radius": "0",
2699
+ "stroke": "1.5"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "round-filled-radius-0-stroke-1.5",
2703
+ "componentName": "IconBaking"
2704
+ },
2691
2705
  {
2692
2706
  "category": "Things",
2693
2707
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.66796 3.24354C7.31747 1.77658 9.56558 1 12 1C14.4344 1 16.6825 1.77658 18.332 3.24354C19.9911 4.71902 21 6.85505 21 9.46679C21 12.7516 19.6127 15.3641 17.8133 17.1487C16.7761 18.1773 15.5801 18.9512 14.4071 19.4172L15.2164 22.028C15.2869 22.2556 15.2451 22.5031 15.1038 22.695C14.9624 22.8868 14.7383 23 14.5 23H9.5C9.26172 23 9.03761 22.8868 8.89625 22.695C8.75488 22.5031 8.71308 22.2556 8.78362 22.028L9.59286 19.4172C8.41989 18.9512 7.22388 18.1773 6.18671 17.1487C4.38732 15.3641 3 12.7516 3 9.46679C3 6.85505 4.00886 4.71902 5.66796 3.24354ZM11.0336 19.8354L10.5177 21.5H13.4823L12.9664 19.8354C12.634 19.8947 12.3103 19.925 12 19.925C11.6897 19.925 11.366 19.8947 11.0336 19.8354ZM11.3281 6.54926L12.0528 6.49814C12.4557 6.46971 12.7638 6.12728 12.7495 5.72359C12.7353 5.31991 12.4039 5 12 5C11.7082 5 11.4209 5.02036 11.1402 5.06077C9.01151 5.36729 7.26856 6.84397 7.02792 9.17521C6.98539 9.58724 7.28492 9.95572 7.69695 9.99825C8.10897 10.0408 8.47746 9.74125 8.51999 9.32923C8.67852 7.79342 9.78586 6.78077 11.3281 6.54926Z\" fill=\"currentColor\"/>",
@@ -18508,6 +18522,20 @@
18508
18522
  "packageName": "round-filled-radius-0-stroke-1.5",
18509
18523
  "componentName": "IconPin"
18510
18524
  },
18525
+ {
18526
+ "category": "Interface General",
18527
+ "svg": "<path d=\"M15.75 2C16.1642 2 16.5 2.33579 16.5 2.75V8.63477C18.6114 10.0737 20 12.4994 20 15.25C20 15.6642 19.6642 16 19.25 16H12.75V20.3975C12.75 20.4651 12.7366 20.5325 12.71 20.5947L12.2295 21.7139C12.1429 21.9157 11.8571 21.9157 11.7705 21.7139L11.29 20.5947C11.2634 20.5325 11.25 20.4651 11.25 20.3975V16H4.75C4.33579 16 4 15.6642 4 15.25C4 12.4994 5.38861 10.0737 7.5 8.63477V2.75C7.5 2.33579 7.83579 2 8.25 2H15.75Z\" fill=\"currentColor\"/>",
18528
+ "iconName": "pin-2",
18529
+ "variant": {
18530
+ "join": "round",
18531
+ "filled": "on",
18532
+ "radius": "0",
18533
+ "stroke": "1.5"
18534
+ },
18535
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18536
+ "packageName": "round-filled-radius-0-stroke-1.5",
18537
+ "componentName": "IconPin2"
18538
+ },
18511
18539
  {
18512
18540
  "category": "Hands",
18513
18541
  "svg": "<path d=\"M11.3869 8.21721L16.2667 5.29567C17.8838 4.32756 19.9515 4.90208 20.8851 6.5789L21.9158 8.43017C24.1473 12.4382 22.823 17.5633 18.9579 19.8773C16.3595 21.4329 13.1439 21.3677 10.6061 19.7079L5.03468 16.0638C4.70855 15.8505 4.53605 15.4672 4.59267 15.0816L4.70368 14.3258C4.89111 13.0497 6.04065 12.1728 7.27126 12.3671L8.60993 12.5785L5.22907 6.50624C4.60667 5.38836 4.97603 3.95893 6.05405 3.31352C7.13208 2.66811 8.51055 3.05113 9.13295 4.16901L11.3869 8.21721Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.53151 6.91709C2.91816 7.06566 3.11117 7.49955 2.9626 7.8862C2.3458 9.49139 2.3458 10.8992 2.9626 12.5044C3.11117 12.8911 2.91816 13.325 2.53151 13.4735C2.14486 13.6221 1.71098 13.4291 1.5624 13.0424C0.812532 11.0909 0.812532 9.29971 1.5624 7.34818C1.71098 6.96152 2.14486 6.76852 2.53151 6.91709Z\" fill=\"currentColor\"/>",
@@ -24892,6 +24920,20 @@
24892
24920
  "packageName": "round-filled-radius-0-stroke-1.5",
24893
24921
  "componentName": "IconUnpin"
24894
24922
  },
24923
+ {
24924
+ "category": "Interface General",
24925
+ "svg": "<path d=\"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\" fill=\"currentColor\"/><path d=\"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.7502Z\" fill=\"currentColor\"/>",
24926
+ "iconName": "unpin-2",
24927
+ "variant": {
24928
+ "join": "round",
24929
+ "filled": "on",
24930
+ "radius": "0",
24931
+ "stroke": "1.5"
24932
+ },
24933
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24934
+ "packageName": "round-filled-radius-0-stroke-1.5",
24935
+ "componentName": "IconUnpin2"
24936
+ },
24895
24937
  {
24896
24938
  "category": "Interface General",
24897
24939
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36453 3.26375C9.13161 1.5055 11.0249 0.432585 12.9973 0.780351C14.9693 1.12814 16.3803 2.78332 16.5003 4.69734L21.0501 5.50008L21.1253 5.51766C21.4908 5.62134 21.7259 5.98697 21.6585 6.36922C21.5911 6.75136 21.2453 7.01478 20.8665 6.98738L20.7893 6.97762L19.9778 6.83406L18.9622 21.3028C18.9344 21.6954 18.6077 21.9999 18.2141 22.0001H5.78543C5.39189 21.9999 5.06513 21.6954 5.03738 21.3028L4.05496 7.30281C4.0245 6.86898 4.36811 6.50008 4.80301 6.50008H18.0813L3.55496 3.93855C3.14726 3.86645 2.87466 3.4772 2.94656 3.06941C3.01867 2.66172 3.40792 2.3901 3.81571 2.46199L8.36453 3.26375ZM12.5305 10.2198C12.256 9.94525 11.8212 9.92788 11.5266 10.168L11.47 10.2198L8.72 12.9698C8.42711 13.2627 8.42711 13.7375 8.72 14.0304C9.01292 14.323 9.48775 14.3232 9.78055 14.0304L11.2503 12.5606V17.2501C11.2504 17.6642 11.5861 18.0001 12.0003 18.0001C12.4143 17.9999 12.7502 17.6641 12.7503 17.2501V12.5606L14.22 14.0304L14.2766 14.0821C14.5712 14.3222 15.006 14.3049 15.2805 14.0304C15.5549 13.7558 15.5723 13.321 15.3323 13.0264L15.2805 12.9698L12.5305 10.2198ZM12.7366 2.25789C11.5889 2.05563 10.4822 2.59752 9.91043 3.53621L14.9554 4.42488C14.7388 3.34761 13.884 2.46028 12.7366 2.25789Z\" 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-1.5",
3
- "version": "1.1.170",
3
+ "version": "1.1.171",
4
4
  "style": "round-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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";