@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.162 → 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 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})},a=(r,o,t,C)=>{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:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconGarlic:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({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 i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M14.5015 21.1662C19.7245 22.2257 21 18.307 21 15.5101C20.5823 9.71807 13.4211 7.7973 12.9474 2L10.1053 3.05405C11 8.92763 3 9.95395 3 16.4676C3 20.4132 6.31501 22.2 9.35963 21.0553M13.4211 10.9595C14.3684 13.0676 16.0915 19.8102 13.8502 21.0143C12.6693 21.6487 10.887 21.7187 9.77278 20.8814C8.26805 19.7459 8.68421 14.6486 9.63158 12.5405",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;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=\"M14.5015 21.1662C19.7245 22.2257 21 18.307 21 15.5101C20.5823 9.71807 13.4211 7.7973 12.9474 2L10.1053 3.05405C11 8.92763 3 9.95395 3 16.4676C3 20.4132 6.31501 22.2 9.35963 21.0553M13.4211 10.9595C14.3684 13.0676 16.0915 19.8102 13.8502 21.0143C12.6693 21.6487 10.887 21.7187 9.77278 20.8814C8.26805 19.7459 8.68421 14.6486 9.63158 12.5405\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,sVACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({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 a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M14.5015 21.1662C19.7245 22.2257 21 18.307 21 15.5101C20.5823 9.71807 13.4211 7.7973 12.9474 2L10.1053 3.05405C11 8.92763 3 9.95395 3 16.4676C3 20.4132 6.31501 22.2 9.35963 21.0553M13.4211 10.9595C14.3684 13.0676 16.0915 19.8102 13.8502 21.0143C12.6693 21.6487 10.887 21.7187 9.77278 20.8814C8.26805 19.7459 8.68421 14.6486 9.63158 12.5405",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s 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=\"M14.5015 21.1662C19.7245 22.2257 21 18.307 21 15.5101C20.5823 9.71807 13.4211 7.7973 12.9474 2L10.1053 3.05405C11 8.92763 3 9.95395 3 16.4676C3 20.4132 6.31501 22.2 9.35963 21.0553M13.4211 10.9595C14.3684 13.0676 16.0915 19.8102 13.8502 21.0143C12.6693 21.6487 10.887 21.7187 9.77278 20.8814C8.26805 19.7459 8.68421 14.6486 9.63158 12.5405\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,sVACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 IconWrite3: FC<CentralIconBaseProps>;
4
+ export default IconWrite3;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(i=k(o,s))||i.enumerable});return r};var c=(r,o,t)=>(t=r!=null?m(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconWrite3:()=>d,default:()=>L});module.exports=I(P);var e=c(require("react"));var l=c(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...t})=>l.default.createElement(a.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 n=require("react-native-svg"),d=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M4.75 21.25H19.25",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M7.85714 21.25L4.75 13.25L12 2.75L19.25 13.25L16.1429 21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Circle,{cx:"12",cy:"14",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M12 12V3",stroke:"currentColor",strokeWidth:"1.5"})),L=d;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75 21.25H19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.6\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.85714 21.25L4.75 13.25L12 2.75L19.25 13.25L16.1429 21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M12 12V3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,MAAM,CAC7D,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 o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as C,Path as e}from"react-native-svg";var c=t=>o.createElement(n,{...t},o.createElement(e,{d:"M4.75 21.25H19.25",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.85714 21.25L4.75 13.25L12 2.75L19.25 13.25L16.1429 21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"14",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M12 12V3",stroke:"currentColor",strokeWidth:"1.5"})),B=c;export{c as IconWrite3,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75 21.25H19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.6\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.85714 21.25L4.75 13.25L12 2.75L19.25 13.25L16.1429 21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M12 12V3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtEI,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,MAAM,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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
@@ -5253,7 +5253,7 @@
5253
5253
  {
5254
5254
  "category": "Food",
5255
5255
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"5.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.9643 10.25C18.7515 9.81323 20.1043 9.00717 21.25 7.57143L16.4286 2.75C14.9928 3.89566 14.1868 5.24854 13.75 7.03571\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.03571 13.75C5.24854 14.1868 3.89566 14.9928 2.75 16.4286L7.57143 21.25C9.00717 20.1043 9.81323 18.7515 10.25 16.9643\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5256
- "iconName": "candy",
5256
+ "iconName": "candy, sweet",
5257
5257
  "variant": {
5258
5258
  "join": "round",
5259
5259
  "filled": "off",
@@ -5659,7 +5659,7 @@
5659
5659
  {
5660
5660
  "category": "Food",
5661
5661
  "svg": "<path d=\"M6.03465 10.179L7.49325 12.4604C8.25194 13.647 8.08295 15.2017 7.087 16.1977L5.68109 17.6036L4.22249 15.3222C3.4638 14.1355 3.63279 12.5808 4.62874 11.5849L6.03465 10.179Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.1064 17.2502L10.825 15.7916C9.63828 15.0329 8.0835 15.2019 7.08755 16.1978L5.68164 17.6038L7.96314 19.0623C9.14982 19.821 10.7045 19.652 11.7004 18.6561L13.1064 17.2502Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.21629 6.99707L10.6749 9.27847C11.4336 10.4651 11.2646 12.0198 10.2686 13.0158L8.86273 14.4217L7.40413 12.1403C6.64544 10.9536 6.81443 9.39892 7.81038 8.40298L9.21629 6.99707Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.2879 14.0683L14.0065 12.6097C12.8198 11.851 11.2651 12.02 10.2692 13.016L8.86328 14.4219L11.1447 15.8804C12.3313 16.6391 13.886 16.4701 14.882 15.4742L16.2879 14.0683Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.3979 3.81519L13.8565 6.09659C14.6152 7.28326 14.4462 8.83795 13.4503 9.8339L12.0444 11.2398L10.5858 8.9584C9.82708 7.77173 9.99607 6.21704 10.992 5.2211L12.3979 3.81519Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.4695 10.8864L17.1881 9.4278C16.0014 8.66911 14.4468 8.83813 13.4508 9.83407L12.0449 11.24L14.3263 12.6986C15.513 13.4573 17.0677 13.2883 18.0636 12.2923L19.4695 10.8864Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.8738 8.4114C14.4477 5.06628 16.1249 3.38909 19.47 3.81521C19.8961 7.16033 18.2189 8.83751 14.8738 8.4114Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.03538 17.25L3.91406 19.3713\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5662
- "iconName": "cereals, wheat",
5662
+ "iconName": "cereals, wheat, gluten, corn, grain",
5663
5663
  "variant": {
5664
5664
  "join": "round",
5665
5665
  "filled": "off",
@@ -12138,6 +12138,20 @@
12138
12138
  "packageName": "round-outlined-radius-0-stroke-1.5",
12139
12139
  "componentName": "IconGarage"
12140
12140
  },
12141
+ {
12142
+ "category": "Food",
12143
+ "svg": "<path d=\"M14.5015 21.1662C19.7245 22.2257 21 18.307 21 15.5101C20.5823 9.71807 13.4211 7.7973 12.9474 2L10.1053 3.05405C11 8.92763 3 9.95395 3 16.4676C3 20.4132 6.31501 22.2 9.35963 21.0553M13.4211 10.9595C14.3684 13.0676 16.0915 19.8102 13.8502 21.0143C12.6693 21.6487 10.887 21.7187 9.77278 20.8814C8.26805 19.7459 8.68421 14.6486 9.63158 12.5405\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12144
+ "iconName": "garlic",
12145
+ "variant": {
12146
+ "join": "round",
12147
+ "filled": "off",
12148
+ "radius": "0",
12149
+ "stroke": "1.5"
12150
+ },
12151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
12152
+ "packageName": "round-outlined-radius-0-stroke-1.5",
12153
+ "componentName": "IconGarlic"
12154
+ },
12141
12155
  {
12142
12156
  "category": "Crypto",
12143
12157
  "svg": "<path d=\"M14.25 20.25H15.25M14.25 20.25V3.75H3.75V20.25M14.25 20.25H3.75M2.75 20.25H3.75M14.25 9.75H17.75V17.25H21.25V8L18.75 5.75M11.25 9.75H6.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -26124,6 +26138,20 @@
26124
26138
  "packageName": "round-outlined-radius-0-stroke-1.5",
26125
26139
  "componentName": "IconWrite2"
26126
26140
  },
26141
+ {
26142
+ "category": "Edit",
26143
+ "svg": "<path d=\"M4.75 21.25H19.25\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.85714 21.25L4.75 13.25L12 2.75L19.25 13.25L16.1429 21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 12V3\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
26144
+ "iconName": "write-3, fountain-pen, vector, ink",
26145
+ "variant": {
26146
+ "join": "round",
26147
+ "filled": "off",
26148
+ "radius": "0",
26149
+ "stroke": "1.5"
26150
+ },
26151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
26152
+ "packageName": "round-outlined-radius-0-stroke-1.5",
26153
+ "componentName": "IconWrite3"
26154
+ },
26127
26155
  {
26128
26156
  "category": "Edit",
26129
26157
  "svg": "<path d=\"M18.25 2.75L11.75 9.25V12.25H14.75L21.25 5.75L18.25 2.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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"
@@ -1865,6 +1866,7 @@ export type CentralIconName =
1865
1866
  | "IconWrite"
1866
1867
  | "IconWrite1"
1867
1868
  | "IconWrite2"
1869
+ | "IconWrite3"
1868
1870
  | "IconWriting"
1869
1871
  | "IconX"
1870
1872
  | "IconXbox"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.162",
3
+ "version": "1.1.163",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1875,
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",
@@ -2452,7 +2454,7 @@
2452
2454
  "IconCameraOff": "camera-off",
2453
2455
  "IconCameraOff1": "camera-off-1, cam-off",
2454
2456
  "IconCameraSparkle": "camera-sparkle, picture, image, cam",
2455
- "IconCandy": "candy",
2457
+ "IconCandy": "candy, sweet",
2456
2458
  "IconCap": "cap, fan",
2457
2459
  "IconCapture": "capture, screen",
2458
2460
  "IconCar1": "car-1",
@@ -2481,7 +2483,7 @@
2481
2483
  "IconCat": "cat, image, animal, cute",
2482
2484
  "IconCelebrate": "celebrate, party, confetti",
2483
2485
  "IconCentralIconSystem": "central-icon-system",
2484
- "IconCereals": "cereals, wheat",
2486
+ "IconCereals": "cereals, wheat, gluten, corn, grain",
2485
2487
  "IconChainLink1": "chain-link-1, url",
2486
2488
  "IconChainLink2": "chain-link-2, url",
2487
2489
  "IconChainLink3": "chain-link-3, url",
@@ -2944,6 +2946,7 @@
2944
2946
  "IconGamepadControlsRoundUp": "gamepad-controls-round-up",
2945
2947
  "IconGamepadControlsUp": "gamepad-controls-up, joystick",
2946
2948
  "IconGarage": "garage",
2949
+ "IconGarlic": "garlic",
2947
2950
  "IconGas": "gas",
2948
2951
  "IconGauge": "gauge, tachometer, performance, speed, scale",
2949
2952
  "IconGemini": "gemini",
@@ -3943,6 +3946,7 @@
3943
3946
  "IconWrite": "write, edit-list, list",
3944
3947
  "IconWrite1": "write-1, fountain-pen",
3945
3948
  "IconWrite2": "write-2, fountain-pen",
3949
+ "IconWrite3": "write-3, fountain-pen, vector, ink",
3946
3950
  "IconWriting": "writing, sketching, drawing",
3947
3951
  "IconX": "x",
3948
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";
@@ -1864,6 +1865,7 @@ export { IconWreathSimple, default as IconWreathSimpleDefault, } from "./IconWre
1864
1865
  export { IconWrite, default as IconWriteDefault } from "./IconWrite";
1865
1866
  export { IconWrite1, default as IconWrite1Default } from "./IconWrite1";
1866
1867
  export { IconWrite2, default as IconWrite2Default } from "./IconWrite2";
1868
+ export { IconWrite3, default as IconWrite3Default } from "./IconWrite3";
1867
1869
  export { IconWriting, default as IconWritingDefault } from "./IconWriting";
1868
1870
  export { IconX, default as IconXDefault } from "./IconX";
1869
1871
  export { IconXbox, default as IconXboxDefault } from "./IconXbox";