@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 3.1 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Handshake16Regular',
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: 'M8.205 2.005a.499.499 0 0 0-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403 1.027c-1.057.999-1.461 2.381-1.213 3.674l-.015.014l-.671.635a1.347 1.347 0 0 0 0 1.98c.342.325.812.457 1.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545 1.545 0 0 0 1.946.123l.33.312c.58.55 1.523.55 2.104 0c.26-.246.404-.561.43-.883c.34-.025.672-.16.932-.406c.26-.246.404-.561.43-.883c.335-.028.662-.163.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08 1.236-.398a1.347 1.347 0 0 0 0-1.98l-.594-.562l.113-.42a3.824 3.824 0 0 0-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013a2.839 2.839 0 0 0-.138-.003h-.671zm4.372 5.457l.486.48a.5.5 0 0 0 .101.076l.681.644a.412.412 0 0 1 0 .606a.472.472 0 0 1-.64 0l-1.14-1.077a.535.535 0 0 0-.726 0l-.012.01c-.2.19-.2.498 0 .688l.889.84a.413.413 0 0 1 0 .607a.473.473 0 0 1-.593.04a.536.536 0 0 0-.675.045a.467.467 0 0 0-.042.639a.412.412 0 0 1-.04.564a.473.473 0 0 1-.6.035a.536.536 0 0 0-.679.038a.467.467 0 0 0-.044.642c.14.17.127.417-.039.574a.48.48 0 0 1-.65 0l-.322-.304l.084-.079a1.347 1.347 0 0 0 0-1.98a1.514 1.514 0 0 0-.938-.406a1.363 1.363 0 0 0-.43-.887a1.514 1.514 0 0 0-.937-.407a1.363 1.363 0 0 0-.43-.887a1.532 1.532 0 0 0-1.257-.396a1.377 1.377 0 0 0-.386-.636a1.524 1.524 0 0 0-1.102-.41a3.065 3.065 0 0 1 .962-2.591a3.456 3.456 0 0 1 2.58-.923l-1.095.79a1.504 1.504 0 0 0-.294 2.178a1.64 1.64 0 0 0 2.22.3l1.347-.97h1.44l2.281 2.157zM6.168 4.607l2.223-1.602h.485a1.836 1.836 0 0 1 .125.003h1.03c1.192 0 2.272.62 2.82 1.592c.353.623.458 1.34.302 2.026L10.94 4.448a.5.5 0 0 0-.35-.143H8.693a.5.5 0 0 0-.292.094L6.925 5.464a.64.64 0 0 1-.857-.116a.504.504 0 0 1 .1-.74zm1.082 6.628a.472.472 0 0 1 .64.002a.412.412 0 0 1 0 .606l-.672.635a.472.472 0 0 1-.64 0a.412.412 0 0 1 0-.606l.672-.636zm-.726-.687l-.673.637a.472.472 0 0 1-.641 0a.412.412 0 0 1-.01-.596l.01-.01l.671-.635l.01-.01a.472.472 0 0 1 .631.01a.412.412 0 0 1 .002.604zm-1.37-1.291l-.67.634l-.011.01a.472.472 0 0 1-.63-.01a.412.412 0 0 1 0-.606l.67-.634a.472.472 0 0 1 .642 0a.412.412 0 0 1 .01.596l-.01.01zM3.512 8.224l-.671.635a.472.472 0 0 1-.64 0a.412.412 0 0 1 0-.606l.67-.635a.472.472 0 0 1 .641 0a.412.412 0 0 1 0 .606z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})