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.45 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Lasso24Filled', 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.703 2.265A10.026 10.026 0 0 1 12 2c.79 0 1.559.092 2.297.265a1 1 0 0 1-.458 1.947A8.025 8.025 0 0 0 12 4c-.634 0-1.25.074-1.84.212a1 1 0 1 1-.457-1.947zm6.18 1.552a1 1 0 0 1 1.376-.324a10.047 10.047 0 0 1 3.248 3.248a1 1 0 1 1-1.7 1.053a8.046 8.046 0 0 0-2.6-2.6a1 1 0 0 1-.325-1.377zm-7.766 0a1 1 0 0 1-.323 1.376a8.047 8.047 0 0 0-2.6 2.6a1 1 0 1 1-1.7-1.052A10.047 10.047 0 0 1 6.74 3.493a1 1 0 0 1 1.376.324zm-4.65 5.141a1 1 0 0 1 .745 1.203A8.025 8.025 0 0 0 4 12c0 .634.074 1.25.212 1.84a1 1 0 0 1-1.947.457A10.026 10.026 0 0 1 2 12c0-.79.092-1.559.265-2.297a1 1 0 0 1 1.203-.745zm17.065 0a1 1 0 0 1 1.203.745c.173.739.265 1.508.265 2.297c0 .79-.092 1.559-.265 2.297a1 1 0 0 1-1.947-.458c.138-.59.212-1.205.212-1.839c0-.634-.074-1.25-.212-1.84a1 1 0 0 1 .744-1.202zM3.817 15.883a1 1 0 0 1 1.376.323a8.046 8.046 0 0 0 2.6 2.6a1 1 0 0 1-1.052 1.7a10.046 10.046 0 0 1-3.248-3.247a1 1 0 0 1 .324-1.377zm16.805 1.607a1 1 0 0 0-1.742-.983v.001l-.001.001l-.013.021a6.74 6.74 0 0 1-.338.495a8.41 8.41 0 0 1-.74.857C16.598 16.869 14.995 16 13 16c-2.267 0-4 1.2-4 3s1.733 3 4 3c1.91 0 3.459-.634 4.64-1.415a10.979 10.979 0 0 1 1.118 1.67l.07.136l.015.031l.003.005a1 1 0 0 0 1.809-.853c-.117-.231 0-.001 0-.001l-.002-.002l-.002-.006l-.008-.016a2.82 2.82 0 0 0-.015-.03l-.011-.022a11.486 11.486 0 0 0-.452-.803a12.974 12.974 0 0 0-.981-1.379c.4-.401.714-.783.944-1.09a8.788 8.788 0 0 0 .453-.666c.012-.018.02-.034.027-.045l.009-.015l.003-.005v-.002l.002-.002zM13 18c1.226 0 2.286.476 3.169 1.145a6.268 6.268 0 0 1-3.17.855C11.268 20 11 19.2 11 19c0-.2.267-1 2-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })