@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.161 → 1.1.163

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 IconGarlic: FC<CentralIconBaseProps>;
4
+ export default IconGarlic;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!P.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(p=I(r,t))||p.enumerable});return C};var l=(C,r,o)=>(o=C!=null?B(x(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>a(e({},"__esModule",{value:!0}),C);var y={};g(y,{IconGarlic:()=>i,default:()=>h});module.exports=v(y);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{d:"M12.916 1.50278C13.0293 1.48965 13.1451 1.51625 13.2432 1.57896C13.3739 1.66283 13.4585 1.80311 13.4717 1.95786C13.6972 4.64315 15.5051 6.44796 17.4844 8.40122C19.4147 10.3062 21.5181 12.3609 21.749 15.4725C21.7499 15.4846 21.75 15.4975 21.75 15.5096C21.75 16.9609 21.429 18.7783 20.3213 20.1043C19.2836 21.3464 17.6315 22.067 15.1777 21.7743C15.5609 21.3087 15.7792 20.6964 15.8916 20.0516C16.0616 19.076 16.016 17.9122 15.8604 16.7528C15.5489 14.4335 14.7782 11.9873 14.2178 10.7879C14.1008 10.5383 13.8036 10.4303 13.5537 10.5467C13.3036 10.6636 13.1948 10.9616 13.3115 11.2118C13.8257 12.3123 14.5701 14.6597 14.8691 16.8866C15.0186 17.9998 15.052 19.0481 14.9072 19.8797C14.7602 20.7234 14.4519 21.2339 14.0225 21.4559C13.4251 21.7646 12.6616 21.9566 11.9053 21.9647C11.1469 21.9729 10.4399 21.7963 9.91895 21.4198C9.63651 21.2145 9.38506 20.7765 9.21582 20.0848C9.05069 19.4096 8.984 18.573 9.00293 17.6834C9.04106 15.8935 9.42068 14.0028 9.91895 12.9364C10.0356 12.6863 9.9278 12.3892 9.67773 12.2723C9.42768 12.1556 9.13064 12.2636 9.01367 12.5135C8.4374 13.7469 8.04289 15.7869 8.00293 17.662C7.98287 18.6047 8.05146 19.5354 8.24414 20.3231C8.36923 20.8342 8.55867 21.3222 8.83691 21.7147C7.33063 22.0935 5.79384 21.8719 4.5752 21.0907C3.17728 20.1944 2.25006 18.5962 2.25 16.4676C2.25015 12.9649 4.48554 10.9397 6.40527 9.15415C8.37478 7.32228 9.97183 5.77235 9.55859 3.13169C9.52174 2.89521 9.6577 2.66516 9.88281 2.58384L12.8037 1.52915L12.916 1.50278Z",fill:"currentColor"})),h=i;0&&(module.exports={IconGarlic});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGarlic/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 IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.916 1.50278C13.0293 1.48965 13.1451 1.51625 13.2432 1.57896C13.3739 1.66283 13.4585 1.80311 13.4717 1.95786C13.6972 4.64315 15.5051 6.44796 17.4844 8.40122C19.4147 10.3062 21.5181 12.3609 21.749 15.4725C21.7499 15.4846 21.75 15.4975 21.75 15.5096C21.75 16.9609 21.429 18.7783 20.3213 20.1043C19.2836 21.3464 17.6315 22.067 15.1777 21.7743C15.5609 21.3087 15.7792 20.6964 15.8916 20.0516C16.0616 19.076 16.016 17.9122 15.8604 16.7528C15.5489 14.4335 14.7782 11.9873 14.2178 10.7879C14.1008 10.5383 13.8036 10.4303 13.5537 10.5467C13.3036 10.6636 13.1948 10.9616 13.3115 11.2118C13.8257 12.3123 14.5701 14.6597 14.8691 16.8866C15.0186 17.9998 15.052 19.0481 14.9072 19.8797C14.7602 20.7234 14.4519 21.2339 14.0225 21.4559C13.4251 21.7646 12.6616 21.9566 11.9053 21.9647C11.1469 21.9729 10.4399 21.7963 9.91895 21.4198C9.63651 21.2145 9.38506 20.7765 9.21582 20.0848C9.05069 19.4096 8.984 18.573 9.00293 17.6834C9.04106 15.8935 9.42068 14.0028 9.91895 12.9364C10.0356 12.6863 9.9278 12.3892 9.67773 12.2723C9.42768 12.1556 9.13064 12.2636 9.01367 12.5135C8.4374 13.7469 8.04289 15.7869 8.00293 17.662C7.98287 18.6047 8.05146 19.5354 8.24414 20.3231C8.36923 20.8342 8.55867 21.3222 8.83691 21.7147C7.33063 22.0935 5.79384 21.8719 4.5752 21.0907C3.17728 20.1944 2.25006 18.5962 2.25 16.4676C2.25015 12.9649 4.48554 10.9397 6.40527 9.15415C8.37478 7.32228 9.97183 5.77235 9.55859 3.13169C9.52174 2.89521 9.6577 2.66516 9.88281 2.58384L12.8037 1.52915L12.916 1.50278Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\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,27CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGarlic_exports","__export","IconGarlic","IconGarlic_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGarlic","props","React","CentralIconBase","IconGarlic_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>n.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>t.createElement(o,{...r},t.createElement(a,{d:"M12.916 1.50278C13.0293 1.48965 13.1451 1.51625 13.2432 1.57896C13.3739 1.66283 13.4585 1.80311 13.4717 1.95786C13.6972 4.64315 15.5051 6.44796 17.4844 8.40122C19.4147 10.3062 21.5181 12.3609 21.749 15.4725C21.7499 15.4846 21.75 15.4975 21.75 15.5096C21.75 16.9609 21.429 18.7783 20.3213 20.1043C19.2836 21.3464 17.6315 22.067 15.1777 21.7743C15.5609 21.3087 15.7792 20.6964 15.8916 20.0516C16.0616 19.076 16.016 17.9122 15.8604 16.7528C15.5489 14.4335 14.7782 11.9873 14.2178 10.7879C14.1008 10.5383 13.8036 10.4303 13.5537 10.5467C13.3036 10.6636 13.1948 10.9616 13.3115 11.2118C13.8257 12.3123 14.5701 14.6597 14.8691 16.8866C15.0186 17.9998 15.052 19.0481 14.9072 19.8797C14.7602 20.7234 14.4519 21.2339 14.0225 21.4559C13.4251 21.7646 12.6616 21.9566 11.9053 21.9647C11.1469 21.9729 10.4399 21.7963 9.91895 21.4198C9.63651 21.2145 9.38506 20.7765 9.21582 20.0848C9.05069 19.4096 8.984 18.573 9.00293 17.6834C9.04106 15.8935 9.42068 14.0028 9.91895 12.9364C10.0356 12.6863 9.9278 12.3892 9.67773 12.2723C9.42768 12.1556 9.13064 12.2636 9.01367 12.5135C8.4374 13.7469 8.04289 15.7869 8.00293 17.662C7.98287 18.6047 8.05146 19.5354 8.24414 20.3231C8.36923 20.8342 8.55867 21.3222 8.83691 21.7147C7.33063 22.0935 5.79384 21.8719 4.5752 21.0907C3.17728 20.1944 2.25006 18.5962 2.25 16.4676C2.25015 12.9649 4.48554 10.9397 6.40527 9.15415C8.37478 7.32228 9.97183 5.77235 9.55859 3.13169C9.52174 2.89521 9.6577 2.66516 9.88281 2.58384L12.8037 1.52915L12.916 1.50278Z",fill:"currentColor"})),P=l;export{l as IconGarlic,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGarlic/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 IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.916 1.50278C13.0293 1.48965 13.1451 1.51625 13.2432 1.57896C13.3739 1.66283 13.4585 1.80311 13.4717 1.95786C13.6972 4.64315 15.5051 6.44796 17.4844 8.40122C19.4147 10.3062 21.5181 12.3609 21.749 15.4725C21.7499 15.4846 21.75 15.4975 21.75 15.5096C21.75 16.9609 21.429 18.7783 20.3213 20.1043C19.2836 21.3464 17.6315 22.067 15.1777 21.7743C15.5609 21.3087 15.7792 20.6964 15.8916 20.0516C16.0616 19.076 16.016 17.9122 15.8604 16.7528C15.5489 14.4335 14.7782 11.9873 14.2178 10.7879C14.1008 10.5383 13.8036 10.4303 13.5537 10.5467C13.3036 10.6636 13.1948 10.9616 13.3115 11.2118C13.8257 12.3123 14.5701 14.6597 14.8691 16.8866C15.0186 17.9998 15.052 19.0481 14.9072 19.8797C14.7602 20.7234 14.4519 21.2339 14.0225 21.4559C13.4251 21.7646 12.6616 21.9566 11.9053 21.9647C11.1469 21.9729 10.4399 21.7963 9.91895 21.4198C9.63651 21.2145 9.38506 20.7765 9.21582 20.0848C9.05069 19.4096 8.984 18.573 9.00293 17.6834C9.04106 15.8935 9.42068 14.0028 9.91895 12.9364C10.0356 12.6863 9.9278 12.3892 9.67773 12.2723C9.42768 12.1556 9.13064 12.2636 9.01367 12.5135C8.4374 13.7469 8.04289 15.7869 8.00293 17.662C7.98287 18.6047 8.05146 19.5354 8.24414 20.3231C8.36923 20.8342 8.55867 21.3222 8.83691 21.7147C7.33063 22.0935 5.79384 21.8719 4.5752 21.0907C3.17728 20.1944 2.25006 18.5962 2.25 16.4676C2.25015 12.9649 4.48554 10.9397 6.40527 9.15415C8.37478 7.32228 9.97183 5.77235 9.55859 3.13169C9.52174 2.89521 9.6577 2.66516 9.88281 2.58384L12.8037 1.52915L12.916 1.50278Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\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,27CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGarlic","props","React","CentralIconBase","IconGarlic_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackedBarChart2: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChart2;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(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 V(o))!u.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(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconStackedBarChart2:()=>H,default:()=>g});module.exports=P(h);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"),H=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M10.5 6C10.7761 6 11 6.22386 11 6.5V19H13V9.5C13 9.22386 13.2239 9 13.5 9H15.5C15.7761 9 16 9.22386 16 9.5V19H17V4.5C17 4.22386 17.2239 4 17.5 4H19.5C19.7761 4 20 4.22386 20 4.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V11.5C4 11.2239 4.22386 11 4.5 11H6.5C6.77614 11 7 11.2239 7 11.5V19H8V6.5C8 6.22386 8.22386 6 8.5 6H10.5Z",fill:"currentColor"})),g=H;0&&(module.exports={IconStackedBarChart2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChart2/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 IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 6C10.7761 6 11 6.22386 11 6.5V19H13V9.5C13 9.22386 13.2239 9 13.5 9H15.5C15.7761 9 16 9.22386 16 9.5V19H17V4.5C17 4.22386 17.2239 4 17.5 4H19.5C19.7761 4 20 4.22386 20 4.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V11.5C4 11.2239 4.22386 11 4.5 11H6.5C6.77614 11 7 11.2239 7 11.5V19H8V6.5C8 6.22386 8.22386 6 8.5 6H10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart2_exports","__export","IconStackedBarChart2","IconStackedBarChart2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_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:"M10.5 6C10.7761 6 11 6.22386 11 6.5V19H13V9.5C13 9.22386 13.2239 9 13.5 9H15.5C15.7761 9 16 9.22386 16 9.5V19H17V4.5C17 4.22386 17.2239 4 17.5 4H19.5C19.7761 4 20 4.22386 20 4.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V11.5C4 11.2239 4.22386 11 4.5 11H6.5C6.77614 11 7 11.2239 7 11.5V19H8V6.5C8 6.22386 8.22386 6 8.5 6H10.5Z",fill:"currentColor"})),u=l;export{l as IconStackedBarChart2,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChart2/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 IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 6C10.7761 6 11 6.22386 11 6.5V19H13V9.5C13 9.22386 13.2239 9 13.5 9H15.5C15.7761 9 16 9.22386 16 9.5V19H17V4.5C17 4.22386 17.2239 4 17.5 4H19.5C19.7761 4 20 4.22386 20 4.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V11.5C4 11.2239 4.22386 11 4.5 11H6.5C6.77614 11 7 11.2239 7 11.5V19H8V6.5C8 6.22386 8.22386 6 8.5 6H10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWrite3: FC<CentralIconBaseProps>;
4
+ export default IconWrite3;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=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 u(o))!P.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(x(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,{IconWrite3:()=>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:"M19.9072 13.209C20.0051 13.346 20.0266 13.5236 19.9658 13.6807L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.03418 13.6807C3.97339 13.5236 3.9949 13.346 4.09277 13.209L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2426 14.25 14C14.25 12.9293 13.5018 12.0351 12.5 11.8076V2.83887L19.9072 13.209Z",fill:"currentColor"})),h=i;0&&(module.exports={IconWrite3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWrite3/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 IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.9072 13.209C20.0051 13.346 20.0266 13.5236 19.9658 13.6807L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.03418 13.6807C3.97339 13.5236 3.9949 13.346 4.09277 13.209L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2426 14.25 14C14.25 12.9293 13.5018 12.0351 12.5 11.8076V2.83887L19.9072 13.209Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite3;\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,odACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite3_exports","__export","IconWrite3","IconWrite3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite3","props","React","CentralIconBase","IconWrite3_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:"M19.9072 13.209C20.0051 13.346 20.0266 13.5236 19.9658 13.6807L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.03418 13.6807C3.97339 13.5236 3.9949 13.346 4.09277 13.209L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2426 14.25 14C14.25 12.9293 13.5018 12.0351 12.5 11.8076V2.83887L19.9072 13.209Z",fill:"currentColor"})),P=l;export{l as IconWrite3,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWrite3/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 IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.9072 13.209C20.0051 13.346 20.0266 13.5236 19.9658 13.6807L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.03418 13.6807C3.97339 13.5236 3.9949 13.346 4.09277 13.209L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2426 14.25 14C14.25 12.9293 13.5018 12.0351 12.5 11.8076V2.83887L19.9072 13.209Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite3;\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,odACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite3","props","React","CentralIconBase","IconWrite3_default"]}
package/README.md CHANGED
@@ -723,6 +723,7 @@ Below is a complete list of available icons:
723
723
  - IconWhiteboard
724
724
  - IconWrite1
725
725
  - IconWrite2
726
+ - IconWrite3
726
727
  - IconWriting
727
728
 
728
729
  ### Emoji
@@ -890,6 +891,7 @@ Below is a complete list of available icons:
890
891
  - IconFork
891
892
  - IconForkKnife
892
893
  - IconForkSpoon
894
+ - IconGarlic
893
895
  - IconGlassWater
894
896
  - IconHotDrinkCup
895
897
  - IconIcebowl
@@ -1795,6 +1797,7 @@ Below is a complete list of available icons:
1795
1797
  - IconSankeyChart
1796
1798
  - IconStackedBarChart
1797
1799
  - IconStackedBarChart100
1800
+ - IconStackedBarChart2
1798
1801
  - IconStackedBarChartAxis2
1799
1802
  - IconSunburstChart
1800
1803
  - IconSunburstChart2
@@ -5253,7 +5253,7 @@
5253
5253
  {
5254
5254
  "category": "Food",
5255
5255
  "svg": "<path d=\"M5.93165 14.334C6.59074 16.0463 7.95367 17.4074 9.66602 18.0664C9.36553 19.4377 8.84838 20.7647 8.0586 21.7119C7.73267 22.1028 7.15189 22.0669 6.792 21.707L2.292 17.207C1.93222 16.8471 1.89613 16.2662 2.28712 15.9404C3.23406 15.1515 4.56148 14.6347 5.93165 14.334ZM11.999 6.50001C15.0366 6.50001 17.499 8.96244 17.499 12C17.499 15.0376 15.0366 17.5 11.999 17.5C8.96146 17.5 6.49903 15.0376 6.49903 12C6.49903 8.96244 8.96146 6.50001 11.999 6.50001ZM15.9395 2.28809C16.2652 1.89711 16.8462 1.9332 17.2061 2.29298L21.7061 6.79298C22.0659 7.15287 22.102 7.7338 21.7109 8.05958C20.7638 8.84868 19.4359 9.3644 18.0654 9.66505C17.4062 7.95349 16.0447 6.5915 14.333 5.93262C14.6337 4.56246 15.1505 3.23504 15.9395 2.28809Z\" fill=\"currentColor\"/>",
5256
- "iconName": "candy",
5256
+ "iconName": "candy, sweet",
5257
5257
  "variant": {
5258
5258
  "join": "round",
5259
5259
  "filled": "on",
@@ -5659,7 +5659,7 @@
5659
5659
  {
5660
5660
  "category": "Food",
5661
5661
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0676 7.9324C17.3596 7.99813 18.2134 7.68247 18.7276 7.16825C19.2418 6.65403 19.5575 5.80027 19.4917 4.50816C18.1997 4.44243 17.3459 4.7581 16.8317 5.27232C16.3175 5.78654 16.0018 6.6403 16.0676 7.9324ZM13.3602 9.57925C14.1522 8.78717 14.2866 7.5507 13.6832 6.60692L12.6611 5.00817L11.8512 5.81809C11.0591 6.61018 10.9247 7.84665 11.5281 8.79043L12.5502 10.3892L13.3602 9.57925ZM9.79267 6.46991C9.71585 6.4325 9.63233 6.40806 9.54536 6.39861C9.31947 6.37405 9.09464 6.45322 8.93398 6.61389L7.46438 8.0835C6.97567 8.57222 6.64069 9.16479 6.46652 9.79597C6.3897 9.75856 6.30618 9.73412 6.2192 9.72467C5.99332 9.70012 5.76849 9.77928 5.60782 9.93995L4.13822 11.4096C2.84818 12.6996 2.62928 14.7134 3.61202 16.2505L4.81191 18.1273L3.39041 19.5488C3.09751 19.8417 3.09752 20.3166 3.39041 20.6095C3.68331 20.9024 4.15818 20.9024 4.45107 20.6095L5.87257 19.188L7.74944 20.3879C7.74945 20.3879 7.74945 20.3879 7.74946 20.3879C9.28656 21.3706 11.3003 21.1517 12.5904 19.8617L14.06 18.3921C14.2206 18.2314 14.2998 18.0066 14.2753 17.7807C14.2658 17.6937 14.2414 17.6103 14.204 17.5335C14.8352 17.3593 15.4277 17.0243 15.9164 16.5356L17.386 15.066C17.5467 14.9053 17.6258 14.6805 17.6013 14.4546C17.5918 14.3677 17.5674 14.2842 17.53 14.2074C18.1612 14.0333 18.7538 13.6983 19.2426 13.2095L20.7122 11.7399C20.8728 11.5793 20.952 11.3544 20.9274 11.1286C20.9029 10.9027 20.7773 10.7001 20.5858 10.5777L18.3306 9.13583C18.888 8.93719 19.3791 8.63806 19.7883 8.2289C20.8382 7.17892 21.1636 5.58952 20.9258 3.72328C20.8827 3.38423 20.6157 3.11726 20.2766 3.07407C18.4104 2.83634 16.821 3.16168 15.771 4.21166C15.3619 4.62081 15.0628 5.11187 14.8641 5.66929L13.4224 3.41416C13.3 3.22273 13.0974 3.0971 12.8715 3.07254C12.6456 3.04799 12.4208 3.12716 12.2601 3.28782L10.7905 4.75744C10.3018 5.24615 9.96684 5.83873 9.79267 6.46991ZM9.33495 8.33424L8.52504 9.14416C7.73297 9.93624 7.59856 11.1727 8.20195 12.1165L9.22409 13.7152L10.034 12.9053C10.8261 12.1132 10.9605 10.8768 10.3571 9.93299L9.33495 8.33424ZM13.6109 11.4498L15.2096 12.472C16.1534 13.0754 17.3898 12.941 18.1819 12.1489L18.9918 11.339L17.3931 10.3168C16.4493 9.71341 15.2129 9.84782 14.4208 10.6399L13.6109 11.4498ZM15.6657 14.665L14.0669 13.6429C13.1232 13.0395 11.8868 13.1739 11.0947 13.966L10.2847 14.7759L11.8835 15.798C12.8272 16.4014 14.0637 16.267 14.8557 15.475L15.6657 14.665ZM6.0088 11.6603L5.19889 12.4702C4.40681 13.2623 4.27241 14.4988 4.8758 15.4425L5.89794 17.0413L6.70785 16.2314C7.49993 15.4393 7.63433 14.2028 7.03094 13.259L6.0088 11.6603ZM7.76852 17.292L6.95861 18.1019L8.55743 19.1241L8.55744 19.1241C9.5012 19.7275 10.7376 19.5931 11.5297 18.801L12.3396 17.9911L10.7409 16.9689C9.79714 16.3655 8.5606 16.4999 7.76852 17.292Z\" fill=\"currentColor\"/>",
5662
- "iconName": "cereals, wheat",
5662
+ "iconName": "cereals, wheat, gluten, corn, grain",
5663
5663
  "variant": {
5664
5664
  "join": "round",
5665
5665
  "filled": "on",
@@ -12138,6 +12138,20 @@
12138
12138
  "packageName": "round-filled-radius-0-stroke-1",
12139
12139
  "componentName": "IconGarage"
12140
12140
  },
12141
+ {
12142
+ "category": "Food",
12143
+ "svg": "<path d=\"M12.916 1.50278C13.0293 1.48965 13.1451 1.51625 13.2432 1.57896C13.3739 1.66283 13.4585 1.80311 13.4717 1.95786C13.6972 4.64315 15.5051 6.44796 17.4844 8.40122C19.4147 10.3062 21.5181 12.3609 21.749 15.4725C21.7499 15.4846 21.75 15.4975 21.75 15.5096C21.75 16.9609 21.429 18.7783 20.3213 20.1043C19.2836 21.3464 17.6315 22.067 15.1777 21.7743C15.5609 21.3087 15.7792 20.6964 15.8916 20.0516C16.0616 19.076 16.016 17.9122 15.8604 16.7528C15.5489 14.4335 14.7782 11.9873 14.2178 10.7879C14.1008 10.5383 13.8036 10.4303 13.5537 10.5467C13.3036 10.6636 13.1948 10.9616 13.3115 11.2118C13.8257 12.3123 14.5701 14.6597 14.8691 16.8866C15.0186 17.9998 15.052 19.0481 14.9072 19.8797C14.7602 20.7234 14.4519 21.2339 14.0225 21.4559C13.4251 21.7646 12.6616 21.9566 11.9053 21.9647C11.1469 21.9729 10.4399 21.7963 9.91895 21.4198C9.63651 21.2145 9.38506 20.7765 9.21582 20.0848C9.05069 19.4096 8.984 18.573 9.00293 17.6834C9.04106 15.8935 9.42068 14.0028 9.91895 12.9364C10.0356 12.6863 9.9278 12.3892 9.67773 12.2723C9.42768 12.1556 9.13064 12.2636 9.01367 12.5135C8.4374 13.7469 8.04289 15.7869 8.00293 17.662C7.98287 18.6047 8.05146 19.5354 8.24414 20.3231C8.36923 20.8342 8.55867 21.3222 8.83691 21.7147C7.33063 22.0935 5.79384 21.8719 4.5752 21.0907C3.17728 20.1944 2.25006 18.5962 2.25 16.4676C2.25015 12.9649 4.48554 10.9397 6.40527 9.15415C8.37478 7.32228 9.97183 5.77235 9.55859 3.13169C9.52174 2.89521 9.6577 2.66516 9.88281 2.58384L12.8037 1.52915L12.916 1.50278Z\" fill=\"currentColor\"/>",
12144
+ "iconName": "garlic",
12145
+ "variant": {
12146
+ "join": "round",
12147
+ "filled": "on",
12148
+ "radius": "0",
12149
+ "stroke": "1"
12150
+ },
12151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
12152
+ "packageName": "round-filled-radius-0-stroke-1",
12153
+ "componentName": "IconGarlic"
12154
+ },
12141
12155
  {
12142
12156
  "category": "Crypto",
12143
12157
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3.5C4 3.22386 4.22386 3 4.5 3H15.5C15.7761 3 16 3.22386 16 3.5V9H18.5C18.7761 9 19 9.22386 19 9.5V17H21V7.70711L19.1464 5.85355C18.9512 5.65829 18.9512 5.34171 19.1464 5.14645C19.3417 4.95118 19.6583 4.95118 19.8536 5.14645L21.8536 7.14645C21.9473 7.24021 22 7.36739 22 7.5V17.5C22 17.7761 21.7761 18 21.5 18H18.5C18.2239 18 18 17.7761 18 17.5V10H16V20H16.5C16.7761 20 17 20.2239 17 20.5C17 20.7761 16.7761 21 16.5 21H3.5C3.22386 21 3 20.7761 3 20.5C3 20.2239 3.22386 20 3.5 20H4V3.5ZM7 9.5C7 9.22386 7.22386 9 7.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H7.5C7.22386 10 7 9.77614 7 9.5Z\" fill=\"currentColor\"/>",
@@ -22442,6 +22456,20 @@
22442
22456
  "packageName": "round-filled-radius-0-stroke-1",
22443
22457
  "componentName": "IconStackedBarChart100"
22444
22458
  },
22459
+ {
22460
+ "category": "Statistics & Charts",
22461
+ "svg": "<path d=\"M10.5 6C10.7761 6 11 6.22386 11 6.5V19H13V9.5C13 9.22386 13.2239 9 13.5 9H15.5C15.7761 9 16 9.22386 16 9.5V19H17V4.5C17 4.22386 17.2239 4 17.5 4H19.5C19.7761 4 20 4.22386 20 4.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V11.5C4 11.2239 4.22386 11 4.5 11H6.5C6.77614 11 7 11.2239 7 11.5V19H8V6.5C8 6.22386 8.22386 6 8.5 6H10.5Z\" fill=\"currentColor\"/>",
22462
+ "iconName": "stacked-bar-chart-2, revenue",
22463
+ "variant": {
22464
+ "join": "round",
22465
+ "filled": "on",
22466
+ "radius": "0",
22467
+ "stroke": "1"
22468
+ },
22469
+ "createdAt": "2026-03-17T12:01:24.906844+00:00",
22470
+ "packageName": "round-filled-radius-0-stroke-1",
22471
+ "componentName": "IconStackedBarChart2"
22472
+ },
22445
22473
  {
22446
22474
  "category": "Statistics & Charts",
22447
22475
  "svg": "<path d=\"M3.5 3C3.77614 3 4 3.22386 4 3.5V20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3Z\" fill=\"currentColor\"/><path d=\"M11.5 9C11.7761 9 12 9.22386 12 9.5V19H7V9.5C7 9.22386 7.22386 9 7.5 9H11.5Z\" fill=\"currentColor\"/><path d=\"M17.5 6C17.7761 6 18 6.22386 18 6.5V19H13V6.5C13 6.22386 13.2239 6 13.5 6H17.5Z\" fill=\"currentColor\"/>",
@@ -26110,6 +26138,20 @@
26110
26138
  "packageName": "round-filled-radius-0-stroke-1",
26111
26139
  "componentName": "IconWrite2"
26112
26140
  },
26141
+ {
26142
+ "category": "Edit",
26143
+ "svg": "<path d=\"M19.9072 13.209C20.0051 13.346 20.0266 13.5236 19.9658 13.6807L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.03418 13.6807C3.97339 13.5236 3.9949 13.346 4.09277 13.209L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2426 14.25 14C14.25 12.9293 13.5018 12.0351 12.5 11.8076V2.83887L19.9072 13.209Z\" fill=\"currentColor\"/>",
26144
+ "iconName": "write-3, fountain-pen, vector, ink",
26145
+ "variant": {
26146
+ "join": "round",
26147
+ "filled": "on",
26148
+ "radius": "0",
26149
+ "stroke": "1"
26150
+ },
26151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
26152
+ "packageName": "round-filled-radius-0-stroke-1",
26153
+ "componentName": "IconWrite3"
26154
+ },
26113
26155
  {
26114
26156
  "category": "Edit",
26115
26157
  "svg": "<path d=\"M18.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -866,6 +866,7 @@ export type CentralIconName =
866
866
  | "IconGamepadControlsRoundUp"
867
867
  | "IconGamepadControlsUp"
868
868
  | "IconGarage"
869
+ | "IconGarlic"
869
870
  | "IconGas"
870
871
  | "IconGauge"
871
872
  | "IconGemini"
@@ -1602,6 +1603,7 @@ export type CentralIconName =
1602
1603
  | "IconStableVoice"
1603
1604
  | "IconStackedBarChart"
1604
1605
  | "IconStackedBarChart100"
1606
+ | "IconStackedBarChart2"
1605
1607
  | "IconStackedBarChartAxis2"
1606
1608
  | "IconStackOverflow"
1607
1609
  | "IconStage"
@@ -1864,6 +1866,7 @@ export type CentralIconName =
1864
1866
  | "IconWrite"
1865
1867
  | "IconWrite1"
1866
1868
  | "IconWrite2"
1869
+ | "IconWrite3"
1867
1870
  | "IconWriting"
1868
1871
  | "IconX"
1869
1872
  | "IconXbox"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
3
- "version": "1.1.161",
3
+ "version": "1.1.163",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/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": 1874,
14
+ "totalIcons": 1877,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -525,7 +525,7 @@
525
525
  ]
526
526
  },
527
527
  "Edit": {
528
- "count": 87,
528
+ "count": 88,
529
529
  "icons": [
530
530
  "Icon3d",
531
531
  "IconAddKeyframe",
@@ -613,6 +613,7 @@
613
613
  "IconWhiteboard",
614
614
  "IconWrite1",
615
615
  "IconWrite2",
616
+ "IconWrite3",
616
617
  "IconWriting"
617
618
  ]
618
619
  },
@@ -758,7 +759,7 @@
758
759
  ]
759
760
  },
760
761
  "Food": {
761
- "count": 46,
762
+ "count": 47,
762
763
  "icons": [
763
764
  "IconAppleNewton",
764
765
  "IconApples",
@@ -788,6 +789,7 @@
788
789
  "IconFork",
789
790
  "IconForkKnife",
790
791
  "IconForkSpoon",
792
+ "IconGarlic",
791
793
  "IconGlassWater",
792
794
  "IconHotDrinkCup",
793
795
  "IconIcebowl",
@@ -1698,7 +1700,7 @@
1698
1700
  ]
1699
1701
  },
1700
1702
  "Statistics & Charts": {
1701
- "count": 38,
1703
+ "count": 39,
1702
1704
  "icons": [
1703
1705
  "IconAnalytics",
1704
1706
  "IconChart1",
@@ -1727,6 +1729,7 @@
1727
1729
  "IconSankeyChart",
1728
1730
  "IconStackedBarChart",
1729
1731
  "IconStackedBarChart100",
1732
+ "IconStackedBarChart2",
1730
1733
  "IconStackedBarChartAxis2",
1731
1734
  "IconSunburstChart",
1732
1735
  "IconSunburstChart2",
@@ -2451,7 +2454,7 @@
2451
2454
  "IconCameraOff": "camera-off",
2452
2455
  "IconCameraOff1": "camera-off-1, cam-off",
2453
2456
  "IconCameraSparkle": "camera-sparkle, picture, image, cam",
2454
- "IconCandy": "candy",
2457
+ "IconCandy": "candy, sweet",
2455
2458
  "IconCap": "cap, fan",
2456
2459
  "IconCapture": "capture, screen",
2457
2460
  "IconCar1": "car-1",
@@ -2480,7 +2483,7 @@
2480
2483
  "IconCat": "cat, image, animal, cute",
2481
2484
  "IconCelebrate": "celebrate, party, confetti",
2482
2485
  "IconCentralIconSystem": "central-icon-system",
2483
- "IconCereals": "cereals, wheat",
2486
+ "IconCereals": "cereals, wheat, gluten, corn, grain",
2484
2487
  "IconChainLink1": "chain-link-1, url",
2485
2488
  "IconChainLink2": "chain-link-2, url",
2486
2489
  "IconChainLink3": "chain-link-3, url",
@@ -2943,6 +2946,7 @@
2943
2946
  "IconGamepadControlsRoundUp": "gamepad-controls-round-up",
2944
2947
  "IconGamepadControlsUp": "gamepad-controls-up, joystick",
2945
2948
  "IconGarage": "garage",
2949
+ "IconGarlic": "garlic",
2946
2950
  "IconGas": "gas",
2947
2951
  "IconGauge": "gauge, tachometer, performance, speed, scale",
2948
2952
  "IconGemini": "gemini",
@@ -3679,6 +3683,7 @@
3679
3683
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3680
3684
  "IconStackedBarChart": "stacked-bar-chart",
3681
3685
  "IconStackedBarChart100": "stacked-bar-chart-100",
3686
+ "IconStackedBarChart2": "stacked-bar-chart-2, revenue",
3682
3687
  "IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
3683
3688
  "IconStackOverflow": "stack-overflow",
3684
3689
  "IconStage": "stage, show",
@@ -3941,6 +3946,7 @@
3941
3946
  "IconWrite": "write, edit-list, list",
3942
3947
  "IconWrite1": "write-1, fountain-pen",
3943
3948
  "IconWrite2": "write-2, fountain-pen",
3949
+ "IconWrite3": "write-3, fountain-pen, vector, ink",
3944
3950
  "IconWriting": "writing, sketching, drawing",
3945
3951
  "IconX": "x",
3946
3952
  "IconXbox": "xbox",
package/index.d.ts CHANGED
@@ -865,6 +865,7 @@ export { IconGamepadControlsRoundRight, default as IconGamepadControlsRoundRight
865
865
  export { IconGamepadControlsRoundUp, default as IconGamepadControlsRoundUpDefault, } from "./IconGamepadControlsRoundUp";
866
866
  export { IconGamepadControlsUp, default as IconGamepadControlsUpDefault, } from "./IconGamepadControlsUp";
867
867
  export { IconGarage, default as IconGarageDefault } from "./IconGarage";
868
+ export { IconGarlic, default as IconGarlicDefault } from "./IconGarlic";
868
869
  export { IconGas, default as IconGasDefault } from "./IconGas";
869
870
  export { IconGauge, default as IconGaugeDefault } from "./IconGauge";
870
871
  export { IconGemini, default as IconGeminiDefault } from "./IconGemini";
@@ -1602,6 +1603,7 @@ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStabl
1602
1603
  export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1603
1604
  export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
1604
1605
  export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
1606
+ export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
1605
1607
  export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
1606
1608
  export { IconStage, default as IconStageDefault } from "./IconStage";
1607
1609
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
@@ -1863,6 +1865,7 @@ export { IconWreathSimple, default as IconWreathSimpleDefault, } from "./IconWre
1863
1865
  export { IconWrite, default as IconWriteDefault } from "./IconWrite";
1864
1866
  export { IconWrite1, default as IconWrite1Default } from "./IconWrite1";
1865
1867
  export { IconWrite2, default as IconWrite2Default } from "./IconWrite2";
1868
+ export { IconWrite3, default as IconWrite3Default } from "./IconWrite3";
1866
1869
  export { IconWriting, default as IconWritingDefault } from "./IconWriting";
1867
1870
  export { IconX, default as IconXDefault } from "./IconX";
1868
1871
  export { IconXbox, default as IconXboxDefault } from "./IconXbox";