NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@ant-design/icons/lib/outline/PlusOutline.js
2023-09-14 14:47:11 +08:00

27 lines
750 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var PlusOutline = {
name: 'plus',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{ tag: 'defs', attrs: {}, children: [{ tag: 'style', attrs: {} }] },
{
tag: 'path',
attrs: {
d: 'M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z'
}
},
{
tag: 'path',
attrs: {
d: 'M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z'
}
}
]
}
};
exports.default = PlusOutline;