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.45 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 48 48' } export default defineComponent({ name: 'Multiplier5X48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M14.515 15.288A1.5 1.5 0 0 1 16 14h9a1.5 1.5 0 0 1 0 3h-7.699l-.548 3.834l3.125-.284a6.99 6.99 0 1 1 .633 13.95h-.565a7.554 7.554 0 0 1-5.615-2.5l-.446-.497a1.5 1.5 0 1 1 2.23-2.006l.446.495a4.554 4.554 0 0 0 3.385 1.508h.565a3.99 3.99 0 1 0-.361-7.962l-5.014.456a1.5 1.5 0 0 1-1.62-1.706l1-7zm14.924 9.151a1.5 1.5 0 0 1 2.122 0L34 26.88l2.44-2.44a1.5 1.5 0 0 1 2.12 2.122L36.122 29l2.44 2.44a1.5 1.5 0 0 1-2.122 2.12L34 31.122l-2.44 2.44a1.5 1.5 0 0 1-2.12-2.122L31.878 29l-2.44-2.44a1.5 1.5 0 0 1 0-2.12zM10.25 34a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })