@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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: 'ShieldCheckmark28Regular',
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 .417-.024.841-.073 1.27a7.484 7.484 0 0 0-1.441-.755c.01-.173.014-.345.014-.515V6.917l-.346-.05a27.415 27.415 0 0 1-2.543-.515c-1.89-.476-4.282-1.295-6.356-2.684c-1.334.912-2.843 1.574-4.265 2.055A27.663 27.663 0 0 1 4.5 6.921v5.829c0 3.486 1.891 7.482 6 10.067A16.301 16.301 0 0 0 14 24.46l.107-.036c.277.45.6.868.962 1.249c-.274.102-.553.2-.84.291a.75.75 0 0 1-.458 0C6.476 23.619 3 17.843 3 12.75v-6.5c0-.39.3-.716.69-.748h.005l.02-.002l.085-.008a24.911 24.911 0 0 0 1.569-.218a26.164 26.164 0 0 0 3.89-.972c1.495-.505 3.024-1.202 4.291-2.152zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-2.646-2.854a.5.5 0 0 0-.708 0L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})