@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier18X24Filled',
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: 'M16 9.5c0 .659-.238 1.232-.621 1.682a3.5 3.5 0 1 1-4.757 0A2.561 2.561 0 0 1 10 9.5c0-1.64 1.473-2.75 3-2.75s3 1.11 3 2.75zm-3-.75c-.682 0-1 .457-1 .75s.318.75 1 .75c.682 0 1-.457 1-.75s-.318-.75-1-.75zm-1.5 5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0zM7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm9.543-4.707a1 1 0 0 1 1.414 0l.793.793l.793-.793a1 1 0 0 1 1.414 1.414l-.793.793l.793.793a1 1 0 0 1-1.414 1.414l-.793-.793l-.793.793a1 1 0 0 1-1.414-1.414l.793-.793l-.793-.793a1 1 0 0 1 0-1.414zM6 7.902a1 1 0 0 0-1.854-.52l-.073.12c-.403.667-.842 1.393-2.087 2.14a1 1 0 1 0 1.029 1.716c.377-.227.703-.457.985-.686V16a1 1 0 0 0 2 0V7.902z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})