@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
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TapDouble32Regular',
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: 'M8 12a8 8 0 1 1 15.582 2.56a5.458 5.458 0 0 1 1.795.922A9.982 9.982 0 0 0 26 12c0-5.523-4.477-10-10-10S6 6.477 6 12c0 1.792.471 3.473 1.296 4.928a5.537 5.537 0 0 1 1.701-1.057A7.964 7.964 0 0 1 8 12zm14.5 0c0 .79-.141 1.545-.399 2.245l-1.598-.309v-1.937a4.5 4.5 0 0 0-4.712-4.494a4.5 4.5 0 0 0-4.288 4.673v3.335a5.45 5.45 0 0 0-.974-.002A6.5 6.5 0 1 1 22.499 12zm-7.498 0a1 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 19v-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-.727V12a3 3 0 0 0-3-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})