@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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: 'Multiplier5X32Regular',
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: 'M10.255 9.905A1 1 0 0 1 11.25 9h6.25a1 1 0 1 1 0 2h-5.34l-.295 3.095l2.039-.267a4.731 4.731 0 1 1 .615 9.422h-.533a5.264 5.264 0 0 1-3.847-1.672l-.37-.396a1 1 0 0 1 1.462-1.364l.37.395a3.264 3.264 0 0 0 2.385 1.037h.533a2.731 2.731 0 1 0-.355-5.439l-3.284.43a1 1 0 0 1-1.125-1.086l.5-5.25zm10.038 6.388a1 1 0 0 1 1.414 0l1.793 1.793l1.793-1.793a1 1 0 0 1 1.414 1.414L24.914 19.5l1.793 1.793a1 1 0 0 1-1.414 1.414L23.5 20.914l-1.793 1.793a1 1 0 0 1-1.414-1.414l1.793-1.793l-1.793-1.793a1 1 0 0 1 0-1.414zM7 23a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})