UNPKG

brightyui

Version:

Brighty UI library

9 lines 599 B
import { jsx as _jsx } from "react/jsx-runtime"; import styles from '../../../src/styles/SmallLoader.module.scss'; import { Load } from '../../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 (_jsx("div", { className: styles.root, style: { width: "".concat(width, "px"), height: "".concat(height, "px") }, children: _jsx(Load, { width: width, height: height, color: color }) })); }; export default SmallLoader; //# sourceMappingURL=SmallLoader.js.map