UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.45 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'MathSymbols32Filled', 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: 'M8 1.75c.69 0 1.25.56 1.25 1.25v3.5h3.5a1.25 1.25 0 1 1 0 2.5h-3.5v4a1.25 1.25 0 1 1-2.5 0V9h-3.5a1.25 1.25 0 1 1 0-2.5h3.5V3c0-.69.56-1.25 1.25-1.25zm5.634 25.116L9.768 23l3.866-3.866a1.25 1.25 0 0 0-1.768-1.768L8 21.232l-3.866-3.866a1.25 1.25 0 0 0-1.768 1.768L6.232 23l-3.866 3.866a1.25 1.25 0 0 0 1.768 1.768L8 24.768l3.866 3.866a1.25 1.25 0 0 0 1.768-1.768zM19.25 6.5a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5h-9.5zm0 15a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5h-9.5zm6.75-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM24 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })