UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.47 kB
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: 'Multiplier5X32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.006 10.126A1.25 1.25 0 0 1 11.25 9h6a1.25 1.25 0 1 1 0 2.5h-4.869l-.229 2.29l1.195-.167a4.963 4.963 0 1 1 .69 9.877h-.21a5.172 5.172 0 0 1-3.765-1.626l-.722-.767a1.25 1.25 0 1 1 1.82-1.714l.722.767c.505.536 1.21.84 1.946.84h.21a2.463 2.463 0 1 0-.343-4.901l-2.771.389a1.25 1.25 0 0 1-1.418-1.362l.5-5zm10.36 6.24a1.25 1.25 0 0 1 1.768 0l1.366 1.366l1.366-1.366a1.25 1.25 0 0 1 1.768 1.768L25.268 19.5l1.366 1.366a1.25 1.25 0 0 1-1.768 1.768L23.5 21.268l-1.366 1.366a1.25 1.25 0 0 1-1.768-1.768l1.366-1.366l-1.366-1.366a1.25 1.25 0 0 1 0-1.768zM7 23a1 1 0 1 0 0-2a1 1 0 0 0 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })