UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.76 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: 'LiveOff20Regular', 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: 'M2.854 2.146a.5.5 0 1 0-.708.708l1.855 1.854A7.97 7.97 0 0 0 2 10c0 2.3.97 4.374 2.525 5.833c.188.176.48.162.662-.02a.528.528 0 0 0-.023-.752A6.98 6.98 0 0 1 3 10c0-1.754.644-3.357 1.71-4.585L5.772 6.48A5.478 5.478 0 0 0 4.5 10c0 1.618.699 3.073 1.81 4.079a.463.463 0 0 0 .64-.029c.214-.214.184-.568-.036-.775A4.487 4.487 0 0 1 5.5 10c0-1.063.368-2.039.984-2.809l2.352 2.352a1.25 1.25 0 0 0 1.62 1.62l6.69 6.69a.5.5 0 0 0 .708-.707L16 15.292l-.71-.708l-1.063-1.064l-.711-.711l-2.352-2.352l-1.62-1.62l-6.69-6.69zm13.764 12.35A7.963 7.963 0 0 0 18 10c0-2.214-.9-4.218-2.353-5.666a.476.476 0 0 0-.673.01a.528.528 0 0 0 .011.742A6.978 6.978 0 0 1 17 10c0 1.39-.405 2.686-1.104 3.775l.722.721zm-1.815-1.814A5.474 5.474 0 0 0 15.5 10c0-1.53-.624-2.913-1.632-3.91a.464.464 0 0 0-.656.016c-.208.208-.187.55.018.76A4.485 4.485 0 0 1 14.5 10c0 .695-.157 1.353-.439 1.94l.742.742z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })