UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 2.58 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'Handshake24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.835 3.162a.75.75 0 0 0 .147-.148h2.562a5.372 5.372 0 0 1 .58 0h.038a3.817 3.817 0 0 1 1.646.368a5.225 5.225 0 0 1 2.34 1.822a5.208 5.208 0 0 1 .804 4.348l-3.281-3.237a.75.75 0 0 0-.527-.216h-4.775a.75.75 0 0 0-.423.152l-1.884 1.428a.969.969 0 0 1-1.358-.184a.952.952 0 0 1 .181-1.34l3.95-2.993zM7.899 14.236l-.014.013l-.974.968l-.013.012a.906.906 0 0 1-1.261-.012a.892.892 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0a.892.892 0 0 1 .013 1.254zm-.291 1.698a.892.892 0 0 0 .013 1.254c.352.35.923.35 1.275 0l.974-.967a.892.892 0 0 0-.14-1.381a.906.906 0 0 0-1.122.1l-.013.014l-.974.967l-.013.013zM5.5 11.408a.892.892 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.276 0a.892.892 0 0 1 0-1.267l.975-.968a.906.906 0 0 1 1.275 0zm6.353 5.517a.892.892 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.892.892 0 0 1-.172-1.028l.001-.002a.894.894 0 0 1 .171-.237l.974-.968a.906.906 0 0 1 1.275 0zM5.344 4.831a6.179 6.179 0 0 1 5.112-1.749L7.98 4.96a2.452 2.452 0 0 0-.466 3.448a2.473 2.473 0 0 0 3.454.467L12.651 7.6h4.185l3.507 3.46a.498.498 0 0 0 .036.04l1.15 1.15a1.439 1.439 0 0 1-1.936 2.124l-.096-.096a.492.492 0 0 0-.06-.052l-1.093-1.092a.5.5 0 1 0-.707.707l1.15 1.15c.042.041.084.081.128.119l.044.044a1.019 1.019 0 1 1-1.441 1.441l-.17-.169a.5.5 0 0 0-.853.363a.498.498 0 0 0 .147.365l.223.223a.943.943 0 1 1-1.333 1.333h-.001l-.012-.013l-.21-.21a.497.497 0 0 0-.707 0a.5.5 0 0 0 0 .707l.218.219a.96.96 0 0 1-1.35 1.367l-1.431-1.36l.525-.522a1.884 1.884 0 0 0 0-2.676a1.906 1.906 0 0 0-1.429-.553a1.882 1.882 0 0 0-.556-1.42a1.906 1.906 0 0 0-1.428-.552a1.88 1.88 0 0 0-.556-1.419a1.912 1.912 0 0 0-1.844-.49a1.88 1.88 0 0 0-.541-1.084a1.914 1.914 0 0 0-2.514-.158a6.096 6.096 0 0 1 1.648-5.714z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })