@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.161 → 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 i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of I(C))!x.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=B(C,t))||p.enumerable});return r};var l=(r,C,o)=>(o=r!=null?i(u(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var h={};P(h,{IconGarlic:()=>L,default:()=>v});module.exports=g(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),L=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z",fill:"currentColor"})),v=L;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=\"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z\"\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,83CACF,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:C,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as a}from"react-native-svg";var l=C=>t.createElement(o,{...C},t.createElement(a,{d:"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z",fill:"currentColor"})),x=l;export{l as IconGarlic,x 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=\"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z\"\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,83CACF,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 IconStackedBarChart2: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChart2;
@@ -0,0 +1,2 @@
1
+ "use strict";var V=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?V(i(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconStackedBarChart2:()=>H,default:()=>g});module.exports=P(h);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>C.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"),H=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z",fill:"currentColor"})),g=H;0&&(module.exports={IconStackedBarChart2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChart2/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 IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart2_exports","__export","IconStackedBarChart2","IconStackedBarChart2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z",fill:"currentColor"})),u=m;export{m as IconStackedBarChart2,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChart2/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 IconStackedBarChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart2;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_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,C)=>{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:!(C=I(o,e))||C.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 p=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=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M20.1289 13.3691L17.4775 20H20V22H4V20H6.52246L3.87109 13.3691L11 3.18359V11.709C10.1172 12.0948 9.5 12.975 9.5 14C9.5 15.3807 10.6193 16.5 12 16.5C13.3807 16.5 14.5 15.3807 14.5 14C14.5 12.975 13.8828 12.0948 13 11.709V3.18359L20.1289 13.3691Z",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=\"M20.1289 13.3691L17.4775 20H20V22H4V20H6.52246L3.87109 13.3691L11 3.18359V11.709C10.1172 12.0948 9.5 12.975 9.5 14C9.5 15.3807 10.6193 16.5 12 16.5C13.3807 16.5 14.5 15.3807 14.5 14C14.5 12.975 13.8828 12.0948 13 11.709V3.18359L20.1289 13.3691Z\"\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,uPACF,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 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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M20.1289 13.3691L17.4775 20H20V22H4V20H6.52246L3.87109 13.3691L11 3.18359V11.709C10.1172 12.0948 9.5 12.975 9.5 14C9.5 15.3807 10.6193 16.5 12 16.5C13.3807 16.5 14.5 15.3807 14.5 14C14.5 12.975 13.8828 12.0948 13 11.709V3.18359L20.1289 13.3691Z",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=\"M20.1289 13.3691L17.4775 20H20V22H4V20H6.52246L3.87109 13.3691L11 3.18359V11.709C10.1172 12.0948 9.5 12.975 9.5 14C9.5 15.3807 10.6193 16.5 12 16.5C13.3807 16.5 14.5 15.3807 14.5 14C14.5 12.975 13.8828 12.0948 13 11.709V3.18359L20.1289 13.3691Z\"\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,uPACF,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
@@ -1795,6 +1797,7 @@ Below is a complete list of available icons:
1795
1797
  - IconSankeyChart
1796
1798
  - IconStackedBarChart
1797
1799
  - IconStackedBarChart100
1800
+ - IconStackedBarChart2
1798
1801
  - IconStackedBarChartAxis2
1799
1802
  - IconSunburstChart
1800
1803
  - IconSunburstChart2
@@ -5253,7 +5253,7 @@
5253
5253
  {
5254
5254
  "category": "Food",
5255
5255
  "svg": "<path d=\"M5.93164 14.333C6.59062 16.0457 7.95336 17.4073 9.66602 18.0664C9.29138 19.7761 8.57973 21.4171 7.42383 22.3389L1.66016 16.5752C2.58115 15.4203 4.22304 14.7079 5.93164 14.333ZM11.999 7C14.7604 7 16.999 9.23858 16.999 12C16.999 14.7614 14.7604 17 11.999 17C9.2376 17 6.99902 14.7614 6.99902 12C6.99902 9.23858 9.2376 7 11.999 7ZM22.3379 7.4248C21.4168 8.57984 19.7743 9.29115 18.0654 9.66602C17.4062 7.95376 16.0444 6.59149 14.332 5.93262C14.7069 4.22402 15.4194 2.58212 16.5742 1.66113L22.3379 7.4248Z\" fill=\"currentColor\"/>",
5256
- "iconName": "candy",
5256
+ "iconName": "candy, sweet",
5257
5257
  "variant": {
5258
5258
  "join": "square",
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=\"M12.9218 2.23853L14.6288 4.90847C14.786 4.66312 14.9695 4.43344 15.1811 4.22179C16.3491 3.05382 18.0662 2.74373 19.9353 2.98181L20.895 3.10407L21.0173 4.06384C21.2554 5.93289 20.9453 7.65002 19.7773 8.81798C19.5656 9.02964 19.336 9.21312 19.0906 9.37027L21.7606 11.0773L19.2552 13.5827C19.0172 13.8208 18.7567 14.0254 18.4799 14.1961L18.5786 14.2592L16.0732 16.7646C15.8352 17.0026 15.5747 17.2073 15.2979 17.3779L15.3967 17.4411L12.8914 19.9465C11.4804 21.3574 9.27798 21.5968 7.59686 20.522C7.59685 20.522 7.59687 20.522 7.59686 20.522L6.16198 19.6047L4.22089 21.5458L2.45312 19.778L4.3942 17.8369L3.4769 16.4022C2.40209 14.7211 2.6415 12.5186 4.05242 11.1077L6.5578 8.60229L6.62103 8.70119C6.7917 8.4244 6.99639 8.16383 7.23442 7.9258L9.73981 5.42041L9.80304 5.51931C9.9737 5.24252 10.1784 4.98195 10.4164 4.74391L12.9218 2.23853ZM9.30863 9.38713L9.00219 9.69356C8.42123 10.2745 8.32264 11.1814 8.76522 11.8737L9.38626 12.845L9.69269 12.5386C10.2737 11.9576 10.3722 11.0507 9.92967 10.3585L9.30863 9.38713ZM11.4605 14.3064L11.154 14.6128L12.1254 15.2338C12.8176 15.6764 13.7245 15.5778 14.3055 14.9968L14.6119 14.6904L13.6405 14.0694C12.9483 13.6268 12.0414 13.7254 11.4605 14.3064ZM14.336 11.4309L15.3074 12.0519C15.9996 12.4945 16.9065 12.3959 17.4875 11.815L17.7939 11.5085L16.8225 10.8875C16.1303 10.4449 15.2234 10.5435 14.6425 11.1245L14.336 11.4309ZM16.3697 7.6294C17.2065 7.59378 17.7147 7.34502 18.0095 7.05022C18.3043 6.75541 18.5531 6.24717 18.5887 5.41037C17.7519 5.44599 17.2437 5.69475 16.9489 5.98956C16.6541 6.28436 16.4053 6.7926 16.3697 7.6294ZM12.8747 9.35671C13.4557 8.77574 13.5542 7.86884 13.1117 7.17662L12.4906 6.20524L12.1842 6.51168C11.6032 7.09264 11.5047 7.99955 11.9472 8.69177L12.5683 9.66315L12.8747 9.35671ZM6.12662 12.569L5.82018 12.8754C5.23922 13.4564 5.14064 14.3633 5.58321 15.0555L6.20424 16.0269L6.34221 15.8889L6.51069 15.7205C7.09165 15.1395 7.19023 14.2326 6.74766 13.5404L6.12662 12.569ZM8.27845 17.4882L7.97205 17.7947L8.94346 18.4157C9.63569 18.8583 10.5426 18.7597 11.1236 18.1787L11.43 17.8723L10.4586 17.2512C9.76643 16.8087 8.85943 16.9073 8.27845 17.4882Z\" fill=\"currentColor\"/>",
5662
- "iconName": "cereals, wheat",
5662
+ "iconName": "cereals, wheat, gluten, corn, grain",
5663
5663
  "variant": {
5664
5664
  "join": "square",
5665
5665
  "filled": "on",
@@ -12138,6 +12138,20 @@
12138
12138
  "packageName": "square-filled-radius-0-stroke-2",
12139
12139
  "componentName": "IconGarage"
12140
12140
  },
12141
+ {
12142
+ "category": "Food",
12143
+ "svg": "<path d=\"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z\" fill=\"currentColor\"/>",
12144
+ "iconName": "garlic",
12145
+ "variant": {
12146
+ "join": "square",
12147
+ "filled": "on",
12148
+ "radius": "0",
12149
+ "stroke": "2"
12150
+ },
12151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
12152
+ "packageName": "square-filled-radius-0-stroke-2",
12153
+ "componentName": "IconGarlic"
12154
+ },
12141
12155
  {
12142
12156
  "category": "Crypto",
12143
12157
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H15V9H19V16H20V8.41421L17.5858 6L19 4.58579L22 7.58579V18H17V11H15V19H16V21H2V19H3V3ZM6 9H12V11H6V9Z\" fill=\"currentColor\"/>",
@@ -22442,6 +22456,20 @@
22442
22456
  "packageName": "square-filled-radius-0-stroke-2",
22443
22457
  "componentName": "IconStackedBarChart100"
22444
22458
  },
22459
+ {
22460
+ "category": "Statistics & Charts",
22461
+ "svg": "<path d=\"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z\" fill=\"currentColor\"/>",
22462
+ "iconName": "stacked-bar-chart-2, revenue",
22463
+ "variant": {
22464
+ "join": "square",
22465
+ "filled": "on",
22466
+ "radius": "0",
22467
+ "stroke": "2"
22468
+ },
22469
+ "createdAt": "2026-03-17T12:01:24.906844+00:00",
22470
+ "packageName": "square-filled-radius-0-stroke-2",
22471
+ "componentName": "IconStackedBarChart2"
22472
+ },
22445
22473
  {
22446
22474
  "category": "Statistics & Charts",
22447
22475
  "svg": "<path d=\"M5 19H21V21H3V3H5V19Z\" fill=\"currentColor\"/><path d=\"M12 18H7V9H12V18Z\" fill=\"currentColor\"/><path d=\"M18 18H13V6H18V18Z\" fill=\"currentColor\"/>",
@@ -26110,6 +26138,20 @@
26110
26138
  "packageName": "square-filled-radius-0-stroke-2",
26111
26139
  "componentName": "IconWrite2"
26112
26140
  },
26141
+ {
26142
+ "category": "Edit",
26143
+ "svg": "<path d=\"M20.1289 13.3691L17.4775 20H20V22H4V20H6.52246L3.87109 13.3691L11 3.18359V11.709C10.1172 12.0948 9.5 12.975 9.5 14C9.5 15.3807 10.6193 16.5 12 16.5C13.3807 16.5 14.5 15.3807 14.5 14C14.5 12.975 13.8828 12.0948 13 11.709V3.18359L20.1289 13.3691Z\" fill=\"currentColor\"/>",
26144
+ "iconName": "write-3, fountain-pen, vector, ink",
26145
+ "variant": {
26146
+ "join": "square",
26147
+ "filled": "on",
26148
+ "radius": "0",
26149
+ "stroke": "2"
26150
+ },
26151
+ "createdAt": "2026-03-17T14:00:55.854067+00:00",
26152
+ "packageName": "square-filled-radius-0-stroke-2",
26153
+ "componentName": "IconWrite3"
26154
+ },
26113
26155
  {
26114
26156
  "category": "Edit",
26115
26157
  "svg": "<path d=\"M18 1.58569L11 8.58569V12.9999L15.4142 12.9999L22.4142 5.99983L18 1.58569Z\" fill=\"currentColor\"/><path d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H11V21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H9V11H6Z\" 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"
@@ -1602,6 +1603,7 @@ export type CentralIconName =
1602
1603
  | "IconStableVoice"
1603
1604
  | "IconStackedBarChart"
1604
1605
  | "IconStackedBarChart100"
1606
+ | "IconStackedBarChart2"
1605
1607
  | "IconStackedBarChartAxis2"
1606
1608
  | "IconStackOverflow"
1607
1609
  | "IconStage"
@@ -1864,6 +1866,7 @@ export type CentralIconName =
1864
1866
  | "IconWrite"
1865
1867
  | "IconWrite1"
1866
1868
  | "IconWrite2"
1869
+ | "IconWrite3"
1867
1870
  | "IconWriting"
1868
1871
  | "IconX"
1869
1872
  | "IconXbox"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.161",
3
+ "version": "1.1.163",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-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": 1874,
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",
@@ -1698,7 +1700,7 @@
1698
1700
  ]
1699
1701
  },
1700
1702
  "Statistics & Charts": {
1701
- "count": 38,
1703
+ "count": 39,
1702
1704
  "icons": [
1703
1705
  "IconAnalytics",
1704
1706
  "IconChart1",
@@ -1727,6 +1729,7 @@
1727
1729
  "IconSankeyChart",
1728
1730
  "IconStackedBarChart",
1729
1731
  "IconStackedBarChart100",
1732
+ "IconStackedBarChart2",
1730
1733
  "IconStackedBarChartAxis2",
1731
1734
  "IconSunburstChart",
1732
1735
  "IconSunburstChart2",
@@ -2451,7 +2454,7 @@
2451
2454
  "IconCameraOff": "camera-off",
2452
2455
  "IconCameraOff1": "camera-off-1, cam-off",
2453
2456
  "IconCameraSparkle": "camera-sparkle, picture, image, cam",
2454
- "IconCandy": "candy",
2457
+ "IconCandy": "candy, sweet",
2455
2458
  "IconCap": "cap, fan",
2456
2459
  "IconCapture": "capture, screen",
2457
2460
  "IconCar1": "car-1",
@@ -2480,7 +2483,7 @@
2480
2483
  "IconCat": "cat, image, animal, cute",
2481
2484
  "IconCelebrate": "celebrate, party, confetti",
2482
2485
  "IconCentralIconSystem": "central-icon-system",
2483
- "IconCereals": "cereals, wheat",
2486
+ "IconCereals": "cereals, wheat, gluten, corn, grain",
2484
2487
  "IconChainLink1": "chain-link-1, url",
2485
2488
  "IconChainLink2": "chain-link-2, url",
2486
2489
  "IconChainLink3": "chain-link-3, url",
@@ -2943,6 +2946,7 @@
2943
2946
  "IconGamepadControlsRoundUp": "gamepad-controls-round-up",
2944
2947
  "IconGamepadControlsUp": "gamepad-controls-up, joystick",
2945
2948
  "IconGarage": "garage",
2949
+ "IconGarlic": "garlic",
2946
2950
  "IconGas": "gas",
2947
2951
  "IconGauge": "gauge, tachometer, performance, speed, scale",
2948
2952
  "IconGemini": "gemini",
@@ -3679,6 +3683,7 @@
3679
3683
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3680
3684
  "IconStackedBarChart": "stacked-bar-chart",
3681
3685
  "IconStackedBarChart100": "stacked-bar-chart-100",
3686
+ "IconStackedBarChart2": "stacked-bar-chart-2, revenue",
3682
3687
  "IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
3683
3688
  "IconStackOverflow": "stack-overflow",
3684
3689
  "IconStage": "stage, show",
@@ -3941,6 +3946,7 @@
3941
3946
  "IconWrite": "write, edit-list, list",
3942
3947
  "IconWrite1": "write-1, fountain-pen",
3943
3948
  "IconWrite2": "write-2, fountain-pen",
3949
+ "IconWrite3": "write-3, fountain-pen, vector, ink",
3944
3950
  "IconWriting": "writing, sketching, drawing",
3945
3951
  "IconX": "x",
3946
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";
@@ -1602,6 +1603,7 @@ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStabl
1602
1603
  export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1603
1604
  export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
1604
1605
  export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
1606
+ export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
1605
1607
  export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
1606
1608
  export { IconStage, default as IconStageDefault } from "./IconStage";
1607
1609
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
@@ -1863,6 +1865,7 @@ export { IconWreathSimple, default as IconWreathSimpleDefault, } from "./IconWre
1863
1865
  export { IconWrite, default as IconWriteDefault } from "./IconWrite";
1864
1866
  export { IconWrite1, default as IconWrite1Default } from "./IconWrite1";
1865
1867
  export { IconWrite2, default as IconWrite2Default } from "./IconWrite2";
1868
+ export { IconWrite3, default as IconWrite3Default } from "./IconWrite3";
1866
1869
  export { IconWriting, default as IconWritingDefault } from "./IconWriting";
1867
1870
  export { IconX, default as IconXDefault } from "./IconX";
1868
1871
  export { IconXbox, default as IconXboxDefault } from "./IconXbox";