@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.02 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: 'Multiplier12X32Regular',
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: 'M14.386 12.702V12.7v.006c0-.007.004-.02.009-.042a2.457 2.457 0 0 1 .4-.83c.315-.42.895-.9 2.071-.9c1.076 0 1.729.35 2.091.81c.372.472.582 1.241.39 2.354c-.106.623-.413.992-.916 1.315c-.418.269-.885.458-1.456.69c-.232.094-.481.195-.752.312c-.858.37-1.845.87-2.6 1.773c-.777.93-1.223 2.177-1.223 3.879a1 1 0 0 0 1 1h6.933a1 1 0 1 0 0-2h-5.858c.123-.742.382-1.237.683-1.596c.442-.528 1.064-.878 1.857-1.22c.171-.073.36-.15.557-.23c.628-.254 1.352-.548 1.94-.926c.86-.551 1.584-1.36 1.807-2.659c.256-1.487.032-2.885-.791-3.93c-.833-1.057-2.138-1.572-3.662-1.572c-1.857 0-3.01.819-3.67 1.7a4.457 4.457 0 0 0-.742 1.546a3.052 3.052 0 0 0-.036.164l-.002.015l-.002.005v.004s-.085.513 0 .001a1 1 0 0 0 1.97.338l.001-.002v-.003zm10.321 3.591a1 1 0 1 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.5 18.086l-1.793-1.793zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM7.327 9.055A1 1 0 0 1 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.265 13.265 0 0 0 3.221-2.751l.007-.009a1 1 0 0 1 1.114-.328z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})