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.58 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier15X28Filled', 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: 'M7 9a1 1 0 0 0-1.857-.516l-.005.01l-.03.047a9.46 9.46 0 0 1-.667.89c-.475.562-1.144 1.225-1.955 1.711a1 1 0 0 0 1.029 1.716A9.178 9.178 0 0 0 5 11.735V19a1 1 0 1 0 2 0V9zm4.507-.117A1 1 0 0 1 12.5 8h5a1 1 0 1 1 0 2h-4.11l-.248 2.106l1.438-.173a4.173 4.173 0 1 1 .497 8.317h-.363a4.535 4.535 0 0 1-3.207-1.328l-.714-.715a1 1 0 1 1 1.414-1.414l.715.714c.475.476 1.12.743 1.792.743h.363a2.173 2.173 0 1 0-.26-4.33l-2.698.323a1 1 0 0 1-1.112-1.11l.5-4.25zm10.2 5.41a1 1 0 0 0-1.414 1.414L21.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L23 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L24.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L23 15.586l-1.293-1.293zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })