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.67 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: 'ContactCardRibbon24Regular', 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: 'M19.75 4A2.25 2.25 0 0 1 22 6.25v5.508c-.45-.301-.956-.523-1.5-.646V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75H16v1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4h15.5zm-6.498 8.996h2.508c-.301.45-.524.956-.648 1.5h-1.86a.75.75 0 0 1-.102-1.493l.102-.007zM9.75 12.5a.75.75 0 0 1 .75.75v.493l-.008.108c-.163 1.113-1.094 1.65-2.492 1.65s-2.33-.537-2.492-1.65l-.008-.11v-.491a.75.75 0 0 1 .75-.75h3.5zM8 8.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm5.252.998h4.498a.75.75 0 0 1 .102 1.493L17.75 11h-4.498a.75.75 0 0 1-.102-1.493l.102-.007zm9.748 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 */ ) ]) ) ) } })