@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.210 → 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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRobotHeadSlop: FC<CentralIconBaseProps>;
4
+ export default IconRobotHeadSlop;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(I(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(t({},"__esModule",{value:!0}),C);var g={};x(g,{IconRobotHeadSlop:()=>i,default:()=>V});module.exports=P(g);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,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,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.6218 12.5C13.8738 12.5002 14.0867 12.6884 14.1179 12.9385L14.7917 18.333C14.8194 18.5542 14.9905 18.7299 15.2097 18.7705C16.8871 19.0809 18.0007 19.6278 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6279 7.11311 19.0809 8.78978 18.7705C9.00896 18.7299 9.18106 18.5542 9.20872 18.333L9.88353 12.9375C9.91504 12.6875 10.1276 12.5 10.3796 12.5H13.6218ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM12.0007 1.5C12.5529 1.50017 13.0007 1.94782 13.0007 2.5V3H16.5007C18.445 3.00015 20.0642 4.38776 20.4245 6.22656C21.0638 6.56035 21.5007 7.22894 21.5007 8V9C21.5007 9.73966 21.0977 10.3835 20.5007 10.7295V12C20.5007 14.5479 18.5944 16.649 16.1306 16.959L15.6765 13.3145V13.3135L15.6716 13.2803C15.952 13.2184 16.1905 13.0088 16.2722 12.7129C16.3896 12.2872 16.1392 11.8462 15.7136 11.7285C13.1602 11.0234 10.8412 11.0235 8.28783 11.7285C7.86198 11.8461 7.61172 12.287 7.72923 12.7129C7.8109 13.0085 8.04874 13.2182 8.32884 13.2803L8.32493 13.3135L7.8679 16.959C5.40532 16.6479 3.50072 14.547 3.50072 12V10.7305C2.90326 10.3846 2.50072 9.74003 2.50072 9V8C2.50072 7.22936 2.93628 6.56053 3.57493 6.22656C3.9352 4.38753 5.55616 3 7.50072 3H11.0007V2.5C11.0007 1.94772 11.4484 1.5 12.0007 1.5ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z",fill:"currentColor"})),V=i;0&&(module.exports={IconRobotHeadSlop});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRobotHeadSlop/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 IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.6218 12.5C13.8738 12.5002 14.0867 12.6884 14.1179 12.9385L14.7917 18.333C14.8194 18.5542 14.9905 18.7299 15.2097 18.7705C16.8871 19.0809 18.0007 19.6278 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6279 7.11311 19.0809 8.78978 18.7705C9.00896 18.7299 9.18106 18.5542 9.20872 18.333L9.88353 12.9375C9.91504 12.6875 10.1276 12.5 10.3796 12.5H13.6218ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM12.0007 1.5C12.5529 1.50017 13.0007 1.94782 13.0007 2.5V3H16.5007C18.445 3.00015 20.0642 4.38776 20.4245 6.22656C21.0638 6.56035 21.5007 7.22894 21.5007 8V9C21.5007 9.73966 21.0977 10.3835 20.5007 10.7295V12C20.5007 14.5479 18.5944 16.649 16.1306 16.959L15.6765 13.3145V13.3135L15.6716 13.2803C15.952 13.2184 16.1905 13.0088 16.2722 12.7129C16.3896 12.2872 16.1392 11.8462 15.7136 11.7285C13.1602 11.0234 10.8412 11.0235 8.28783 11.7285C7.86198 11.8461 7.61172 12.287 7.72923 12.7129C7.8109 13.0085 8.04874 13.2182 8.32884 13.2803L8.32493 13.3135L7.8679 16.959C5.40532 16.6479 3.50072 14.547 3.50072 12V10.7305C2.90326 10.3846 2.50072 9.74003 2.50072 9V8C2.50072 7.22936 2.93628 6.56053 3.57493 6.22656C3.9352 4.38753 5.55616 3 7.50072 3H11.0007V2.5C11.0007 1.94772 11.4484 1.5 12.0007 1.5ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobotHeadSlop;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,g7DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRobotHeadSlop_exports","__export","IconRobotHeadSlop","IconRobotHeadSlop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRobotHeadSlop","props","React","CentralIconBase","IconRobotHeadSlop_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.6218 12.5C13.8738 12.5002 14.0867 12.6884 14.1179 12.9385L14.7917 18.333C14.8194 18.5542 14.9905 18.7299 15.2097 18.7705C16.8871 19.0809 18.0007 19.6278 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6279 7.11311 19.0809 8.78978 18.7705C9.00896 18.7299 9.18106 18.5542 9.20872 18.333L9.88353 12.9375C9.91504 12.6875 10.1276 12.5 10.3796 12.5H13.6218ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM12.0007 1.5C12.5529 1.50017 13.0007 1.94782 13.0007 2.5V3H16.5007C18.445 3.00015 20.0642 4.38776 20.4245 6.22656C21.0638 6.56035 21.5007 7.22894 21.5007 8V9C21.5007 9.73966 21.0977 10.3835 20.5007 10.7295V12C20.5007 14.5479 18.5944 16.649 16.1306 16.959L15.6765 13.3145V13.3135L15.6716 13.2803C15.952 13.2184 16.1905 13.0088 16.2722 12.7129C16.3896 12.2872 16.1392 11.8462 15.7136 11.7285C13.1602 11.0234 10.8412 11.0235 8.28783 11.7285C7.86198 11.8461 7.61172 12.287 7.72923 12.7129C7.8109 13.0085 8.04874 13.2182 8.32884 13.2803L8.32493 13.3135L7.8679 16.959C5.40532 16.6479 3.50072 14.547 3.50072 12V10.7305C2.90326 10.3846 2.50072 9.74003 2.50072 9V8C2.50072 7.22936 2.93628 6.56053 3.57493 6.22656C3.9352 4.38753 5.55616 3 7.50072 3H11.0007V2.5C11.0007 1.94772 11.4484 1.5 12.0007 1.5ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z",fill:"currentColor"})),v=a;export{a as IconRobotHeadSlop,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRobotHeadSlop/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 IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.6218 12.5C13.8738 12.5002 14.0867 12.6884 14.1179 12.9385L14.7917 18.333C14.8194 18.5542 14.9905 18.7299 15.2097 18.7705C16.8871 19.0809 18.0007 19.6278 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6279 7.11311 19.0809 8.78978 18.7705C9.00896 18.7299 9.18106 18.5542 9.20872 18.333L9.88353 12.9375C9.91504 12.6875 10.1276 12.5 10.3796 12.5H13.6218ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM12.0007 1.5C12.5529 1.50017 13.0007 1.94782 13.0007 2.5V3H16.5007C18.445 3.00015 20.0642 4.38776 20.4245 6.22656C21.0638 6.56035 21.5007 7.22894 21.5007 8V9C21.5007 9.73966 21.0977 10.3835 20.5007 10.7295V12C20.5007 14.5479 18.5944 16.649 16.1306 16.959L15.6765 13.3145V13.3135L15.6716 13.2803C15.952 13.2184 16.1905 13.0088 16.2722 12.7129C16.3896 12.2872 16.1392 11.8462 15.7136 11.7285C13.1602 11.0234 10.8412 11.0235 8.28783 11.7285C7.86198 11.8461 7.61172 12.287 7.72923 12.7129C7.8109 13.0085 8.04874 13.2182 8.32884 13.2803L8.32493 13.3135L7.8679 16.959C5.40532 16.6479 3.50072 14.547 3.50072 12V10.7305C2.90326 10.3846 2.50072 9.74003 2.50072 9V8C2.50072 7.22936 2.93628 6.56053 3.57493 6.22656C3.9352 4.38753 5.55616 3 7.50072 3H11.0007V2.5C11.0007 1.94772 11.4484 1.5 12.0007 1.5ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobotHeadSlop;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,g7DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRobotHeadSlop","props","React","CentralIconBase","IconRobotHeadSlop_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
@@ -202,6 +203,7 @@ Below is a complete list of available icons:
202
203
  - IconRobot
203
204
  - IconRobot2
204
205
  - IconRobot3
206
+ - IconRobotHeadSlop
205
207
  - IconScanTextSparkle
206
208
  - IconScriptAi
207
209
  - IconSearchIntelligence
@@ -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\"/>",
@@ -20860,6 +20874,20 @@
20860
20874
  "packageName": "round-filled-radius-3-stroke-2",
20861
20875
  "componentName": "IconRobot3"
20862
20876
  },
20877
+ {
20878
+ "category": "AI & Magic",
20879
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.6218 12.5C13.8738 12.5002 14.0867 12.6884 14.1179 12.9385L14.7917 18.333C14.8194 18.5542 14.9905 18.7299 15.2097 18.7705C16.8871 19.0809 18.0007 19.6278 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6279 7.11311 19.0809 8.78978 18.7705C9.00896 18.7299 9.18106 18.5542 9.20872 18.333L9.88353 12.9375C9.91504 12.6875 10.1276 12.5 10.3796 12.5H13.6218ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM12.0007 1.5C12.5529 1.50017 13.0007 1.94782 13.0007 2.5V3H16.5007C18.445 3.00015 20.0642 4.38776 20.4245 6.22656C21.0638 6.56035 21.5007 7.22894 21.5007 8V9C21.5007 9.73966 21.0977 10.3835 20.5007 10.7295V12C20.5007 14.5479 18.5944 16.649 16.1306 16.959L15.6765 13.3145V13.3135L15.6716 13.2803C15.952 13.2184 16.1905 13.0088 16.2722 12.7129C16.3896 12.2872 16.1392 11.8462 15.7136 11.7285C13.1602 11.0234 10.8412 11.0235 8.28783 11.7285C7.86198 11.8461 7.61172 12.287 7.72923 12.7129C7.8109 13.0085 8.04874 13.2182 8.32884 13.2803L8.32493 13.3135L7.8679 16.959C5.40532 16.6479 3.50072 14.547 3.50072 12V10.7305C2.90326 10.3846 2.50072 9.74003 2.50072 9V8C2.50072 7.22936 2.93628 6.56053 3.57493 6.22656C3.9352 4.38753 5.55616 3 7.50072 3H11.0007V2.5C11.0007 1.94772 11.4484 1.5 12.0007 1.5ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z\" fill=\"currentColor\"/>",
20880
+ "iconName": "robot-head-slop",
20881
+ "variant": {
20882
+ "join": "round",
20883
+ "filled": "on",
20884
+ "radius": "3",
20885
+ "stroke": "2"
20886
+ },
20887
+ "createdAt": "2026-04-24T08:02:21.900979+00:00",
20888
+ "packageName": "round-filled-radius-3-stroke-2",
20889
+ "componentName": "IconRobotHeadSlop"
20890
+ },
20863
20891
  {
20864
20892
  "category": "Vehicles & Aircrafts",
20865
20893
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 14.9124L12 17.4624V19.2338L14.029 18.0164C14.6314 17.6549 15 17.0039 15 16.3014V14.9124ZM10 17.4142L6.58579 14H4.76619C3.2116 14 2.25138 12.304 3.0512 10.971L4.2686 8.94197C4.99149 7.73715 6.29352 6.99995 7.69857 6.99995H10.8147C13.3392 4.32979 16.2007 2.36884 19.9142 2.04648C21.0833 1.94499 22.055 2.91663 21.9535 4.08571C21.6311 7.79921 19.6702 10.6607 17 13.1853V16.3014C17 17.7064 16.2628 19.0085 15.058 19.7314L13.029 20.9487C11.6959 21.7486 10 20.7884 10 19.2338V17.4142ZM9.08756 8.99995H7.69857C6.99605 8.99995 6.34503 9.36855 5.98358 9.97096L4.76619 12H6.53756L9.08756 8.99995ZM2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19C8 20.6568 6.65685 22 5 22H3C2.44772 22 2 21.5522 2 21V19Z\" 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"
@@ -1489,6 +1490,7 @@ export type CentralIconName =
1489
1490
  | "IconRobot"
1490
1491
  | "IconRobot2"
1491
1492
  | "IconRobot3"
1493
+ | "IconRobotHeadSlop"
1492
1494
  | "IconRocket"
1493
1495
  | "IconRockingHorse"
1494
1496
  | "IconRoller"
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.210",
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": 1971,
14
+ "totalIcons": 1973,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 82,
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",
@@ -71,6 +72,7 @@
71
72
  "IconRobot",
72
73
  "IconRobot2",
73
74
  "IconRobot3",
75
+ "IconRobotHeadSlop",
74
76
  "IconScanTextSparkle",
75
77
  "IconScriptAi",
76
78
  "IconSearchIntelligence",
@@ -2520,6 +2522,7 @@
2520
2522
  "IconBulletList": "bullet-list",
2521
2523
  "IconBun": "bun",
2522
2524
  "IconBurger": "burger, hamburger, sandwich",
2525
+ "IconBurnTokens": "burn-tokens, limit",
2523
2526
  "IconBurst": "burst, pop, boom",
2524
2527
  "IconBus": "bus, school-bus",
2525
2528
  "IconCabinet": "cabinet",
@@ -3663,6 +3666,7 @@
3663
3666
  "IconRobot": "robot",
3664
3667
  "IconRobot2": "robot-2, agent, scout",
3665
3668
  "IconRobot3": "robot-3, agent, scout",
3669
+ "IconRobotHeadSlop": "robot-head-slop",
3666
3670
  "IconRocket": "rocket, startup, launch",
3667
3671
  "IconRockingHorse": "rocking-horse, child, kids, toy",
3668
3672
  "IconRoller": "roller, scooter",
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";
@@ -1488,6 +1489,7 @@ export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood
1488
1489
  export { IconRobot, default as IconRobotDefault } from "./IconRobot";
1489
1490
  export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
1490
1491
  export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
1492
+ export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault, } from "./IconRobotHeadSlop";
1491
1493
  export { IconRocket, default as IconRocketDefault } from "./IconRocket";
1492
1494
  export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
1493
1495
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";