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

20 lines
712 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SwitcherOutline = {
name: 'switcher',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z'
}
}
]
}
};
exports.default = SwitcherOutline;