@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShieldLock28Filled',
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: 'M14.441 2.144a.75.75 0 0 0-.891.006c-1.406 1.055-3.134 1.796-4.774 2.31a26.716 26.716 0 0 1-4.989 1.033a8.31 8.31 0 0 1-.075.008l-.018.001H3.69a.75.75 0 0 0-.69.749v6.499c0 5.093 3.476 10.87 10.77 13.214a.75.75 0 0 0 .46 0c.288-.093.57-.19.845-.294A3.009 3.009 0 0 1 15 25v-5a3 3 0 0 1 2.5-2.959V17a4 4 0 0 1 7.145-2.472c.07-.516.105-1.027.105-1.528V6.25a.75.75 0 0 0-.686-.747h-.002l-.01-.001l-.045-.005c-.04-.004-.101-.01-.182-.02c-.16-.018-.397-.048-.695-.093a25.906 25.906 0 0 1-2.402-.486c-1.942-.49-4.337-1.335-6.287-2.754zM18.5 18v-1a3 3 0 1 1 6 0v1h.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h.5zm1.5-1v1h3v-1a1.5 1.5 0 0 0-3 0zm3 5.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})