UNPKG

brightyui

Version:

Brighty UI library

12 lines 830 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var jsx_runtime_1 = require("react/jsx-runtime"); var SmallLoader_module_scss_1 = tslib_1.__importDefault(require("../../../src/styles/SmallLoader.module.scss")); var Load_1 = require("../../images/IconComponents/Load"); var SmallLoader = function (_a) { var _b = _a.width, width = _b === void 0 ? 24 : _b, _c = _a.height, height = _c === void 0 ? 24 : _c, color = _a.color; return ((0, jsx_runtime_1.jsx)("div", { className: SmallLoader_module_scss_1.default.root, style: { width: "".concat(width, "px"), height: "".concat(height, "px") }, children: (0, jsx_runtime_1.jsx)(Load_1.Load, { width: width, height: height, color: color }) })); }; exports.default = SmallLoader; //# sourceMappingURL=SmallLoader.js.map