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.84 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: 'ShieldBadge24Regular', 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: 'M4.75 5A2.75 2.75 0 0 0 2 7.75v4.5A2.75 2.75 0 0 0 4.75 15H11v-1.5H4.75c-.69 0-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v1.333c.456.55.992.903 1.5 1.132V7.75A2.75 2.75 0 0 0 17.25 5H4.75zM17 9.25a.75.75 0 0 0-.612.316l-.008.012a3.889 3.889 0 0 1-.226.271a5.645 5.645 0 0 1-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115 0-2.02-.47-2.667-.969a5.645 5.645 0 0 1-.737-.682a3.889 3.889 0 0 1-.226-.271l-.007-.01A.75.75 0 0 0 17 9.25zm-.667 2.469c.262-.202.484-.403.667-.584c.183.18.405.382.667.584c.675.521 1.635 1.063 2.833 1.23V15c0 1.357-.354 2.303-.951 3.02c-.57.683-1.41 1.22-2.549 1.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166 2.158-.708 2.833-1.23zm.055-2.153l-.001.002z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })