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.68 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: 'ShieldError16Regular', 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: 'M8 5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 5zm0 6.5A.75.75 0 1 0 8 10a.75.75 0 0 0 0 1.5zm-.857-9.458a8.308 8.308 0 0 1-1.718.875a9.266 9.266 0 0 1-2.7.576a5.133 5.133 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.086 5.086 0 0 1-.4-.297a2.076 2.076 0 0 1-.111-.098a.5.5 0 0 0-.706.005l-.109.097c-.082.07-.213.173-.394.297zM3 6.755V4.477a10.265 10.265 0 0 0 2.78-.626a9.302 9.302 0 0 0 1.926-.983c.115-.078.214-.15.298-.215c.085.064.185.136.3.214c.424.285 1.058.65 1.922.983A9.98 9.98 0 0 0 13 4.48v2.277a6.5 6.5 0 0 1-3.193 5.596l-1.806 1.067l-1.807-1.068A6.5 6.5 0 0 1 3 6.755z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })