@central-icons-react-native/round-filled-radius-1-stroke-1 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 B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!P.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(p=I(r,t))||p.enumerable});return C};var l=(C,r,o)=>(o=C!=null?B(x(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>a(e({},"__esModule",{value:!0}),C);var y={};g(y,{IconGarlic:()=>i,default:()=>h});module.exports=v(y);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{d:"M11.5771 1.97301C12.5268 1.63032 13.448 2.29843 13.6865 3.14879C14.3211 5.41018 16.1091 7.02955 17.9404 8.8529C19.728 10.6327 21.5358 12.5982 21.749 15.473C21.7499 15.4851 21.75 15.498 21.75 15.5101C21.75 16.9614 21.429 18.7788 20.3213 20.1048C19.2836 21.3468 17.6314 22.0675 15.1777 21.7748C15.561 21.3092 15.7792 20.697 15.8916 20.0521C16.0616 19.0765 16.016 17.9127 15.8604 16.7533C15.549 14.434 14.7782 11.9879 14.2178 10.7884C14.1009 10.5386 13.8037 10.4307 13.5537 10.5472C13.3036 10.6642 13.1946 10.9621 13.3115 11.2123C13.8257 12.3129 14.5702 14.6602 14.8691 16.8871C15.0186 18.0004 15.0521 19.0487 14.9072 19.8802C14.7602 20.7238 14.4519 21.2344 14.0225 21.4564C13.4251 21.765 12.6616 21.9571 11.9053 21.9652C11.147 21.9734 10.4398 21.7967 9.91895 21.4203C9.63648 21.2151 9.38509 20.777 9.21582 20.0853C9.05065 19.4102 8.98402 18.5736 9.00293 17.6839C9.04101 15.894 9.4207 14.0034 9.91895 12.9369C10.0358 12.6867 9.92782 12.3898 9.67773 12.2728C9.42755 12.1559 9.13057 12.2638 9.01367 12.514C8.43742 13.7475 8.04285 15.7874 8.00293 17.6625C7.98289 18.6052 8.05141 19.5359 8.24414 20.3236C8.36928 20.8348 8.55855 21.3227 8.83691 21.7152C7.33067 22.0939 5.79379 21.8723 4.5752 21.0912C3.17725 20.195 2.25014 18.5967 2.25 16.4681C2.25 13.1334 4.2741 11.1432 6.12109 9.42028C8.02249 7.64666 9.65376 6.20313 9.62402 3.8861C9.61565 3.2399 9.96816 2.55347 10.6592 2.30407L11.5771 1.97301Z",fill:"currentColor"})),h=i;0&&(module.exports={IconGarlic});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGarlic/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5771 1.97301C12.5268 1.63032 13.448 2.29843 13.6865 3.14879C14.3211 5.41018 16.1091 7.02955 17.9404 8.8529C19.728 10.6327 21.5358 12.5982 21.749 15.473C21.7499 15.4851 21.75 15.498 21.75 15.5101C21.75 16.9614 21.429 18.7788 20.3213 20.1048C19.2836 21.3468 17.6314 22.0675 15.1777 21.7748C15.561 21.3092 15.7792 20.697 15.8916 20.0521C16.0616 19.0765 16.016 17.9127 15.8604 16.7533C15.549 14.434 14.7782 11.9879 14.2178 10.7884C14.1009 10.5386 13.8037 10.4307 13.5537 10.5472C13.3036 10.6642 13.1946 10.9621 13.3115 11.2123C13.8257 12.3129 14.5702 14.6602 14.8691 16.8871C15.0186 18.0004 15.0521 19.0487 14.9072 19.8802C14.7602 20.7238 14.4519 21.2344 14.0225 21.4564C13.4251 21.765 12.6616 21.9571 11.9053 21.9652C11.147 21.9734 10.4398 21.7967 9.91895 21.4203C9.63648 21.2151 9.38509 20.777 9.21582 20.0853C9.05065 19.4102 8.98402 18.5736 9.00293 17.6839C9.04101 15.894 9.4207 14.0034 9.91895 12.9369C10.0358 12.6867 9.92782 12.3898 9.67773 12.2728C9.42755 12.1559 9.13057 12.2638 9.01367 12.514C8.43742 13.7475 8.04285 15.7874 8.00293 17.6625C7.98289 18.6052 8.05141 19.5359 8.24414 20.3236C8.36928 20.8348 8.55855 21.3227 8.83691 21.7152C7.33067 22.0939 5.79379 21.8723 4.5752 21.0912C3.17725 20.195 2.25014 18.5967 2.25 16.4681C2.25 13.1334 4.2741 11.1432 6.12109 9.42028C8.02249 7.64666 9.65376 6.20313 9.62402 3.8861C9.61565 3.2399 9.96816 2.55347 10.6592 2.30407L11.5771 1.97301Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,i3CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGarlic_exports","__export","IconGarlic","IconGarlic_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGarlic","props","React","CentralIconBase","IconGarlic_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>n.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>t.createElement(o,{...r},t.createElement(a,{d:"M11.5771 1.97301C12.5268 1.63032 13.448 2.29843 13.6865 3.14879C14.3211 5.41018 16.1091 7.02955 17.9404 8.8529C19.728 10.6327 21.5358 12.5982 21.749 15.473C21.7499 15.4851 21.75 15.498 21.75 15.5101C21.75 16.9614 21.429 18.7788 20.3213 20.1048C19.2836 21.3468 17.6314 22.0675 15.1777 21.7748C15.561 21.3092 15.7792 20.697 15.8916 20.0521C16.0616 19.0765 16.016 17.9127 15.8604 16.7533C15.549 14.434 14.7782 11.9879 14.2178 10.7884C14.1009 10.5386 13.8037 10.4307 13.5537 10.5472C13.3036 10.6642 13.1946 10.9621 13.3115 11.2123C13.8257 12.3129 14.5702 14.6602 14.8691 16.8871C15.0186 18.0004 15.0521 19.0487 14.9072 19.8802C14.7602 20.7238 14.4519 21.2344 14.0225 21.4564C13.4251 21.765 12.6616 21.9571 11.9053 21.9652C11.147 21.9734 10.4398 21.7967 9.91895 21.4203C9.63648 21.2151 9.38509 20.777 9.21582 20.0853C9.05065 19.4102 8.98402 18.5736 9.00293 17.6839C9.04101 15.894 9.4207 14.0034 9.91895 12.9369C10.0358 12.6867 9.92782 12.3898 9.67773 12.2728C9.42755 12.1559 9.13057 12.2638 9.01367 12.514C8.43742 13.7475 8.04285 15.7874 8.00293 17.6625C7.98289 18.6052 8.05141 19.5359 8.24414 20.3236C8.36928 20.8348 8.55855 21.3227 8.83691 21.7152C7.33067 22.0939 5.79379 21.8723 4.5752 21.0912C3.17725 20.195 2.25014 18.5967 2.25 16.4681C2.25 13.1334 4.2741 11.1432 6.12109 9.42028C8.02249 7.64666 9.65376 6.20313 9.62402 3.8861C9.61565 3.2399 9.96816 2.55347 10.6592 2.30407L11.5771 1.97301Z",fill:"currentColor"})),P=l;export{l as IconGarlic,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGarlic/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5771 1.97301C12.5268 1.63032 13.448 2.29843 13.6865 3.14879C14.3211 5.41018 16.1091 7.02955 17.9404 8.8529C19.728 10.6327 21.5358 12.5982 21.749 15.473C21.7499 15.4851 21.75 15.498 21.75 15.5101C21.75 16.9614 21.429 18.7788 20.3213 20.1048C19.2836 21.3468 17.6314 22.0675 15.1777 21.7748C15.561 21.3092 15.7792 20.697 15.8916 20.0521C16.0616 19.0765 16.016 17.9127 15.8604 16.7533C15.549 14.434 14.7782 11.9879 14.2178 10.7884C14.1009 10.5386 13.8037 10.4307 13.5537 10.5472C13.3036 10.6642 13.1946 10.9621 13.3115 11.2123C13.8257 12.3129 14.5702 14.6602 14.8691 16.8871C15.0186 18.0004 15.0521 19.0487 14.9072 19.8802C14.7602 20.7238 14.4519 21.2344 14.0225 21.4564C13.4251 21.765 12.6616 21.9571 11.9053 21.9652C11.147 21.9734 10.4398 21.7967 9.91895 21.4203C9.63648 21.2151 9.38509 20.777 9.21582 20.0853C9.05065 19.4102 8.98402 18.5736 9.00293 17.6839C9.04101 15.894 9.4207 14.0034 9.91895 12.9369C10.0358 12.6867 9.92782 12.3898 9.67773 12.2728C9.42755 12.1559 9.13057 12.2638 9.01367 12.514C8.43742 13.7475 8.04285 15.7874 8.00293 17.6625C7.98289 18.6052 8.05141 19.5359 8.24414 20.3236C8.36928 20.8348 8.55855 21.3227 8.83691 21.7152C7.33067 22.0939 5.79379 21.8723 4.5752 21.0912C3.17725 20.195 2.25014 18.5967 2.25 16.4681C2.25 13.1334 4.2741 11.1432 6.12109 9.42028C8.02249 7.64666 9.65376 6.20313 9.62402 3.8861C9.61565 3.2399 9.96816 2.55347 10.6592 2.30407L11.5771 1.97301Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,i3CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGarlic","props","React","CentralIconBase","IconGarlic_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWrite3: FC<CentralIconBaseProps>;
4
+ export default IconWrite3;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconWrite3:()=>i,default:()=>h});module.exports=v(y);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M19.5938 12.7705C19.8871 13.1815 19.9537 13.7127 19.7715 14.1836L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.22852 14.1836C4.04624 13.7126 4.1137 13.1815 4.40723 12.7705L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7575 16.2499 12 16.25C13.2425 16.2499 14.25 15.2426 14.25 14C14.25 12.9294 13.5017 12.0352 12.5 11.8076V2.83887L19.5938 12.7705Z",fill:"currentColor"})),h=i;0&&(module.exports={IconWrite3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWrite3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5938 12.7705C19.8871 13.1815 19.9537 13.7127 19.7715 14.1836L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.22852 14.1836C4.04624 13.7126 4.1137 13.1815 4.40723 12.7705L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7575 16.2499 12 16.25C13.2425 16.2499 14.25 15.2426 14.25 14C14.25 12.9294 13.5017 12.0352 12.5 11.8076V2.83887L19.5938 12.7705Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite3;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6dACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite3_exports","__export","IconWrite3","IconWrite3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite3","props","React","CentralIconBase","IconWrite3_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M19.5938 12.7705C19.8871 13.1815 19.9537 13.7127 19.7715 14.1836L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.22852 14.1836C4.04624 13.7126 4.1137 13.1815 4.40723 12.7705L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7575 16.2499 12 16.25C13.2425 16.2499 14.25 15.2426 14.25 14C14.25 12.9294 13.5017 12.0352 12.5 11.8076V2.83887L19.5938 12.7705Z",fill:"currentColor"})),P=l;export{l as IconWrite3,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWrite3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5938 12.7705C19.8871 13.1815 19.9537 13.7127 19.7715 14.1836L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.22852 14.1836C4.04624 13.7126 4.1137 13.1815 4.40723 12.7705L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7575 16.2499 12 16.25C13.2425 16.2499 14.25 15.2426 14.25 14C14.25 12.9294 13.5017 12.0352 12.5 11.8076V2.83887L19.5938 12.7705Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite3;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite3","props","React","CentralIconBase","IconWrite3_default"]}
package/README.md CHANGED
@@ -723,6 +723,7 @@ Below is a complete list of available icons:
723
723
  - IconWhiteboard
724
724
  - IconWrite1
725
725
  - IconWrite2
726
+ - IconWrite3
726
727
  - IconWriting
727
728
 
728
729
  ### Emoji
@@ -890,6 +891,7 @@ Below is a complete list of available icons:
890
891
  - IconFork
891
892
  - IconForkKnife
892
893
  - IconForkSpoon
894
+ - IconGarlic
893
895
  - IconGlassWater
894
896
  - IconHotDrinkCup
895
897
  - IconIcebowl
@@ -5253,7 +5253,7 @@
5253
5253
  {
5254
5254
  "category": "Food",
5255
5255
  "svg": "<path d=\"M5.91529 14.2873C6.57321 16.037 7.96352 17.4272 9.71314 18.0852C9.49558 19.2603 9.14374 20.43 8.61841 21.3703C8.12197 22.259 6.95636 22.2063 6.23658 21.4866L2.51392 17.7639C1.79443 17.0441 1.74151 15.8782 2.63013 15.3821C3.57063 14.8571 4.74086 14.505 5.91529 14.2873Z\" fill=\"currentColor\"/><path d=\"M15.3831 2.63011C15.8792 1.74154 17.0442 1.79442 17.7639 2.5139L21.4866 6.23655C22.2063 6.95634 22.2592 8.12224 21.3704 8.61839C20.4296 9.14348 19.2589 9.4945 18.0842 9.71214C17.426 7.96294 16.0368 6.57304 14.2874 5.91526C14.505 4.74072 14.858 3.5707 15.3831 2.63011Z\" fill=\"currentColor\"/><path d=\"M12.0005 6.5C15.0381 6.5 17.5005 8.96243 17.5005 12C17.5005 15.0376 15.038 17.5 12.0005 17.5C8.96307 17.4998 6.50051 15.0374 6.50049 12C6.50049 8.96254 8.96306 6.50017 12.0005 6.5Z\" fill=\"currentColor\"/>",
5256
- "iconName": "candy",
5256
+ "iconName": "candy, sweet",
5257
5257
  "variant": {
5258
5258
  "join": "round",
5259
5259
  "filled": "on",
@@ -5659,7 +5659,7 @@
5659
5659
  {
5660
5660
  "category": "Food",
5661
5661
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.8317 5.27239C16.3316 5.77254 16.0205 6.58829 16.0632 7.82422C16.0653 7.88577 16.1143 7.93476 16.1758 7.93688C17.4117 7.97952 18.2275 7.66847 18.7276 7.16832C19.2277 6.66817 19.5388 5.85242 19.4962 4.61648C19.494 4.55494 19.445 4.50595 19.3835 4.50382C18.1476 4.46119 17.3319 4.77224 16.8317 5.27239ZM15.771 4.21174C16.6592 3.32359 17.9385 2.95308 19.4352 3.00472C20.2846 3.03402 20.966 3.71539 20.9953 4.56476C21.0469 6.06153 20.6764 7.34083 19.7883 8.22897C19.3795 8.63777 18.8878 8.9369 18.3302 9.13567L19.5378 9.90774C20.4798 10.51 20.6232 11.829 19.8326 12.6196L19.2426 13.2096C18.6127 13.8395 17.8103 14.214 16.9751 14.318C17.1027 14.8791 16.9547 15.4973 16.5064 15.9456L15.9164 16.5357C15.2866 17.1655 14.4842 17.54 13.649 17.644C13.7767 18.2051 13.6287 18.8234 13.1804 19.2717L12.5904 19.8617C11.3003 21.1518 9.28656 21.3707 7.74946 20.388C7.74945 20.388 7.74945 20.388 7.74944 20.388L5.87257 19.188L4.45107 20.6096C4.15818 20.9025 3.68331 20.9025 3.39041 20.6096C3.09752 20.3167 3.09752 19.8418 3.39041 19.5489L4.81191 18.1274L3.61202 16.2506C2.62928 14.7135 2.84818 12.6997 4.13822 11.4096L4.72824 10.8196C5.17658 10.3713 5.79488 10.2233 6.35602 10.351C6.46001 9.51582 6.83452 8.71343 7.46438 8.08357L8.05439 7.49355C8.50273 7.04521 9.12103 6.89724 9.68218 7.02495C9.78616 6.18975 10.1607 5.38737 10.7905 4.75751L11.3805 4.16749C12.1711 3.37691 13.4902 3.52029 14.0924 4.46227L14.8644 5.66972C15.0631 5.11216 15.3623 4.62052 15.771 4.21174ZM10.034 12.9054C10.8261 12.1133 10.9605 10.8768 10.3571 9.93306L9.50247 8.59632C9.41643 8.46175 9.228 8.44127 9.11506 8.55421L8.52504 9.14423C7.73297 9.93631 7.59856 11.1728 8.20195 12.1166L9.22409 13.7153L10.034 12.9054ZM6.70785 16.2315C7.49993 15.4394 7.63433 14.2029 7.03094 13.2591L6.17631 11.9224C6.09028 11.7878 5.90184 11.7673 5.7889 11.8803L5.19889 12.4703C4.40681 13.2624 4.27241 14.4988 4.8758 15.4426L5.89794 17.0414L6.70785 16.2315ZM6.95861 18.102L8.55743 19.1242L8.55744 19.1242C9.5012 19.7276 10.7376 19.5932 11.5297 18.8011L12.1197 18.211C12.2327 18.0981 12.2122 17.9097 12.0776 17.8236L10.7409 16.969C9.79714 16.3656 8.5606 16.5 7.76852 17.2921L6.95861 18.102ZM10.2847 14.776L11.8835 15.7981C12.8272 16.4015 14.0637 16.2671 14.8557 15.475L15.4458 14.885C15.5587 14.772 15.5382 14.5836 15.4037 14.4976L14.0669 13.6429C13.1232 13.0395 11.8868 13.174 11.0947 13.966L10.2847 14.776ZM13.6109 11.4499L15.2096 12.472C16.1534 13.0754 17.3898 12.941 18.1819 12.149L18.7719 11.5589C18.8849 11.446 18.8644 11.2575 18.7298 11.1715L17.3931 10.3169C16.4493 9.71348 15.2129 9.84789 14.4208 10.64L13.6109 11.4499ZM13.3602 9.57933C14.1522 8.78724 14.2866 7.55077 13.6832 6.607L12.8286 5.27026C12.7426 5.13569 12.5541 5.1152 12.4412 5.22814L11.8512 5.81817C11.0591 6.61025 10.9247 7.84672 11.5281 8.7905L12.5502 10.3892L13.3602 9.57933Z\" fill=\"currentColor\"/>",
5662
- "iconName": "cereals, wheat",
5662
+ "iconName": "cereals, wheat, gluten, corn, grain",
5663
5663
  "variant": {
5664
5664
  "join": "round",
5665
5665
  "filled": "on",
@@ -12138,6 +12138,20 @@
12138
12138
  "packageName": "round-filled-radius-1-stroke-1",
12139
12139
  "componentName": "IconGarage"
12140
12140
  },
12141
+ {
12142
+ "category": "Food",
12143
+ "svg": "<path d=\"M11.5771 1.97301C12.5268 1.63032 13.448 2.29843 13.6865 3.14879C14.3211 5.41018 16.1091 7.02955 17.9404 8.8529C19.728 10.6327 21.5358 12.5982 21.749 15.473C21.7499 15.4851 21.75 15.498 21.75 15.5101C21.75 16.9614 21.429 18.7788 20.3213 20.1048C19.2836 21.3468 17.6314 22.0675 15.1777 21.7748C15.561 21.3092 15.7792 20.697 15.8916 20.0521C16.0616 19.0765 16.016 17.9127 15.8604 16.7533C15.549 14.434 14.7782 11.9879 14.2178 10.7884C14.1009 10.5386 13.8037 10.4307 13.5537 10.5472C13.3036 10.6642 13.1946 10.9621 13.3115 11.2123C13.8257 12.3129 14.5702 14.6602 14.8691 16.8871C15.0186 18.0004 15.0521 19.0487 14.9072 19.8802C14.7602 20.7238 14.4519 21.2344 14.0225 21.4564C13.4251 21.765 12.6616 21.9571 11.9053 21.9652C11.147 21.9734 10.4398 21.7967 9.91895 21.4203C9.63648 21.2151 9.38509 20.777 9.21582 20.0853C9.05065 19.4102 8.98402 18.5736 9.00293 17.6839C9.04101 15.894 9.4207 14.0034 9.91895 12.9369C10.0358 12.6867 9.92782 12.3898 9.67773 12.2728C9.42755 12.1559 9.13057 12.2638 9.01367 12.514C8.43742 13.7475 8.04285 15.7874 8.00293 17.6625C7.98289 18.6052 8.05141 19.5359 8.24414 20.3236C8.36928 20.8348 8.55855 21.3227 8.83691 21.7152C7.33067 22.0939 5.79379 21.8723 4.5752 21.0912C3.17725 20.195 2.25014 18.5967 2.25 16.4681C2.25 13.1334 4.2741 11.1432 6.12109 9.42028C8.02249 7.64666 9.65376 6.20313 9.62402 3.8861C9.61565 3.2399 9.96816 2.55347 10.6592 2.30407L11.5771 1.97301Z\" fill=\"currentColor\"/>",
12144
+ "iconName": "garlic",
12145
+ "variant": {
12146
+ "join": "round",
12147
+ "filled": "on",
12148
+ "radius": "1",
12149
+ "stroke": "1"
12150
+ },
12151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
12152
+ "packageName": "round-filled-radius-1-stroke-1",
12153
+ "componentName": "IconGarlic"
12154
+ },
12141
12155
  {
12142
12156
  "category": "Crypto",
12143
12157
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4.5C4 3.67157 4.67157 3 5.5 3H14.5C15.3284 3 16 3.67157 16 4.5V9H17.5C18.3284 9 19 9.67157 19 10.5V16.5C19 16.7761 19.2239 17 19.5 17H20.5C20.7761 17 21 16.7761 21 16.5V7.91421C21 7.78161 20.9473 7.65443 20.8536 7.56066L19.1464 5.85355C18.9512 5.65829 18.9512 5.34171 19.1464 5.14645C19.3417 4.95118 19.6583 4.95118 19.8536 5.14645L21.5607 6.85355C21.842 7.13486 22 7.51639 22 7.91421V16.5C22 17.3284 21.3284 18 20.5 18H19.5C18.6716 18 18 17.3284 18 16.5V10.5C18 10.2239 17.7761 10 17.5 10H16V20H16.5C16.7761 20 17 20.2239 17 20.5C17 20.7761 16.7761 21 16.5 21H3.5C3.22386 21 3 20.7761 3 20.5C3 20.2239 3.22386 20 3.5 20H4V4.5ZM7 9.5C7 9.22386 7.22386 9 7.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H7.5C7.22386 10 7 9.77614 7 9.5Z\" fill=\"currentColor\"/>",
@@ -26124,6 +26138,20 @@
26124
26138
  "packageName": "round-filled-radius-1-stroke-1",
26125
26139
  "componentName": "IconWrite2"
26126
26140
  },
26141
+ {
26142
+ "category": "Edit",
26143
+ "svg": "<path d=\"M19.5938 12.7705C19.8871 13.1815 19.9537 13.7127 19.7715 14.1836L17.1328 21H19.5C19.7761 21 20 21.2239 20 21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5C4 21.2239 4.22386 21 4.5 21H6.86719L4.22852 14.1836C4.04624 13.7126 4.1137 13.1815 4.40723 12.7705L11.5 2.83984V11.8076C10.4982 12.0351 9.75 12.9293 9.75 14C9.75 15.2426 10.7575 16.2499 12 16.25C13.2425 16.2499 14.25 15.2426 14.25 14C14.25 12.9294 13.5017 12.0352 12.5 11.8076V2.83887L19.5938 12.7705Z\" fill=\"currentColor\"/>",
26144
+ "iconName": "write-3, fountain-pen, vector, ink",
26145
+ "variant": {
26146
+ "join": "round",
26147
+ "filled": "on",
26148
+ "radius": "1",
26149
+ "stroke": "1"
26150
+ },
26151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
26152
+ "packageName": "round-filled-radius-1-stroke-1",
26153
+ "componentName": "IconWrite3"
26154
+ },
26127
26155
  {
26128
26156
  "category": "Edit",
26129
26157
  "svg": "<path d=\"M19.5607 2.85365C18.9749 2.26786 18.0251 2.26786 17.4393 2.85365L11.4393 8.85365C11.158 9.13495 11 9.51648 11 9.91431V12.5001C11 12.7762 11.2239 13.0001 11.5 13.0001H14.0858C14.4836 13.0001 14.8651 12.8421 15.1464 12.5608L21.1464 6.56075C21.7322 5.97497 21.7322 5.02522 21.1464 4.43943L19.5607 2.85365Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -866,6 +866,7 @@ export type CentralIconName =
866
866
  | "IconGamepadControlsRoundUp"
867
867
  | "IconGamepadControlsUp"
868
868
  | "IconGarage"
869
+ | "IconGarlic"
869
870
  | "IconGas"
870
871
  | "IconGauge"
871
872
  | "IconGemini"
@@ -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-filled-radius-1-stroke-1",
3
- "version": "1.1.162",
3
+ "version": "1.1.163",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 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";