UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.51 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.937-.547a1.57 1.57 0 010-.547l-.937-.546.5-.86.945.54c.151-.12.308-.209.469-.266V7h1v1.094a1.48 1.48 0 01.469.265l.945-.539.5.86-.937.547a1.57 1.57 0 010 .546l.937.547-.5.86-.945-.54a1.807 1.807 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.219-.531.723.723 0 00-.219-.531.723.723 0 00-.531-.219.723.723 0 00-.531.219.723.723 0 00-.219.531zm5.334 5.5v-1.094a1.634 1.634 0 01-.469-.265l-.945.539-.5-.86.938-.547a1.572 1.572 0 010-.547l-.938-.546.5-.86.945.54c.151-.12.308-.209.47-.266V10h1v1.094a1.486 1.486 0 01.468.265l.945-.539.5.86-.937.547a1.562 1.562 0 010 .546l.937.547-.5.86-.945-.54a1.806 1.806 0 01-.469.266V15h-1zm-.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.531z", fill: "#C5C5C5" })); exports.default = ServerProcess;