@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier5X48Filled',
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.515 15.288A1.5 1.5 0 0 1 16 14h9a1.5 1.5 0 0 1 0 3h-7.699l-.548 3.834l3.125-.284a6.99 6.99 0 1 1 .633 13.95h-.565a7.554 7.554 0 0 1-5.615-2.5l-.446-.497a1.5 1.5 0 1 1 2.23-2.006l.446.495a4.554 4.554 0 0 0 3.385 1.508h.565a3.99 3.99 0 1 0-.361-7.962l-5.014.456a1.5 1.5 0 0 1-1.62-1.706l1-7zm14.924 9.151a1.5 1.5 0 0 1 2.122 0L34 26.88l2.44-2.44a1.5 1.5 0 0 1 2.12 2.122L36.122 29l2.44 2.44a1.5 1.5 0 0 1-2.122 2.12L34 31.122l-2.44 2.44a1.5 1.5 0 0 1-2.12-2.122L31.878 29l-2.44-2.44a1.5 1.5 0 0 1 0-2.12zM10.25 34a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})