@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'Shield28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 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.754z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})