@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'ShieldLock48Filled',
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: 'M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29.035 29.035 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0c.562-.176 1.109-.362 1.641-.56A5.108 5.108 0 0 1 26 43V33a5.002 5.002 0 0 1 4.059-4.912a7.001 7.001 0 0 1 11.776-4.15c.111-.975.165-1.957.165-2.938v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003a29.03 29.03 0 0 1-1.574-.12a35.655 35.655 0 0 1-4.202-.69c-3.353-.762-7.279-2.196-10.037-4.84zM32 30v-1a5 5 0 0 1 10 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V33a3 3 0 0 1 3-3h1zm2.5-1v1h5v-1a2.5 2.5 0 0 0-5 0zm5.5 9a3 3 0 1 0-6 0a3 3 0 0 0 6 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})