UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.23 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: 'Lasso20Regular', 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.162 2.212a8.021 8.021 0 0 1 3.676 0a.5.5 0 0 1-.229.974a7.021 7.021 0 0 0-3.218 0a.5.5 0 0 1-.229-.974zm-1.68 1.144a.5.5 0 0 1-.163.689a7.04 7.04 0 0 0-2.274 2.274a.5.5 0 1 1-.85-.526a8.039 8.039 0 0 1 2.598-2.599a.5.5 0 0 1 .688.162zm7.037 0a.5.5 0 0 1 .688-.162a8.04 8.04 0 0 1 2.599 2.599a.5.5 0 0 1-.85.526a7.04 7.04 0 0 0-2.275-2.274a.5.5 0 0 1-.162-.689zM2.813 7.79a.5.5 0 0 1 .373.601a7.021 7.021 0 0 0 0 3.218a.5.5 0 0 1-.974.229a8.021 8.021 0 0 1 0-3.676a.5.5 0 0 1 .601-.372zm14.374 0a.5.5 0 0 1 .6.372a8.026 8.026 0 0 1 0 3.676a.5.5 0 0 1-.973-.229a7.02 7.02 0 0 0 0-3.218a.5.5 0 0 1 .373-.601zm-13.83 5.729a.5.5 0 0 1 .688.162a7.04 7.04 0 0 0 2.274 2.275a.5.5 0 1 1-.526.85a8.04 8.04 0 0 1-2.599-2.599a.5.5 0 0 1 .162-.688zm13.577.73a.5.5 0 1 0-.868-.497l-.002.004l-.014.023a6.272 6.272 0 0 1-.322.465a7.796 7.796 0 0 1-1.153 1.212C13.559 14.664 12.2 14 10.5 14c-1.521 0-2.487.9-2.487 2s.966 2 2.487 2c1.673 0 3.018-.57 4.033-1.258l.114.111a8.622 8.622 0 0 1 1.325 1.723c.029.05.05.09.063.114l.015.028l.003.006a.5.5 0 1 0 .894-.448s-.13-.235-.001-.002l-.002-.003l-.006-.012a3.367 3.367 0 0 0-.098-.179a9.61 9.61 0 0 0-1.487-1.934l-.021-.022c.529-.463.925-.926 1.19-1.274a7.206 7.206 0 0 0 .403-.586l.006-.01a.9.9 0 0 1 .003-.006zM10.5 15c1.3 0 2.376.463 3.229 1.072A6.06 6.06 0 0 1 10.5 17c-1.128 0-1.487-.6-1.487-1s.359-1 1.487-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })