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.52 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'TapSingle32Regular', 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: 'M16 5a6 6 0 0 0-4.88 9.491a5.498 5.498 0 0 0-2.123.38a8 8 0 1 1 14.584-1.312a5.582 5.582 0 0 0-.533-.13l-1.444-.28A6 6 0 0 0 16 5zm-.998 6a1 1 0 1 1 2 0v4a1 1 0 0 0 .81.982l4.57.884a2 2 0 0 1 1.548 2.494l-1.52 5.525a1 1 0 0 1-.882.732l-4.76.387s-.006-.002-.014-.008a.166.166 0 0 1-.057-.078c-.782-2.153-2.68-4.735-7.591-6.555a2 2 0 0 1 2.672-1.213l1.837.772A1 1 0 0 0 15.002 18v-7zm1-3a3 3 0 0 0-3 3v5.495l-.449-.189a4 4 0 0 0-5.41 2.642l-.09.332a1.51 1.51 0 0 0 .963 1.817c4.74 1.653 6.227 3.924 6.801 5.503c.3.824 1.116 1.48 2.113 1.398l4.76-.388a3 3 0 0 0 2.649-2.194l1.52-5.526a4 4 0 0 0-3.097-4.988l-3.76-.727V11a3 3 0 0 0-3-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })