UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.41 kB
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 24 24' } export default defineComponent({ name: 'MathSymbols24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.5 1.5a1 1 0 0 1 1 1V5h2.502a1 1 0 0 1 0 2H7.5v2.5a1 1 0 1 1-2 0V7H3.002a1 1 0 0 1 0-2H5.5V2.5a1 1 0 0 1 1-1zM13.998 5a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2h-7zM13 17.5a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1zm4.5-2a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5zm1.25 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0zM2.293 13.293a1 1 0 0 1 1.414 0L6.5 16.086l2.793-2.793a1 1 0 0 1 1.414 1.414L7.914 17.5l2.793 2.793a1 1 0 0 1-1.414 1.414L6.5 18.914l-2.793 2.793a1 1 0 0 1-1.414-1.414L5.086 17.5l-2.793-2.793a1 1 0 0 1 0-1.414z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })