@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier15X28Regular',
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: 'M5.972 8.034a.75.75 0 0 1 .528.716v10.5a.75.75 0 0 1-1.5 0V10.96c-.453.458-1.046.943-1.864 1.434a.75.75 0 0 1-.772-1.286c1.526-.915 2.077-1.745 2.579-2.5c.063-.094.125-.188.188-.28a.75.75 0 0 1 .84-.293zm5.78.674A.75.75 0 0 1 12.5 8h5.25a.75.75 0 0 1 0 1.5h-4.54l-.162 2.899l1.68-.202a4.04 4.04 0 1 1 .481 8.053h-.305a4.346 4.346 0 0 1-3.3-1.518l-.423-.494a.75.75 0 1 1 1.139-.976l.423.494c.54.631 1.33.994 2.161.994h.305a2.54 2.54 0 1 0-.303-5.063l-2.567.308a.75.75 0 0 1-.838-.787l.25-4.5zm9.528 5.512a.75.75 0 1 0-1.06 1.06L21.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L23 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L24.06 17l1.72-1.72a.75.75 0 0 0-1.06-1.06L23 15.94l-1.72-1.72zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})