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

20 lines
670 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ToTopOutline = {
name: 'to-top',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z'
}
}
]
}
};
exports.default = ToTopOutline;