@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.71 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier15X32Filled',
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.208 9.087c.478.188.792.65.792 1.163v11.5a1.25 1.25 0 1 1-2.5 0v-8.508c-.432.333-.951.687-1.607 1.08a1.25 1.25 0 0 1-1.286-2.144c1.021-.612 1.599-1.073 2.014-1.467c.287-.273.48-.491.71-.752c.142-.163.3-.342.505-.562a1.25 1.25 0 0 1 1.372-.31zM14.25 9a1.25 1.25 0 0 0-1.243 1.126l-.5 5a1.25 1.25 0 0 0 1.417 1.362l2.904-.408a2.346 2.346 0 1 1 .326 4.67h-.436a2.782 2.782 0 0 1-1.893-.744l-.724-.672a1.25 1.25 0 1 0-1.701 1.832l.723.672a5.282 5.282 0 0 0 3.595 1.412h.436a4.846 4.846 0 1 0-.674-9.646l-1.327.187l.229-2.291h4.869a1.25 1.25 0 1 0 0-2.5h-6zm10.885 7.366a1.25 1.25 0 0 0-1.768 1.768l1.366 1.366l-1.366 1.366a1.25 1.25 0 0 0 1.768 1.768l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.768L28.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.768L26.5 17.732l-1.366-1.366zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})