@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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: 'Multiplier18X28Filled',
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: 'M15.25 7.75c-1.816 0-3.75 1.175-3.75 3.125c0 .819.341 1.501.871 2.017c-.973.716-1.621 1.813-1.621 3.108c0 2.317 2.073 4 4.375 4s4.375-1.683 4.375-4c0-1.233-.587-2.287-1.484-3.003c.594-.527.984-1.246.984-2.122c0-1.95-1.934-3.125-3.75-3.125zm-1.75 3.125c0-.397.528-1.125 1.75-1.125s1.75.728 1.75 1.125S16.472 12 15.25 12s-1.75-.728-1.75-1.125zM15.125 14c1.426 0 2.375 1.003 2.375 2c0 .997-.95 2-2.375 2c-1.426 0-2.375-1.003-2.375-2c0-.997.95-2 2.375-2zm6.582.293a1 1 0 0 0-1.414 1.414L21.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L23 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L24.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L23 15.586l-1.293-1.293zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-6.607-7.486a1 1 0 0 1 .343-1.372c.81-.486 1.48-1.15 1.954-1.71a9.462 9.462 0 0 0 .697-.938l.006-.01A1 1 0 0 1 7 9v10a1 1 0 0 1-2 0v-7.265a9.178 9.178 0 0 1-1.485 1.122a1 1 0 0 1-1.372-.343zm3-4.03z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})