@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.76 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier15X48Regular',
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: 'M11.5 15.25a1.25 1.25 0 0 0-2.321-.643l-.003.004l-.015.025a15.272 15.272 0 0 1-.337.514c-.238.347-.582.823-1.005 1.334c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.035 2.276c1.25-.568 2.36-1.535 3.232-2.465V32.75a1.25 1.25 0 0 0 2.5 0v-17.5zm10-1.25a1.25 1.25 0 0 0-1.244 1.126l-.75 7.5a1.25 1.25 0 0 0 1.392 1.365l4.452-.53a4.159 4.159 0 1 1 .491 8.289h-.484a4.643 4.643 0 0 1-3.435-1.52l-.747-.82a1.25 1.25 0 1 0-1.85 1.68l.747.822a7.143 7.143 0 0 0 5.285 2.338h.484a6.659 6.659 0 0 0 6.66-6.659c0-3.99-3.485-7.084-7.447-6.612l-2.905.346l.482-4.825h7.62a1.25 1.25 0 0 0 0-2.5H21.5zm14.634 10.366a1.25 1.25 0 1 0-1.768 1.768L37.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L39 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L40.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L39 27.232l-2.866-2.866zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})