@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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: 'Multiplier1X32Regular',
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: 'M13 10a1 1 0 0 0-1.787-.617l-.007.009l-.037.045a12.432 12.432 0 0 1-.804.859c-.565.55-1.38 1.247-2.38 1.846a1 1 0 0 0 1.03 1.716c.768-.461 1.435-.966 1.985-1.436V22a1 1 0 1 0 2 0V10zm4.707 6.293a1 1 0 0 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 0 0 1.414-1.414L20.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L19.5 18.086l-1.793-1.793z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})