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.8 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: 'Live20Regular', 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: 'M4.353 4.334a.476.476 0 0 1 .673.01a.528.528 0 0 1-.011.742A6.978 6.978 0 0 0 3 10c0 1.99.83 3.786 2.164 5.06a.528.528 0 0 1 .023.753a.475.475 0 0 1-.662.02A7.978 7.978 0 0 1 2 10c0-2.214.9-4.218 2.353-5.666zm10.632.752a.528.528 0 0 1-.01-.742a.476.476 0 0 1 .672-.01A7.975 7.975 0 0 1 18 10c0 2.3-.97 4.374-2.525 5.833a.475.475 0 0 1-.662-.02a.528.528 0 0 1 .023-.752A6.98 6.98 0 0 0 17 10c0-1.916-.769-3.65-2.015-4.915zM6.132 6.09a.464.464 0 0 1 .656.016c.208.208.187.55-.018.76A4.485 4.485 0 0 0 5.5 10c0 1.29.543 2.454 1.414 3.275c.22.207.25.561.035.776a.463.463 0 0 1-.638.028A5.486 5.486 0 0 1 4.5 10c0-1.53.624-2.913 1.632-3.91zm7.098.776c-.205-.21-.226-.552-.018-.76a.464.464 0 0 1 .656-.016A5.483 5.483 0 0 1 15.5 10a5.486 5.486 0 0 1-1.81 4.08a.463.463 0 0 1-.64-.03c-.214-.214-.184-.568.036-.775A4.487 4.487 0 0 0 14.5 10a4.485 4.485 0 0 0-1.27-3.134zM10 8.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })