@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.7 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier18X20Regular',
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: 'M4.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a5.999 5.999 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a9.47 9.47 0 0 1 .22-.306a.5.5 0 0 1 .558-.172zM13 8c0 .588-.272 1.089-.69 1.442c.709.442 1.19 1.181 1.19 2.058c0 1.434-1.288 2.5-2.75 2.5S8 12.934 8 11.5c0-.877.481-1.616 1.19-2.058C8.771 9.09 8.5 8.588 8.5 8c0-1.174 1.082-2 2.25-2S13 6.826 13 8zm-2.25-1c-.765 0-1.25.517-1.25 1s.485 1 1.25 1S12 8.483 12 8s-.485-1-1.25-1zM9 11.5c0 .774.727 1.5 1.75 1.5c1.024 0 1.75-.726 1.75-1.5c0-.775-.726-1.5-1.75-1.5C9.727 10 9 10.725 9 11.5zm5.146-1.354a.5.5 0 0 1 .708 0L16 11.293l1.146-1.147a.5.5 0 0 1 .708.707L16.707 12l1.147 1.146a.5.5 0 0 1-.708.707L16 12.707l-1.146 1.146a.5.5 0 0 1-.708-.707L15.293 12l-1.147-1.147a.5.5 0 0 1 0-.707zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})