@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.211 → 1.1.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBurnTokens: FC<CentralIconBaseProps>;
4
+ export default IconBurnTokens;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of I(C))!x.call(r,n)&&n!==o&&e(r,n,{get:()=>C[n],enumerable:!(l=B(C,n))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?i(L(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconBurnTokens:()=>u,default:()=>d});module.exports=g(v);var t=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:C=24,...o})=>s.default.createElement(f.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z",fill:"currentColor"})),d=u;0&&(module.exports={IconBurnTokens});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurnTokens/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 IconBurnTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurnTokens;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ymBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,obACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBurnTokens_exports","__export","IconBurnTokens","IconBurnTokens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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 n}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(n,{d:"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z",fill:"currentColor"}),C.createElement(n,{d:"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),C.createElement(n,{d:"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z",fill:"currentColor"})),x=a;export{a as IconBurnTokens,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurnTokens/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 IconBurnTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurnTokens;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ymBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,obACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
package/README.md CHANGED
@@ -160,6 +160,7 @@ Below is a complete list of available icons:
160
160
  - IconBroomSparkle
161
161
  - IconBubbleSparkle
162
162
  - IconBubbleWideSparkle
163
+ - IconBurnTokens
163
164
  - IconCalenderSparkle
164
165
  - IconCameraSparkle
165
166
  - IconClapboardSparkle
@@ -4858,6 +4858,20 @@
4858
4858
  "packageName": "round-filled-radius-3-stroke-2",
4859
4859
  "componentName": "IconBurger"
4860
4860
  },
4861
+ {
4862
+ "category": "AI & Magic",
4863
+ "svg": "<path d=\"M15.8252 9.05176C16.1395 8.94686 16.4857 9.00401 16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0191 12.1511 19.0799 12.3455 19.1299 12.542C19.2967 12.3524 19.531 12.2325 19.7852 12.208C20.0765 12.1799 20.3657 12.281 20.5762 12.4844C21.4696 13.3477 21.8197 14.4351 21.9453 15.4443C22.3569 18.7273 20.3871 21.0249 17.9932 21.751C15.6157 22.4717 12.7343 21.6537 11.4512 18.7842L11.4502 18.7832C10.6742 17.0423 10.9372 15.3037 11.958 13.7979C12.3007 13.2927 12.7137 12.8533 13.0996 12.4775C14.1499 11.457 14.8501 10.9016 15.1797 9.72949L15.2197 9.61328C15.3303 9.3494 15.5501 9.14368 15.8252 9.05176Z\" fill=\"currentColor\"/><path d=\"M11 2C14.0942 2 16.8231 3.56232 18.4414 5.93652C18.7524 6.39282 18.6349 7.01508 18.1787 7.32617C17.7224 7.63716 17.1002 7.51966 16.7891 7.06348C15.5274 5.21231 13.4051 4 11 4C7.13401 4 4 7.13401 4 11C4 14.1005 6.01674 16.7324 8.8125 17.6514C9.33707 17.8239 9.62263 18.3894 9.4502 18.9141C9.2777 19.4387 8.71213 19.7242 8.1875 19.5518C4.5955 18.371 2 14.9898 2 11C2 6.02944 6.02944 2 11 2Z\" fill=\"currentColor\"/><path d=\"M10 6.42285C10.6188 6.0656 11.3812 6.06564 12 6.42285L13.2324 7.13379C13.7107 7.40991 13.8747 8.02174 13.5986 8.5C13.3225 8.97823 12.7107 9.14221 12.2324 8.86621L11 8.1543L8.53613 9.57715V12.4229L9.33496 12.8838C9.81325 13.1599 9.97731 13.7717 9.70117 14.25C9.42503 14.7283 8.81325 14.8924 8.33496 14.6162L7.53613 14.1543C6.91749 13.797 6.5362 13.1372 6.53613 12.4229V9.57715C6.5362 8.86276 6.91749 8.20296 7.53613 7.8457L10 6.42285Z\" fill=\"currentColor\"/>",
4864
+ "iconName": "burn-tokens, limit",
4865
+ "variant": {
4866
+ "join": "round",
4867
+ "filled": "on",
4868
+ "radius": "3",
4869
+ "stroke": "2"
4870
+ },
4871
+ "createdAt": "2026-04-24T12:02:37.809295+00:00",
4872
+ "packageName": "round-filled-radius-3-stroke-2",
4873
+ "componentName": "IconBurnTokens"
4874
+ },
4861
4875
  {
4862
4876
  "category": "Things",
4863
4877
  "svg": "<path d=\"M11 22V20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22ZM6.79297 15.793C7.18349 15.4024 7.81651 15.4024 8.20703 15.793C8.59756 16.1835 8.59756 16.8165 8.20703 17.207L5.70703 19.707C5.31651 20.0976 4.68349 20.0976 4.29297 19.707C3.90244 19.3165 3.90244 18.6835 4.29297 18.293L6.79297 15.793ZM15.793 15.793C16.1835 15.4024 16.8165 15.4024 17.207 15.793L19.707 18.293C20.0976 18.6835 20.0976 19.3165 19.707 19.707C19.3165 20.0976 18.6835 20.0976 18.293 19.707L15.793 17.207C15.4024 16.8165 15.4024 16.1835 15.793 15.793ZM4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4ZM22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20C19.4477 13 19 12.5523 19 12C19 11.4477 19.4477 11 20 11H22ZM4.29297 4.29297C4.68349 3.90244 5.31651 3.90244 5.70703 4.29297L8.20703 6.79297C8.59756 7.18349 8.59756 7.81651 8.20703 8.20703C7.81651 8.59756 7.18349 8.59756 6.79297 8.20703L4.29297 5.70703C3.90244 5.31651 3.90244 4.68349 4.29297 4.29297ZM18.293 4.29297C18.6835 3.90244 19.3165 3.90244 19.707 4.29297C20.0976 4.68349 20.0976 5.31651 19.707 5.70703L17.207 8.20703C16.8165 8.59756 16.1835 8.59756 15.793 8.20703C15.4024 7.81651 15.4024 7.18349 15.793 6.79297L18.293 4.29297ZM11 4V2C11 1.44772 11.4477 1 12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -346,6 +346,7 @@ export type CentralIconName =
346
346
  | "IconBulletList"
347
347
  | "IconBun"
348
348
  | "IconBurger"
349
+ | "IconBurnTokens"
349
350
  | "IconBurst"
350
351
  | "IconBus"
351
352
  | "IconCabinet"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.211",
3
+ "version": "1.1.212",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1972,
14
+ "totalIcons": 1973,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 83,
17
+ "count": 84,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
@@ -29,6 +29,7 @@
29
29
  "IconBroomSparkle",
30
30
  "IconBubbleSparkle",
31
31
  "IconBubbleWideSparkle",
32
+ "IconBurnTokens",
32
33
  "IconCalenderSparkle",
33
34
  "IconCameraSparkle",
34
35
  "IconClapboardSparkle",
@@ -2521,6 +2522,7 @@
2521
2522
  "IconBulletList": "bullet-list",
2522
2523
  "IconBun": "bun",
2523
2524
  "IconBurger": "burger, hamburger, sandwich",
2525
+ "IconBurnTokens": "burn-tokens, limit",
2524
2526
  "IconBurst": "burst, pop, boom",
2525
2527
  "IconBus": "bus, school-bus",
2526
2528
  "IconCabinet": "cabinet",
package/index.d.ts CHANGED
@@ -345,6 +345,7 @@ export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings
345
345
  export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
346
346
  export { IconBun, default as IconBunDefault } from "./IconBun";
347
347
  export { IconBurger, default as IconBurgerDefault } from "./IconBurger";
348
+ export { IconBurnTokens, default as IconBurnTokensDefault, } from "./IconBurnTokens";
348
349
  export { IconBurst, default as IconBurstDefault } from "./IconBurst";
349
350
  export { IconBus, default as IconBusDefault } from "./IconBus";
350
351
  export { IconCabinet, default as IconCabinetDefault } from "./IconCabinet";