UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.65 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'ContactCardRibbon24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M19.75 4A2.25 2.25 0 0 1 22 6.25v5.508A4.478 4.478 0 0 0 19.5 11a4.496 4.496 0 0 0-3.74 1.996h-2.508l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1.86A4.512 4.512 0 0 0 16 18.33v1.676H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4h15.5zm-13.5 8.5a.75.75 0 0 0-.743.648l-.007.102v.492l.008.108C5.67 14.964 6.602 15.5 8 15.5c1.331 0 2.24-.486 2.464-1.494l.028-.155l.008-.108v-.493a.75.75 0 0 0-.648-.743L9.75 12.5h-3.5zM8 8.502a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm9.75.998h-4.498l-.102.007a.75.75 0 0 0 0 1.486l.102.007h4.498l.102-.007a.75.75 0 0 0 0-1.486L17.75 9.5zm5.25 6a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0zm-6 3.742v3.044a.71.71 0 0 0 1.212.502L19.5 21.5l1.288 1.288A.71.71 0 0 0 22 22.286v-3.044a4.48 4.48 0 0 1-2.5.758a4.48 4.48 0 0 1-2.5-.758z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })