@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 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: 'LockShield48Filled',
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.048C28.37 40.982 26 37.796 26 33.25v-5.41a2.75 2.75 0 0 1 2.598-2.747h.011a10.94 10.94 0 0 0 .344-.028c.242-.021.579-.056.954-.11c.828-.118 1.554-.287 1.933-.459c.277-.125.785-.479 1.356-.953a18.32 18.32 0 0 0 .813-.72l.043-.04l.007-.007A2.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 */
)
])
)
)
}
})