@central-icons-react-native/round-outlined-radius-2-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.
- package/IconBeer/index.d.ts +4 -0
- package/IconBeer/index.js +2 -0
- package/IconBeer/index.js.map +1 -0
- package/IconBeer/index.mjs +2 -0
- package/IconBeer/index.mjs.map +1 -0
- package/IconGlassWater/index.d.ts +4 -0
- package/IconGlassWater/index.js +2 -0
- package/IconGlassWater/index.js.map +1 -0
- package/IconGlassWater/index.mjs +2 -0
- package/IconGlassWater/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(k(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconBeer:()=>l,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),L=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(L.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 p=require("react-native-svg"),l=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M5.5 6.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H15.5C16.6046 20.5 17.5 19.6046 17.5 18.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M17.5 8.5H18C19.933 8.5 21.5 10.067 21.5 12C21.5 13.933 19.933 15.5 18 15.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M8.50009 9.50005L8.50006 8.49988C8.50003 7.39535 7.60465 6.49992 6.50012 6.49992L5.75007 6.49995C5.05968 6.49998 4.5 5.94032 4.5 5.24993C4.5 4.55957 5.05965 3.99992 5.75002 3.99992H6.76333C6.92099 3.99992 7.07845 3.98873 7.23452 3.96643L9.93443 3.58073C10.3097 3.52713 10.6906 3.52713 11.0658 3.58073L13.7187 3.95972C13.9061 3.98648 14.0951 3.99992 14.2844 3.99992H17.3775C17.9975 3.99992 18.5 4.50246 18.5 5.12239C18.5 5.74231 17.9975 6.24485 17.3775 6.24485H16.79C16.6653 6.24485 16.5409 6.2312 16.4191 6.20414L16.0113 6.11352C15.6768 6.03919 15.3284 6.05716 15.0033 6.16552L14.5017 6.33273C14.1723 6.44252 13.8211 6.47008 13.4786 6.413L13.1362 6.35593C12.018 6.16957 10.5001 7.03185 10.5001 8.16544L10.5001 9.50007C10.5 10.0523 10.0523 10.5 9.50007 10.5C8.94781 10.5 8.5001 10.0523 8.50009 9.50005Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;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 d=\"M5.5 6.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H15.5C16.6046 20.5 17.5 19.6046 17.5 18.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 8.5H18C19.933 8.5 21.5 10.067 21.5 12C21.5 13.933 19.933 15.5 18 15.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.50009 9.50005L8.50006 8.49988C8.50003 7.39535 7.60465 6.49992 6.50012 6.49992L5.75007 6.49995C5.05968 6.49998 4.5 5.94032 4.5 5.24993C4.5 4.55957 5.05965 3.99992 5.75002 3.99992H6.76333C6.92099 3.99992 7.07845 3.98873 7.23452 3.96643L9.93443 3.58073C10.3097 3.52713 10.6906 3.52713 11.0658 3.58073L13.7187 3.95972C13.9061 3.98648 14.0951 3.99992 14.2844 3.99992H17.3775C17.9975 3.99992 18.5 4.50246 18.5 5.12239C18.5 5.74231 17.9975 6.24485 17.3775 6.24485H16.79C16.6653 6.24485 16.5409 6.2312 16.4191 6.20414L16.0113 6.11352C15.6768 6.03919 15.3284 6.05716 15.0033 6.16552L14.5017 6.33273C14.1723 6.44252 13.8211 6.47008 13.4786 6.413L13.1362 6.35593C12.018 6.16957 10.5001 7.03185 10.5001 8.16544L10.5001 9.50007C10.5 10.0523 10.0523 10.5 9.50007 10.5C8.94781 10.5 8.5001 10.0523 8.50009 9.50005Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,+FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oyBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M5.5 6.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H15.5C16.6046 20.5 17.5 19.6046 17.5 18.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.5 8.5H18C19.933 8.5 21.5 10.067 21.5 12C21.5 13.933 19.933 15.5 18 15.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.50009 9.50005L8.50006 8.49988C8.50003 7.39535 7.60465 6.49992 6.50012 6.49992L5.75007 6.49995C5.05968 6.49998 4.5 5.94032 4.5 5.24993C4.5 4.55957 5.05965 3.99992 5.75002 3.99992H6.76333C6.92099 3.99992 7.07845 3.98873 7.23452 3.96643L9.93443 3.58073C10.3097 3.52713 10.6906 3.52713 11.0658 3.58073L13.7187 3.95972C13.9061 3.98648 14.0951 3.99992 14.2844 3.99992H17.3775C17.9975 3.99992 18.5 4.50246 18.5 5.12239C18.5 5.74231 17.9975 6.24485 17.3775 6.24485H16.79C16.6653 6.24485 16.5409 6.2312 16.4191 6.20414L16.0113 6.11352C15.6768 6.03919 15.3284 6.05716 15.0033 6.16552L14.5017 6.33273C14.1723 6.44252 13.8211 6.47008 13.4786 6.413L13.1362 6.35593C12.018 6.16957 10.5001 7.03185 10.5001 8.16544L10.5001 9.50007C10.5 10.0523 10.0523 10.5 9.50007 10.5C8.94781 10.5 8.5001 10.0523 8.50009 9.50005Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconBeer,B 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 d=\"M5.5 6.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H15.5C16.6046 20.5 17.5 19.6046 17.5 18.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 8.5H18C19.933 8.5 21.5 10.067 21.5 12C21.5 13.933 19.933 15.5 18 15.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.50009 9.50005L8.50006 8.49988C8.50003 7.39535 7.60465 6.49992 6.50012 6.49992L5.75007 6.49995C5.05968 6.49998 4.5 5.94032 4.5 5.24993C4.5 4.55957 5.05965 3.99992 5.75002 3.99992H6.76333C6.92099 3.99992 7.07845 3.98873 7.23452 3.96643L9.93443 3.58073C10.3097 3.52713 10.6906 3.52713 11.0658 3.58073L13.7187 3.95972C13.9061 3.98648 14.0951 3.99992 14.2844 3.99992H17.3775C17.9975 3.99992 18.5 4.50246 18.5 5.12239C18.5 5.74231 17.9975 6.24485 17.3775 6.24485H16.79C16.6653 6.24485 16.5409 6.2312 16.4191 6.20414L16.0113 6.11352C15.6768 6.03919 15.3284 6.05716 15.0033 6.16552L14.5017 6.33273C14.1723 6.44252 13.8211 6.47008 13.4786 6.413L13.1362 6.35593C12.018 6.16957 10.5001 7.03185 10.5001 8.16544L10.5001 9.50007C10.5 10.0523 10.0523 10.5 9.50007 10.5C8.94781 10.5 8.5001 10.0523 8.50009 9.50005Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,+FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oyBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBeer","props","React","CentralIconBase","IconBeer_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(t({},"__esModule",{value:!0}),r);var L={};P(L,{IconGlassWater:()=>u,default:()=>k});module.exports=g(L);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.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 s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M19.5 3.5H4.5L6.2922 18.7337C6.4107 19.7409 7.26433 20.5 8.2785 20.5H15.7215C16.7357 20.5 17.5893 19.7409 17.7078 18.7337L19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M5.25 9.49999C9.75 7.76796 14.25 11.2321 18.75 9.49999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;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 d=\"M19.5 3.5H4.5L6.2922 18.7337C6.4107 19.7409 7.26433 20.5 8.2785 20.5H15.7215C16.7357 20.5 17.5893 19.7409 17.7078 18.7337L19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.25 9.49999C9.75 7.76796 14.25 11.2321 18.75 9.49999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,sIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({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 t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M19.5 3.5H4.5L6.2922 18.7337C6.4107 19.7409 7.26433 20.5 8.2785 20.5H15.7215C16.7357 20.5 17.5893 19.7409 17.7078 18.7337L19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M5.25 9.49999C9.75 7.76796 14.25 11.2321 18.75 9.49999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=C;export{C as IconGlassWater,x 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 d=\"M19.5 3.5H4.5L6.2922 18.7337C6.4107 19.7409 7.26433 20.5 8.2785 20.5H15.7215C16.7357 20.5 17.5893 19.7409 17.7078 18.7337L19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.25 9.49999C9.75 7.76796 14.25 11.2321 18.75 9.49999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,sIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -3066,6 +3066,20 @@
|
|
|
3066
3066
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
3067
3067
|
"componentName": "IconBee"
|
|
3068
3068
|
},
|
|
3069
|
+
{
|
|
3070
|
+
"category": "Food",
|
|
3071
|
+
"svg": "<path d=\"M5.5 6.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H15.5C16.6046 20.5 17.5 19.6046 17.5 18.5V6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 8.5H18C19.933 8.5 21.5 10.067 21.5 12C21.5 13.933 19.933 15.5 18 15.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.50009 9.50005L8.50006 8.49988C8.50003 7.39535 7.60465 6.49992 6.50012 6.49992L5.75007 6.49995C5.05968 6.49998 4.5 5.94032 4.5 5.24993C4.5 4.55957 5.05965 3.99992 5.75002 3.99992H6.76333C6.92099 3.99992 7.07845 3.98873 7.23452 3.96643L9.93443 3.58073C10.3097 3.52713 10.6906 3.52713 11.0658 3.58073L13.7187 3.95972C13.9061 3.98648 14.0951 3.99992 14.2844 3.99992H17.3775C17.9975 3.99992 18.5 4.50246 18.5 5.12239C18.5 5.74231 17.9975 6.24485 17.3775 6.24485H16.79C16.6653 6.24485 16.5409 6.2312 16.4191 6.20414L16.0113 6.11352C15.6768 6.03919 15.3284 6.05716 15.0033 6.16552L14.5017 6.33273C14.1723 6.44252 13.8211 6.47008 13.4786 6.413L13.1362 6.35593C12.018 6.16957 10.5001 7.03185 10.5001 8.16544L10.5001 9.50007C10.5 10.0523 10.0523 10.5 9.50007 10.5C8.94781 10.5 8.5001 10.0523 8.50009 9.50005Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3072
|
+
"iconName": "beer, cheers",
|
|
3073
|
+
"variant": {
|
|
3074
|
+
"join": "round",
|
|
3075
|
+
"filled": "off",
|
|
3076
|
+
"radius": "2",
|
|
3077
|
+
"stroke": "1"
|
|
3078
|
+
},
|
|
3079
|
+
"createdAt": "2026-03-13T10:00:43.666095+00:00",
|
|
3080
|
+
"packageName": "round-outlined-radius-2-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.5 6.5V3C10.5 2.17157 11.1716 1.5 12 1.5C12.8284 1.5 13.5 2.17157 13.5 3V6.5C13.5 7.12951 13.7964 7.72229 14.3 8.1L16.7 9.9C17.2036 10.2777 17.5 10.8705 17.5 11.5V20.5C17.5 21.6046 16.6046 22.5 15.5 22.5H8.5C7.39543 22.5 6.5 21.6046 6.5 20.5V11.5C6.5 10.8705 6.79639 10.2777 7.3 9.9L9.7 8.1C10.2036 7.72229 10.5 7.12951 10.5 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 1.5H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 1.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3828
|
-
"iconName": "bottle",
|
|
3842
|
+
"iconName": "bottle, wine, campaign",
|
|
3829
3843
|
"variant": {
|
|
3830
3844
|
"join": "round",
|
|
3831
3845
|
"filled": "off",
|
|
@@ -12250,6 +12264,20 @@
|
|
|
12250
12264
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
12251
12265
|
"componentName": "IconGlass"
|
|
12252
12266
|
},
|
|
12267
|
+
{
|
|
12268
|
+
"category": "Food",
|
|
12269
|
+
"svg": "<path d=\"M19.5 3.5H4.5L6.2922 18.7337C6.4107 19.7409 7.26433 20.5 8.2785 20.5H15.7215C16.7357 20.5 17.5893 19.7409 17.7078 18.7337L19.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.25 9.49999C9.75 7.76796 14.25 11.2321 18.75 9.49999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12270
|
+
"iconName": "glass-water, drink",
|
|
12271
|
+
"variant": {
|
|
12272
|
+
"join": "round",
|
|
12273
|
+
"filled": "off",
|
|
12274
|
+
"radius": "2",
|
|
12275
|
+
"stroke": "1"
|
|
12276
|
+
},
|
|
12277
|
+
"createdAt": "2026-03-13T10:00:43.666095+00:00",
|
|
12278
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
12279
|
+
"componentName": "IconGlassWater"
|
|
12280
|
+
},
|
|
12253
12281
|
{
|
|
12254
12282
|
"category": "Location",
|
|
12255
12283
|
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M21 12H3\" stroke=\"currentColor\" 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/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.156",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
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":
|
|
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";
|