@brightlayer-ui/icons-mui
Version:
Brightlayer UI icons for MUI
10 lines (9 loc) • 1.17 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var utils_1 = require("@mui/material/utils");
var SvgMultimeterOutline = (0, utils_1.createSvgIcon)(react_1.default.createElement(react_1.default.Fragment, {}, react_1.default.createElement("path", { d: "M8.5 10a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Zm2 3.5c0 .268-.055.533-.16.78l-2.62-2.62a2 2 0 0 1 2.78 1.84Zm-4 0a2 2 0 0 1 .16-.78l2.62 2.62A2 2 0 0 1 6.5 13.5Z" }), react_1.default.createElement("path", { d: "M13 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Zm0 2v3H4V4h9ZM4 20V9h9v11H4Z" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 6h-1l-1-4-1 4h-1v1h1v13h2V7h1V6ZM23 8h-1l-1-4-1 4v14h2V9h1V8Z" }), react_1.default.createElement("path", { d: "M8.5 19.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM11 19.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6 19.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" })), 'SvgMultimeterOutline');
exports.default = SvgMultimeterOutline;