@central-icons-react-native/square-filled-radius-0-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 u=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},L=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==n&&C(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,n)=>(n=r!=null?u(I(r)):{},L(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>L(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconBurnTokens:()=>c,default:()=>d});module.exports=g(v);var e=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>e.default.createElement(f,{...r},e.default.createElement(p.Path,{d:"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z",fill:"currentColor"})),d=c;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=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\"\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,6dACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:n,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as t}from"react-native-svg";var L=n=>o.createElement(e,{...n},o.createElement(t,{d:"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z",fill:"currentColor"}),o.createElement(t,{d:"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z",fill:"currentColor"}),o.createElement(t,{d:"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z",fill:"currentColor"})),x=L;export{L 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=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\"\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,6dACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,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": "square-filled-radius-0-stroke-2",
4859
4859
  "componentName": "IconBurger"
4860
4860
  },
4861
+ {
4862
+ "category": "AI & Magic",
4863
+ "svg": "<path d=\"M16.749 9.20508C17.7938 10.0034 18.538 10.8986 18.9453 11.959C19.0181 12.1485 19.0783 12.3403 19.1279 12.5342L19.7334 11.6699L20.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.5781 8.31055L16.749 9.20508Z\" fill=\"currentColor\"/><path d=\"M11 2C14.3898 2 17.3401 3.87455 18.874 6.63867L17.126 7.60938C15.9304 5.4548 13.6342 4 11 4C7.13401 4 4 7.13401 4 11C4 14.2602 6.2298 17.0021 9.24902 17.7793L8.75098 19.7168C4.86943 18.7178 2 15.195 2 11C2 6.02944 6.02944 2 11 2Z\" fill=\"currentColor\"/><path d=\"M14.0986 7.63379L13.0986 9.36621L11 8.1543L8.53613 9.57715V12.4219L10.2012 13.3838L9.20117 15.1162L6.53613 13.5771V8.42285L11 5.8457L14.0986 7.63379Z\" fill=\"currentColor\"/>",
4864
+ "iconName": "burn-tokens, limit",
4865
+ "variant": {
4866
+ "join": "square",
4867
+ "filled": "on",
4868
+ "radius": "0",
4869
+ "stroke": "2"
4870
+ },
4871
+ "createdAt": "2026-04-24T12:02:37.809295+00:00",
4872
+ "packageName": "square-filled-radius-0-stroke-2",
4873
+ "componentName": "IconBurnTokens"
4874
+ },
4861
4875
  {
4862
4876
  "category": "Things",
4863
4877
  "svg": "<path d=\"M11 19H13V23H11V19ZM8.91406 16.5L5 20.4141L3.58594 19L7.5 15.0859L8.91406 16.5ZM20.4141 19L19 20.4141L15.0859 16.5L16.5 15.0859L20.4141 19ZM5 11V13H1V11H5ZM23 11V13H19V11H23ZM8.91406 7.5L7.5 8.91406L3.58594 5L5 3.58594L8.91406 7.5ZM20.4141 5L16.5 8.91406L15.0859 7.5L19 3.58594L20.4141 5ZM11 1H13V5H11V1Z\" 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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.211",
3
+ "version": "1.1.212",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,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";