@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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier2X28Filled',
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: 'M8.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c-.002.312 0-.001 0-.001v-.011l.002-.015a1.892 1.892 0 0 1 .018-.151a3.208 3.208 0 0 1 .556-1.343C8.14 8.385 9.14 7.75 10.75 7.75c1.345 0 2.554.452 3.364 1.37c.817.924 1.107 2.185.873 3.55c-.203 1.176-.866 1.896-1.648 2.367c-.53.319-1.184.556-1.732.754c-.165.06-.32.116-.46.17c-.681.264-1.184.53-1.534.932c-.212.245-.408.586-.518 1.107H14a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1c0-1.496.392-2.602 1.103-3.419c.685-.788 1.575-1.196 2.322-1.485c.24-.093.46-.173.66-.245c.489-.178.873-.317 1.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.866-.693c-1.015 0-1.39.365-1.546.584a1.208 1.208 0 0 0-.204.484zm8.708 3.475a1 1 0 0 0-1.414 1.414L17.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L19 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L20.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L19 15.586l-1.293-1.293z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})