@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.209 → 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.
- package/IconHomeRoofDoor/index.d.ts +4 -0
- package/IconHomeRoofDoor/index.js +2 -0
- package/IconHomeRoofDoor/index.js.map +1 -0
- package/IconHomeRoofDoor/index.mjs +2 -0
- package/IconHomeRoofDoor/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 +8 -4
- 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 d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&C(o,n,{get:()=>r[n],enumerable:!(s=f(r,n))||s.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(L(o)):{},a(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(C({},"__esModule",{value:!0}),o);var g={};I(g,{IconHomeRoofDoor:()=>l,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>t.default.createElement(c,{...o},t.default.createElement(p.Path,{d:"M2 9.5L11.0565 2.88765C11.3955 2.64016 11.565 2.51641 11.7504 2.46862C11.9141 2.42642 12.0859 2.42642 12.2496 2.46862C12.435 2.51641 12.6045 2.64016 12.9435 2.88765L22 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M4.5 7.67468V18.9C4.5 19.46 4.5 19.7401 4.60899 19.954C4.70487 20.1421 4.85785 20.2951 5.04601 20.391C5.25992 20.5 5.53995 20.5 6.1 20.5H17.9C18.46 20.5 18.7401 20.5 18.954 20.391C19.1421 20.2951 19.2951 20.1421 19.391 19.954C19.5 19.7401 19.5 19.46 19.5 18.9L19.5 7.67468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M14.5 20.25V15.1C14.5 14.5399 14.5 14.2599 14.391 14.046C14.2951 13.8578 14.1422 13.7049 13.954 13.609C13.7401 13.5 13.4601 13.5 12.9 13.5H11.1C10.5399 13.5 10.2599 13.5 10.046 13.609C9.85785 13.7049 9.70487 13.8578 9.60899 14.046C9.5 14.2599 9.5 14.5399 9.5 15.1V20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconHomeRoofDoor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHomeRoofDoor/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 IconHomeRoofDoor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 9.5L11.0565 2.88765C11.3955 2.64016 11.565 2.51641 11.7504 2.46862C11.9141 2.42642 12.0859 2.42642 12.2496 2.46862C12.435 2.51641 12.6045 2.64016 12.9435 2.88765L22 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.67468V18.9C4.5 19.46 4.5 19.7401 4.60899 19.954C4.70487 20.1421 4.85785 20.2951 5.04601 20.391C5.25992 20.5 5.53995 20.5 6.1 20.5H17.9C18.46 20.5 18.7401 20.5 18.954 20.391C19.1421 20.2951 19.2951 20.1421 19.391 19.954C19.5 19.7401 19.5 19.46 19.5 18.9L19.5 7.67468\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 20.25V15.1C14.5 14.5399 14.5 14.2599 14.391 14.046C14.2951 13.8578 14.1422 13.7049 13.954 13.609C13.7401 13.5 13.4601 13.5 12.9 13.5H11.1C10.5399 13.5 10.2599 13.5 10.046 13.609C9.85785 13.7049 9.70487 13.8578 9.60899 14.046C9.5 14.2599 9.5 14.5399 9.5 15.1V20.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoofDoor;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHomeRoofDoor_exports","__export","IconHomeRoofDoor","IconHomeRoofDoor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHomeRoofDoor","props","React","CentralIconBase","IconHomeRoofDoor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M2 9.5L11.0565 2.88765C11.3955 2.64016 11.565 2.51641 11.7504 2.46862C11.9141 2.42642 12.0859 2.42642 12.2496 2.46862C12.435 2.51641 12.6045 2.64016 12.9435 2.88765L22 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M4.5 7.67468V18.9C4.5 19.46 4.5 19.7401 4.60899 19.954C4.70487 20.1421 4.85785 20.2951 5.04601 20.391C5.25992 20.5 5.53995 20.5 6.1 20.5H17.9C18.46 20.5 18.7401 20.5 18.954 20.391C19.1421 20.2951 19.2951 20.1421 19.391 19.954C19.5 19.7401 19.5 19.46 19.5 18.9L19.5 7.67468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14.5 20.25V15.1C14.5 14.5399 14.5 14.2599 14.391 14.046C14.2951 13.8578 14.1422 13.7049 13.954 13.609C13.7401 13.5 13.4601 13.5 12.9 13.5H11.1C10.5399 13.5 10.2599 13.5 10.046 13.609C9.85785 13.7049 9.70487 13.8578 9.60899 14.046C9.5 14.2599 9.5 14.5399 9.5 15.1V20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconHomeRoofDoor,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHomeRoofDoor/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 IconHomeRoofDoor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 9.5L11.0565 2.88765C11.3955 2.64016 11.565 2.51641 11.7504 2.46862C11.9141 2.42642 12.0859 2.42642 12.2496 2.46862C12.435 2.51641 12.6045 2.64016 12.9435 2.88765L22 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.67468V18.9C4.5 19.46 4.5 19.7401 4.60899 19.954C4.70487 20.1421 4.85785 20.2951 5.04601 20.391C5.25992 20.5 5.53995 20.5 6.1 20.5H17.9C18.46 20.5 18.7401 20.5 18.954 20.391C19.1421 20.2951 19.2951 20.1421 19.391 19.954C19.5 19.7401 19.5 19.46 19.5 18.9L19.5 7.67468\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 20.25V15.1C14.5 14.5399 14.5 14.2599 14.391 14.046C14.2951 13.8578 14.1422 13.7049 13.954 13.609C13.7401 13.5 13.4601 13.5 12.9 13.5H11.1C10.5399 13.5 10.2599 13.5 10.046 13.609C9.85785 13.7049 9.70487 13.8578 9.60899 14.046C9.5 14.2599 9.5 14.5399 9.5 15.1V20.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoofDoor;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHomeRoofDoor","props","React","CentralIconBase","IconHomeRoofDoor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var l=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!L.call(r,t)&&t!==e&&l(r,t,{get:()=>o[t],enumerable:!(p=m(o,t))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?f(x(r)):{},s(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>s(l({},"__esModule",{value:!0}),r);var P={};B(P,{IconRobotHeadSlop:()=>a,default:()=>y});module.exports=I(P);var C=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.default.createElement(c.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 n=require("react-native-svg"),a=r=>C.default.createElement(d,{...r},C.default.createElement(n.Path,{d:"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5C3.94772 9.5 3.5 9.05228 3.5 8.5V7.5C3.5 6.94772 3.94772 6.5 4.5 6.5V4.5C4.5 3.94772 4.94772 3.5 5.5 3.5H18.5C19.0523 3.5 19.5 3.94772 19.5 4.5V6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(n.Path,{d:"M12 3.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(n.Path,{d:"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(n.Path,{d:"M8.75 12.5C10.9918 11.8333 13.0082 11.8333 15.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.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"}),C.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"}),C.default.createElement(n.Ellipse,{cx:"9.25",cy:"7.8",rx:"1.25",ry:"1.3",fill:"currentColor"}),C.default.createElement(n.Circle,{cx:"14.75",cy:"7.75",r:"1.25",fill:"currentColor"})),y=a;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, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5C3.94772 9.5 3.5 9.05228 3.5 8.5V7.5C3.5 6.94772 3.94772 6.5 4.5 6.5V4.5C4.5 3.94772 4.94772 3.5 5.5 3.5H18.5C19.0523 3.5 19.5 3.94772 19.5 4.5V6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 12.5C10.9918 11.8333 13.0082 11.8333 15.25 12.5\"\n stroke=\"currentColor\"\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 <Ellipse cx=\"9.25\" cy=\"7.8\" rx=\"1.25\" ry=\"1.3\" fill=\"currentColor\" />\n <Circle cx=\"14.75\" cy=\"7.75\" r=\"1.25\" fill=\"currentColor\" />\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,EAAsC,4BAEzBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+TACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wDACF,OAAO,eACP,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,WAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,CAC5D,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 l from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:o=24,...t})=>l.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Ellipse as i,Path as n}from"react-native-svg";var u=e=>r.createElement(C,{...e},r.createElement(n,{d:"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5C3.94772 9.5 3.5 9.05228 3.5 8.5V7.5C3.5 6.94772 3.94772 6.5 4.5 6.5V4.5C4.5 3.94772 4.94772 3.5 5.5 3.5H18.5C19.0523 3.5 19.5 3.94772 19.5 4.5V6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 3.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.75 12.5C10.9918 11.8333 13.0082 11.8333 15.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(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",fill:"currentColor"}),r.createElement(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",fill:"currentColor"}),r.createElement(i,{cx:"9.25",cy:"7.8",rx:"1.25",ry:"1.3",fill:"currentColor"}),r.createElement(s,{cx:"14.75",cy:"7.75",r:"1.25",fill:"currentColor"})),I=u;export{u 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 { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconRobotHeadSlop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5C3.94772 9.5 3.5 9.05228 3.5 8.5V7.5C3.5 6.94772 3.94772 6.5 4.5 6.5V4.5C4.5 3.94772 4.94772 3.5 5.5 3.5H18.5C19.0523 3.5 19.5 3.94772 19.5 4.5V6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 12.5C10.9918 11.8333 13.0082 11.8333 15.25 12.5\"\n stroke=\"currentColor\"\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 <Ellipse cx=\"9.25\" cy=\"7.8\" rx=\"1.25\" ry=\"1.3\" fill=\"currentColor\" />\n <Circle cx=\"14.75\" cy=\"7.75\" r=\"1.25\" fill=\"currentColor\" />\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,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+TACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACnEI,EAAA,cAACL,EAAA,CAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,CAC5D,EAIGO,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","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
|
|
@@ -417,6 +418,7 @@ Below is a complete list of available icons:
|
|
|
417
418
|
- IconHomeOpen
|
|
418
419
|
- IconHomePersonalFeed
|
|
419
420
|
- IconHomeRoof
|
|
421
|
+
- IconHomeRoofDoor
|
|
420
422
|
- IconHomeRoundDoor
|
|
421
423
|
- IconMall
|
|
422
424
|
- IconSchool
|
package/filtered-icons.json
CHANGED
|
@@ -13776,6 +13776,20 @@
|
|
|
13776
13776
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
13777
13777
|
"componentName": "IconHomeRoof"
|
|
13778
13778
|
},
|
|
13779
|
+
{
|
|
13780
|
+
"category": "Building",
|
|
13781
|
+
"svg": "<path d=\"M2 9.5L11.0565 2.88765C11.3955 2.64016 11.565 2.51641 11.7504 2.46862C11.9141 2.42642 12.0859 2.42642 12.2496 2.46862C12.435 2.51641 12.6045 2.64016 12.9435 2.88765L22 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.67468V18.9C4.5 19.46 4.5 19.7401 4.60899 19.954C4.70487 20.1421 4.85785 20.2951 5.04601 20.391C5.25992 20.5 5.53995 20.5 6.1 20.5H17.9C18.46 20.5 18.7401 20.5 18.954 20.391C19.1421 20.2951 19.2951 20.1421 19.391 19.954C19.5 19.7401 19.5 19.46 19.5 18.9L19.5 7.67468\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 20.25V15.1C14.5 14.5399 14.5 14.2599 14.391 14.046C14.2951 13.8578 14.1422 13.7049 13.954 13.609C13.7401 13.5 13.4601 13.5 12.9 13.5H11.1C10.5399 13.5 10.2599 13.5 10.046 13.609C9.85785 13.7049 9.70487 13.8578 9.60899 14.046C9.5 14.2599 9.5 14.5399 9.5 15.1V20.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13782
|
+
"iconName": "home-roof-door, house",
|
|
13783
|
+
"variant": {
|
|
13784
|
+
"join": "round",
|
|
13785
|
+
"filled": "off",
|
|
13786
|
+
"radius": "1",
|
|
13787
|
+
"stroke": "1"
|
|
13788
|
+
},
|
|
13789
|
+
"createdAt": "2026-04-24T06:02:17.817002+00:00",
|
|
13790
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
13791
|
+
"componentName": "IconHomeRoofDoor"
|
|
13792
|
+
},
|
|
13779
13793
|
{
|
|
13780
13794
|
"category": "Building",
|
|
13781
13795
|
"svg": "<path d=\"M9.5 17V20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V9.35319C3.5 9.01581 3.67012 8.70118 3.95242 8.51643L11.4524 3.60835C11.785 3.39068 12.215 3.39068 12.5476 3.60835L20.0476 8.51643C20.3299 8.70118 20.5 9.01581 20.5 9.35319V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H14.5V17C14.5 15.6193 13.3807 14.5 12 14.5C10.6193 14.5 9.5 15.6193 9.5 17Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -20846,6 +20860,20 @@
|
|
|
20846
20860
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
20847
20861
|
"componentName": "IconRobot3"
|
|
20848
20862
|
},
|
|
20863
|
+
{
|
|
20864
|
+
"category": "AI & Magic",
|
|
20865
|
+
"svg": "<path d=\"M9.5 15.5H8.5C6.29086 15.5 4.5 13.7091 4.5 11.5V9.5C3.94772 9.5 3.5 9.05228 3.5 8.5V7.5C3.5 6.94772 3.94772 6.5 4.5 6.5V4.5C4.5 3.94772 4.94772 3.5 5.5 3.5H18.5C19.0523 3.5 19.5 3.94772 19.5 4.5V6.5C20.0523 6.5 20.5 6.94772 20.5 7.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5V11.5C19.5 13.7091 17.7091 15.5 15.5 15.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.0475 12.5L14.5586 18.2393C14.5839 18.4361 14.7409 18.5919 14.9418 18.628C16.4795 18.904 17.5 19.3904 17.5 19.9437C17.5 20.8032 15.0376 21.5 12 21.5C8.96243 21.5 6.5 20.8032 6.5 19.9437C6.5 19.3905 7.52017 18.904 9.05735 18.628C9.25827 18.5919 9.41517 18.4361 9.44053 18.2394L9.9526 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 12.5C10.9918 11.8333 13.0082 11.8333 15.25 12.5\" stroke=\"currentColor\" 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\"/><ellipse cx=\"9.25\" cy=\"7.8\" rx=\"1.25\" ry=\"1.3\" fill=\"currentColor\"/><circle cx=\"14.75\" cy=\"7.75\" r=\"1.25\" fill=\"currentColor\"/>",
|
|
20866
|
+
"iconName": "robot-head-slop",
|
|
20867
|
+
"variant": {
|
|
20868
|
+
"join": "round",
|
|
20869
|
+
"filled": "off",
|
|
20870
|
+
"radius": "1",
|
|
20871
|
+
"stroke": "1"
|
|
20872
|
+
},
|
|
20873
|
+
"createdAt": "2026-04-24T08:02:21.900979+00:00",
|
|
20874
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
20875
|
+
"componentName": "IconRobotHeadSlop"
|
|
20876
|
+
},
|
|
20849
20877
|
{
|
|
20850
20878
|
"category": "Vehicles & Aircrafts",
|
|
20851
20879
|
"svg": "<path d=\"M6.79848 13.7929C6.61094 13.6054 6.35659 13.5 6.09137 13.5H4.46568C3.71026 13.5 3.22761 12.6946 3.58386 12.0284L5.723 8.02842C5.89697 7.70311 6.23591 7.5 6.60482 7.5H10.774C11.0543 7.5 11.3211 7.38142 11.5142 7.17824C14.1003 4.45703 16.9146 2.79385 20.5058 2.5354C21.0566 2.49575 21.5097 2.94889 21.4703 3.49976C21.2123 7.10429 19.5489 9.99364 16.8272 12.5858C16.6242 12.7791 16.5056 13.0459 16.5056 13.3262V17.4008C16.5056 17.7697 16.3025 18.1086 15.9772 18.2826L11.9772 20.4217C11.311 20.778 10.5056 20.2953 10.5056 19.5399V17.9142C10.5056 17.649 10.4002 17.3946 10.2127 17.2071L6.79848 13.7929Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M2.5 21.5H4.50168C5.60625 21.5 6.50168 20.6046 6.50168 19.5C6.50168 18.3954 5.60583 17.5 4.50126 17.5C3.39623 17.5 2.5 18.3958 2.5 19.5008V21.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M6.5 13.5L11.2083 7.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M16.5 12.8862L10.5 17.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -983,6 +983,7 @@ export type CentralIconName =
|
|
|
983
983
|
| "IconHomeOpen"
|
|
984
984
|
| "IconHomePersonalFeed"
|
|
985
985
|
| "IconHomeRoof"
|
|
986
|
+
| "IconHomeRoofDoor"
|
|
986
987
|
| "IconHomeRoundDoor"
|
|
987
988
|
| "IconHook"
|
|
988
989
|
| "IconHorizontalAlignmentBottom"
|
|
@@ -1488,6 +1489,7 @@ export type CentralIconName =
|
|
|
1488
1489
|
| "IconRobot"
|
|
1489
1490
|
| "IconRobot2"
|
|
1490
1491
|
| "IconRobot3"
|
|
1492
|
+
| "IconRobotHeadSlop"
|
|
1491
1493
|
| "IconRocket"
|
|
1492
1494
|
| "IconRockingHorse"
|
|
1493
1495
|
| "IconRoller"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.211",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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":
|
|
14
|
+
"totalIcons": 1972,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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",
|
|
@@ -276,7 +277,7 @@
|
|
|
276
277
|
]
|
|
277
278
|
},
|
|
278
279
|
"Building": {
|
|
279
|
-
"count":
|
|
280
|
+
"count": 26,
|
|
280
281
|
"icons": [
|
|
281
282
|
"IconBank",
|
|
282
283
|
"IconBank2",
|
|
@@ -294,6 +295,7 @@
|
|
|
294
295
|
"IconHomeOpen",
|
|
295
296
|
"IconHomePersonalFeed",
|
|
296
297
|
"IconHomeRoof",
|
|
298
|
+
"IconHomeRoofDoor",
|
|
297
299
|
"IconHomeRoundDoor",
|
|
298
300
|
"IconMall",
|
|
299
301
|
"IconSchool",
|
|
@@ -3156,6 +3158,7 @@
|
|
|
3156
3158
|
"IconHomeOpen": "home-open, house",
|
|
3157
3159
|
"IconHomePersonalFeed": "home-personal-feed, for-you",
|
|
3158
3160
|
"IconHomeRoof": "home-roof, house",
|
|
3161
|
+
"IconHomeRoofDoor": "home-roof-door, house",
|
|
3159
3162
|
"IconHomeRoundDoor": "home-round-door",
|
|
3160
3163
|
"IconHook": "hook, phishing",
|
|
3161
3164
|
"IconHorizontalAlignmentBottom": "horizontal-alignment-bottom",
|
|
@@ -3661,6 +3664,7 @@
|
|
|
3661
3664
|
"IconRobot": "robot",
|
|
3662
3665
|
"IconRobot2": "robot-2, agent, scout",
|
|
3663
3666
|
"IconRobot3": "robot-3, agent, scout",
|
|
3667
|
+
"IconRobotHeadSlop": "robot-head-slop",
|
|
3664
3668
|
"IconRocket": "rocket, startup, launch",
|
|
3665
3669
|
"IconRockingHorse": "rocking-horse, child, kids, toy",
|
|
3666
3670
|
"IconRoller": "roller, scooter",
|
package/index.d.ts
CHANGED
|
@@ -982,6 +982,7 @@ export { IconHomeLine, default as IconHomeLineDefault } from "./IconHomeLine";
|
|
|
982
982
|
export { IconHomeOpen, default as IconHomeOpenDefault } from "./IconHomeOpen";
|
|
983
983
|
export { IconHomePersonalFeed, default as IconHomePersonalFeedDefault, } from "./IconHomePersonalFeed";
|
|
984
984
|
export { IconHomeRoof, default as IconHomeRoofDefault } from "./IconHomeRoof";
|
|
985
|
+
export { IconHomeRoofDoor, default as IconHomeRoofDoorDefault, } from "./IconHomeRoofDoor";
|
|
985
986
|
export { IconHomeRoundDoor, default as IconHomeRoundDoorDefault, } from "./IconHomeRoundDoor";
|
|
986
987
|
export { IconHook, default as IconHookDefault } from "./IconHook";
|
|
987
988
|
export { IconHorizontalAlignmentBottom, default as IconHorizontalAlignmentBottomDefault, } from "./IconHorizontalAlignmentBottom";
|
|
@@ -1487,6 +1488,7 @@ export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood
|
|
|
1487
1488
|
export { IconRobot, default as IconRobotDefault } from "./IconRobot";
|
|
1488
1489
|
export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
|
|
1489
1490
|
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
|
|
1491
|
+
export { IconRobotHeadSlop, default as IconRobotHeadSlopDefault, } from "./IconRobotHeadSlop";
|
|
1490
1492
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket";
|
|
1491
1493
|
export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
|
|
1492
1494
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|