@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LockShield48Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M12 12.5V16H8.75A4.75 4.75 0 0 0 4 20.75v18.5A4.75 4.75 0 0 0 8.75 44h22.5c.19 0 .376-.011.56-.033c-.416-.306-.851-.655-1.288-1.048a15.428 15.428 0 0 1-1.389-1.419H8.75a2.25 2.25 0 0 1-2.25-2.25v-18.5a2.25 2.25 0 0 1 2.25-2.25h22.5a2.25 2.25 0 0 1 2.25 2.25v2.534a18.907 18.907 0 0 0 .509-.46l.043-.04l.007-.008A2.743 2.743 0 0 1 36 22v-1.25A4.75 4.75 0 0 0 31.25 16H28v-3.5a8 8 0 1 0-16 0zM20 7a5.5 5.5 0 0 1 5.5 5.5V16h-11v-3.5A5.5 5.5 0 0 1 20 7zm3 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm5-2.24v5.74c0 6.483 6.314 9.798 7.722 10.456a.642.642 0 0 0 .553 0C37.684 43.302 44 40.01 44 33.713V27.76a.78.78 0 0 0-.76-.771c-.962-.033-2.627-.154-3.741-.589c-1.036-.404-2.233-1.47-2.925-2.145a.83.83 0 0 0-1.149 0c-.692.675-1.89 1.74-2.925 2.145c-1.113.435-2.778.556-3.74.589a.78.78 0 0 0-.76.771z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})