@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 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: 'Multiplier12X48Filled',
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: 'M20.34 20.241a1.5 1.5 0 0 0 1.65-1.311l.007-.042a2.676 2.676 0 0 1 .448-1.003c.354-.484 1.09-1.135 2.804-1.135c1.544 0 2.553.506 3.128 1.187c.575.68.91 1.762.645 3.309c-.15.873-.574 1.371-1.275 1.805c-.596.369-1.26.621-2.081.934c-.334.127-.694.264-1.086.422c-1.24.502-2.683 1.193-3.79 2.487C19.644 28.23 19 30.036 19 32.5a1.5 1.5 0 0 0 1.5 1.5h10a1.5 1.5 0 1 0 0-3h-8.38c.18-1.013.54-1.678.948-2.155c.619-.723 1.496-1.195 2.637-1.657c.242-.097.508-.198.788-.305c.91-.345 1.971-.748 2.832-1.28c1.262-.781 2.327-1.95 2.654-3.849c.378-2.203-.036-4.246-1.31-5.754c-1.274-1.506-3.213-2.25-5.42-2.25c-2.66 0-4.3 1.1-5.225 2.364a5.674 5.674 0 0 0-.971 2.197a3.985 3.985 0 0 0-.04.24l-.003.022v.01l-.001.004v.002c0 .002-.032.3 0 .002a1.5 1.5 0 0 0 1.332 1.65zm16.22 4.198a1.5 1.5 0 0 0-2.12 2.122L36.878 29l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12L39 31.122l2.44 2.44a1.5 1.5 0 0 0 2.12-2.122L41.122 29l2.44-2.44a1.5 1.5 0 0 0-2.122-2.12L39 26.878l-2.44-2.44zM16.5 32.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0zm-5.6-18.696A1.5 1.5 0 0 1 12 15.5v17a1.5 1.5 0 1 1-3 0V19.672a15.396 15.396 0 0 1-2.728 2.114a1.5 1.5 0 1 1-1.544-2.572c1.373-.824 2.502-1.944 3.299-2.886a15.938 15.938 0 0 0 1.125-1.502l.052-.082l.01-.017h.001a1.5 1.5 0 0 1 1.686-.673z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})