@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Component2DoubleTapSwipeDown24Filled',
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 15.71v-1.585A5.502 5.502 0 0 1 12 3.5a5.5 5.5 0 0 1 2.21 10.538l-.21.087l.001 1.585a7 7 0 1 0-4.247-.078l.246.078zm0-2.678v-1.796a3 3 0 1 1 4.138-.132l-.137.131v1.797a4.5 4.5 0 1 0-4.192-.1l.19.1zm1.387 8.758a1 1 0 0 0 1.226 0l.094-.083l3-3l.083-.094a1 1 0 0 0 0-1.226l-.083-.094l-.094-.083a1 1 0 0 0-1.226 0l-.094.083L13 18.585V9a1 1 0 0 0-1.993-.117L11 9v9.585l-1.293-1.292l-.094-.083a1 1 0 0 0-1.403 1.403l.083.094l3 3l.094.083z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})