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.68 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: 'Multiplier18X20Filled', 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-.323zm8.793 2.22a2.08 2.08 0 0 1-.586 1.453c.506.44.836 1.064.836 1.797c0 1.472-1.328 2.5-2.75 2.5S8 12.972 8 11.5c0-.733.33-1.356.836-1.797A2.08 2.08 0 0 1 8.25 8.25C8.25 6.903 9.482 6 10.75 6s2.5.903 2.5 2.25zm-2.5-.75c-.665 0-1 .44-1 .75s.335.75 1 .75s1-.44 1-.75s-.335-.75-1-.75zm-1.25 4c0 .461.462 1 1.25 1s1.25-.539 1.25-1c0-.461-.462-1-1.25-1s-1.25.539-1.25 1zm4.72-1.28a.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.06zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })