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.85 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: 'Multiplier2X48Filled', 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: 'M13.34 20.241a1.5 1.5 0 0 0 1.65-1.311l.007-.042a2.676 2.676 0 0 1 .448-1.003c.355-.484 1.09-1.135 2.804-1.135c1.544 0 2.553.506 3.128 1.187c.575.68.91 1.762.645 3.309c-.15.873-.573 1.371-1.275 1.805c-.596.369-1.259.621-2.08.934c-.335.127-.694.264-1.087.422c-1.24.502-2.683 1.193-3.79 2.487C12.645 28.23 12 30.036 12 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 0 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.62-.723 1.496-1.195 2.638-1.657c.24-.097.507-.198.788-.305c.909-.345 1.97-.748 2.831-1.28c1.263-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.212-2.25-5.42-2.25c-2.66 0-4.3 1.1-5.225 2.364a5.675 5.675 0 0 0-.971 2.197a3.981 3.981 0 0 0-.04.24l-.002.022l-.001.01v.004l-.001.002c0 .002-.046.432 0 .002a1.5 1.5 0 0 0 1.332 1.65zm16.22 4.198a1.5 1.5 0 0 0-2.12 2.122L29.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L32 31.122l2.439 2.44a1.5 1.5 0 0 0 2.12-2.122L34.122 29l2.44-2.44a1.5 1.5 0 0 0-2.121-2.12L32 26.878l-2.44-2.44z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })