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

20 lines
736 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RightSquareFill = {
name: 'right-square',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z'
}
}
]
}
};
exports.default = RightSquareFill;