@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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: 'Multiplier2X24Filled',
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: 'M7.486 9.673a1 1 0 0 1-1.973-.33c-.03.19 0-.001 0-.001V9.34l.001-.003l.001-.005l.002-.013a1.825 1.825 0 0 1 .028-.132A3.288 3.288 0 0 1 6.1 8.024C6.604 7.353 7.48 6.75 8.851 6.75c1.127 0 2.144.356 2.798 1.188c.644.817.775 1.89.587 2.981c-.175 1.018-.738 1.647-1.408 2.053c-.443.269-.998.466-1.433.62c-.124.045-.24.086-.339.124c-.528.202-.878.394-1.117.675a1.624 1.624 0 0 0-.316.609h3.628a1 1 0 0 1 0 2H6.5a1 1 0 0 1-1-1c0-1.252.315-2.199.914-2.904c.578-.681 1.327-1.02 1.928-1.248c.206-.079.386-.144.548-.201c.374-.134.647-.231.901-.385c.265-.16.413-.331.473-.681c.13-.758-.014-1.186-.187-1.406c-.162-.206-.504-.425-1.227-.425c-.701 0-1 .273-1.152.475a1.288 1.288 0 0 0-.211.436l-.002.012zm0-.004l.002-.01v.006l-.002.004zm0 .004v-.004v.006v-.002zm7.221 2.62a1 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-.793z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})