@central-icons-react-native/round-filled-radius-1-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:"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.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=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.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,i3DACF,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:"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.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=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.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,i3DACF,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,p)=>{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:!(p=I(o,e))||p.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 C=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=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M14.7506 2C15.717 2.00013 16.5006 2.78358 16.5006 3.75V8.48047C16.5006 8.55772 16.5436 8.66317 16.6578 8.74512C18.3984 9.9934 19.6192 11.9249 19.9254 14.1504C20.0722 15.2177 19.1844 15.9999 18.2506 16H12.7496V20.3975C12.7496 20.4651 12.7363 20.5325 12.7096 20.5947L12.2301 21.7139C12.1435 21.9159 11.8567 21.9159 11.7701 21.7139L11.2906 20.5947C11.264 20.5325 11.2496 20.4651 11.2496 20.3975V16H5.75061C4.81681 15.9999 3.92903 15.2177 4.0758 14.1504C4.38203 11.9247 5.6026 9.99337 7.34338 8.74512C7.45762 8.66318 7.50059 8.55773 7.50061 8.48047V3.75C7.50061 2.78354 8.28417 2.00007 9.25061 2H14.7506Z",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=\"M14.7506 2C15.717 2.00013 16.5006 2.78358 16.5006 3.75V8.48047C16.5006 8.55772 16.5436 8.66317 16.6578 8.74512C18.3984 9.9934 19.6192 11.9249 19.9254 14.1504C20.0722 15.2177 19.1844 15.9999 18.2506 16H12.7496V20.3975C12.7496 20.4651 12.7363 20.5325 12.7096 20.5947L12.2301 21.7139C12.1435 21.9159 11.8567 21.9159 11.7701 21.7139L11.2906 20.5947C11.264 20.5325 11.2496 20.4651 11.2496 20.3975V16H5.75061C4.81681 15.9999 3.92903 15.2177 4.0758 14.1504C4.38203 11.9247 5.6026 9.99337 7.34338 8.74512C7.45762 8.66318 7.50059 8.55773 7.50061 8.48047V3.75C7.50061 2.78354 8.28417 2.00007 9.25061 2H14.7506Z\"\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,2lBACF,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M14.7506 2C15.717 2.00013 16.5006 2.78358 16.5006 3.75V8.48047C16.5006 8.55772 16.5436 8.66317 16.6578 8.74512C18.3984 9.9934 19.6192 11.9249 19.9254 14.1504C20.0722 15.2177 19.1844 15.9999 18.2506 16H12.7496V20.3975C12.7496 20.4651 12.7363 20.5325 12.7096 20.5947L12.2301 21.7139C12.1435 21.9159 11.8567 21.9159 11.7701 21.7139L11.2906 20.5947C11.264 20.5325 11.2496 20.4651 11.2496 20.3975V16H5.75061C4.81681 15.9999 3.92903 15.2177 4.0758 14.1504C4.38203 11.9247 5.6026 9.99337 7.34338 8.74512C7.45762 8.66318 7.50059 8.55773 7.50061 8.48047V3.75C7.50061 2.78354 8.28417 2.00007 9.25061 2H14.7506Z",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=\"M14.7506 2C15.717 2.00013 16.5006 2.78358 16.5006 3.75V8.48047C16.5006 8.55772 16.5436 8.66317 16.6578 8.74512C18.3984 9.9934 19.6192 11.9249 19.9254 14.1504C20.0722 15.2177 19.1844 15.9999 18.2506 16H12.7496V20.3975C12.7496 20.4651 12.7363 20.5325 12.7096 20.5947L12.2301 21.7139C12.1435 21.9159 11.8567 21.9159 11.7701 21.7139L11.2906 20.5947C11.264 20.5325 11.2496 20.4651 11.2496 20.3975V16H5.75061C4.81681 15.9999 3.92903 15.2177 4.0758 14.1504C4.38203 11.9247 5.6026 9.99337 7.34338 8.74512C7.45762 8.66318 7.50059 8.55773 7.50061 8.48047V3.75C7.50061 2.78354 8.28417 2.00007 9.25061 2H14.7506Z\"\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,2lBACF,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 C=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)C(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&&C(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?C(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>a(C({},"__esModule",{value:!0}),r);var d={};g(d,{IconUnpin2:()=>i,default:()=>v});module.exports=L(d);var e=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=>e.default.createElement(c,{...r},e.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.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.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.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.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,umBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+RACF,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,...e})=>p.createElement(l,{...e,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 C}from"react-native-svg";var a=o=>n.createElement(t,{...o},n.createElement(C,{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.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z",fill:"currentColor"}),n.createElement(C,{d:"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.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.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.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,umBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+RACF,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-1-stroke-1.5",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.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": "1",
2699
+ "stroke": "1.5"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "round-filled-radius-1-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.7863 18.1672 15.6035 18.936 14.4416 19.4034L14.9146 20.6124C15.3637 21.7601 14.5173 23 13.2849 23H10.7153C9.48292 23 8.6366 21.7602 9.08551 20.6125L9.55844 19.4034C8.39651 18.936 7.21374 18.1672 6.18671 17.1487C4.38732 15.3641 3 12.7516 3 9.46679C3 6.85505 4.00886 4.71902 5.66796 3.24354ZM11.0024 19.8297L10.4824 21.1589C10.4183 21.3229 10.5392 21.5 10.7153 21.5H13.2849C13.461 21.5 13.5819 21.3229 13.5177 21.1589L12.9977 19.8297C12.6543 19.8927 12.32 19.925 12 19.925C11.68 19.925 11.3457 19.8927 11.0024 19.8297ZM11.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-1-stroke-1.5",
18509
18523
  "componentName": "IconPin"
18510
18524
  },
18525
+ {
18526
+ "category": "Interface General",
18527
+ "svg": "<path d=\"M14.7506 2C15.717 2.00013 16.5006 2.78358 16.5006 3.75V8.48047C16.5006 8.55772 16.5436 8.66317 16.6578 8.74512C18.3984 9.9934 19.6192 11.9249 19.9254 14.1504C20.0722 15.2177 19.1844 15.9999 18.2506 16H12.7496V20.3975C12.7496 20.4651 12.7363 20.5325 12.7096 20.5947L12.2301 21.7139C12.1435 21.9159 11.8567 21.9159 11.7701 21.7139L11.2906 20.5947C11.264 20.5325 11.2496 20.4651 11.2496 20.3975V16H5.75061C4.81681 15.9999 3.92903 15.2177 4.0758 14.1504C4.38203 11.9247 5.6026 9.99337 7.34338 8.74512C7.45762 8.66318 7.50059 8.55773 7.50061 8.48047V3.75C7.50061 2.78354 8.28417 2.00007 9.25061 2H14.7506Z\" fill=\"currentColor\"/>",
18528
+ "iconName": "pin-2",
18529
+ "variant": {
18530
+ "join": "round",
18531
+ "filled": "on",
18532
+ "radius": "1",
18533
+ "stroke": "1.5"
18534
+ },
18535
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18536
+ "packageName": "round-filled-radius-1-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-1-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.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\" fill=\"currentColor\"/><path d=\"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.7502Z\" fill=\"currentColor\"/>",
24926
+ "iconName": "unpin-2",
24927
+ "variant": {
24928
+ "join": "round",
24929
+ "filled": "on",
24930
+ "radius": "1",
24931
+ "stroke": "1.5"
24932
+ },
24933
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24934
+ "packageName": "round-filled-radius-1-stroke-1.5",
24935
+ "componentName": "IconUnpin2"
24936
+ },
24895
24937
  {
24896
24938
  "category": "Interface General",
24897
24939
  "svg": "<path d=\"M19.0273 20.373C18.9627 21.2894 18.2008 21.9998 17.2822 22H6.7177C5.79892 22 5.03618 21.2895 4.97161 20.373L4.05461 7.30273C4.02415 6.8689 4.36776 6.5 4.80266 6.5H20.0019L19.0273 20.373ZM12.5302 10.2197C12.2556 9.94514 11.8209 9.9277 11.5263 10.168L11.4697 10.2197L8.71965 12.9697C8.42676 13.2626 8.42676 13.7374 8.71965 14.0303C9.01255 14.3231 9.48732 14.3232 9.7802 14.0303L11.2499 12.5605V17.25C11.2499 17.6642 11.5857 18 11.9999 18C12.4141 18 12.7499 17.6642 12.7499 17.25V12.5605L14.2197 14.0303L14.2763 14.082C14.5709 14.3223 15.0056 14.3049 15.2802 14.0303C15.5548 13.7557 15.5722 13.3209 15.332 13.0264L15.2802 12.9697L12.5302 10.2197Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36453 3.26283C9.13187 1.50509 11.0252 0.433647 12.9973 0.781384C14.9692 1.12919 16.3802 2.78343 16.5003 4.6974L21.0501 5.50013L21.1253 5.51771C21.4908 5.6214 21.7259 5.98702 21.6585 6.36927C21.5911 6.75141 21.2453 7.01483 20.8665 6.98744L20.7893 6.97767L3.55496 3.93861C3.14726 3.8665 2.87466 3.47726 2.94656 3.06947C3.01865 2.66181 3.40797 2.38928 3.81571 2.46107L8.36453 3.26283ZM12.7366 2.25795C11.5894 2.05581 10.4834 2.59735 9.91141 3.53529L14.9554 4.42494C14.7388 3.34771 13.884 2.46033 12.7366 2.25795Z\" 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-1-stroke-1.5",
3
- "version": "1.1.170",
3
+ "version": "1.1.171",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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";