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

20 lines
737 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LockFill = {
name: 'lock',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z'
}
}
]
}
};
exports.default = LockFill;