@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.162 → 1.1.164
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/IconStackedBarChart100Axis/index.d.ts +4 -0
- package/IconStackedBarChart100Axis/index.js +2 -0
- package/IconStackedBarChart100Axis/index.js.map +1 -0
- package/IconStackedBarChart100Axis/index.mjs +2 -0
- package/IconStackedBarChart100Axis/index.mjs.map +1 -0
- package/IconStackedBarChartHorizontal100Axis/index.d.ts +4 -0
- package/IconStackedBarChartHorizontal100Axis/index.js +2 -0
- package/IconStackedBarChartHorizontal100Axis/index.js.map +1 -0
- package/IconStackedBarChartHorizontal100Axis/index.mjs +2 -0
- package/IconStackedBarChartHorizontal100Axis/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 +4 -0
- package/filtered-icons.json +58 -2
- package/icons/index.d.ts +4 -0
- package/icons-index.json +15 -7
- package/index.d.ts +4 -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 +30 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconGarlic:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M14.5015 20.6748C19.7245 21.7071 21 17.8889 21 15.1636C20.6156 9.97022 14.5203 7.97113 13.1815 3.28316C13.0008 2.65039 12.339 2.21986 11.7201 2.4435L10.7654 2.78848C10.3692 2.93164 10.1136 3.31098 10.0651 3.72942C9.49304 8.66359 3 10.5241 3 16.0966C3 19.9411 6.31501 21.682 9.35963 20.5667M13.4211 10.7297C14.3684 12.7838 16.0915 19.3536 13.8502 20.5268C12.6693 21.1449 10.887 21.2131 9.77278 20.3972C8.26805 19.2909 8.68421 14.3243 9.63158 12.2703",stroke:"currentColor",strokeWidth:"1.90026",strokeLinecap:"square",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconGarlic});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGarlic/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5015 20.6748C19.7245 21.7071 21 17.8889 21 15.1636C20.6156 9.97022 14.5203 7.97113 13.1815 3.28316C13.0008 2.65039 12.339 2.21986 11.7201 2.4435L10.7654 2.78848C10.3692 2.93164 10.1136 3.31098 10.0651 3.72942C9.49304 8.66359 3 10.5241 3 16.0966C3 19.9411 6.31501 21.682 9.35963 20.5667M13.4211 10.7297C14.3684 12.7838 16.0915 19.3536 13.8502 20.5268C12.6693 21.1449 10.887 21.2131 9.77278 20.3972C8.26805 19.2909 8.68421 14.3243 9.63158 12.2703\"\n stroke=\"currentColor\"\n strokeWidth=\"1.90026\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mcACF,OAAO,eACP,YAAY,UACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconGarlic_exports","__export","IconGarlic","IconGarlic_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGarlic","props","React","CentralIconBase","IconGarlic_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M14.5015 20.6748C19.7245 21.7071 21 17.8889 21 15.1636C20.6156 9.97022 14.5203 7.97113 13.1815 3.28316C13.0008 2.65039 12.339 2.21986 11.7201 2.4435L10.7654 2.78848C10.3692 2.93164 10.1136 3.31098 10.0651 3.72942C9.49304 8.66359 3 10.5241 3 16.0966C3 19.9411 6.31501 21.682 9.35963 20.5667M13.4211 10.7297C14.3684 12.7838 16.0915 19.3536 13.8502 20.5268C12.6693 21.1449 10.887 21.2131 9.77278 20.3972C8.26805 19.2909 8.68421 14.3243 9.63158 12.2703",stroke:"currentColor",strokeWidth:"1.90026",strokeLinecap:"square",strokeLinejoin:"round"})),P=s;export{s as IconGarlic,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGarlic/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGarlic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5015 20.6748C19.7245 21.7071 21 17.8889 21 15.1636C20.6156 9.97022 14.5203 7.97113 13.1815 3.28316C13.0008 2.65039 12.339 2.21986 11.7201 2.4435L10.7654 2.78848C10.3692 2.93164 10.1136 3.31098 10.0651 3.72942C9.49304 8.66359 3 10.5241 3 16.0966C3 19.9411 6.31501 21.682 9.35963 20.5667M13.4211 10.7297C14.3684 12.7838 16.0915 19.3536 13.8502 20.5268C12.6693 21.1449 10.887 21.2131 9.77278 20.3972C8.26805 19.2909 8.68421 14.3243 9.63158 12.2703\"\n stroke=\"currentColor\"\n strokeWidth=\"1.90026\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGarlic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mcACF,OAAO,eACP,YAAY,UACZ,cAAc,SACd,eAAe,QACjB,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 l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},k=(r,o,e,d)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(d=L(o,s))||d.enumerable});return r};var p=(r,o,e)=>(e=r!=null?l(h(r)):{},k(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>k(i({},"__esModule",{value:!0}),r);var j={};B(j,{IconStackedBarChart100Axis:()=>c,default:()=>I});module.exports=x(j);var n=p(require("react"));var u=p(require("react")),C=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M8 17V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13 17V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 17V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 10V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13 7V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 9V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;0&&(module.exports={IconStackedBarChart100Axis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100Axis/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 IconStackedBarChart100Axis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 17V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 17V11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 17V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 10V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 7V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 9V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100Axis;\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,gCAAAE,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,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,SACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart100Axis_exports","__export","IconStackedBarChart100Axis","IconStackedBarChart100Axis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart100Axis","props","React","CentralIconBase","IconStackedBarChart100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import i from"react";import{Svg as d}from"react-native-svg";var t=({children:n,size:e=24,...s})=>i.createElement(d,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var k=n=>r.createElement(t,{...n},r.createElement(o,{d:"M8 17V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M13 17V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M18 17V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M18 10V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M13 7V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M8 9V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=k;export{k as IconStackedBarChart100Axis,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100Axis/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 IconStackedBarChart100Axis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 17V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 17V11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 17V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 10V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 7V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 9V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100Axis;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,SACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart100Axis","props","React","CentralIconBase","IconStackedBarChart100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},k=(r,o,e,d)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(d=L(o,s))||d.enumerable});return r};var p=(r,o,e)=>(e=r!=null?l(h(r)):{},k(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>k(i({},"__esModule",{value:!0}),r);var I={};B(I,{IconStackedBarChartHorizontal100Axis:()=>c,default:()=>H});module.exports=x(I);var n=p(require("react"));var u=p(require("react")),a=require("react-native-svg"),C=({children:r,size:o=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>n.default.createElement(C,{...r},n.default.createElement(t.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 16H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 11.5H14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 7H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13 7H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 11.5H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M11 16H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),H=c;0&&(module.exports={IconStackedBarChartHorizontal100Axis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartHorizontal100Axis/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 IconStackedBarChartHorizontal100Axis: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 16H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11.5H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 7H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 7H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 11.5H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 16H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartHorizontal100Axis;\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,0CAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconStackedBarChartHorizontal100Axis_exports","__export","IconStackedBarChartHorizontal100Axis","IconStackedBarChartHorizontal100Axis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChartHorizontal100Axis","props","React","CentralIconBase","IconStackedBarChartHorizontal100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import i from"react";import{Svg as d}from"react-native-svg";var t=({children:n,size:e=24,...s})=>i.createElement(d,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var k=n=>r.createElement(t,{...n},r.createElement(o,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19 16H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19 11.5H14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19 7H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M13 7H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M10 11.5H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M11 16H7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=k;export{k as IconStackedBarChartHorizontal100Axis,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartHorizontal100Axis/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 IconStackedBarChartHorizontal100Axis: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 16H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11.5H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 7H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 7H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 11.5H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 16H7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartHorizontal100Axis;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChartHorizontal100Axis","props","React","CentralIconBase","IconStackedBarChartHorizontal100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!x.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=k(o,p))||C.enumerable});return r};var c=(r,o,t)=>(t=r!=null?d(h(r)):{},i(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconWrite3:()=>u,default:()=>L});module.exports=I(P);var e=c(require("react"));var l=c(require("react")),a=require("react-native-svg"),m=({children:r,size:o=24,...t})=>l.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(m,{...r},e.default.createElement(n.Path,{d:"M5 21H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M8 21L5.40157 14.5039C5.15099 13.8775 5.23315 13.1669 5.62006 12.6142L12 3.5L18.3799 12.6142C18.7669 13.1669 18.849 13.8775 18.5984 14.5039L16 21",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Circle,{cx:"12",cy:"14",r:"2",stroke:"currentColor",strokeWidth:"1.8"}),e.default.createElement(n.Path,{d:"M12 11.7V4.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),L=u;0&&(module.exports={IconWrite3});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 21H19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 21L5.40157 14.5039C5.15099 13.8775 5.23315 13.1669 5.62006 12.6142L12 3.5L18.3799 12.6142C18.7669 13.1669 18.849 13.8775 18.5984 14.5039L16 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.8\" />\n <Path\n d=\"M12 11.7V4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as i,Path as e}from"react-native-svg";var c=t=>o.createElement(n,{...t},o.createElement(e,{d:"M5 21H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M8 21L5.40157 14.5039C5.15099 13.8775 5.23315 13.1669 5.62006 12.6142L12 3.5L18.3799 12.6142C18.7669 13.1669 18.849 13.8775 18.5984 14.5039L16 21",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(i,{cx:"12",cy:"14",r:"2",stroke:"currentColor",strokeWidth:"1.8"}),o.createElement(e,{d:"M12 11.7V4.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),B=c;export{c as IconWrite3,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconWrite3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 21H19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 21L5.40157 14.5039C5.15099 13.8775 5.23315 13.1669 5.62006 12.6142L12 3.5L18.3799 12.6142C18.7669 13.1669 18.849 13.8775 18.5984 14.5039L16 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.8\" />\n <Path\n d=\"M12 11.7V4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtEI,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconWrite3","props","React","CentralIconBase","IconWrite3_default"]}
|
package/README.md
CHANGED
|
@@ -723,6 +723,7 @@ Below is a complete list of available icons:
|
|
|
723
723
|
- IconWhiteboard
|
|
724
724
|
- IconWrite1
|
|
725
725
|
- IconWrite2
|
|
726
|
+
- IconWrite3
|
|
726
727
|
- IconWriting
|
|
727
728
|
|
|
728
729
|
### Emoji
|
|
@@ -890,6 +891,7 @@ Below is a complete list of available icons:
|
|
|
890
891
|
- IconFork
|
|
891
892
|
- IconForkKnife
|
|
892
893
|
- IconForkSpoon
|
|
894
|
+
- IconGarlic
|
|
893
895
|
- IconGlassWater
|
|
894
896
|
- IconHotDrinkCup
|
|
895
897
|
- IconIcebowl
|
|
@@ -1795,8 +1797,10 @@ Below is a complete list of available icons:
|
|
|
1795
1797
|
- IconSankeyChart
|
|
1796
1798
|
- IconStackedBarChart
|
|
1797
1799
|
- IconStackedBarChart100
|
|
1800
|
+
- IconStackedBarChart100Axis
|
|
1798
1801
|
- IconStackedBarChart2
|
|
1799
1802
|
- IconStackedBarChartAxis2
|
|
1803
|
+
- IconStackedBarChartHorizontal100Axis
|
|
1800
1804
|
- IconSunburstChart
|
|
1801
1805
|
- IconSunburstChart2
|
|
1802
1806
|
- IconTrending1
|
package/filtered-icons.json
CHANGED
|
@@ -5253,7 +5253,7 @@
|
|
|
5253
5253
|
{
|
|
5254
5254
|
"category": "Food",
|
|
5255
5255
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 10C18.3783 9.66316 19.8212 9.091 20.8841 8.1464C21.2646 7.80824 21.2279 7.22787 20.8679 6.8679L17.1321 3.1321C16.7721 2.77213 16.1918 2.73535 15.8536 3.11588C14.909 4.17882 14.3368 5.62173 14 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 14C5.62173 14.3368 4.17882 14.909 3.11588 15.8536C2.73535 16.1918 2.77213 16.7721 3.1321 17.1321L6.8679 20.8679C7.22787 21.2279 7.80824 21.2646 8.1464 20.8841C9.091 19.8212 9.66316 18.3783 10 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5256
|
-
"iconName": "candy",
|
|
5256
|
+
"iconName": "candy, sweet",
|
|
5257
5257
|
"variant": {
|
|
5258
5258
|
"join": "round",
|
|
5259
5259
|
"filled": "off",
|
|
@@ -5659,7 +5659,7 @@
|
|
|
5659
5659
|
{
|
|
5660
5660
|
"category": "Food",
|
|
5661
5661
|
"svg": "<path d=\"M5.46366 11.4653C5.91542 11.0136 6.66915 11.0955 7.01329 11.6338L7.80184 12.8671C8.56054 14.0538 8.39154 15.6085 7.3956 16.6044L5.98969 18.0104L4.53108 15.729C3.77239 14.5423 3.94139 12.9876 4.93733 11.9916L5.46366 11.4653Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5354 18.5363C12.9871 18.0845 12.9052 17.3308 12.3669 16.9866L11.1336 16.1981C9.94688 15.4394 8.39209 15.6084 7.39615 16.6043L5.99023 18.0102L8.27174 19.4688C9.45841 20.2275 11.0131 20.0585 12.009 19.0626L12.5354 18.5363Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.6453 8.28343C9.09706 7.83168 9.85079 7.91361 10.1949 8.45188L10.9835 9.68526C11.7422 10.8719 11.5732 12.4266 10.5772 13.4226L9.17133 14.8285L7.71273 12.5471C6.95403 11.3604 7.12303 9.80571 8.11897 8.80976L8.6453 8.28343Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.7169 15.3544C16.1686 14.9026 16.0867 14.1489 15.5484 13.8047L14.3151 13.0162C13.1284 12.2575 11.5737 12.4265 10.5778 13.4225L9.17188 14.8284L11.4533 16.2869C12.6399 17.0456 14.1946 16.8766 15.1906 15.8807L15.7169 15.3544Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.8269 5.10155C12.2787 4.64979 13.0324 4.73172 13.3766 5.26999L14.1651 6.50337C14.9238 7.69004 14.7548 9.24473 13.7589 10.2407L12.353 11.6466L10.8944 9.36518C10.1357 8.17851 10.3047 6.62382 11.3006 5.62788L11.8269 5.10155Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.8985 12.1725C19.3503 11.7207 19.2684 10.967 18.7301 10.6229L17.4967 9.8343C16.31 9.07561 14.7554 9.24462 13.7594 10.2406L12.3535 11.6465L14.6349 13.1051C15.8216 13.8638 17.3763 13.6948 18.3722 12.6988L18.8985 12.1725Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.1824 8.81814C14.7563 5.47301 16.4335 3.79583 19.7786 4.22194C20.2047 7.56707 18.5275 9.24425 15.1824 8.81814Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.34398 17.6567L4.22266 19.7781\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5662
|
-
"iconName": "cereals, wheat",
|
|
5662
|
+
"iconName": "cereals, wheat, gluten, corn, grain",
|
|
5663
5663
|
"variant": {
|
|
5664
5664
|
"join": "round",
|
|
5665
5665
|
"filled": "off",
|
|
@@ -12138,6 +12138,20 @@
|
|
|
12138
12138
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12139
12139
|
"componentName": "IconGarage"
|
|
12140
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Food",
|
|
12143
|
+
"svg": "<path d=\"M14.5015 20.6748C19.7245 21.7071 21 17.8889 21 15.1636C20.6156 9.97022 14.5203 7.97113 13.1815 3.28316C13.0008 2.65039 12.339 2.21986 11.7201 2.4435L10.7654 2.78848C10.3692 2.93164 10.1136 3.31098 10.0651 3.72942C9.49304 8.66359 3 10.5241 3 16.0966C3 19.9411 6.31501 21.682 9.35963 20.5667M13.4211 10.7297C14.3684 12.7838 16.0915 19.3536 13.8502 20.5268C12.6693 21.1449 10.887 21.2131 9.77278 20.3972C8.26805 19.2909 8.68421 14.3243 9.63158 12.2703\" stroke=\"currentColor\" stroke-width=\"1.90026\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
12144
|
+
"iconName": "garlic",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "off",
|
|
12148
|
+
"radius": "2",
|
|
12149
|
+
"stroke": "2"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-03-17T14:00:55.854067+00:00",
|
|
12152
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12153
|
+
"componentName": "IconGarlic"
|
|
12154
|
+
},
|
|
12141
12155
|
{
|
|
12142
12156
|
"category": "Crypto",
|
|
12143
12157
|
"svg": "<path d=\"M14 20H15M14 20V10M14 20H4M14 10V6C14 4.89543 13.1046 4 12 4H6C4.89543 4 4 4.89543 4 6V20M14 10H16C17.1046 10 18 10.8954 18 12V15.5C18 16.3284 18.6716 17 19.5 17C20.3284 17 21 16.3284 21 15.5V8.82843C21 8.29799 20.7893 7.78929 20.4142 7.41421L19 6M3 20H4M11 10H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22442,6 +22456,20 @@
|
|
|
22442
22456
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22443
22457
|
"componentName": "IconStackedBarChart100"
|
|
22444
22458
|
},
|
|
22459
|
+
{
|
|
22460
|
+
"category": "Statistics & Charts",
|
|
22461
|
+
"svg": "<path d=\"M8 17V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 17V11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 17V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 10V6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 7V6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 9V6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
22462
|
+
"iconName": "stacked-bar-chart-100-axis",
|
|
22463
|
+
"variant": {
|
|
22464
|
+
"join": "round",
|
|
22465
|
+
"filled": "off",
|
|
22466
|
+
"radius": "2",
|
|
22467
|
+
"stroke": "2"
|
|
22468
|
+
},
|
|
22469
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22470
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22471
|
+
"componentName": "IconStackedBarChart100Axis"
|
|
22472
|
+
},
|
|
22445
22473
|
{
|
|
22446
22474
|
"category": "Statistics & Charts",
|
|
22447
22475
|
"svg": "<path d=\"M3 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 18V13.5C4 12.6716 4.67157 12 5.5 12C6.32843 12 7 12.6716 7 13.5V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 18V8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 18L14 11.5C14 10.6716 14.6716 10 15.5 10C16.3284 10 17 10.6716 17 11.5V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 18L17 6.5C17 5.67157 17.6716 5 18.5 5C19.3284 5 20 5.67157 20 6.5V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22470,6 +22498,20 @@
|
|
|
22470
22498
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22471
22499
|
"componentName": "IconStackedBarChartAxis2"
|
|
22472
22500
|
},
|
|
22501
|
+
{
|
|
22502
|
+
"category": "Statistics & Charts",
|
|
22503
|
+
"svg": "<path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 16H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 11.5H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 7H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 7H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 11.5H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 16H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
22504
|
+
"iconName": "stacked-bar-chart-horizontal-100-axis",
|
|
22505
|
+
"variant": {
|
|
22506
|
+
"join": "round",
|
|
22507
|
+
"filled": "off",
|
|
22508
|
+
"radius": "2",
|
|
22509
|
+
"stroke": "2"
|
|
22510
|
+
},
|
|
22511
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22512
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22513
|
+
"componentName": "IconStackedBarChartHorizontal100Axis"
|
|
22514
|
+
},
|
|
22473
22515
|
{
|
|
22474
22516
|
"category": "Social Media & Brands",
|
|
22475
22517
|
"svg": "<path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
|
|
@@ -26124,6 +26166,20 @@
|
|
|
26124
26166
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
26125
26167
|
"componentName": "IconWrite2"
|
|
26126
26168
|
},
|
|
26169
|
+
{
|
|
26170
|
+
"category": "Edit",
|
|
26171
|
+
"svg": "<path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M8 21L5.40157 14.5039C5.15099 13.8775 5.23315 13.1669 5.62006 12.6142L12 3.5L18.3799 12.6142C18.7669 13.1669 18.849 13.8775 18.5984 14.5039L16 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"14\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.8\"/><path d=\"M12 11.7V4.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
26172
|
+
"iconName": "write-3, fountain-pen, vector, ink",
|
|
26173
|
+
"variant": {
|
|
26174
|
+
"join": "round",
|
|
26175
|
+
"filled": "off",
|
|
26176
|
+
"radius": "2",
|
|
26177
|
+
"stroke": "2"
|
|
26178
|
+
},
|
|
26179
|
+
"createdAt": "2026-03-17T14:00:55.854067+00:00",
|
|
26180
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
26181
|
+
"componentName": "IconWrite3"
|
|
26182
|
+
},
|
|
26127
26183
|
{
|
|
26128
26184
|
"category": "Edit",
|
|
26129
26185
|
"svg": "<path d=\"M19.4142 4.41414C18.6332 3.63311 17.3668 3.63311 16.5858 4.41416L12.5858 8.41417C12.2107 8.78924 12 9.29795 12 9.82838V12H14.1716C14.702 12 15.2107 11.7893 15.5858 11.4142L19.5858 7.41413C20.3668 6.63307 20.3668 5.36674 19.5858 4.5857L19.4142 4.41414Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 12H6C4.89543 12 4 12.8954 4 14C4 15.1046 4.89543 16 6 16H16C17.1046 16 18 16.8954 18 18C18 19.1046 17.1046 20 16 20H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -866,6 +866,7 @@ export type CentralIconName =
|
|
|
866
866
|
| "IconGamepadControlsRoundUp"
|
|
867
867
|
| "IconGamepadControlsUp"
|
|
868
868
|
| "IconGarage"
|
|
869
|
+
| "IconGarlic"
|
|
869
870
|
| "IconGas"
|
|
870
871
|
| "IconGauge"
|
|
871
872
|
| "IconGemini"
|
|
@@ -1602,8 +1603,10 @@ export type CentralIconName =
|
|
|
1602
1603
|
| "IconStableVoice"
|
|
1603
1604
|
| "IconStackedBarChart"
|
|
1604
1605
|
| "IconStackedBarChart100"
|
|
1606
|
+
| "IconStackedBarChart100Axis"
|
|
1605
1607
|
| "IconStackedBarChart2"
|
|
1606
1608
|
| "IconStackedBarChartAxis2"
|
|
1609
|
+
| "IconStackedBarChartHorizontal100Axis"
|
|
1607
1610
|
| "IconStackOverflow"
|
|
1608
1611
|
| "IconStage"
|
|
1609
1612
|
| "IconStamps"
|
|
@@ -1865,6 +1868,7 @@ export type CentralIconName =
|
|
|
1865
1868
|
| "IconWrite"
|
|
1866
1869
|
| "IconWrite1"
|
|
1867
1870
|
| "IconWrite2"
|
|
1871
|
+
| "IconWrite3"
|
|
1868
1872
|
| "IconWriting"
|
|
1869
1873
|
| "IconX"
|
|
1870
1874
|
| "IconXbox"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.164",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
14
|
+
"totalIcons": 1879,
|
|
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": 41,
|
|
1702
1704
|
"icons": [
|
|
1703
1705
|
"IconAnalytics",
|
|
1704
1706
|
"IconChart1",
|
|
@@ -1727,8 +1729,10 @@
|
|
|
1727
1729
|
"IconSankeyChart",
|
|
1728
1730
|
"IconStackedBarChart",
|
|
1729
1731
|
"IconStackedBarChart100",
|
|
1732
|
+
"IconStackedBarChart100Axis",
|
|
1730
1733
|
"IconStackedBarChart2",
|
|
1731
1734
|
"IconStackedBarChartAxis2",
|
|
1735
|
+
"IconStackedBarChartHorizontal100Axis",
|
|
1732
1736
|
"IconSunburstChart",
|
|
1733
1737
|
"IconSunburstChart2",
|
|
1734
1738
|
"IconTrending1",
|
|
@@ -2452,7 +2456,7 @@
|
|
|
2452
2456
|
"IconCameraOff": "camera-off",
|
|
2453
2457
|
"IconCameraOff1": "camera-off-1, cam-off",
|
|
2454
2458
|
"IconCameraSparkle": "camera-sparkle, picture, image, cam",
|
|
2455
|
-
"IconCandy": "candy",
|
|
2459
|
+
"IconCandy": "candy, sweet",
|
|
2456
2460
|
"IconCap": "cap, fan",
|
|
2457
2461
|
"IconCapture": "capture, screen",
|
|
2458
2462
|
"IconCar1": "car-1",
|
|
@@ -2481,7 +2485,7 @@
|
|
|
2481
2485
|
"IconCat": "cat, image, animal, cute",
|
|
2482
2486
|
"IconCelebrate": "celebrate, party, confetti",
|
|
2483
2487
|
"IconCentralIconSystem": "central-icon-system",
|
|
2484
|
-
"IconCereals": "cereals, wheat",
|
|
2488
|
+
"IconCereals": "cereals, wheat, gluten, corn, grain",
|
|
2485
2489
|
"IconChainLink1": "chain-link-1, url",
|
|
2486
2490
|
"IconChainLink2": "chain-link-2, url",
|
|
2487
2491
|
"IconChainLink3": "chain-link-3, url",
|
|
@@ -2944,6 +2948,7 @@
|
|
|
2944
2948
|
"IconGamepadControlsRoundUp": "gamepad-controls-round-up",
|
|
2945
2949
|
"IconGamepadControlsUp": "gamepad-controls-up, joystick",
|
|
2946
2950
|
"IconGarage": "garage",
|
|
2951
|
+
"IconGarlic": "garlic",
|
|
2947
2952
|
"IconGas": "gas",
|
|
2948
2953
|
"IconGauge": "gauge, tachometer, performance, speed, scale",
|
|
2949
2954
|
"IconGemini": "gemini",
|
|
@@ -3680,8 +3685,10 @@
|
|
|
3680
3685
|
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3681
3686
|
"IconStackedBarChart": "stacked-bar-chart",
|
|
3682
3687
|
"IconStackedBarChart100": "stacked-bar-chart-100",
|
|
3688
|
+
"IconStackedBarChart100Axis": "stacked-bar-chart-100-axis",
|
|
3683
3689
|
"IconStackedBarChart2": "stacked-bar-chart-2, revenue",
|
|
3684
3690
|
"IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
|
|
3691
|
+
"IconStackedBarChartHorizontal100Axis": "stacked-bar-chart-horizontal-100-axis",
|
|
3685
3692
|
"IconStackOverflow": "stack-overflow",
|
|
3686
3693
|
"IconStage": "stage, show",
|
|
3687
3694
|
"IconStamps": "stamps, collection",
|
|
@@ -3943,6 +3950,7 @@
|
|
|
3943
3950
|
"IconWrite": "write, edit-list, list",
|
|
3944
3951
|
"IconWrite1": "write-1, fountain-pen",
|
|
3945
3952
|
"IconWrite2": "write-2, fountain-pen",
|
|
3953
|
+
"IconWrite3": "write-3, fountain-pen, vector, ink",
|
|
3946
3954
|
"IconWriting": "writing, sketching, drawing",
|
|
3947
3955
|
"IconX": "x",
|
|
3948
3956
|
"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,8 +1603,10 @@ 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 { IconStackedBarChart100Axis, default as IconStackedBarChart100AxisDefault, } from "./IconStackedBarChart100Axis";
|
|
1605
1607
|
export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
|
|
1606
1608
|
export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
|
|
1609
|
+
export { IconStackedBarChartHorizontal100Axis, default as IconStackedBarChartHorizontal100AxisDefault, } from "./IconStackedBarChartHorizontal100Axis";
|
|
1607
1610
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1608
1611
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|
|
1609
1612
|
export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";
|
|
@@ -1864,6 +1867,7 @@ export { IconWreathSimple, default as IconWreathSimpleDefault, } from "./IconWre
|
|
|
1864
1867
|
export { IconWrite, default as IconWriteDefault } from "./IconWrite";
|
|
1865
1868
|
export { IconWrite1, default as IconWrite1Default } from "./IconWrite1";
|
|
1866
1869
|
export { IconWrite2, default as IconWrite2Default } from "./IconWrite2";
|
|
1870
|
+
export { IconWrite3, default as IconWrite3Default } from "./IconWrite3";
|
|
1867
1871
|
export { IconWriting, default as IconWritingDefault } from "./IconWriting";
|
|
1868
1872
|
export { IconX, default as IconXDefault } from "./IconX";
|
|
1869
1873
|
export { IconXbox, default as IconXboxDefault } from "./IconXbox";
|