@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.79 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: 'Multiplier2X28Regular',
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.486 10.896a1.422 1.422 0 0 1 .059-.177c.053-.13.144-.308.294-.485c.278-.33.818-.734 1.91-.734c.958 0 1.56.313 1.9.745c.349.442.531 1.144.362 2.128c-.1.578-.39.923-.845 1.216c-.372.238-.79.408-1.288.61c-.2.082-.412.168-.639.266c-.74.318-1.572.743-2.207 1.502C7.379 16.747 7 17.799 7 19.25a.75.75 0 0 0 .75.75h6a.75.75 0 0 0 0-1.5H8.547c.098-.735.342-1.22.635-1.57c.4-.48.961-.79 1.65-1.088c.154-.066.32-.133.493-.203c.542-.22 1.153-.468 1.652-.788c.723-.465 1.326-1.14 1.512-2.224c.218-1.266.025-2.439-.661-3.31C13.134 8.437 12.043 8 10.749 8c-1.532 0-2.492.597-3.057 1.266a3.325 3.325 0 0 0-.643 1.195a2.164 2.164 0 0 0-.032.13l-.002.012l-.001.005v.002l-.001.001a.75.75 0 0 0 1.473.285zm0-.002v-.002v.004v-.002zm8.794 3.326a.75.75 0 0 0-1.06 1.06L17.94 17l-1.72 1.72a.75.75 0 1 0 1.06 1.06L19 18.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L20.06 17l1.72-1.72a.75.75 0 1 0-1.06-1.06L19 15.94l-1.72-1.72z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})