@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.84 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: 'Multiplier2X32Filled',
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: 'M7.976 13.753a1.25 1.25 0 0 0 1.5-.964a2.471 2.471 0 0 1 .417-.77c.315-.39.876-.835 1.973-.835c1.032 0 1.753.337 2.17.785c.399.429.649 1.098.482 2.07c-.085.49-.326.78-.828 1.06c-.436.243-.923.406-1.541.612c-.249.083-.519.173-.815.278c-.928.33-2.045.796-2.912 1.71C7.51 18.662 7 19.977 7 21.75A1.25 1.25 0 0 0 8.25 23h7.5a1.25 1.25 0 0 0 0-2.5H9.647c.137-.498.354-.833.589-1.08c.436-.46 1.07-.768 1.934-1.075c.175-.062.369-.127.574-.195c.688-.228 1.505-.5 2.164-.867c.967-.54 1.828-1.39 2.074-2.82c.28-1.629-.112-3.118-1.116-4.197c-.987-1.061-2.431-1.582-4-1.582c-1.936 0-3.183.854-3.918 1.764a4.97 4.97 0 0 0-.862 1.606a3.3 3.3 0 0 0-.05.177l-.003.016l-.002.007v.005c-.001.002-.132.587 0 .001a1.25 1.25 0 0 0 .945 1.493zm12.158 2.614a1.25 1.25 0 1 0-1.768 1.767l1.366 1.366l-1.366 1.367a1.25 1.25 0 1 0 1.768 1.767l1.366-1.366l1.366 1.366a1.25 1.25 0 0 0 1.768-1.767L23.268 19.5l1.366-1.366a1.25 1.25 0 0 0-1.768-1.767L21.5 17.733l-1.366-1.366z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})