UNPKG

infinity-forge

Version:
9 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Icon = Icon; var render_icon_1 = require("../render-icon/index.js"); function Icon(_a) { var name = _a.name, color = _a.color; return (0, render_icon_1.RenderIcon)({ nameIcon: name, color: color }); } //# sourceMappingURL=component.js.map