UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.54 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier5X48Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M15.256 15.126A1.25 1.25 0 0 1 16.5 14h8.75a1.25 1.25 0 1 1 0 2.5h-7.619l-.482 4.825l2.905-.346c3.962-.472 7.446 2.622 7.446 6.612a6.659 6.659 0 0 1-6.659 6.659h-.484a7.143 7.143 0 0 1-5.285-2.338l-.747-.821a1.25 1.25 0 1 1 1.85-1.682l.746.821a4.643 4.643 0 0 0 3.436 1.52h.484a4.159 4.159 0 1 0-.492-8.289l-4.451.53a1.25 1.25 0 0 1-1.392-1.365l.75-7.5zm14.11 9.24a1.25 1.25 0 0 1 1.768 0L34 27.232l2.866-2.866a1.25 1.25 0 0 1 1.768 1.768L35.768 29l2.866 2.866a1.25 1.25 0 0 1-1.768 1.768L34 30.768l-2.866 2.866a1.25 1.25 0 0 1-1.768-1.768L32.232 29l-2.866-2.866a1.25 1.25 0 0 1 0-1.768zM10.25 34a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })