@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.41 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'Multiplier5X28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.5 8a1 1 0 0 0-.993.883l-.5 4.25a1 1 0 0 0 1.112 1.11l2.567-.308a2.29 2.29 0 1 1 .273 4.565h-.148a2.44 2.44 0 0 1-1.836-.833l-.722-.826a1 1 0 1 0-1.506 1.317l.723.826a4.44 4.44 0 0 0 3.34 1.516h.15a4.29 4.29 0 1 0-.512-8.55l-1.306.156l.247-2.106H14.5a1 1 0 1 0 0-2h-5zm7.793 6.293a1 1 0 0 1 1.414 0L20 15.586l1.293-1.293a1 1 0 0 1 1.414 1.414L21.414 17l1.293 1.293a1 1 0 0 1-1.414 1.414L20 18.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L18.586 17l-1.293-1.293a1 1 0 0 1 0-1.414zM6.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})