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

25 lines 2.12 kB
const React = require("react"); function Server06Icon({ 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", { fill: "#000", d: "M2.4 18.2a1 1 0 1 0 0 2zm19.2 2a1 1 0 1 0 0-2zM20.6 6c0 .108-.055.331-.418.653-.362.32-.942.655-1.745.956-1.599.6-3.874.991-6.437.991v2c2.739 0 5.263-.415 7.14-1.118.933-.35 1.759-.792 2.369-1.332.609-.54 1.09-1.264 1.09-2.15zM12 8.6c-2.563 0-4.839-.391-6.437-.99-.803-.302-1.384-.636-1.745-.957C3.455 6.331 3.4 6.108 3.4 6h-2c0 .886.482 1.61 1.09 2.15.61.54 1.436.982 2.37 1.332 1.876.703 4.4 1.118 7.14 1.118zM3.4 6c0-.108.055-.331.418-.653.361-.32.942-.655 1.745-.956C7.16 3.79 9.437 3.4 12 3.4v-2c-2.74 0-5.264.415-7.14 1.118-.934.35-1.76.792-2.37 1.332C1.883 4.39 1.4 5.114 1.4 6zM12 3.4c2.563 0 4.838.391 6.437.99.803.302 1.383.636 1.745.957.363.322.418.545.418.653h2c0-.886-.482-1.61-1.091-2.15-.61-.54-1.436-.982-2.37-1.332C17.263 1.815 14.74 1.4 12 1.4zm8.6 7.4c0 .108-.055.331-.418.653-.362.32-.942.655-1.745.956-1.599.6-3.874.991-6.437.991v2c2.739 0 5.263-.415 7.14-1.118.933-.35 1.759-.792 2.369-1.332.609-.54 1.09-1.264 1.09-2.15zM12 13.4c-2.563 0-4.839-.391-6.437-.99-.803-.302-1.384-.636-1.745-.957-.363-.322-.418-.545-.418-.653h-2c0 .886.482 1.61 1.09 2.15.61.54 1.436.982 2.37 1.332 1.876.703 4.4 1.118 7.14 1.118zm-8.6-2.6V6h-2v4.8zm19.2 0V6h-2v4.8zm-9.2 8.4a1.4 1.4 0 0 1-1.4 1.4v2a3.4 3.4 0 0 0 3.4-3.4zM12 20.6a1.4 1.4 0 0 1-1.4-1.4h-2a3.4 3.4 0 0 0 3.4 3.4zm-1.4-1.4a1.4 1.4 0 0 1 1.4-1.4v-2a3.4 3.4 0 0 0-3.4 3.4zm1.4-1.4a1.4 1.4 0 0 1 1.4 1.4h2a3.4 3.4 0 0 0-3.4-3.4zm-9.6 2.4h7.2v-2H2.4zm12 0h7.2v-2h-7.2zM11 14.4v2.4h2v-2.4z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Server06Icon); module.exports = ForwardRef;