@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier18X48Regular',
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: 'M30.5 18.875c0 1.513-.692 2.815-1.762 3.728c1.797 1.129 3.012 3.033 3.012 5.272c0 3.628-3.19 6.375-6.875 6.375S18 31.503 18 27.875c0-2.24 1.216-4.143 3.013-5.272c-1.07-.913-1.763-2.215-1.763-3.728c0-2.969 2.666-5.125 5.625-5.125c2.96 0 5.625 2.156 5.625 5.125zm-5.625-2.625c-1.872 0-3.125 1.314-3.125 2.625s1.253 2.625 3.125 2.625c1.873 0 3.125-1.314 3.125-2.625s-1.252-2.625-3.125-2.625zM20.5 27.875c0 2.033 1.847 3.875 4.375 3.875c2.529 0 4.375-1.842 4.375-3.875S27.404 24 24.875 24c-2.528 0-4.375 1.842-4.375 3.875zm15.634-3.509a1.25 1.25 0 0 0-1.768 1.768L37.232 29l-2.866 2.866a1.25 1.25 0 0 0 1.768 1.768L39 30.768l2.866 2.866a1.25 1.25 0 0 0 1.768-1.768L40.768 29l2.866-2.866a1.25 1.25 0 0 0-1.768-1.768L39 27.232l-2.866-2.866zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0zm-5-17.5a1.25 1.25 0 0 0-2.321-.643l-.003.004l-.015.025a15.082 15.082 0 0 1-.337.514c-.238.347-.582.823-1.005 1.334c-.874 1.054-1.976 2.123-3.086 2.628a1.25 1.25 0 0 0 1.035 2.276c1.25-.568 2.36-1.535 3.232-2.465V32.75a1.25 1.25 0 0 0 2.5 0v-17.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})