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.43 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ShieldError16Filled', 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: 'M7.537 1.745c-.082.07-.213.173-.394.297a8.307 8.307 0 0 1-1.718.875a9.265 9.265 0 0 1-2.7.576a5.168 5.168 0 0 1-.17.007h-.05A.5.5 0 0 0 2 4v2.755a7.5 7.5 0 0 0 3.685 6.457l2.062 1.219a.5.5 0 0 0 .509 0l2.06-1.218A7.5 7.5 0 0 0 14 6.756V4a.5.5 0 0 0-.508-.5h-.05a7.886 7.886 0 0 1-.804-.064a8.981 8.981 0 0 1-2.051-.518a8.691 8.691 0 0 1-1.724-.88a5.085 5.085 0 0 1-.4-.297a2.08 2.08 0 0 1-.111-.098a.5.5 0 0 0-.706.005l-.109.097zM8 5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 5zm.75 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })