@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.210 → 1.1.211

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 IconRobotHeadSlop: FC<CentralIconBaseProps>;
4
+ export default IconRobotHeadSlop;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(C,o)=>{for(var r in o)l(C,r,{get:o[r],enumerable:!0})},f=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of H(o))!I.call(C,n)&&n!==r&&l(C,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?c(B(C)):{},f(o||!C||!C.__esModule?l(r,"default",{value:C,enumerable:!0}):r,C)),v=C=>f(l({},"__esModule",{value:!0}),C);var P={};V(P,{IconRobotHeadSlop:()=>u,default:()=>x});module.exports=v(P);var e=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),s=({children:C,size:o=24,...r})=>m.default.createElement(i.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 t=require("react-native-svg"),u=C=>e.default.createElement(s,{...C},e.default.createElement(t.Path,{d:"M13.5 12.5C13.7142 13.4785 14.101 18.5671 15.1963 18.7686C16.881 19.0784 18 19.6262 18 20.25C18 21.2165 15.3137 22 12 22C8.68637 22 5.99999 21.2165 5.99999 20.25C5.99999 19.6262 7.11924 19.0785 8.8037 18.7686C9.89895 18.5668 10.2856 13.4787 10.5 12.5H13.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M2.1455 18.4463C2.44375 18.0196 3.1038 17.8737 3.6201 18.1201C4.13665 18.3668 5.24828 19.3584 4.95018 19.7852C4.65198 20.212 3.05646 19.9125 2.54003 19.666C2.0236 19.4196 1.84734 18.8732 2.1455 18.4463Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20.3808 18.1201C20.8972 17.8738 21.5573 18.0195 21.8555 18.4463C22.1536 18.8732 21.9764 19.4196 21.4599 19.666C20.9432 19.9124 19.3479 20.2119 19.0498 19.7852C18.752 19.3582 19.8645 18.3665 20.3808 18.1201Z",fill:"currentColor"}),e.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 3H20V6H21V10H20V11.5C20 13.9853 17.9853 16 15.5 16H15.0029C15.0015 15.9928 14.9995 15.9857 14.998 15.9785C14.8735 15.3591 14.7735 14.71 14.6904 14.1416C14.6119 13.6044 14.5401 13.0762 14.4766 12.7861L14.4717 12.7646C14.7667 12.8264 15.0649 12.899 15.3672 12.9824L15.6328 12.0176C13.1318 11.327 10.8682 11.327 8.36717 12.0176L8.6328 12.9824C8.93472 12.8991 9.23265 12.8264 9.52733 12.7646L9.52342 12.7861C9.45989 13.0762 9.38714 13.6037 9.30858 14.1406C9.22541 14.7091 9.12656 15.359 9.00194 15.9785C9.00049 15.9857 8.99851 15.9928 8.99706 16H8.49999C6.01479 15.9999 3.99999 13.9852 3.99999 11.5V10H2.99999V6H3.99999V3H11.5V2H12.5V3ZM9.24999 6.5C8.55978 6.50011 8.00009 7.08199 7.99999 7.7998C7.99999 8.51771 8.55972 9.0995 9.24999 9.09961C9.94034 9.09961 10.5 8.51777 10.5 7.7998C10.4999 7.08192 9.94028 6.5 9.24999 6.5ZM14.75 6.5C14.0597 6.5001 13.5 7.05971 13.5 7.75C13.5 8.44029 14.0597 8.9999 14.75 9C15.4403 9 16 8.44036 16 7.75C16 7.05964 15.4403 6.5 14.75 6.5Z",fill:"currentColor"})),x=u;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 d=\"M13.5 12.5C13.7142 13.4785 14.101 18.5671 15.1963 18.7686C16.881 19.0784 18 19.6262 18 20.25C18 21.2165 15.3137 22 12 22C8.68637 22 5.99999 21.2165 5.99999 20.25C5.99999 19.6262 7.11924 19.0785 8.8037 18.7686C9.89895 18.5668 10.2856 13.4787 10.5 12.5H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.1455 18.4463C2.44375 18.0196 3.1038 17.8737 3.6201 18.1201C4.13665 18.3668 5.24828 19.3584 4.95018 19.7852C4.65198 20.212 3.05646 19.9125 2.54003 19.666C2.0236 19.4196 1.84734 18.8732 2.1455 18.4463Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.3808 18.1201C20.8972 17.8738 21.5573 18.0195 21.8555 18.4463C22.1536 18.8732 21.9764 19.4196 21.4599 19.666C20.9432 19.9124 19.3479 20.2119 19.0498 19.7852C18.752 19.3582 19.8645 18.3665 20.3808 18.1201Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.5 3H20V6H21V10H20V11.5C20 13.9853 17.9853 16 15.5 16H15.0029C15.0015 15.9928 14.9995 15.9857 14.998 15.9785C14.8735 15.3591 14.7735 14.71 14.6904 14.1416C14.6119 13.6044 14.5401 13.0762 14.4766 12.7861L14.4717 12.7646C14.7667 12.8264 15.0649 12.899 15.3672 12.9824L15.6328 12.0176C13.1318 11.327 10.8682 11.327 8.36717 12.0176L8.6328 12.9824C8.93472 12.8991 9.23265 12.8264 9.52733 12.7646L9.52342 12.7861C9.45989 13.0762 9.38714 13.6037 9.30858 14.1406C9.22541 14.7091 9.12656 15.359 9.00194 15.9785C9.00049 15.9857 8.99851 15.9928 8.99706 16H8.49999C6.01479 15.9999 3.99999 13.9852 3.99999 11.5V10H2.99999V6H3.99999V3H11.5V2H12.5V3ZM9.24999 6.5C8.55978 6.50011 8.00009 7.08199 7.99999 7.7998C7.99999 8.51771 8.55972 9.0995 9.24999 9.09961C9.94034 9.09961 10.5 8.51777 10.5 7.7998C10.4999 7.08192 9.94028 6.5 9.24999 6.5ZM14.75 6.5C14.0597 6.5001 13.5 7.05971 13.5 7.75C13.5 8.44029 14.0597 8.9999 14.75 9C15.4403 9 16 8.44036 16 7.75C16 7.05964 15.4403 6.5 14.75 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,EAAE,mQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,g9BACF,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 o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...t})=>l.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as r}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(r,{d:"M13.5 12.5C13.7142 13.4785 14.101 18.5671 15.1963 18.7686C16.881 19.0784 18 19.6262 18 20.25C18 21.2165 15.3137 22 12 22C8.68637 22 5.99999 21.2165 5.99999 20.25C5.99999 19.6262 7.11924 19.0785 8.8037 18.7686C9.89895 18.5668 10.2856 13.4787 10.5 12.5H13.5Z",fill:"currentColor"}),o.createElement(r,{d:"M2.1455 18.4463C2.44375 18.0196 3.1038 17.8737 3.6201 18.1201C4.13665 18.3668 5.24828 19.3584 4.95018 19.7852C4.65198 20.212 3.05646 19.9125 2.54003 19.666C2.0236 19.4196 1.84734 18.8732 2.1455 18.4463Z",fill:"currentColor"}),o.createElement(r,{d:"M20.3808 18.1201C20.8972 17.8738 21.5573 18.0195 21.8555 18.4463C22.1536 18.8732 21.9764 19.4196 21.4599 19.666C20.9432 19.9124 19.3479 20.2119 19.0498 19.7852C18.752 19.3582 19.8645 18.3665 20.3808 18.1201Z",fill:"currentColor"}),o.createElement(r,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 3H20V6H21V10H20V11.5C20 13.9853 17.9853 16 15.5 16H15.0029C15.0015 15.9928 14.9995 15.9857 14.998 15.9785C14.8735 15.3591 14.7735 14.71 14.6904 14.1416C14.6119 13.6044 14.5401 13.0762 14.4766 12.7861L14.4717 12.7646C14.7667 12.8264 15.0649 12.899 15.3672 12.9824L15.6328 12.0176C13.1318 11.327 10.8682 11.327 8.36717 12.0176L8.6328 12.9824C8.93472 12.8991 9.23265 12.8264 9.52733 12.7646L9.52342 12.7861C9.45989 13.0762 9.38714 13.6037 9.30858 14.1406C9.22541 14.7091 9.12656 15.359 9.00194 15.9785C9.00049 15.9857 8.99851 15.9928 8.99706 16H8.49999C6.01479 15.9999 3.99999 13.9852 3.99999 11.5V10H2.99999V6H3.99999V3H11.5V2H12.5V3ZM9.24999 6.5C8.55978 6.50011 8.00009 7.08199 7.99999 7.7998C7.99999 8.51771 8.55972 9.0995 9.24999 9.09961C9.94034 9.09961 10.5 8.51777 10.5 7.7998C10.4999 7.08192 9.94028 6.5 9.24999 6.5ZM14.75 6.5C14.0597 6.5001 13.5 7.05971 13.5 7.75C13.5 8.44029 14.0597 8.9999 14.75 9C15.4403 9 16 8.44036 16 7.75C16 7.05964 15.4403 6.5 14.75 6.5Z",fill:"currentColor"})),I=f;export{f as IconRobotHeadSlop,I 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 d=\"M13.5 12.5C13.7142 13.4785 14.101 18.5671 15.1963 18.7686C16.881 19.0784 18 19.6262 18 20.25C18 21.2165 15.3137 22 12 22C8.68637 22 5.99999 21.2165 5.99999 20.25C5.99999 19.6262 7.11924 19.0785 8.8037 18.7686C9.89895 18.5668 10.2856 13.4787 10.5 12.5H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.1455 18.4463C2.44375 18.0196 3.1038 17.8737 3.6201 18.1201C4.13665 18.3668 5.24828 19.3584 4.95018 19.7852C4.65198 20.212 3.05646 19.9125 2.54003 19.666C2.0236 19.4196 1.84734 18.8732 2.1455 18.4463Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.3808 18.1201C20.8972 17.8738 21.5573 18.0195 21.8555 18.4463C22.1536 18.8732 21.9764 19.4196 21.4599 19.666C20.9432 19.9124 19.3479 20.2119 19.0498 19.7852C18.752 19.3582 19.8645 18.3665 20.3808 18.1201Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.5 3H20V6H21V10H20V11.5C20 13.9853 17.9853 16 15.5 16H15.0029C15.0015 15.9928 14.9995 15.9857 14.998 15.9785C14.8735 15.3591 14.7735 14.71 14.6904 14.1416C14.6119 13.6044 14.5401 13.0762 14.4766 12.7861L14.4717 12.7646C14.7667 12.8264 15.0649 12.899 15.3672 12.9824L15.6328 12.0176C13.1318 11.327 10.8682 11.327 8.36717 12.0176L8.6328 12.9824C8.93472 12.8991 9.23265 12.8264 9.52733 12.7646L9.52342 12.7861C9.45989 13.0762 9.38714 13.6037 9.30858 14.1406C9.22541 14.7091 9.12656 15.359 9.00194 15.9785C9.00049 15.9857 8.99851 15.9928 8.99706 16H8.49999C6.01479 15.9999 3.99999 13.9852 3.99999 11.5V10H2.99999V6H3.99999V3H11.5V2H12.5V3ZM9.24999 6.5C8.55978 6.50011 8.00009 7.08199 7.99999 7.7998C7.99999 8.51771 8.55972 9.0995 9.24999 9.09961C9.94034 9.09961 10.5 8.51777 10.5 7.7998C10.4999 7.08192 9.94028 6.5 9.24999 6.5ZM14.75 6.5C14.0597 6.5001 13.5 7.05971 13.5 7.75C13.5 8.44029 14.0597 8.9999 14.75 9C15.4403 9 16 8.44036 16 7.75C16 7.05964 15.4403 6.5 14.75 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,EAAE,mQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,g9BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRobotHeadSlop","props","React","CentralIconBase","IconRobotHeadSlop_default"]}
package/README.md CHANGED
@@ -202,6 +202,7 @@ Below is a complete list of available icons:
202
202
  - IconRobot
203
203
  - IconRobot2
204
204
  - IconRobot3
205
+ - IconRobotHeadSlop
205
206
  - IconScanTextSparkle
206
207
  - IconScriptAi
207
208
  - IconSearchIntelligence
@@ -20860,6 +20860,20 @@
20860
20860
  "packageName": "square-filled-radius-0-stroke-1",
20861
20861
  "componentName": "IconRobot3"
20862
20862
  },
20863
+ {
20864
+ "category": "AI & Magic",
20865
+ "svg": "<path d=\"M13.5 12.5C13.7142 13.4785 14.101 18.5671 15.1963 18.7686C16.881 19.0784 18 19.6262 18 20.25C18 21.2165 15.3137 22 12 22C8.68637 22 5.99999 21.2165 5.99999 20.25C5.99999 19.6262 7.11924 19.0785 8.8037 18.7686C9.89895 18.5668 10.2856 13.4787 10.5 12.5H13.5Z\" fill=\"currentColor\"/><path d=\"M2.1455 18.4463C2.44375 18.0196 3.1038 17.8737 3.6201 18.1201C4.13665 18.3668 5.24828 19.3584 4.95018 19.7852C4.65198 20.212 3.05646 19.9125 2.54003 19.666C2.0236 19.4196 1.84734 18.8732 2.1455 18.4463Z\" fill=\"currentColor\"/><path d=\"M20.3808 18.1201C20.8972 17.8738 21.5573 18.0195 21.8555 18.4463C22.1536 18.8732 21.9764 19.4196 21.4599 19.666C20.9432 19.9124 19.3479 20.2119 19.0498 19.7852C18.752 19.3582 19.8645 18.3665 20.3808 18.1201Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3H20V6H21V10H20V11.5C20 13.9853 17.9853 16 15.5 16H15.0029C15.0015 15.9928 14.9995 15.9857 14.998 15.9785C14.8735 15.3591 14.7735 14.71 14.6904 14.1416C14.6119 13.6044 14.5401 13.0762 14.4766 12.7861L14.4717 12.7646C14.7667 12.8264 15.0649 12.899 15.3672 12.9824L15.6328 12.0176C13.1318 11.327 10.8682 11.327 8.36717 12.0176L8.6328 12.9824C8.93472 12.8991 9.23265 12.8264 9.52733 12.7646L9.52342 12.7861C9.45989 13.0762 9.38714 13.6037 9.30858 14.1406C9.22541 14.7091 9.12656 15.359 9.00194 15.9785C9.00049 15.9857 8.99851 15.9928 8.99706 16H8.49999C6.01479 15.9999 3.99999 13.9852 3.99999 11.5V10H2.99999V6H3.99999V3H11.5V2H12.5V3ZM9.24999 6.5C8.55978 6.50011 8.00009 7.08199 7.99999 7.7998C7.99999 8.51771 8.55972 9.0995 9.24999 9.09961C9.94034 9.09961 10.5 8.51777 10.5 7.7998C10.4999 7.08192 9.94028 6.5 9.24999 6.5ZM14.75 6.5C14.0597 6.5001 13.5 7.05971 13.5 7.75C13.5 8.44029 14.0597 8.9999 14.75 9C15.4403 9 16 8.44036 16 7.75C16 7.05964 15.4403 6.5 14.75 6.5Z\" fill=\"currentColor\"/>",
20866
+ "iconName": "robot-head-slop",
20867
+ "variant": {
20868
+ "join": "square",
20869
+ "filled": "on",
20870
+ "radius": "0",
20871
+ "stroke": "1"
20872
+ },
20873
+ "createdAt": "2026-04-24T08:02:21.900979+00:00",
20874
+ "packageName": "square-filled-radius-0-stroke-1",
20875
+ "componentName": "IconRobotHeadSlop"
20876
+ },
20863
20877
  {
20864
20878
  "category": "Vehicles & Aircrafts",
20865
20879
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.004 13.9015L11.004 17.7463V20.3743L16.004 17.7004V13.9015ZM10.004 17.7071L6.29694 14H1.96094L5.70443 7H10.9937C13.9233 3.85964 17.1778 2 21.504 2H22.004V2.5C22.004 6.82276 20.1476 10.1692 17.004 13.1048V18.2996L10.004 22.0431V17.7071ZM6.26084 13L10.1845 8H6.30366L3.62974 13H6.26084ZM2.00237 19.5008C2.00237 18.1195 3.12259 17 4.50363 17C5.8842 17 7.00405 18.1192 7.00405 19.5C7.00405 20.8807 5.88476 22 4.50405 22H2.00237V19.5008Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1489,6 +1489,7 @@ export type CentralIconName =
1489
1489
  | "IconRobot"
1490
1490
  | "IconRobot2"
1491
1491
  | "IconRobot3"
1492
+ | "IconRobotHeadSlop"
1492
1493
  | "IconRocket"
1493
1494
  | "IconRockingHorse"
1494
1495
  | "IconRoller"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.210",
3
+ "version": "1.1.211",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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": 1972,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 82,
17
+ "count": 83,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
@@ -71,6 +71,7 @@
71
71
  "IconRobot",
72
72
  "IconRobot2",
73
73
  "IconRobot3",
74
+ "IconRobotHeadSlop",
74
75
  "IconScanTextSparkle",
75
76
  "IconScriptAi",
76
77
  "IconSearchIntelligence",
@@ -3663,6 +3664,7 @@
3663
3664
  "IconRobot": "robot",
3664
3665
  "IconRobot2": "robot-2, agent, scout",
3665
3666
  "IconRobot3": "robot-3, agent, scout",
3667
+ "IconRobotHeadSlop": "robot-head-slop",
3666
3668
  "IconRocket": "rocket, startup, launch",
3667
3669
  "IconRockingHorse": "rocking-horse, child, kids, toy",
3668
3670
  "IconRoller": "roller, scooter",
package/index.d.ts CHANGED
@@ -1488,6 +1488,7 @@ export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood
1488
1488
  export { IconRobot, default as IconRobotDefault } from "./IconRobot";
1489
1489
  export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
1490
1490
  export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
1491
+ export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault, } from "./IconRobotHeadSlop";
1491
1492
  export { IconRocket, default as IconRocketDefault } from "./IconRocket";
1492
1493
  export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
1493
1494
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";