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.65 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier15X20Filled', 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: 'M4.457 6.03A.75.75 0 0 1 5 6.75v6.5a.75.75 0 0 1-1.5 0V8.805c-.241.191-.524.384-.864.588a.75.75 0 0 1-.772-1.286c.58-.348.903-.621 1.128-.868c.216-.237.361-.47.575-.811l.048-.076a.75.75 0 0 1 .842-.323zM9 6a.75.75 0 0 0-.747.682l-.25 2.75a.75.75 0 0 0 .846.811l1.372-.182a1.35 1.35 0 0 1 1.529 1.338c0 .74-.613 1.351-1.365 1.351c-.366 0-.72-.146-.976-.402l-.379-.378a.75.75 0 0 0-1.06 1.06l.378.379c.54.54 1.278.841 2.037.841c1.567 0 2.865-1.27 2.865-2.85a2.85 2.85 0 0 0-3.227-2.826l-.441.058l.103-1.132h2.565a.75.75 0 0 0 0-1.5H9zm-2.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm7.72-3.78a.75.75 0 0 1 1.06 0l.72.72l.72-.72a.75.75 0 1 1 1.06 1.06l-.72.72l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.72.72a.75.75 0 1 1-1.06-1.06l.72-.72l-.72-.72a.75.75 0 0 1 0-1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })