@brightlayer-ui/icons-mui
Version:
Brightlayer UI icons for MUI
10 lines (9 loc) • 1.35 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 SvgHubAltMode = (0, utils_1.createSvgIcon)(react_1.default.createElement(react_1.default.Fragment, {}, react_1.default.createElement("path", { d: "M20.997 18a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM13 11a1 1 0 1 0-1 1v2a3 3 0 1 1 0-6 3 3 0 0 1 0 6v-2a1 1 0 0 0 1-1Z" }), react_1.default.createElement("path", { d: "M11.25 5h1.5v4h-1.5V5Z" }), react_1.default.createElement("path", { d: "M14 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM17.188 8.116l.463 1.426-3.804 1.236-.463-1.426 3.804-1.236Z" }), react_1.default.createElement("path", { d: "M18.989 10.422a2 2 0 1 1-1.236-3.804 2 2 0 0 1 1.236 3.804ZM16.073 15.47l-1.213.882-2.351-3.236 1.213-.881 2.351 3.236ZM8.988 15.852l-1.213-.881 2.35-3.236 1.214.881-2.35 3.236Z" }), react_1.default.createElement("path", { d: "M6.176 15.045a2 2 0 1 1 3.236 2.351 2 2 0 0 1-3.236-2.35ZM10.507 9.352l-.231.713-.232.713L6.24 9.542l.463-1.426 3.804 1.236Z" }), react_1.default.createElement("path", { d: "M6.138 6.618a2 2 0 1 1-1.236 3.804 2 2 0 0 1 1.236-3.804Z" })), 'SvgHubAltMode');
exports.default = SvgHubAltMode;