UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.33 kB
'use strict' 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: 'Shield28Filled', 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: '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 */ ) ]) ) ) } })