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.7 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: 'Multiplier15X48Filled', 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: 'M10.9 14.055A1.5 1.5 0 0 1 12 15.5v17a1.5 1.5 0 1 1-3 0V19.672a15.396 15.396 0 0 1-2.728 2.114a1.5 1.5 0 0 1-1.544-2.572c1.373-.824 2.502-1.943 3.299-2.886a15.938 15.938 0 0 0 1.125-1.502l.052-.082l.01-.017h.001a1.5 1.5 0 0 1 1.686-.672zM21 14a1.5 1.5 0 0 0-1.485 1.288l-1 7a1.5 1.5 0 0 0 1.62 1.706l5.015-.456a3.99 3.99 0 1 1 .36 7.962h-.921a4.75 4.75 0 0 1-3.359-1.391l-.67-.67a1.5 1.5 0 0 0-2.12 2.122l.669.67a7.75 7.75 0 0 0 5.48 2.269h.922a6.99 6.99 0 0 0 6.989-6.99c0-4.109-3.529-7.332-7.622-6.96l-3.125.284l.548-3.834H30a1.5 1.5 0 0 0 0-3h-9zm15.56 10.44a1.5 1.5 0 0 0-2.12 2.12L36.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L39 31.122l2.44 2.44a1.5 1.5 0 0 0 2.12-2.122L41.122 29l2.44-2.44a1.5 1.5 0 0 0-2.122-2.12L39 26.878l-2.44-2.44zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })