@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 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 32 32'
}
export default defineComponent({
name: 'Multiplier1X32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})