@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier15X24Filled',
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: 'M6 7.9a1 1 0 0 0-1.854-.52l-.073.121c-.403.667-.842 1.394-2.087 2.14a1 1 0 0 0 1.029 1.716A8.53 8.53 0 0 0 4 10.671V16a1 1 0 1 0 2 0V7.9zM11 7a1 1 0 0 0-.99.859l-.5 3.5a1 1 0 0 0 1.146 1.13l1.82-.288a1.534 1.534 0 1 1 .24 3.05h-.272c-.44 0-.865-.16-1.195-.451l-.338-.299A1 1 0 1 0 9.588 16l.338.299c.696.613 1.59.951 2.518.951h.271a3.534 3.534 0 1 0-.55-7.026l-.484.076l.186-1.3h3.132a1 1 0 0 0 0-2.001h-4zm7.707 5.294a1 1 0 1 0-1.414 1.414l.793.793l-.793.793a1 1 0 0 0 1.414 1.414l.793-.793l.793.793a1 1 0 1 0 1.414-1.414l-.793-.793l.793-.793a1 1 0 0 0-1.414-1.414l-.793.793l-.793-.793zM8.5 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})