@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.26 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'Multiplier1X28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 9a1 1 0 0 0-1.857-.516l-.006.01c-.005.01-.016.026-.03.047a9.46 9.46 0 0 1-.667.89c-.474.562-1.143 1.225-1.954 1.711a1 1 0 0 0 1.029 1.716A9.18 9.18 0 0 0 10 11.735V19a1 1 0 1 0 2 0V9zm3.707 5.293a1 1 0 0 0-1.414 1.414L15.586 17l-1.293 1.293a1 1 0 0 0 1.414 1.414L17 18.414l1.293 1.293a1 1 0 0 0 1.414-1.414L18.414 17l1.293-1.293a1 1 0 0 0-1.414-1.414L17 15.586l-1.293-1.293z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})