@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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: 'ShieldTask28Filled',
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: 'M13.55 2.15a.75.75 0 0 1 .891-.006c1.95 1.42 4.345 2.265 6.287 2.754c.965.243 1.805.395 2.402.486a19.724 19.724 0 0 0 .877.113l.045.005h.012a.75.75 0 0 1 .686.748V13c0 4.829-3.213 10.615-10.52 12.964a.75.75 0 0 1-.46 0C6.478 23.619 3 17.843 3 12.75v-6.5c0-.39.3-.716.69-.748h.013l.048-.005c.043-.004.108-.01.194-.02c.17-.019.422-.049.737-.094c.63-.091 1.513-.244 2.516-.487c2.023-.49 4.471-1.335 6.352-2.746zm6.222 8.139a.75.75 0 0 0-1.044-1.078l-7.244 7.01l-2.23-2.026a.75.75 0 0 0-1.008 1.11l2.75 2.5a.75.75 0 0 0 1.026-.016l7.75-7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})