@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 kB
JavaScript
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: 'ContactCardRibbon32Regular',
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: 'M17 13a1 1 0 0 1 1-1h7a1 1 0 0 1 .861 1.51a6.982 6.982 0 0 0-2.964.49H18a1 1 0 0 1-1-1zm11-5.75v6.71c.734.28 1.409.681 2 1.178V7.25A3.25 3.25 0 0 0 26.75 4H5.25A3.25 3.25 0 0 0 2 7.25v17.5A3.25 3.25 0 0 0 5.25 28H19.5v-2H5.25C4.56 26 4 25.44 4 24.75V7.25C4 6.56 4.56 6 5.25 6h21.5c.69 0 1.25.56 1.25 1.25zM18 17h1.436a6.953 6.953 0 0 0-.775 2H18a1 1 0 1 1 0-2zm3.257 0A5.486 5.486 0 0 0 20 20.5a5.5 5.5 0 1 0 1.257-3.5zm1.243 9.549a6.74 6.74 0 0 1-1.5-1.017v4.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.107a6.72 6.72 0 0 1-4.366 1.611h-.022a6.72 6.72 0 0 1-2.989-.701zM13 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.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})