@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Multiplier18X32Regular',
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: 'M13 12.684c0-2.161 1.9-3.75 4.033-3.75c2.133 0 4.034 1.589 4.034 3.75c0 1.052-.451 1.969-1.16 2.633c1.24.768 2.093 2.028 2.093 3.558c0 2.57-2.404 4.375-5 4.375c-2.595 0-5-1.806-5-4.375c0-1.547.872-2.817 2.133-3.583A3.573 3.573 0 0 1 13 12.684zm4.033-1.75c-1.217 0-2.033.873-2.033 1.75c0 .876.816 1.75 2.033 1.75c1.218 0 2.034-.874 2.034-1.75c0-.877-.816-1.75-2.034-1.75zM17 16.5c-1.823 0-3 1.216-3 2.375c0 1.16 1.177 2.375 3 2.375s3-1.215 3-2.375c0-1.159-1.177-2.375-3-2.375zm7.707-.207a1 1 0 0 0-1.414 1.415l1.793 1.793l-1.793 1.792a1 1 0 0 0 1.414 1.415l1.793-1.793l1.793 1.793a1 1 0 0 0 1.414-1.415L27.914 19.5l1.793-1.792a1 1 0 0 0-1.414-1.415L26.5 18.086l-1.793-1.793zM11 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM7.327 9.055a1 1 0 0 1 .673.946v12a1 1 0 1 1-2 0v-9.579c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.715a13.265 13.265 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.328z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})