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.75 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: 'Multiplier18X48Filled', 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: 'M31 19c0 1.483-.657 2.734-1.67 3.643C30.936 23.812 32 25.628 32 27.75c0 3.721-3.272 6.5-7 6.5s-7-2.779-7-6.5c0-2.122 1.064-3.938 2.67-5.107C19.657 21.734 19 20.483 19 19c0-3.144 2.954-5.25 6-5.25s6 2.106 6 5.25zm-6-2.25c-1.924 0-3 1.252-3 2.25s1.076 2.25 3 2.25s3-1.252 3-2.25s-1.076-2.25-3-2.25zm-4 11c0 1.802 1.653 3.5 4 3.5s4-1.698 4-3.5s-1.653-3.5-4-3.5s-4 1.698-4 3.5zm15.56-3.31a1.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 0zm-5.6-18.696A1.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 1 1-1.544-2.572c1.373-.824 2.502-1.944 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-.673z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })