UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 3.18 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Handshake20Regular', 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: 'M10.244 3.012a.5.5 0 0 0-.39.186l-.089.066C8.04 2.73 6.072 3.122 4.702 4.442a4.692 4.692 0 0 0-1.374 4.31a1.65 1.65 0 0 0-.05.046l-.779.75a1.53 1.53 0 0 0 0 2.22c.398.384.95.528 1.463.432c.063.289.21.564.443.788c.307.296.706.449 1.108.46c.011.387.17.771.477 1.067c.307.296.707.45 1.109.46c.01.387.17.772.477 1.068a1.676 1.676 0 0 0 2.202.092l.437.42c.64.617 1.678.617 2.318 0c.306-.294.465-.676.479-1.062c.4-.012.795-.165 1.1-.459c.306-.295.465-.677.477-1.063a1.655 1.655 0 0 0 1.087-.459c.243-.233.393-.522.451-.824a1.669 1.669 0 0 0 1.44-.436a1.53 1.53 0 0 0 0-2.221l-.72-.693l.147-.55a4.49 4.49 0 0 0-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23a3.263 3.263 0 0 0-.159-.004h-.729zm2.453 3.716l2.405 2.317l.003.002l1.741 1.678a.574.574 0 0 1 0 .833a.629.629 0 0 1-.865 0l-1.321-1.272a.52.52 0 0 0-.72 0l-.014.012a.478.478 0 0 0 0 .694l1.03.992c.24.23.24.604 0 .835a.63.63 0 0 1-.8.055a.524.524 0 0 0-.669.046a.477.477 0 0 0-.041.645a.574.574 0 0 1-.054.775a.63.63 0 0 1-.81.048a.524.524 0 0 0-.674.038a.477.477 0 0 0-.043.648a.582.582 0 0 1-.053.788a.637.637 0 0 1-.877 0l-.433-.417l.158-.152a1.53 1.53 0 0 0 0-2.221a1.656 1.656 0 0 0-1.108-.46a1.538 1.538 0 0 0-.477-1.068a1.656 1.656 0 0 0-1.109-.459a1.538 1.538 0 0 0-.477-1.068a1.67 1.67 0 0 0-1.463-.431a1.547 1.547 0 0 0-.443-.788a1.664 1.664 0 0 0-1.292-.454a3.738 3.738 0 0 1 1.13-3.208A4.061 4.061 0 0 1 8.708 4.04L7.253 5.11a1.703 1.703 0 0 0-.33 2.44a1.809 1.809 0 0 0 2.477.336l1.576-1.157h1.72zm-4.852-.813l2.592-1.903h.536a2.261 2.261 0 0 1 .147.004h1.242c1.404 0 2.685.745 3.338 1.922c.442.796.558 1.721.327 2.594l-.003.01l-2.76-2.667a.5.5 0 0 0-.353-.147h-2.1a.5.5 0 0 0-.295.097L8.808 7.079a.809.809 0 0 1-1.1-.149a.703.703 0 0 1 .137-1.015zm.442 8.61l.01-.01l.778-.75l.009-.008a.629.629 0 0 1 .856.009a.574.574 0 0 1 0 .833l-.779.75a.629.629 0 0 1-.865 0a.574.574 0 0 1-.01-.824zm.077-1.462l-.01.009l-.778.75l-.01.009a.629.629 0 0 1-.855-.01a.574.574 0 0 1-.007-.826l.007-.007l.778-.75l.007-.007a.629.629 0 0 1 .858.007a.574.574 0 0 1 .01.825zm-1.595-1.519l-.779.75l-.007.007a.629.629 0 0 1-.858-.007a.574.574 0 0 1 0-.833l.778-.75a.629.629 0 0 1 .866 0a.574.574 0 0 1 .007.827l-.007.006zm-1.906-1.219l-.778.75a.628.628 0 0 1-.866 0a.574.574 0 0 1 0-.834l.779-.75a.629.629 0 0 1 .865 0a.574.574 0 0 1 0 .834z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })