@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.57 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 32 32'
}
export default defineComponent({
name: 'Multiplier15X32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.25 9a1 1 0 0 0-.996.905l-.5 5.25a1 1 0 0 0 1.126 1.086l3.283-.43a2.731 2.731 0 1 1 .355 5.439h-.532a3.264 3.264 0 0 1-2.386-1.037l-.37-.395a1 1 0 0 0-1.461 1.364l.37.396a5.264 5.264 0 0 0 3.847 1.672h.532a4.731 4.731 0 1 0-.614-9.422l-2.04.267L15.16 11h5.34a1 1 0 1 0 0-2h-6.25zm10.457 7.293a1 1 0 0 0-1.414 1.414l1.793 1.793l-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793l1.793 1.793a1 1 0 1 0 1.414-1.414L27.914 19.5l1.793-1.793a1 1 0 0 0-1.414-1.414L26.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 8 10v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.435a1 1 0 1 1-1.03-1.714a13.265 13.265 0 0 0 3.221-2.751l.007-.01a1 1 0 0 1 1.114-.327z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})