You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
423 B

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('../../utils/index.js');
var icon$1 = require('./src/icon2.js');
var icon = require('./src/icon.js');
var install = require('../../utils/vue/install.js');
const ElIcon = install.withInstall(icon$1["default"]);
exports.iconProps = icon.iconProps;
exports.ElIcon = ElIcon;
exports["default"] = ElIcon;
//# sourceMappingURL=index.js.map