UNPKG

@grandlinex/react-components

Version:
12 lines (11 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; const react_icons_1 = require("@grandlinex/react-icons"); function default_1({ name, size, width, height }) { return (0, react_icons_1.getIcon)(name)({ size, width, height, }); }