UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ServerOff = (props) => React.createElement("svg", { className: "lucide lucide-server-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M7 2h13a2 2 0 012 2v4a2 2 0 01-2 2h-5M10 10L2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 002 2h6zM22 17v-1a2 2 0 00-2-2h-1M4 14a2 2 0 00-2 2v4a2 2 0 002 2h16.5l1-.5.5.5-8-8H4zM6 18h.01M2 2l20 20" })); exports.default = ServerOff;