@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShieldKeyhole16Filled',
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: 'M7.143 2.042c.181-.124.312-.227.394-.297l.11-.097a.5.5 0 0 1 .705-.005c.036.035.074.067.112.098c.084.07.216.173.4.297c.365.246.933.574 1.723.88a8.981 8.981 0 0 0 2.687.576c.074.004.13.005.168.006h.05A.5.5 0 0 1 14 4v2.756a7.5 7.5 0 0 1-3.684 6.457l-2.06 1.217a.5.5 0 0 1-.509 0l-2.062-1.218A7.5 7.5 0 0 1 2 6.755V4a.5.5 0 0 1 .505-.5H2.556l.17-.007a9.265 9.265 0 0 0 2.7-.577a8.307 8.307 0 0 0 1.717-.874zM9.25 7.25A1.25 1.25 0 1 0 7.5 8.396v1.108a.5.5 0 1 0 1 0V8.396a1.25 1.25 0 0 0 .75-1.146z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})