@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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: 'ShieldTask28Regular',
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: 'M19.772 10.289a.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.5zm-5.33-8.145a.75.75 0 0 0-.892.006C12.208 3.156 10.573 3.878 9 4.389A26.475 26.475 0 0 1 3.712 5.5l-.019.002H3.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 0C21.537 23.615 24.75 17.829 24.75 13V6.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.754zM4.5 12.75V6.921a27.975 27.975 0 0 0 4.962-1.106c1.503-.487 3.122-1.176 4.543-2.147c2.074 1.39 4.466 2.208 6.356 2.684a27.415 27.415 0 0 0 2.889.565V13c0 4.123-2.723 9.265-9.25 11.46c-6.546-2.2-9.5-7.353-9.5-11.71z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})