@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 kB
JavaScript
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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier5X28Regular',
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.5 8a.75.75 0 0 0-.749.708l-.25 4.5a.75.75 0 0 0 .838.787l2.567-.308a2.54 2.54 0 1 1 .303 5.063h-.305c-.83 0-1.62-.363-2.16-.994l-.425-.494a.75.75 0 1 0-1.138.976l.423.494a4.346 4.346 0 0 0 3.3 1.518h.305a4.04 4.04 0 1 0-.481-8.053l-1.68.202l.162-2.899h4.54a.75.75 0 0 0 0-1.5H9.5zm7.72 6.22a.75.75 0 0 1 1.06 0L20 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L21.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L20 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L18.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06zM6.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})