@central-icons-react-native/round-filled-radius-2-stroke-1 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.
- package/IconGarlic/index.d.ts +4 -0
- package/IconGarlic/index.js +2 -0
- package/IconGarlic/index.js.map +1 -0
- package/IconGarlic/index.mjs +2 -0
- package/IconGarlic/index.mjs.map +1 -0
- package/IconStackedBarChart2/index.d.ts +4 -0
- package/IconStackedBarChart2/index.js +2 -0
- package/IconStackedBarChart2/index.js.map +1 -0
- package/IconStackedBarChart2/index.mjs +2 -0
- package/IconStackedBarChart2/index.mjs.map +1 -0
- package/IconWrite3/index.d.ts +4 -0
- package/IconWrite3/index.js +2 -0
- package/IconWrite3/index.js.map +1 -0
- package/IconWrite3/index.mjs +2 -0
- package/IconWrite3/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +44 -2
- package/icons/index.d.ts +3 -0
- package/icons-index.json +13 -7
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +23 -2
|
@@ -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,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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 i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconStackedBarChart2:()=>B,default:()=>H});module.exports=g(h);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"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z",fill:"currentColor"})),H=B;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=\"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z\"\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,8YACF,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 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:"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z",fill:"currentColor"})),x=l;export{l as IconStackedBarChart2,x 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=\"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z\"\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,8YACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart2","props","React","CentralIconBase","IconStackedBarChart2_default"]}
|
|
@@ -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.2793 12.3311C19.7685 13.016 19.8808 13.9016 19.5771 14.6865L17.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.42285 14.6865C4.11918 13.9015 4.23151 13.016 4.7207 12.3311L11.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.2793 12.3311Z",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.2793 12.3311C19.7685 13.016 19.8808 13.9016 19.5771 14.6865L17.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.42285 14.6865C4.11918 13.9015 4.23151 13.016 4.7207 12.3311L11.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.2793 12.3311Z\"\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,2dACF,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.2793 12.3311C19.7685 13.016 19.8808 13.9016 19.5771 14.6865L17.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.42285 14.6865C4.11918 13.9015 4.23151 13.016 4.7207 12.3311L11.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.2793 12.3311Z",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.2793 12.3311C19.7685 13.016 19.8808 13.9016 19.5771 14.6865L17.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.42285 14.6865C4.11918 13.9015 4.23151 13.016 4.7207 12.3311L11.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.2793 12.3311Z\"\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,2dACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -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-2-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": "2",
|
|
12149
|
+
"stroke": "1"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-03-17T14:00:55.854067+00:00",
|
|
12152
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
12153
|
+
"componentName": "IconGarlic"
|
|
12154
|
+
},
|
|
12141
12155
|
{
|
|
12142
12156
|
"category": "Crypto",
|
|
12143
12157
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5.5C4 4.11929 5.11929 3 6.5 3H13.5C14.8807 3 16 4.11929 16 5.5V9H16.5C17.8807 9 19 10.1193 19 11.5V16C19 16.5523 19.4477 17 20 17C20.5523 17 21 16.5523 21 16V8.32843C21 7.9306 20.842 7.54907 20.5607 7.26777L19.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.2678 6.56066C21.7366 7.0295 22 7.66539 22 8.32843V16C22 17.1046 21.1046 18 20 18C18.8954 18 18 17.1046 18 16V11.5C18 10.6716 17.3284 10 16.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 20H4V5.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\"/>",
|
|
@@ -22442,6 +22456,20 @@
|
|
|
22442
22456
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
22443
22457
|
"componentName": "IconStackedBarChart100"
|
|
22444
22458
|
},
|
|
22459
|
+
{
|
|
22460
|
+
"category": "Statistics & Charts",
|
|
22461
|
+
"svg": "<path d=\"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z\" fill=\"currentColor\"/>",
|
|
22462
|
+
"iconName": "stacked-bar-chart-2, revenue",
|
|
22463
|
+
"variant": {
|
|
22464
|
+
"join": "round",
|
|
22465
|
+
"filled": "on",
|
|
22466
|
+
"radius": "2",
|
|
22467
|
+
"stroke": "1"
|
|
22468
|
+
},
|
|
22469
|
+
"createdAt": "2026-03-17T12:01:24.906844+00:00",
|
|
22470
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
22471
|
+
"componentName": "IconStackedBarChart2"
|
|
22472
|
+
},
|
|
22445
22473
|
{
|
|
22446
22474
|
"category": "Statistics & Charts",
|
|
22447
22475
|
"svg": "<path d=\"M3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5V3.5C3 3.22386 3.22386 3 3.5 3Z\" fill=\"currentColor\"/><path d=\"M10 9C11.1046 9 12 9.89543 12 11V19H7V11C7 9.89543 7.89543 9 9 9H10Z\" fill=\"currentColor\"/><path d=\"M16 6C17.1046 6 18 6.89543 18 8V19H13V8C13 6.89543 13.8954 6 15 6H16Z\" fill=\"currentColor\"/>",
|
|
@@ -26110,6 +26138,20 @@
|
|
|
26110
26138
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
26111
26139
|
"componentName": "IconWrite2"
|
|
26112
26140
|
},
|
|
26141
|
+
{
|
|
26142
|
+
"category": "Edit",
|
|
26143
|
+
"svg": "<path d=\"M19.2793 12.3311C19.7685 13.016 19.8808 13.9016 19.5771 14.6865L17.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.42285 14.6865C4.11918 13.9015 4.23151 13.016 4.7207 12.3311L11.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.2793 12.3311Z\" fill=\"currentColor\"/>",
|
|
26144
|
+
"iconName": "write-3, fountain-pen, vector, ink",
|
|
26145
|
+
"variant": {
|
|
26146
|
+
"join": "round",
|
|
26147
|
+
"filled": "on",
|
|
26148
|
+
"radius": "2",
|
|
26149
|
+
"stroke": "1"
|
|
26150
|
+
},
|
|
26151
|
+
"createdAt": "2026-03-17T14:00:55.854067+00:00",
|
|
26152
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
26153
|
+
"componentName": "IconWrite3"
|
|
26154
|
+
},
|
|
26113
26155
|
{
|
|
26114
26156
|
"category": "Edit",
|
|
26115
26157
|
"svg": "<path d=\"M20.2678 3.5606C19.2915 2.58429 17.7085 2.58429 16.7322 3.5606L11.7322 8.5606C11.2634 9.02944 11 9.66533 11 10.3284V12.4999C11 12.7761 11.2239 12.9999 11.5 12.9999H13.6716C14.3346 12.9999 14.9705 12.7366 15.4393 12.2677L20.4393 7.26771C21.4157 6.2914 21.4156 4.70849 20.4393 3.73218L20.2678 3.5606Z\" 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"
|
|
@@ -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/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.163",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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":
|
|
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":
|
|
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":
|
|
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";
|