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.45 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier5X24Filled', 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.01 7.859A1 1 0 0 1 8 7h4a1 1 0 1 1 0 2H8.867l-.186 1.301l.35-.055a3.65 3.65 0 0 1 4.219 3.605c0 2.025-1.665 3.649-3.67 3.649a3.699 3.699 0 0 1-2.734-1.207l-.337-.371a1 1 0 1 1 1.482-1.344l.336.37a1.7 1.7 0 0 0 1.253.552c.921 0 1.67-.748 1.67-1.65a1.65 1.65 0 0 0-1.907-1.629l-1.687.267a1 1 0 0 1-1.146-1.13l.5-3.5zm7.283 4.434a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414zM4.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })