iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.13 kB
JavaScript
;
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 VmRunning = (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.5v5.503a5.003 5.003 0 00-1-.583V3H2v9h5a5 5 0 001 3H4v-1h3v-1H1.5l-.5-.5v-10l.5-.5z", fill: "#424242" }),
React.createElement("path", { d: "M12 8c.367 0 .722.047 1.063.14.34.094.659.23.953.407.294.177.564.385.809.625.244.24.454.509.628.808a4.03 4.03 0 01.407 3.082 3.78 3.78 0 01-.407.954 4.382 4.382 0 01-.625.808c-.24.245-.509.455-.808.63a4.03 4.03 0 01-3.082.405 3.785 3.785 0 01-.953-.406 4.383 4.383 0 01-.809-.625 3.808 3.808 0 01-.629-.808 4.027 4.027 0 01-.406-3.082c.094-.342.229-.66.406-.954.177-.294.386-.563.625-.808.24-.245.51-.455.809-.63A4.029 4.029 0 0112 8zm2 3.988L11 10v4l3-2.012z", fill: "#424242" }));
exports.default = VmRunning;