UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.14 kB
const React = require("react"); function RobotIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M8 2a.75.75 0 0 0-.75.75V5H5.5a2.99 2.99 0 0 0-2.957 2.5H2.5C1.68 7.5 1 8.18 1 9v1c0 .82.68 1.5 1.5 1.5h.043A2.99 2.99 0 0 0 5.5 14h5a2.99 2.99 0 0 0 2.957-2.5h.043c.82 0 1.5-.68 1.5-1.5V9c0-.82-.68-1.5-1.5-1.5h-.043A2.99 2.99 0 0 0 10.5 5H8.75V2.75A.75.75 0 0 0 8 2zM6 6.75c.686 0 1.25.564 1.25 1.25S6.686 9.25 6 9.25 4.75 8.686 4.75 8 5.314 6.75 6 6.75zm4 0c.686 0 1.25.564 1.25 1.25S10.686 9.25 10 9.25 8.75 8.686 8.75 8 9.314 6.75 10 6.75zm-4.5 4h5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(RobotIcon); module.exports = ForwardRef;