@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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: 'Multiplier1X32Filled',
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.5 10.25a1.25 1.25 0 0 0-2.164-.853c-.204.22-.363.4-.506.562c-.23.26-.422.479-.709.752c-.415.394-.993.855-2.014 1.467a1.25 1.25 0 1 0 1.286 2.144A16.719 16.719 0 0 0 11 13.242v8.508a1.25 1.25 0 1 0 2.5 0v-11.5zm4.634 6.116a1.25 1.25 0 0 0-1.768 1.768l1.366 1.366l-1.366 1.366a1.25 1.25 0 0 0 1.768 1.768l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.768L21.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.768L19.5 17.732l-1.366-1.366z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})