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.35 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: 'Multiplier1X48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M19.5 15.25a1.25 1.25 0 0 0-2.322-.643l-.002.004l-.015.025a15.456 15.456 0 0 1-.337.514c-.238.347-.582.823-1.005 1.334c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.034 2.276c1.25-.568 2.36-1.535 3.233-2.465V32.75a1.25 1.25 0 0 0 2.5 0v-17.5zm6.634 9.116a1.25 1.25 0 1 0-1.768 1.768L27.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L29 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L30.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L29 27.232l-2.866-2.866z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })