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.65 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'ContactCardRibbon32Filled', 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: 'M5.25 4A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-3.892A7.026 7.026 0 0 1 18.661 19H18a1 1 0 1 1 0-2h1.436a7.026 7.026 0 0 1 3.46-3H18a1 1 0 1 1 0-2h7a1 1 0 0 1 .861 1.51A6.969 6.969 0 0 1 30 15.137V7.25A3.25 3.25 0 0 0 26.75 4H5.25zM13 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm-6 4.5A1.5 1.5 0 0 1 8.5 16h5a1.5 1.5 0 0 1 1.5 1.5s0 3.5-4 3.5s-4-3.5-4-3.5zm22.877 8.139a6.72 6.72 0 0 1-4.366 1.611h-.022A6.72 6.72 0 0 1 21 25.532v4.518a.95.95 0 0 0 1.444.811L25.5 29l3.056 1.861A.95.95 0 0 0 30 30.05v-4.518l-.123.107zm-.71-1.04A5.475 5.475 0 0 0 31 20.5c-.001-1.176-.371-2.267-1.001-3.162A5.493 5.493 0 0 0 25.5 15a5.489 5.489 0 0 0-4.243 2A5.486 5.486 0 0 0 20 20.5a5.474 5.474 0 0 0 1.834 4.1A5.48 5.48 0 0 0 25.5 26a5.48 5.48 0 0 0 3.666-1.4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })