UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier12X28Filled', 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: 'M12.999 10.818l-.002.013a1 1 0 0 1-1.995-.143c.006.187 0-.001 0-.001v-.011l.002-.015a2.42 2.42 0 0 1 .094-.494c.076-.271.217-.634.48-1c.562-.782 1.562-1.417 3.171-1.417c1.345 0 2.554.452 3.364 1.37c.817.924 1.107 2.185.873 3.55c-.203 1.176-.866 1.896-1.648 2.367c-.53.319-1.184.556-1.732.754c-.165.06-.32.116-.46.17c-.681.264-1.184.53-1.534.932c-.213.245-.408.586-.518 1.107H18a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1c0-1.496.392-2.602 1.102-3.419c.686-.788 1.576-1.196 2.323-1.485c.24-.093.46-.173.66-.245c.489-.178.873-.317 1.22-.527c.396-.239.626-.507.71-.993c.152-.886-.058-1.5-.4-1.888c-.35-.395-.96-.693-1.865-.693c-1.016 0-1.39.365-1.547.584a1.207 1.207 0 0 0-.204.484zM8.75 20a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm11.543-5.707a1 1 0 0 1 1.414 0L23 15.586l1.293-1.293a1 1 0 0 1 1.414 1.414L24.414 17l1.293 1.293a1 1 0 0 1-1.414 1.414L23 18.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L21.586 17l-1.293-1.293a1 1 0 0 1 0-1.414zM7 9a1 1 0 0 0-1.856-.516l-.006.01l-.03.047a9.46 9.46 0 0 1-.667.89c-.475.562-1.144 1.225-1.955 1.711a1 1 0 1 0 1.029 1.715A9.178 9.178 0 0 0 5 11.735V19a1 1 0 1 0 2 0V9zm-1.856-.516h-.001z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })