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.34 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Component2DoubleTapSwipeUp24Filled', 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: 'M10 8.29v1.585A5.502 5.502 0 0 0 12 20.5a5.5 5.5 0 0 0 2.21-10.538L14 9.875l.001-1.585a7 7 0 1 1-4.247.078L10 8.29zm0 2.678v1.796a3 3 0 1 0 4.138.132l-.137-.131v-1.797a4.5 4.5 0 1 1-4.192.1l.19-.1zm1.387-8.758a1 1 0 0 1 1.226 0l.094.083l3 3l.083.094a1 1 0 0 1 0 1.226l-.083.094l-.094.083a1 1 0 0 1-1.226 0l-.094-.083L13 5.415V15a1 1 0 0 1-1.993.117L11 15V5.415L9.707 6.707l-.094.083A1 1 0 0 1 8.21 5.387l.083-.094l3-3l.094-.083z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })