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

18 lines
448 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var DashOutline = {
name: 'dash',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: { d: 'M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z' }
}
]
}
};
exports.default = DashOutline;