UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.53 kB
"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 ServerProcess = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 2h13l.5.5V9h-1V6H2v7h7v1H1.5l-.5-.5v-11l.5-.5zM2 5h12V3H2v2zm5 7v-1.094a1.633 1.633 0 01-.469-.265l-.945.539-.5-.86.938-.547a1.571 1.571 0 010-.547l-.938-.546.5-.86.945.54c.152-.12.308-.209.47-.266V7h1v1.094a1.48 1.48 0 01.468.265l.945-.539.5.86-.937.547a1.571 1.571 0 010 .546l.937.547-.5.86-.945-.54a1.806 1.806 0 01-.469.266V12H7zm-.25-2.5c0 .208.073.385.219.531a.723.723 0 00.531.219.723.723 0 00.531-.219.723.723 0 00.22-.531.723.723 0 00-.22-.531.723.723 0 00-.53-.219.723.723 0 00-.532.219.723.723 0 00-.219.531zm5.334 5.5v-1.094a1.632 1.632 0 01-.468-.265l-.946.539-.5-.86.938-.547a1.572 1.572 0 010-.547l-.938-.546.5-.86.946.54c.15-.12.307-.209.468-.266V10h1v1.094a1.482 1.482 0 01.47.265l.944-.539.5.86-.937.547a1.572 1.572 0 010 .546l.937.547-.5.86-.945-.54a1.815 1.815 0 01-.219.15 1.87 1.87 0 01-.25.116V15h-1zm-.25-2.5c0 .208.073.385.22.531a.723.723 0 00.53.219.723.723 0 00.532-.219.723.723 0 00.218-.531.723.723 0 00-.218-.531.723.723 0 00-.532-.219.723.723 0 00-.53.219.723.723 0 00-.22.531z", fill: "#424242" })); exports.default = ServerProcess;