@central-icons-react-native/round-outlined-radius-2-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.
- package/IconBurnTokens/index.d.ts +4 -0
- package/IconBurnTokens/index.js +2 -0
- package/IconBurnTokens/index.js.map +1 -0
- package/IconBurnTokens/index.mjs +2 -0
- package/IconBurnTokens/index.mjs.map +1 -0
- package/IconRobotHeadSlop/index.d.ts +4 -0
- package/IconRobotHeadSlop/index.js +2 -0
- package/IconRobotHeadSlop/index.js.map +1 -0
- package/IconRobotHeadSlop/index.mjs +2 -0
- package/IconRobotHeadSlop/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!L.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=m(o,n))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?l(B(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>i(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconBurnTokens:()=>k,default:()=>x});module.exports=h(P);var t=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(d.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 s=require("react-native-svg"),k=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=k;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=\"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,kWACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>s.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=i;export{i as IconBurnTokens,L 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=\"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,kWACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurnTokens","props","React","CentralIconBase","IconBurnTokens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of a(o))!h.call(r,C)&&C!==t&&s(r,C,{get:()=>o[C],enumerable:!(i=m(o,C))||i.enumerable});return r};var d=(r,o,t)=>(t=r!=null?f(L(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var M={};x(M,{IconRobotHeadSlop:()=>c,default:()=>I});module.exports=B(M);var e=d(require("react"));var p=d(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...t})=>p.default.createElement(u.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"),c=r=>e.default.createElement(k,{...r},e.default.createElement(n.Path,{d:"M10 16H8.5C6.29086 16 4.5 14.2091 4.5 12V6C4.5 4.89543 5.39543 4 6.5 4H17.5C18.6046 4 19.5 4.89543 19.5 6V12C19.5 14.2091 17.7091 16 15.5 16H14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Circle,{cx:"9.25",cy:"8.25",r:"1.5",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"14.75",cy:"8.25",r:"1.5",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M12 4V2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M4.5 7C3.94772 7 3.5 7.44772 3.5 8V9C3.5 9.55228 3.94772 10 4.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M19.5 7C20.0523 7 20.5 7.44772 20.5 8V9C20.5 9.55228 20.0523 10 19.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M9.25 12.5C11.1469 11.8333 12.8531 11.8333 14.75 12.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M13.5002 12.5L14.3445 17.9205C14.3677 18.1063 14.5115 18.2535 14.6957 18.2875C16.1045 18.5482 17.0395 19.0076 17.0395 19.5302C17.0395 20.3419 14.7834 21 12.0002 21C9.21711 21 6.96094 20.3419 6.96094 19.5302C6.96094 19.0077 7.89565 18.5482 9.30408 18.2875C9.48817 18.2535 9.63192 18.1063 9.65516 17.9206L10.5002 12.5",stroke:"currentColor",strokeWidth:"1.9"})),I=c;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 16H8.5C6.29086 16 4.5 14.2091 4.5 12V6C4.5 4.89543 5.39543 4 6.5 4H17.5C18.6046 4 19.5 4.89543 19.5 6V12C19.5 14.2091 17.7091 16 15.5 16H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"9.25\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.75\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M12 4V2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7C3.94772 7 3.5 7.44772 3.5 8V9C3.5 9.55228 3.94772 10 4.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 7C20.0523 7 20.5 7.44772 20.5 8V9C20.5 9.55228 20.0523 10 19.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 12.5C11.1469 11.8333 12.8531 11.8333 14.75 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.6\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5002 12.5L14.3445 17.9205C14.3677 18.1063 14.5115 18.2535 14.6957 18.2875C16.1045 18.5482 17.0395 19.0076 17.0395 19.5302C17.0395 20.3419 14.7834 21 12.0002 21C9.21711 21 6.96094 20.3419 6.96094 19.5302C6.96094 19.0077 7.89565 18.5482 9.30408 18.2875C9.48817 18.2535 9.63192 18.1063 9.65516 17.9206L10.5002 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8TACF,OAAO,eACP,YAAY,MACd,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 r from"react";import i from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:e=24,...s})=>i.createElement(l,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as C,Path as o}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(o,{d:"M10 16H8.5C6.29086 16 4.5 14.2091 4.5 12V6C4.5 4.89543 5.39543 4 6.5 4H17.5C18.6046 4 19.5 4.89543 19.5 6V12C19.5 14.2091 17.7091 16 15.5 16H14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),r.createElement(C,{cx:"9.25",cy:"8.25",r:"1.5",fill:"currentColor"}),r.createElement(C,{cx:"14.75",cy:"8.25",r:"1.5",fill:"currentColor"}),r.createElement(o,{d:"M12 4V2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.5 7C3.94772 7 3.5 7.44772 3.5 8V9C3.5 9.55228 3.94772 10 4.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19.5 7C20.0523 7 20.5 7.44772 20.5 8V9C20.5 9.55228 20.0523 10 19.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M9.25 12.5C11.1469 11.8333 12.8531 11.8333 14.75 12.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z",fill:"currentColor"}),r.createElement(o,{d:"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5002 12.5L14.3445 17.9205C14.3677 18.1063 14.5115 18.2535 14.6957 18.2875C16.1045 18.5482 17.0395 19.0076 17.0395 19.5302C17.0395 20.3419 14.7834 21 12.0002 21C9.21711 21 6.96094 20.3419 6.96094 19.5302C6.96094 19.0077 7.89565 18.5482 9.30408 18.2875C9.48817 18.2535 9.63192 18.1063 9.65516 17.9206L10.5002 12.5",stroke:"currentColor",strokeWidth:"1.9"})),x=d;export{d as IconRobotHeadSlop,x 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 16H8.5C6.29086 16 4.5 14.2091 4.5 12V6C4.5 4.89543 5.39543 4 6.5 4H17.5C18.6046 4 19.5 4.89543 19.5 6V12C19.5 14.2091 17.7091 16 15.5 16H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"9.25\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.75\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M12 4V2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7C3.94772 7 3.5 7.44772 3.5 8V9C3.5 9.55228 3.94772 10 4.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 7C20.0523 7 20.5 7.44772 20.5 8V9C20.5 9.55228 20.0523 10 19.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 12.5C11.1469 11.8333 12.8531 11.8333 14.75 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.6\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5002 12.5L14.3445 17.9205C14.3677 18.1063 14.5115 18.2535 14.6957 18.2875C16.1045 18.5482 17.0395 19.0076 17.0395 19.5302C17.0395 20.3419 14.7834 21 12.0002 21C9.21711 21 6.96094 20.3419 6.96094 19.5302C6.96094 19.0077 7.89565 18.5482 9.30408 18.2875C9.48817 18.2535 9.63192 18.1063 9.65516 17.9206L10.5002 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACxDI,EAAA,cAACJ,EAAA,CAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACzDI,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8TACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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
|
package/filtered-icons.json
CHANGED
|
@@ -4858,6 +4858,20 @@
|
|
|
4858
4858
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
4859
4859
|
"componentName": "IconBurger"
|
|
4860
4860
|
},
|
|
4861
|
+
{
|
|
4862
|
+
"category": "AI & Magic",
|
|
4863
|
+
"svg": "<path d=\"M19.8811 13.2032C20.5541 13.8534 20.8445 14.6929 20.9534 15.5692C21.6444 21.08 14.4567 23.0565 12.3639 18.3759C11.744 16.9852 11.9367 15.6115 12.7855 14.3593C13.0732 13.9353 13.4306 13.5509 13.7964 13.1948C14.771 12.2478 15.7232 11.4896 16.142 10C18.0214 11.4359 18.5659 13.0195 18.1917 15.1706H18.3622C18.7441 14.7448 19.6392 13.5492 19.8811 13.2032Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.6153 6.5C16.1753 4.38723 13.7497 3 11 3C6.58172 3 3 6.58172 3 11C3 14.5452 5.30607 17.5518 8.5 18.6016\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.7323 8L11.5002 7.28868C11.1908 7.11004 10.8096 7.11004 10.5002 7.28868L8.03613 8.71132C7.72673 8.88996 7.53613 9.22008 7.53613 9.57735V12.4226C7.53613 12.7799 7.72673 13.11 8.03613 13.2887L8.83517 13.75\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
4864
|
+
"iconName": "burn-tokens, limit",
|
|
4865
|
+
"variant": {
|
|
4866
|
+
"join": "round",
|
|
4867
|
+
"filled": "off",
|
|
4868
|
+
"radius": "2",
|
|
4869
|
+
"stroke": "2"
|
|
4870
|
+
},
|
|
4871
|
+
"createdAt": "2026-04-24T12:02:37.809295+00:00",
|
|
4872
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
4873
|
+
"componentName": "IconBurnTokens"
|
|
4874
|
+
},
|
|
4861
4875
|
{
|
|
4862
4876
|
"category": "Things",
|
|
4863
4877
|
"svg": "<path d=\"M12 2V4M12 20V22M2 12H4M20 12H22M5 5L7.5 7.5M16.5 16.5L19 19M5 19L7.5 16.5M16.5 7.5L19 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -20860,6 +20874,20 @@
|
|
|
20860
20874
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20861
20875
|
"componentName": "IconRobot3"
|
|
20862
20876
|
},
|
|
20877
|
+
{
|
|
20878
|
+
"category": "AI & Magic",
|
|
20879
|
+
"svg": "<path d=\"M10 16H8.5C6.29086 16 4.5 14.2091 4.5 12V6C4.5 4.89543 5.39543 4 6.5 4H17.5C18.6046 4 19.5 4.89543 19.5 6V12C19.5 14.2091 17.7091 16 15.5 16H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><circle cx=\"9.25\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"14.75\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M12 4V2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7C3.94772 7 3.5 7.44772 3.5 8V9C3.5 9.55228 3.94772 10 4.5 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 7C20.0523 7 20.5 7.44772 20.5 8V9C20.5 9.55228 20.0523 10 19.5 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 12.5C11.1469 11.8333 12.8531 11.8333 14.75 12.5\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.95003 19.7851C4.65188 20.212 3.05646 19.912 2.54004 19.6656C2.02362 19.4191 1.84668 18.8733 2.14484 18.4464C2.44299 18.0195 3.10334 17.8733 3.61976 18.1197C4.13619 18.3662 5.24819 19.3583 4.95003 19.7851Z\" fill=\"currentColor\"/><path d=\"M19.05 19.7851C19.3481 20.212 20.9435 19.912 21.46 19.6656C21.9764 19.4191 22.1533 18.8733 21.8552 18.4464C21.557 18.0195 20.8967 17.8733 20.3802 18.1197C19.8638 18.3662 18.7518 19.3583 19.05 19.7851Z\" fill=\"currentColor\"/><path d=\"M13.5002 12.5L14.3445 17.9205C14.3677 18.1063 14.5115 18.2535 14.6957 18.2875C16.1045 18.5482 17.0395 19.0076 17.0395 19.5302C17.0395 20.3419 14.7834 21 12.0002 21C9.21711 21 6.96094 20.3419 6.96094 19.5302C6.96094 19.0077 7.89565 18.5482 9.30408 18.2875C9.48817 18.2535 9.63192 18.1063 9.65516 17.9206L10.5002 12.5\" stroke=\"currentColor\" stroke-width=\"1.9\"/>",
|
|
20880
|
+
"iconName": "robot-head-slop",
|
|
20881
|
+
"variant": {
|
|
20882
|
+
"join": "round",
|
|
20883
|
+
"filled": "off",
|
|
20884
|
+
"radius": "2",
|
|
20885
|
+
"stroke": "2"
|
|
20886
|
+
},
|
|
20887
|
+
"createdAt": "2026-04-24T08:02:21.900979+00:00",
|
|
20888
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20889
|
+
"componentName": "IconRobotHeadSlop"
|
|
20890
|
+
},
|
|
20863
20891
|
{
|
|
20864
20892
|
"category": "Vehicles & Aircrafts",
|
|
20865
20893
|
"svg": "<path d=\"M3 21H5C6.10457 21 7 20.1046 7 19C7 17.8954 6.10457 17 5 17C3.89543 17 3 17.8954 3 19V21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M7.00098 13H4.76717C3.98987 13 3.50976 12.152 3.90968 11.4855L5.41837 8.97101C5.77982 8.3686 6.43083 8 7.13336 8H11.251C13.7671 5.25513 16.4925 3.3474 20.0017 3.04278C20.5519 2.99502 21.006 3.44906 20.9582 3.99927C20.6536 7.50845 18.7459 10.2339 16.001 12.75V16.8676C16.001 17.5701 15.6324 18.2212 15.03 18.5826L12.5155 20.0913C11.849 20.4912 11.001 20.0111 11.001 19.2338V17L7.00098 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M7 13L11.25 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M16 12.75L11 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.212",
|
|
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,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":
|
|
14
|
+
"totalIcons": 1973,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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";
|