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.6 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ShieldBadge24Filled', 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: 'M2 7.75A2.75 2.75 0 0 1 4.75 5h12.5A2.75 2.75 0 0 1 20 7.75v2.471a3.964 3.964 0 0 1-.803-.486a4.636 4.636 0 0 1-.745-.725a1.755 1.755 0 0 0-2.903 0a4.636 4.636 0 0 1-.745.725c-.538.415-1.232.76-2.054.76c-.97 0-1.755.786-1.755 1.755V15H4.75A2.75 2.75 0 0 1 2 12.25v-4.5zm13.573 1.228c.002-.001.002-.002 0 0zm3.01 1.553a4.958 4.958 0 0 1-.97-.964a.749.749 0 0 0-1.226 0c-.269.366-.612.688-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75 0 0 0-.75.75V15c0 1.643.438 2.947 1.299 3.98c.846 1.016 2.044 1.7 3.438 2.222a.75.75 0 0 0 .526 0c1.394-.522 2.592-1.206 3.438-2.222C21.562 17.947 22 16.643 22 15v-2.75a.75.75 0 0 0-.75-.75a4.025 4.025 0 0 1-1.557-.317a4.935 4.935 0 0 1-1.11-.652z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })