@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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: 'SwipeRight24Regular',
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: 'M5.997 12c0 .38.282.694.647.743l.102.007H19.44l-2.216 2.22a.75.75 0 0 0-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75 0 0 0 .073-.976l-.073-.084l-3.497-3.5a.749.749 0 0 0-1.132.976l.073.084l2.216 2.22H6.746a.75.75 0 0 0-.75.75zM2 12c0 2.761 2.237 5 4.996 5a4.998 4.998 0 0 0 4.68-3.25h-1.651A3.499 3.499 0 0 1 3.499 12a3.499 3.499 0 0 1 6.526-1.75h1.652A4.998 4.998 0 0 0 6.996 7A4.998 4.998 0 0 0 2 12z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})