@central-icons-react-native/square-outlined-radius-0-stroke-2 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 n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!h.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconBeer:()=>i,default:()=>P});module.exports=L(g);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M5 7.5V20H17V7.5",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M8.00036 9.50004V8.50004C8.00036 7.94775 7.55264 7.50004 7.00036 7.50004H5.98733C5.37072 7.50004 4.79492 7.19188 4.45289 6.67883L4.41394 6.62041C4.15053 6.2253 4.06602 5.7374 4.18119 5.27671C4.36877 4.5264 5.04292 4.00004 5.81632 4.00004H6.79179C6.93066 4.00004 7.06936 3.99018 7.20683 3.97054L9.93467 3.58085C10.3099 3.52725 10.6908 3.52725 11.066 3.58085L13.7189 3.95984C13.9063 3.9866 14.0954 4.00004 14.2846 4.00004H16.0134C16.63 4.00004 17.2058 4.3082 17.5478 4.82125L17.6496 4.97396C17.873 5.30902 17.9447 5.72276 17.847 6.11343C17.6556 6.87923 16.8796 7.34484 16.1138 7.15339L15.9514 7.1128C15.6568 7.03916 15.3473 7.05104 15.0593 7.14707L14.5019 7.33285C14.1725 7.44264 13.8213 7.4702 13.4789 7.41312L13.1364 7.35605C12.0182 7.16969 11.0004 8.03197 11.0004 9.16556V9.50004C11.0004 10.3285 10.3288 11 9.50036 11C8.67193 11 8.00036 10.3285 8.00036 9.50004Z",stroke:"currentColor",strokeWidth:"2"})),P=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 d=\"M5 7.5V20H17V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00036 9.50004V8.50004C8.00036 7.94775 7.55264 7.50004 7.00036 7.50004H5.98733C5.37072 7.50004 4.79492 7.19188 4.45289 6.67883L4.41394 6.62041C4.15053 6.2253 4.06602 5.7374 4.18119 5.27671C4.36877 4.5264 5.04292 4.00004 5.81632 4.00004H6.79179C6.93066 4.00004 7.06936 3.99018 7.20683 3.97054L9.93467 3.58085C10.3099 3.52725 10.6908 3.52725 11.066 3.58085L13.7189 3.95984C13.9063 3.9866 14.0954 4.00004 14.2846 4.00004H16.0134C16.63 4.00004 17.2058 4.3082 17.5478 4.82125L17.6496 4.97396C17.873 5.30902 17.9447 5.72276 17.847 6.11343C17.6556 6.87923 16.8796 7.34484 16.1138 7.15339L15.9514 7.1128C15.6568 7.03916 15.3473 7.05104 15.0593 7.14707L14.5019 7.33285C14.1725 7.44264 13.8213 7.4702 13.4789 7.41312L13.1364 7.35605C12.0182 7.16969 11.0004 8.03197 11.0004 9.16556V9.50004C11.0004 10.3285 10.3288 11 9.50036 11C8.67193 11 8.00036 10.3285 8.00036 9.50004Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,i2BACF,OAAO,eACP,YAAY,IACd,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var C=({children:t,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(C,{...t},o.createElement(e,{d:"M5 7.5V20H17V7.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8.00036 9.50004V8.50004C8.00036 7.94775 7.55264 7.50004 7.00036 7.50004H5.98733C5.37072 7.50004 4.79492 7.19188 4.45289 6.67883L4.41394 6.62041C4.15053 6.2253 4.06602 5.7374 4.18119 5.27671C4.36877 4.5264 5.04292 4.00004 5.81632 4.00004H6.79179C6.93066 4.00004 7.06936 3.99018 7.20683 3.97054L9.93467 3.58085C10.3099 3.52725 10.6908 3.52725 11.066 3.58085L13.7189 3.95984C13.9063 3.9866 14.0954 4.00004 14.2846 4.00004H16.0134C16.63 4.00004 17.2058 4.3082 17.5478 4.82125L17.6496 4.97396C17.873 5.30902 17.9447 5.72276 17.847 6.11343C17.6556 6.87923 16.8796 7.34484 16.1138 7.15339L15.9514 7.1128C15.6568 7.03916 15.3473 7.05104 15.0593 7.14707L14.5019 7.33285C14.1725 7.44264 13.8213 7.4702 13.4789 7.41312L13.1364 7.35605C12.0182 7.16969 11.0004 8.03197 11.0004 9.16556V9.50004C11.0004 10.3285 10.3288 11 9.50036 11C8.67193 11 8.00036 10.3285 8.00036 9.50004Z",stroke:"currentColor",strokeWidth:"2"})),h=a;export{a as IconBeer,h 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 d=\"M5 7.5V20H17V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00036 9.50004V8.50004C8.00036 7.94775 7.55264 7.50004 7.00036 7.50004H5.98733C5.37072 7.50004 4.79492 7.19188 4.45289 6.67883L4.41394 6.62041C4.15053 6.2253 4.06602 5.7374 4.18119 5.27671C4.36877 4.5264 5.04292 4.00004 5.81632 4.00004H6.79179C6.93066 4.00004 7.06936 3.99018 7.20683 3.97054L9.93467 3.58085C10.3099 3.52725 10.6908 3.52725 11.066 3.58085L13.7189 3.95984C13.9063 3.9866 14.0954 4.00004 14.2846 4.00004H16.0134C16.63 4.00004 17.2058 4.3082 17.5478 4.82125L17.6496 4.97396C17.873 5.30902 17.9447 5.72276 17.847 6.11343C17.6556 6.87923 16.8796 7.34484 16.1138 7.15339L15.9514 7.1128C15.6568 7.03916 15.3473 7.05104 15.0593 7.14707L14.5019 7.33285C14.1725 7.44264 13.8213 7.4702 13.4789 7.41312L13.1364 7.35605C12.0182 7.16969 11.0004 8.03197 11.0004 9.16556V9.50004C11.0004 10.3285 10.3288 11 9.50036 11C8.67193 11 8.00036 10.3285 8.00036 9.50004Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,i2BACF,OAAO,eACP,YAAY,IACd,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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconGlassWater:()=>i,default:()=>h});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M19 4H5L7 20H17L19 4Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M6 9.99993C10 8.49985 14 11.5 18 9.99993",stroke:"currentColor",strokeWidth:"2"})),h=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 d=\"M19 4H5L7 20H17L19 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 9.99993C10 8.49985 14 11.5 18 9.99993\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,2CACF,OAAO,eACP,YAAY,IACd,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 s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,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 n}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19 4H5L7 20H17L19 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M6 9.99993C10 8.49985 14 11.5 18 9.99993",stroke:"currentColor",strokeWidth:"2"})),P=C;export{C as IconGlassWater,P 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 d=\"M19 4H5L7 20H17L19 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 9.99993C10 8.49985 14 11.5 18 9.99993\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,CAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,2CACF,OAAO,eACP,YAAY,IACd,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": "square-outlined-radius-0-stroke-2",
3067
3067
  "componentName": "IconBee"
3068
3068
  },
3069
+ {
3070
+ "category": "Food",
3071
+ "svg": "<path d=\"M5 7.5V20H17V7.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.00036 9.50004V8.50004C8.00036 7.94775 7.55264 7.50004 7.00036 7.50004H5.98733C5.37072 7.50004 4.79492 7.19188 4.45289 6.67883L4.41394 6.62041C4.15053 6.2253 4.06602 5.7374 4.18119 5.27671C4.36877 4.5264 5.04292 4.00004 5.81632 4.00004H6.79179C6.93066 4.00004 7.06936 3.99018 7.20683 3.97054L9.93467 3.58085C10.3099 3.52725 10.6908 3.52725 11.066 3.58085L13.7189 3.95984C13.9063 3.9866 14.0954 4.00004 14.2846 4.00004H16.0134C16.63 4.00004 17.2058 4.3082 17.5478 4.82125L17.6496 4.97396C17.873 5.30902 17.9447 5.72276 17.847 6.11343C17.6556 6.87923 16.8796 7.34484 16.1138 7.15339L15.9514 7.1128C15.6568 7.03916 15.3473 7.05104 15.0593 7.14707L14.5019 7.33285C14.1725 7.44264 13.8213 7.4702 13.4789 7.41312L13.1364 7.35605C12.0182 7.16969 11.0004 8.03197 11.0004 9.16556V9.50004C11.0004 10.3285 10.3288 11 9.50036 11C8.67193 11 8.00036 10.3285 8.00036 9.50004Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
3072
+ "iconName": "beer, cheers",
3073
+ "variant": {
3074
+ "join": "square",
3075
+ "filled": "off",
3076
+ "radius": "0",
3077
+ "stroke": "2"
3078
+ },
3079
+ "createdAt": "2026-03-13T10:00:43.666095+00:00",
3080
+ "packageName": "square-outlined-radius-0-stroke-2",
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=\"M14 2V7L17 10V22H7V10L10 7V2H14ZM14 2H14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M10 2H9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
3828
- "iconName": "bottle",
3842
+ "iconName": "bottle, wine, campaign",
3829
3843
  "variant": {
3830
3844
  "join": "square",
3831
3845
  "filled": "off",
@@ -12250,6 +12264,20 @@
12250
12264
  "packageName": "square-outlined-radius-0-stroke-2",
12251
12265
  "componentName": "IconGlass"
12252
12266
  },
12267
+ {
12268
+ "category": "Food",
12269
+ "svg": "<path d=\"M19 4H5L7 20H17L19 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 9.99993C10 8.49985 14 11.5 18 9.99993\" stroke=\"currentColor\" stroke-width=\"2\"/>",
12270
+ "iconName": "glass-water, drink",
12271
+ "variant": {
12272
+ "join": "square",
12273
+ "filled": "off",
12274
+ "radius": "0",
12275
+ "stroke": "2"
12276
+ },
12277
+ "createdAt": "2026-03-13T10:00:43.666095+00:00",
12278
+ "packageName": "square-outlined-radius-0-stroke-2",
12279
+ "componentName": "IconGlassWater"
12280
+ },
12253
12281
  {
12254
12282
  "category": "Location",
12255
12283
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 21C10.067 21 8.5 16.9706 8.5 12C8.5 7.02944 10.067 3 12 3C13.933 3 15.5 7.02944 15.5 12C15.5 16.9706 13.933 21 12 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M21 12H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.155",
3
+ "version": "1.1.156",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";