@lyra/base
Version:
Lyra plugin containing the base components and roles for a Lyra configuration
13 lines (8 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _thList = require('react-icons/lib/fa/th-list');
var _thList2 = _interopRequireDefault(_thList);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _thList2.default;