@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 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: 'Multiplier12X28Regular',
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 1 1-1.5 0v-8.291c-.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-.293zm6.514 2.862l.007-.03a1.825 1.825 0 0 1 .345-.633c.28-.33.82-.733 1.912-.733c.957 0 1.56.313 1.9.745c.348.442.53 1.144.361 2.128c-.1.578-.39.923-.845 1.216c-.371.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.739.318-1.572.743-2.207 1.502c-.652.78-1.032 1.832-1.032 3.283a.75.75 0 0 0 .75.75h6a.75.75 0 1 0 0-1.5h-5.203c.098-.735.342-1.22.635-1.57c.401-.48.961-.79 1.65-1.088c.154-.066.32-.133.494-.204c.541-.22 1.152-.467 1.65-.787c.724-.465 1.327-1.14 1.513-2.224c.218-1.266.025-2.439-.661-3.31C17.134 8.437 16.043 8 14.75 8c-1.533 0-2.493.597-3.058 1.266a3.327 3.327 0 0 0-.643 1.195a2.227 2.227 0 0 0-.032.13l-.002.012l-.001.005v.003a.75.75 0 0 0 1.472.285zm8.794 3.324a.75.75 0 1 0-1.06 1.06L21.94 17l-1.72 1.72a.75.75 0 0 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.72zM9.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})