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