@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 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: 'MathSymbols32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.998 2a1 1 0 0 1 1 1v4H13a1 1 0 1 1 0 2H8.998v4a1 1 0 1 1-2 0V9H3a1 1 0 1 1 0-2h3.998V3a1 1 0 0 1 1-1zm5.71 25.293L9.413 23l4.293-4.293a1 1 0 0 0-1.414-1.414L8 21.586l-4.293-4.293a1 1 0 0 0-1.414 1.414L6.586 23l-4.293 4.293a1 1 0 1 0 1.414 1.414L8 24.414l4.293 4.293a1 1 0 0 0 1.414-1.414zM19 7a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H19zm0 15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H19zm7-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm-2 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})