@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.61 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Handshake20Filled',
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: 'M9.629 3.01a.5.5 0 0 0 .065.004h2.296a.5.5 0 0 0 .053-.003a3.727 3.727 0 0 1 .856.006a2.493 2.493 0 0 1 1.086.308c.63.286 1.18.747 1.572 1.35c.742 1.14.786 2.581.146 3.754l-3.215-3.256a.5.5 0 0 0-.356-.148h-1.331a.5.5 0 0 0-.302.101L8.351 6.753a1.116 1.116 0 0 1-1.675-.4c-.224-.462-.1-1.031.326-1.353L9.63 3.01zm-3.997 8.855l-.014.013l-.763.76l-.013.012a.602.602 0 0 1-.834-.013a.592.592 0 0 1 0-.841l.764-.759a.598.598 0 0 1 .847 0c.23.228.234.595.013.828zm-.081 1.49c-.22.233-.216.6.013.828a.601.601 0 0 0 .847 0l.764-.759a.592.592 0 0 0-.093-.916a.602.602 0 0 0-.74.062l-.014.013l-.763.759l-.014.013zM3.749 9.803a.592.592 0 0 1 0 .841l-.764.759a.601.601 0 0 1-.847 0a.592.592 0 0 1 0-.841l.764-.76a.601.601 0 0 1 .847 0zm4.982 4.326a.592.592 0 0 1 0 .841l-.764.76a.602.602 0 0 1-.847 0a.592.592 0 0 1-.087-.732l.003-.004a.593.593 0 0 1 .084-.106l.764-.759a.601.601 0 0 1 .847 0zm-5.2-9.728a4.762 4.762 0 0 1 4.304-1.287L6.398 4.203A2.097 2.097 0 0 0 6 7.15a2.116 2.116 0 0 0 2.956.4l2.014-1.525h.909l1.938 1.925l.004-.005l1.608 1.629a.533.533 0 0 0 .024.023l.865.865a1.02 1.02 0 0 1-1.367 1.51l-.073-.072a.5.5 0 0 0-.054-.047l-.85-.85a.5.5 0 1 0-.708.707l.902.902c.034.034.07.066.105.097l.03.03a.691.691 0 0 1-.977.978l-.133-.132a.5.5 0 0 0-.853.36a.499.499 0 0 0 .146.363l.175.175a.631.631 0 1 1-.893.893l-.089-.09a1.631 1.631 0 0 0-.095-.103l-.163-.163a.5.5 0 0 0-.707.707l.122.122c.015.02.032.04.05.059l.049.048a.648.648 0 0 1-.961.864l-.865-.815l.332-.33a1.584 1.584 0 0 0 0-2.25a1.602 1.602 0 0 0-1.088-.466a1.581 1.581 0 0 0-.468-1.08a1.601 1.601 0 0 0-1.087-.466a1.581 1.581 0 0 0-.469-1.08a1.607 1.607 0 0 0-1.435-.439a1.581 1.581 0 0 0-.435-.796a1.61 1.61 0 0 0-2.146-.107a4.693 4.693 0 0 1 1.22-4.59z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})