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.86 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 28 28' } export default defineComponent({ name: 'Lasso28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5.263 8.175a.797.797 0 0 1-.97.305c-.413-.177-.583-.674-.337-1.05a12.065 12.065 0 0 1 3.4-3.424c.374-.25.871-.083 1.051.328a.797.797 0 0 1-.297.972a10.558 10.558 0 0 0-2.847 2.869zm-1.957 2.602c.352.15.533.54.449.913A10.536 10.536 0 0 0 3.5 14c0 .794.088 1.567.255 2.31a.797.797 0 0 1-.448.913c-.413.177-.89-.042-.992-.48C2.11 15.864 2 14.945 2 14s.109-1.863.315-2.744c.102-.437.58-.656.991-.479zm.987 8.743a.797.797 0 0 1 .97.305a10.558 10.558 0 0 0 2.89 2.898c.343.23.47.686.264 1.046a.715.715 0 0 1-1.012.258a12.066 12.066 0 0 1-3.449-3.458c-.246-.375-.076-.872.337-1.049zm11.99 6.247c-.91.16-2.005.213-2.991.017c-.684-.135-1.38-.403-1.913-.902c-.556-.52-.879-1.236-.879-2.132c0-1.135.827-2.164 2.056-2.742c1.252-.59 2.998-.768 5.126-.236c1.398.35 2.535 1.101 3.431 1.952a10.56 10.56 0 0 0 1.624-1.899a.797.797 0 0 1 .97-.305c.413.177.583.674.337 1.05a12.059 12.059 0 0 1-1.92 2.262a13.336 13.336 0 0 1 1.735 2.92a6.95 6.95 0 0 1 .087.217l.005.014l.002.005v.002a.75.75 0 0 1-1.406.52l-.003-.007l-.012-.032a9.92 9.92 0 0 0-.29-.648a11.834 11.834 0 0 0-1.283-2.045a11.94 11.94 0 0 1-4.523 1.975a.694.694 0 0 1-.152.014zm3.643-3.098c-.722-.65-1.59-1.188-2.608-1.442c-1.872-.468-3.251-.272-4.124.138c-.896.422-1.194 1.019-1.194 1.385c0 .504.167.816.403 1.036c.257.241.656.423 1.18.527c1.06.21 2.369.052 3.2-.2a.754.754 0 0 1 .16-.03a10.459 10.459 0 0 0 2.983-1.414zm4.768-5.446a.797.797 0 0 1-.449-.913A10.54 10.54 0 0 0 24.5 14c0-.794-.088-1.567-.255-2.31a.797.797 0 0 1 .448-.913c.413-.177.89.042.992.48c.206.88.315 1.799.315 2.743s-.109 1.863-.315 2.744c-.102.437-.58.656-.991.48zm-.987-8.743a.797.797 0 0 1-.97-.305a10.556 10.556 0 0 0-2.847-2.869a.796.796 0 0 1-.297-.972c.18-.41.677-.577 1.051-.328c1.351.9 2.51 2.067 3.4 3.425c.246.375.076.872-.337 1.049zm-6.404-5.15a.797.797 0 0 1-.916.442A10.532 10.532 0 0 0 14 3.5c-.82 0-1.62.094-2.386.272a.797.797 0 0 1-.917-.441c-.18-.411.036-.89.472-.995A12.03 12.03 0 0 1 14 2c.975 0 1.923.116 2.831.336c.436.105.652.584.472.995z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })