@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.44 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: 'MathSymbols32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})