@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.74 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 20 20'
}
export default defineComponent({
name: 'Multiplier2X20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.005 8.086v-.003l.006-.026a1.495 1.495 0 0 1 .244-.507C6.45 7.29 6.805 7 7.51 7c.637 0 1.038.209 1.265.497c.231.294.353.762.24 1.418c-.066.386-.259.616-.562.81c-.247.16-.526.273-.858.408c-.133.054-.274.112-.425.177c-.492.212-1.047.495-1.47 1.001c-.434.52-.687 1.221-.687 2.189a.5.5 0 0 0 .5.5h3.994a.5.5 0 0 0 0-1H6.043c.066-.49.228-.813.423-1.047c.267-.32.64-.527 1.099-.725c.102-.044.213-.089.328-.136c.361-.146.768-.311 1.1-.525c.481-.31.883-.76 1.007-1.482c.144-.844.016-1.626-.44-2.207C9.096 6.291 8.37 6 7.51 6c-1.044 0-1.686.46-2.054.95a2.496 2.496 0 0 0-.43.933l-.003.022l-.002.007v.007c-.001 0 0 0 0 0c-.005.025-.044.258 0 0a.5.5 0 0 0 .984.167zm5.853 2.06a.499.499 0 1 0-.706.708L12.297 12l-1.145 1.146a.5.5 0 0 0 .706.708l1.145-1.147l1.145 1.147a.499.499 0 1 0 .706-.708L13.709 12l1.145-1.146a.5.5 0 0 0-.706-.708l-1.145 1.147l-1.145-1.147z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})