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.58 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: 'Multiplier15X32Regular', 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: 'M14.25 9a1 1 0 0 0-.996.905l-.5 5.25a1 1 0 0 0 1.126 1.086l3.283-.43a2.731 2.731 0 1 1 .355 5.439h-.532a3.264 3.264 0 0 1-2.386-1.037l-.37-.395a1 1 0 0 0-1.461 1.364l.37.396a5.264 5.264 0 0 0 3.847 1.672h.532a4.731 4.731 0 1 0-.614-9.422l-2.04.267L15.16 11h5.34a1 1 0 1 0 0-2h-6.25zm10.457 7.293a1 1 0 0 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.5 18.086l-1.793-1.793zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM7.327 9.055A1 1 0 0 1 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.435a1 1 0 1 1-1.03-1.714a13.265 13.265 0 0 0 3.221-2.751l.007-.01a1 1 0 0 1 1.114-.327z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })