@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.89 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Lasso28Filled',
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: 'M5.856 8.195c-.296.415-.835.597-1.303.396c-.552-.236-.78-.901-.439-1.395a12.067 12.067 0 0 1 3.008-3.03c.492-.345 1.158-.122 1.399.428c.204.466.026 1.007-.386 1.306a10.057 10.057 0 0 0-2.279 2.295zm-2.29 2.694c.469.2.709.717.613 1.217a10.054 10.054 0 0 0 0 3.788c.096.5-.144 1.017-.612 1.218c-.552.236-1.19-.057-1.313-.645A12.05 12.05 0 0 1 2 14c0-.846.087-1.671.254-2.467c.123-.588.761-.88 1.313-.644zm.987 8.52c.468-.2 1.007-.018 1.303.396a10.058 10.058 0 0 0 2.34 2.34c.45.32.62.927.346 1.406c-.275.48-.889.65-1.344.336a12.067 12.067 0 0 1-3.084-3.083c-.34-.494-.113-1.159.44-1.395zm14.044 5.679c.134-.055.269-.112.405-.172c.038-.017.073-.035.108-.055a11.991 11.991 0 0 0 1.785-1.038a9.798 9.798 0 0 1 1.09 2.275c.019.056.031.1.04.126l.007.028v.003l.001.002a1 1 0 0 0 1.934-.511v-.002l-.001-.002l-.001-.005l-.005-.016a10.372 10.372 0 0 0-.286-.841a11.794 11.794 0 0 0-1.237-2.347a12.057 12.057 0 0 0 1.449-1.729c.34-.494.113-1.159-.44-1.395c-.467-.2-1.007-.018-1.302.396c-.306.428-.645.831-1.013 1.205c-.814-.756-1.845-1.406-3.134-1.729c-2.126-.548-3.89-.323-5.16.406c-1.26.722-2.013 1.944-1.98 3.213c.034 1.325.918 2.453 2.404 2.881c1.258.363 2.906.227 4.91-.526c.143-.053.285-.109.426-.167zm-2.395-1.31c-1.084.261-1.868.23-2.387.081c-.737-.212-.95-.647-.959-1.01c-.01-.418.246-1.009.975-1.427c.718-.411 1.922-.655 3.67-.203l.007.002a5.076 5.076 0 0 1 2.068 1.082a9.95 9.95 0 0 1-3.178 1.408c-.068.017-.134.04-.196.067zm8.231-6.666c-.468-.201-.708-.718-.612-1.218a10.058 10.058 0 0 0 0-3.788c-.096-.5.144-1.017.612-1.217c.552-.237 1.19.056 1.313.644a12.052 12.052 0 0 1 0 4.935c-.123.587-.761.88-1.313.643zm-.986-8.52c-.468.2-1.007.018-1.303-.397c-.63-.882-1.4-1.658-2.279-2.295c-.412-.299-.59-.84-.386-1.306c.24-.55.907-.773 1.399-.429a12.069 12.069 0 0 1 3.008 3.03c.34.495.113 1.16-.439 1.396zM17.189 3.59c-.204.467-.722.703-1.222.603a10.048 10.048 0 0 0-3.934 0c-.5.1-1.018-.136-1.222-.603c-.24-.55.047-1.19.634-1.317A12.047 12.047 0 0 1 14 2c.877 0 1.732.094 2.555.273c.587.127.875.768.634 1.317z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})