@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.95 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: 'Multiplier12X20Filled',
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: 'M8.7 8.748a.75.75 0 0 0 .8-.701a1.027 1.027 0 0 1 .148-.388c.109-.168.338-.409.952-.409c.58 0 .862.186 1.004.38c.158.216.266.61.157 1.243a.78.78 0 0 1-.403.597c-.204.126-.423.206-.719.314c-.127.047-.269.099-.43.162c-.474.185-1.057.456-1.505.997c-.46.558-.704 1.308-.704 2.307a.75.75 0 0 0 .75.75h3.75a.75.75 0 0 0 0-1.5H9.578c.069-.285.175-.47.282-.6c.196-.238.48-.395.895-.557c.08-.032.172-.065.271-.101c.343-.125.776-.282 1.122-.497c.523-.324.954-.82 1.091-1.618c.15-.867.057-1.723-.424-2.382c-.497-.68-1.295-.995-2.215-.995c-1.136 0-1.832.51-2.21 1.091a2.526 2.526 0 0 0-.387 1.09v.011l-.001.004v.002c0 .003-.024.353 0 .002a.75.75 0 0 0 .698.798zm6.58 1.472a.75.75 0 1 0-1.06 1.06l.72.72l-.72.72a.75.75 0 1 0 1.06 1.06l.72-.72l.72.72a.75.75 0 1 0 1.06-1.06l-.72-.72l.72-.72a.75.75 0 1 0-1.06-1.06l-.72.72l-.72-.72zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zM4.457 6.03A.75.75 0 0 1 5 6.75v6.5a.75.75 0 0 1-1.5 0V8.805c-.241.19-.524.384-.864.588a.75.75 0 0 1-.772-1.286c.58-.349.903-.621 1.128-.868c.216-.237.361-.47.575-.812l.048-.075a.75.75 0 0 1 .842-.323z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})