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.83 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier2X32Regular', 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: 'M9.386 12.7v-.001v.007a2.06 2.06 0 0 1 .07-.239c.063-.175.17-.406.34-.633c.314-.42.894-.9 2.07-.9c1.077 0 1.729.35 2.091.81c.372.472.582 1.241.39 2.354c-.106.623-.413.992-.916 1.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.752.312c-.858.37-1.845.87-2.6 1.773c-.777.93-1.223 2.177-1.223 3.879a1 1 0 0 0 1 1h6.934a1 1 0 0 0 0-2H9.475c.123-.742.382-1.237.683-1.596c.442-.528 1.065-.878 1.857-1.22c.171-.073.36-.15.557-.23c.628-.254 1.352-.548 1.94-.926c.86-.551 1.584-1.36 1.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857 0-3.01.819-3.67 1.7a4.456 4.456 0 0 0-.742 1.546a3.013 3.013 0 0 0-.036.164l-.002.015l-.001.005v.003l-.001.001s-.083.498 0 .001a1 1 0 0 0 1.97.338l.001-.002v-.003l.001-.002zm10.32 3.593a1 1 0 1 0-1.413 1.414l1.792 1.793l-1.793 1.793a1 1 0 1 0 1.415 1.414l1.793-1.793l1.792 1.793a1 1 0 1 0 1.414-1.414L22.914 19.5l1.792-1.793a1 1 0 0 0-1.414-1.414L21.5 18.086l-1.792-1.793z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })