UNPKG

@jfstech/icons-react

Version:

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

24 lines 872 B
const React = require("react"); function Server02Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "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: "M21.6 6.6c0 1.988-4.298 3.6-9.6 3.6S2.4 8.588 2.4 6.6m19.2 0C21.6 4.612 17.302 3 12 3S2.4 4.612 2.4 6.6m19.2 0v10.8c0 1.988-4.298 3.6-9.6 3.6s-9.6-1.612-9.6-3.6V6.6M21.6 12c0 1.988-4.298 3.6-9.6 3.6S2.4 13.988 2.4 12" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Server02Icon); module.exports = ForwardRef;