@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.155 → 1.1.156

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 IconBeer: FC<CentralIconBaseProps>;
4
+ export default IconBeer;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,C)=>{for(var o in C)t(r,o,{get:C[o],enumerable:!0})},l=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of I(C))!v.call(r,e)&&e!==o&&t(r,e,{get:()=>C[e],enumerable:!(p=B(C,e))||p.enumerable});return r};var a=(r,C,o)=>(o=r!=null?u(d(r)):{},l(C||!r||!r.__esModule?t(o,"default",{value:r,enumerable:!0}):o,r)),H=r=>l(t({},"__esModule",{value:!0}),r);var P={};x(P,{IconBeer:()=>i,default:()=>L});module.exports=H(P);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.86328 3.08575C10.2854 3.02545 10.7146 3.02545 11.1367 3.08575L13.7891 3.46466C13.9529 3.48807 14.1186 3.49981 14.2842 3.49982H17.3779C18.2738 3.50003 19 4.22693 19 5.12286C18.9999 5.79809 18.5868 6.37581 18 6.61993V7.99982C20.209 7.99982 21.9998 9.79082 22 11.9998C22 14.209 20.2091 15.9998 18 15.9998V17.4998C18 19.4328 16.433 20.9998 14.5 20.9998H8.5C6.567 20.9998 5 19.4328 5 17.4998V6.82892C4.4093 6.5479 4.00007 5.94749 4 5.24982C4.00023 4.28351 4.78364 3.49983 5.75 3.49982H6.76367C6.89755 3.4998 7.03153 3.49043 7.16406 3.4715L9.86328 3.08575ZM18 14.9998C19.6569 14.9998 21 13.6567 21 11.9998C20.9998 10.3431 19.6568 8.99982 18 8.99982V14.9998ZM10.9951 4.07599C10.6668 4.02909 10.3332 4.02909 10.0049 4.07599L7.30566 4.46173C7.12629 4.48735 6.94487 4.4998 6.76367 4.49982H5.75C5.33593 4.49983 5.00023 4.83579 5 5.24982C5.0001 5.66395 6.33585 5.99981 6.75 5.99982H5.5C6.88057 5.99982 8.99977 7.11934 9 8.49982V9.25C9 9.66421 9.33579 10 9.75 10C10.1642 10 10.5 9.66421 10.5 9.25V8.16583C10.5 7.23505 12.1978 5.69294 13.2188 5.8631L13.5605 5.91974C13.8225 5.9634 14.0918 5.9422 14.3438 5.85822L14.8447 5.69122C15.2558 5.5542 15.6971 5.5318 16.1201 5.62579L16.5273 5.71661C16.6135 5.73576 16.7018 5.74493 16.79 5.74493H17.3779C17.7214 5.74472 17.9998 5.46635 18 5.12286C18 4.77922 17.7215 4.50003 17.3779 4.49982H14.2842C14.0715 4.49981 13.859 4.48496 13.6484 4.4549L10.9951 4.07599Z",fill:"currentColor"})),L=i;0&&(module.exports={IconBeer});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBeer/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 IconBeer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.86328 3.08575C10.2854 3.02545 10.7146 3.02545 11.1367 3.08575L13.7891 3.46466C13.9529 3.48807 14.1186 3.49981 14.2842 3.49982H17.3779C18.2738 3.50003 19 4.22693 19 5.12286C18.9999 5.79809 18.5868 6.37581 18 6.61993V7.99982C20.209 7.99982 21.9998 9.79082 22 11.9998C22 14.209 20.2091 15.9998 18 15.9998V17.4998C18 19.4328 16.433 20.9998 14.5 20.9998H8.5C6.567 20.9998 5 19.4328 5 17.4998V6.82892C4.4093 6.5479 4.00007 5.94749 4 5.24982C4.00023 4.28351 4.78364 3.49983 5.75 3.49982H6.76367C6.89755 3.4998 7.03153 3.49043 7.16406 3.4715L9.86328 3.08575ZM18 14.9998C19.6569 14.9998 21 13.6567 21 11.9998C20.9998 10.3431 19.6568 8.99982 18 8.99982V14.9998ZM10.9951 4.07599C10.6668 4.02909 10.3332 4.02909 10.0049 4.07599L7.30566 4.46173C7.12629 4.48735 6.94487 4.4998 6.76367 4.49982H5.75C5.33593 4.49983 5.00023 4.83579 5 5.24982C5.0001 5.66395 6.33585 5.99981 6.75 5.99982H5.5C6.88057 5.99982 8.99977 7.11934 9 8.49982V9.25C9 9.66421 9.33579 10 9.75 10C10.1642 10 10.5 9.66421 10.5 9.25V8.16583C10.5 7.23505 12.1978 5.69294 13.2188 5.8631L13.5605 5.91974C13.8225 5.9634 14.0918 5.9422 14.3438 5.85822L14.8447 5.69122C15.2558 5.5542 15.6971 5.5318 16.1201 5.62579L16.5273 5.71661C16.6135 5.73576 16.7018 5.74493 16.79 5.74493H17.3779C17.7214 5.74472 17.9998 5.46635 18 5.12286C18 4.77922 17.7215 4.50003 17.3779 4.49982H14.2842C14.0715 4.49981 13.859 4.48496 13.6484 4.4549L10.9951 4.07599Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBeer;\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,SAAS,UACT,SAAS,UACT,EAAE,g3CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBeer_exports","__export","IconBeer","IconBeer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBeer","props","React","CentralIconBase","IconBeer_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:C,size:r=24,...t})=>n.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as l}from"react-native-svg";var a=C=>e.createElement(o,{...C},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.86328 3.08575C10.2854 3.02545 10.7146 3.02545 11.1367 3.08575L13.7891 3.46466C13.9529 3.48807 14.1186 3.49981 14.2842 3.49982H17.3779C18.2738 3.50003 19 4.22693 19 5.12286C18.9999 5.79809 18.5868 6.37581 18 6.61993V7.99982C20.209 7.99982 21.9998 9.79082 22 11.9998C22 14.209 20.2091 15.9998 18 15.9998V17.4998C18 19.4328 16.433 20.9998 14.5 20.9998H8.5C6.567 20.9998 5 19.4328 5 17.4998V6.82892C4.4093 6.5479 4.00007 5.94749 4 5.24982C4.00023 4.28351 4.78364 3.49983 5.75 3.49982H6.76367C6.89755 3.4998 7.03153 3.49043 7.16406 3.4715L9.86328 3.08575ZM18 14.9998C19.6569 14.9998 21 13.6567 21 11.9998C20.9998 10.3431 19.6568 8.99982 18 8.99982V14.9998ZM10.9951 4.07599C10.6668 4.02909 10.3332 4.02909 10.0049 4.07599L7.30566 4.46173C7.12629 4.48735 6.94487 4.4998 6.76367 4.49982H5.75C5.33593 4.49983 5.00023 4.83579 5 5.24982C5.0001 5.66395 6.33585 5.99981 6.75 5.99982H5.5C6.88057 5.99982 8.99977 7.11934 9 8.49982V9.25C9 9.66421 9.33579 10 9.75 10C10.1642 10 10.5 9.66421 10.5 9.25V8.16583C10.5 7.23505 12.1978 5.69294 13.2188 5.8631L13.5605 5.91974C13.8225 5.9634 14.0918 5.9422 14.3438 5.85822L14.8447 5.69122C15.2558 5.5542 15.6971 5.5318 16.1201 5.62579L16.5273 5.71661C16.6135 5.73576 16.7018 5.74493 16.79 5.74493H17.3779C17.7214 5.74472 17.9998 5.46635 18 5.12286C18 4.77922 17.7215 4.50003 17.3779 4.49982H14.2842C14.0715 4.49981 13.859 4.48496 13.6484 4.4549L10.9951 4.07599Z",fill:"currentColor"})),v=a;export{a as IconBeer,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBeer/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 IconBeer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.86328 3.08575C10.2854 3.02545 10.7146 3.02545 11.1367 3.08575L13.7891 3.46466C13.9529 3.48807 14.1186 3.49981 14.2842 3.49982H17.3779C18.2738 3.50003 19 4.22693 19 5.12286C18.9999 5.79809 18.5868 6.37581 18 6.61993V7.99982C20.209 7.99982 21.9998 9.79082 22 11.9998C22 14.209 20.2091 15.9998 18 15.9998V17.4998C18 19.4328 16.433 20.9998 14.5 20.9998H8.5C6.567 20.9998 5 19.4328 5 17.4998V6.82892C4.4093 6.5479 4.00007 5.94749 4 5.24982C4.00023 4.28351 4.78364 3.49983 5.75 3.49982H6.76367C6.89755 3.4998 7.03153 3.49043 7.16406 3.4715L9.86328 3.08575ZM18 14.9998C19.6569 14.9998 21 13.6567 21 11.9998C20.9998 10.3431 19.6568 8.99982 18 8.99982V14.9998ZM10.9951 4.07599C10.6668 4.02909 10.3332 4.02909 10.0049 4.07599L7.30566 4.46173C7.12629 4.48735 6.94487 4.4998 6.76367 4.49982H5.75C5.33593 4.49983 5.00023 4.83579 5 5.24982C5.0001 5.66395 6.33585 5.99981 6.75 5.99982H5.5C6.88057 5.99982 8.99977 7.11934 9 8.49982V9.25C9 9.66421 9.33579 10 9.75 10C10.1642 10 10.5 9.66421 10.5 9.25V8.16583C10.5 7.23505 12.1978 5.69294 13.2188 5.8631L13.5605 5.91974C13.8225 5.9634 14.0918 5.9422 14.3438 5.85822L14.8447 5.69122C15.2558 5.5542 15.6971 5.5318 16.1201 5.62579L16.5273 5.71661C16.6135 5.73576 16.7018 5.74493 16.79 5.74493H17.3779C17.7214 5.74472 17.9998 5.46635 18 5.12286C18 4.77922 17.7215 4.50003 17.3779 4.49982H14.2842C14.0715 4.49981 13.859 4.48496 13.6484 4.4549L10.9951 4.07599Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBeer;\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,SAAS,UACT,SAAS,UACT,EAAE,g3CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBeer","props","React","CentralIconBase","IconBeer_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGlassWater: FC<CentralIconBaseProps>;
4
+ export default IconGlassWater;
@@ -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,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconGlassWater:()=>i,default:()=>g});module.exports=P(h);var p=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(m.Svg,{...e,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,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4996 3C19.6422 3.00013 19.7788 3.06138 19.8736 3.16797C19.9681 3.27459 20.0123 3.41704 19.9956 3.55859L18.3081 17.9092C18.1007 19.6716 16.6061 20.9998 14.8316 21H9.16752C7.3928 21 5.89844 19.6717 5.69096 17.9092L4.00346 3.55859C3.98679 3.41693 4.03084 3.27463 4.12553 3.16797C4.2204 3.06141 4.35687 3 4.49955 3H19.4996ZM5.63041 8.84375C7.84541 8.18267 10.0406 8.61355 12.0943 9.00879C14.2831 9.43002 16.3166 9.80693 18.3355 9.11426L18.938 4H5.06107L5.63041 8.84375Z",fill:"currentColor"})),g=i;0&&(module.exports={IconGlassWater});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlassWater/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 IconGlassWater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.4996 3C19.6422 3.00013 19.7788 3.06138 19.8736 3.16797C19.9681 3.27459 20.0123 3.41704 19.9956 3.55859L18.3081 17.9092C18.1007 19.6716 16.6061 20.9998 14.8316 21H9.16752C7.3928 21 5.89844 19.6717 5.69096 17.9092L4.00346 3.55859C3.98679 3.41693 4.03084 3.27463 4.12553 3.16797C4.2204 3.06141 4.35687 3 4.49955 3H19.4996ZM5.63041 8.84375C7.84541 8.18267 10.0406 8.61355 12.0943 9.00879C14.2831 9.43002 16.3166 9.80693 18.3355 9.11426L18.938 4H5.06107L5.63041 8.84375Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlassWater;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wdACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGlassWater_exports","__export","IconGlassWater","IconGlassWater_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlassWater","props","React","CentralIconBase","IconGlassWater_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4996 3C19.6422 3.00013 19.7788 3.06138 19.8736 3.16797C19.9681 3.27459 20.0123 3.41704 19.9956 3.55859L18.3081 17.9092C18.1007 19.6716 16.6061 20.9998 14.8316 21H9.16752C7.3928 21 5.89844 19.6717 5.69096 17.9092L4.00346 3.55859C3.98679 3.41693 4.03084 3.27463 4.12553 3.16797C4.2204 3.06141 4.35687 3 4.49955 3H19.4996ZM5.63041 8.84375C7.84541 8.18267 10.0406 8.61355 12.0943 9.00879C14.2831 9.43002 16.3166 9.80693 18.3355 9.11426L18.938 4H5.06107L5.63041 8.84375Z",fill:"currentColor"})),v=a;export{a as IconGlassWater,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlassWater/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 IconGlassWater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.4996 3C19.6422 3.00013 19.7788 3.06138 19.8736 3.16797C19.9681 3.27459 20.0123 3.41704 19.9956 3.55859L18.3081 17.9092C18.1007 19.6716 16.6061 20.9998 14.8316 21H9.16752C7.3928 21 5.89844 19.6717 5.69096 17.9092L4.00346 3.55859C3.98679 3.41693 4.03084 3.27463 4.12553 3.16797C4.2204 3.06141 4.35687 3 4.49955 3H19.4996ZM5.63041 8.84375C7.84541 8.18267 10.0406 8.61355 12.0943 9.00879C14.2831 9.43002 16.3166 9.80693 18.3355 9.11426L18.938 4H5.06107L5.63041 8.84375Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlassWater;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wdACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGlassWater","props","React","CentralIconBase","IconGlassWater_default"]}
package/README.md CHANGED
@@ -861,6 +861,7 @@ Below is a complete list of available icons:
861
861
  - IconAvocado
862
862
  - IconBanana
863
863
  - IconBananas
864
+ - IconBeer
864
865
  - IconBirthdayCake
865
866
  - IconBottle
866
867
  - IconBreakfast
@@ -883,6 +884,7 @@ Below is a complete list of available icons:
883
884
  - IconFork
884
885
  - IconForkKnife
885
886
  - IconForkSpoon
887
+ - IconGlassWater
886
888
  - IconHotDrinkCup
887
889
  - IconIcebowl
888
890
  - IconOrange
@@ -3066,6 +3066,20 @@
3066
3066
  "packageName": "round-filled-radius-3-stroke-1",
3067
3067
  "componentName": "IconBee"
3068
3068
  },
3069
+ {
3070
+ "category": "Food",
3071
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.86328 3.08575C10.2854 3.02545 10.7146 3.02545 11.1367 3.08575L13.7891 3.46466C13.9529 3.48807 14.1186 3.49981 14.2842 3.49982H17.3779C18.2738 3.50003 19 4.22693 19 5.12286C18.9999 5.79809 18.5868 6.37581 18 6.61993V7.99982C20.209 7.99982 21.9998 9.79082 22 11.9998C22 14.209 20.2091 15.9998 18 15.9998V17.4998C18 19.4328 16.433 20.9998 14.5 20.9998H8.5C6.567 20.9998 5 19.4328 5 17.4998V6.82892C4.4093 6.5479 4.00007 5.94749 4 5.24982C4.00023 4.28351 4.78364 3.49983 5.75 3.49982H6.76367C6.89755 3.4998 7.03153 3.49043 7.16406 3.4715L9.86328 3.08575ZM18 14.9998C19.6569 14.9998 21 13.6567 21 11.9998C20.9998 10.3431 19.6568 8.99982 18 8.99982V14.9998ZM10.9951 4.07599C10.6668 4.02909 10.3332 4.02909 10.0049 4.07599L7.30566 4.46173C7.12629 4.48735 6.94487 4.4998 6.76367 4.49982H5.75C5.33593 4.49983 5.00023 4.83579 5 5.24982C5.0001 5.66395 6.33585 5.99981 6.75 5.99982H5.5C6.88057 5.99982 8.99977 7.11934 9 8.49982V9.25C9 9.66421 9.33579 10 9.75 10C10.1642 10 10.5 9.66421 10.5 9.25V8.16583C10.5 7.23505 12.1978 5.69294 13.2188 5.8631L13.5605 5.91974C13.8225 5.9634 14.0918 5.9422 14.3438 5.85822L14.8447 5.69122C15.2558 5.5542 15.6971 5.5318 16.1201 5.62579L16.5273 5.71661C16.6135 5.73576 16.7018 5.74493 16.79 5.74493H17.3779C17.7214 5.74472 17.9998 5.46635 18 5.12286C18 4.77922 17.7215 4.50003 17.3779 4.49982H14.2842C14.0715 4.49981 13.859 4.48496 13.6484 4.4549L10.9951 4.07599Z\" fill=\"currentColor\"/>",
3072
+ "iconName": "beer, cheers",
3073
+ "variant": {
3074
+ "join": "round",
3075
+ "filled": "on",
3076
+ "radius": "3",
3077
+ "stroke": "1"
3078
+ },
3079
+ "createdAt": "2026-03-13T10:00:43.666095+00:00",
3080
+ "packageName": "round-filled-radius-3-stroke-1",
3081
+ "componentName": "IconBeer"
3082
+ },
3069
3083
  {
3070
3084
  "category": "Social Media & Brands",
3071
3085
  "svg": "<path d=\"M7.36803 4.75127C7.96248 4.74024 8.55607 4.80112 9.13587 4.93259C9.62404 5.03906 10.0875 5.23718 10.5017 5.51643C10.8842 5.7941 11.1868 6.16742 11.3793 6.59889C11.6004 7.12946 11.7071 7.70063 11.6923 8.27516C11.7175 8.90601 11.5562 9.53029 11.2286 10.0702C10.884 10.5801 10.4076 10.9874 9.85009 11.2488C10.6067 11.4525 11.2658 11.9193 11.7087 12.5651C12.1339 13.2494 12.3476 14.0438 12.3231 14.8488C12.3371 15.4907 12.2042 16.1272 11.9347 16.71C11.6855 17.2184 11.3206 17.6615 10.8692 18.0037C10.4045 18.3422 9.88162 18.5927 9.32645 18.7426C8.75072 18.9017 8.15596 18.9816 7.55861 18.9801H1V4.75127H7.36803ZM6.9896 10.5063C7.45666 10.5255 7.91643 10.3858 8.2937 10.1101C8.47438 9.94941 8.61493 9.74873 8.70412 9.5241C8.79331 9.29947 8.82866 9.05711 8.80735 8.81639C8.81944 8.53525 8.76341 8.25534 8.644 8.00047C8.54271 7.79754 8.38522 7.62793 8.19024 7.51182C7.99276 7.384 7.77089 7.2985 7.53865 7.2607C7.28666 7.21193 7.03024 7.18975 6.77361 7.19451H3.9712V10.519H6.9896V10.5063ZM7.15295 16.5641C7.43541 16.5679 7.71729 16.5374 7.9924 16.4734C8.24382 16.4179 8.48226 16.3148 8.69482 16.1697C8.90306 16.0246 9.0713 15.8294 9.18397 15.6022C9.31462 15.3124 9.37464 14.9958 9.35912 14.6784C9.38745 14.3891 9.34909 14.0972 9.247 13.825C9.14491 13.5528 8.98179 13.3076 8.77014 13.1082C8.32156 12.7781 7.77182 12.6146 7.21557 12.6458H3.9712V16.5641H7.15295Z\" fill=\"currentColor\"/><path d=\"M16.5548 16.5115C16.788 16.7274 17.0627 16.8937 17.3623 17.0003C17.6618 17.1069 17.9799 17.1516 18.2972 17.1316C18.8003 17.1443 19.2936 16.9914 19.7012 16.6964C20.0327 16.4811 20.2838 16.1624 20.4154 15.7898H22.7849C22.5324 16.8504 21.9159 17.789 21.0425 18.4425C20.2046 18.9981 19.2144 19.2794 18.2092 19.2476C17.4918 19.257 16.7798 19.1222 16.1156 18.8514C15.5147 18.601 14.9758 18.2226 14.5365 17.7426C14.0989 17.2396 13.7627 16.6569 13.5464 16.0265C13.3036 15.3218 13.1848 14.5804 13.1952 13.8352C13.1908 13.1026 13.3136 12.3747 13.5582 11.6839C13.8868 10.7122 14.5151 9.86939 15.353 9.27652C16.1909 8.68366 17.1952 8.37119 18.2219 8.38395C18.9799 8.36813 19.7295 8.54534 20.4 8.89889C21.006 9.23089 21.5288 9.69583 21.9291 10.2588C22.3386 10.8495 22.632 11.5124 22.794 12.2125C22.9716 12.9642 23.0349 13.7383 22.9818 14.5088H15.9241C15.8669 15.2328 16.093 15.9507 16.5548 16.5115ZM19.6513 11.1001C19.4538 10.9027 19.2162 10.75 18.9546 10.6521C18.693 10.5542 18.4135 10.5134 18.1348 10.5326C17.7651 10.5185 17.398 10.6003 17.0694 10.7701C16.8088 10.9134 16.5788 11.1062 16.3924 11.3376C16.2271 11.5546 16.104 11.8006 16.0294 12.0629C15.9621 12.2816 15.9201 12.5073 15.9041 12.7356H20.2756C20.2375 12.1405 20.0206 11.5708 19.6531 11.101L19.6513 11.1001Z\" fill=\"currentColor\"/><path d=\"M20.8183 5.70136H15.3406V7.10022H20.8183V5.70136Z\" fill=\"currentColor\"/>",
@@ -3825,7 +3839,7 @@
3825
3839
  {
3826
3840
  "category": "Food",
3827
3841
  "svg": "<path d=\"M10 1C9.72386 1 9.5 1.22386 9.5 1.5C9.5 1.77614 9.72386 2 10 2V6C10 6.78689 9.62951 7.52786 9 8L7.4 9.2C6.51868 9.86099 6 10.8983 6 12V19.5C6 21.433 7.567 23 9.5 23H14.5C16.433 23 18 21.433 18 19.5V12C18 10.8983 17.4813 9.86099 16.6 9.2L15 8C14.3705 7.52786 14 6.78689 14 6V2C14.2761 2 14.5 1.77614 14.5 1.5C14.5 1.22386 14.2761 1 14 1H10Z\" fill=\"currentColor\"/>",
3828
- "iconName": "bottle",
3842
+ "iconName": "bottle, wine, campaign",
3829
3843
  "variant": {
3830
3844
  "join": "round",
3831
3845
  "filled": "on",
@@ -12250,6 +12264,20 @@
12250
12264
  "packageName": "round-filled-radius-3-stroke-1",
12251
12265
  "componentName": "IconGlass"
12252
12266
  },
12267
+ {
12268
+ "category": "Food",
12269
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.4996 3C19.6422 3.00013 19.7788 3.06138 19.8736 3.16797C19.9681 3.27459 20.0123 3.41704 19.9956 3.55859L18.3081 17.9092C18.1007 19.6716 16.6061 20.9998 14.8316 21H9.16752C7.3928 21 5.89844 19.6717 5.69096 17.9092L4.00346 3.55859C3.98679 3.41693 4.03084 3.27463 4.12553 3.16797C4.2204 3.06141 4.35687 3 4.49955 3H19.4996ZM5.63041 8.84375C7.84541 8.18267 10.0406 8.61355 12.0943 9.00879C14.2831 9.43002 16.3166 9.80693 18.3355 9.11426L18.938 4H5.06107L5.63041 8.84375Z\" fill=\"currentColor\"/>",
12270
+ "iconName": "glass-water, drink",
12271
+ "variant": {
12272
+ "join": "round",
12273
+ "filled": "on",
12274
+ "radius": "3",
12275
+ "stroke": "1"
12276
+ },
12277
+ "createdAt": "2026-03-13T10:00:43.666095+00:00",
12278
+ "packageName": "round-filled-radius-3-stroke-1",
12279
+ "componentName": "IconGlassWater"
12280
+ },
12253
12281
  {
12254
12282
  "category": "Location",
12255
12283
  "svg": "<path d=\"M2.01172 11.4999H7.50425C7.55471 8.88748 7.99882 6.51304 8.70676 4.74318C9.08264 3.8035 9.54271 3.0095 10.0792 2.44224C10.1872 2.32799 10.2998 2.2216 10.4166 2.12452C5.80637 2.85765 2.24603 6.74151 2.01172 11.4999Z\" fill=\"currentColor\"/><path d=\"M2.01172 12.4999C2.24603 17.2584 5.80637 21.1422 10.4166 21.8754C10.2998 21.7783 10.1872 21.6719 10.0792 21.5577C9.54271 20.9904 9.08264 20.1964 8.70676 19.2567C7.99882 17.4868 7.55471 15.1124 7.50425 12.4999H2.01172Z\" fill=\"currentColor\"/><path d=\"M13.5823 21.8754C18.1925 21.1423 21.7528 17.2584 21.9872 12.4999H16.4946C16.4441 15.1124 16 17.4868 15.2921 19.2567C14.9162 20.1964 14.4561 20.9904 13.9197 21.5577C13.8116 21.6719 13.6991 21.7783 13.5823 21.8754Z\" fill=\"currentColor\"/><path d=\"M21.9872 11.4999C21.7528 6.7415 18.1925 2.85764 13.5823 2.12451C13.6991 2.22159 13.8116 2.32799 13.9197 2.44224C14.4561 3.0095 14.9162 3.8035 15.2921 4.74318C16 6.51304 16.4441 8.88748 16.4946 11.4999H21.9872Z\" fill=\"currentColor\"/><path d=\"M13.1931 3.12935C12.7735 2.68561 12.3699 2.49995 11.9994 2.49995C11.6289 2.49995 11.2254 2.68561 10.8057 3.12935C10.3851 3.57415 9.98322 4.24461 9.63524 5.11457C8.98333 6.74434 8.55491 8.98758 8.50444 11.4999H15.4944C15.4439 8.98758 15.0155 6.74434 14.3636 5.11457C14.0156 4.24461 13.6138 3.57415 13.1931 3.12935Z\" fill=\"currentColor\"/><path d=\"M14.3636 18.8853C15.0155 17.2556 15.4439 15.0123 15.4944 12.4999H8.50444C8.55491 15.0123 8.98333 17.2556 9.63524 18.8853C9.98322 19.7553 10.3851 20.4257 10.8057 20.8705C11.2254 21.3143 11.6289 21.4999 11.9994 21.4999C12.3699 21.4999 12.7735 21.3143 13.1931 20.8705C13.6138 20.4257 14.0156 19.7553 14.3636 18.8853Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -218,6 +218,7 @@ export type CentralIconName =
218
218
  | "IconBean"
219
219
  | "IconBed"
220
220
  | "IconBee"
221
+ | "IconBeer"
221
222
  | "IconBehance"
222
223
  | "IconBell"
223
224
  | "IconBell2"
@@ -874,6 +875,7 @@ export type CentralIconName =
874
875
  | "IconGit"
875
876
  | "IconGithub"
876
877
  | "IconGlass"
878
+ | "IconGlassWater"
877
879
  | "IconGlobe"
878
880
  | "IconGlobe2"
879
881
  | "IconGoatHead"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
3
- "version": "1.1.155",
3
+ "version": "1.1.156",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1849,
14
+ "totalIcons": 1851,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -752,13 +752,14 @@
752
752
  ]
753
753
  },
754
754
  "Food": {
755
- "count": 44,
755
+ "count": 46,
756
756
  "icons": [
757
757
  "IconAppleNewton",
758
758
  "IconApples",
759
759
  "IconAvocado",
760
760
  "IconBanana",
761
761
  "IconBananas",
762
+ "IconBeer",
762
763
  "IconBirthdayCake",
763
764
  "IconBottle",
764
765
  "IconBreakfast",
@@ -781,6 +782,7 @@
781
782
  "IconFork",
782
783
  "IconForkKnife",
783
784
  "IconForkSpoon",
785
+ "IconGlassWater",
784
786
  "IconHotDrinkCup",
785
787
  "IconIcebowl",
786
788
  "IconOrange",
@@ -2270,6 +2272,7 @@
2270
2272
  "IconBean": "bean, java",
2271
2273
  "IconBed": "bed",
2272
2274
  "IconBee": "bee, fly",
2275
+ "IconBeer": "beer, cheers",
2273
2276
  "IconBehance": "behance",
2274
2277
  "IconBell": "bell, notification, activity, alert",
2275
2278
  "IconBell2": "bell-2, notification, activity, alert",
@@ -2324,7 +2327,7 @@
2324
2327
  "IconBooleanGroupSubstract2": "boolean-group-substract-2",
2325
2328
  "IconBooleanGroupUnion": "boolean-group-union",
2326
2329
  "IconBooleanGroupUnion2": "boolean-group-union-2",
2327
- "IconBottle": "bottle",
2330
+ "IconBottle": "bottle, wine, campaign",
2328
2331
  "IconBowling": "bowling",
2329
2332
  "IconBox2": "box-2, inbox, archive, tray, shelf",
2330
2333
  "IconBox2AltFill": "box-2-alt-fill, inbox, archive, tray, shelf",
@@ -2926,6 +2929,7 @@
2926
2929
  "IconGit": "git",
2927
2930
  "IconGithub": "github",
2928
2931
  "IconGlass": "glass, material, shader, liquid-glass",
2932
+ "IconGlassWater": "glass-water, drink",
2929
2933
  "IconGlobe": "globe, network, translate",
2930
2934
  "IconGlobe2": "globe-2, network, translate",
2931
2935
  "IconGoatHead": "goat-head, goated",
package/index.d.ts CHANGED
@@ -217,6 +217,7 @@ export { IconBaymax, default as IconBaymaxDefault } from "./IconBaymax";
217
217
  export { IconBean, default as IconBeanDefault } from "./IconBean";
218
218
  export { IconBed, default as IconBedDefault } from "./IconBed";
219
219
  export { IconBee, default as IconBeeDefault } from "./IconBee";
220
+ export { IconBeer, default as IconBeerDefault } from "./IconBeer";
220
221
  export { IconBehance, default as IconBehanceDefault } from "./IconBehance";
221
222
  export { IconBell, default as IconBellDefault } from "./IconBell";
222
223
  export { IconBell2, default as IconBell2Default } from "./IconBell2";
@@ -873,6 +874,7 @@ export { IconGiroCards, default as IconGiroCardsDefault, } from "./IconGiroCards
873
874
  export { IconGit, default as IconGitDefault } from "./IconGit";
874
875
  export { IconGithub, default as IconGithubDefault } from "./IconGithub";
875
876
  export { IconGlass, default as IconGlassDefault } from "./IconGlass";
877
+ export { IconGlassWater, default as IconGlassWaterDefault, } from "./IconGlassWater";
876
878
  export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
877
879
  export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
878
880
  export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";