@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 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 48 48'
}
export default defineComponent({
name: 'MathSymbols48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.75 4c.69 0 1.25.56 1.25 1.25v6.25h5.75a1.25 1.25 0 1 1 0 2.5H14v5.75a1.25 1.25 0 1 1-2.5 0V14H5.25a1.25 1.25 0 1 1 0-2.5h6.25V5.25c0-.69.56-1.25 1.25-1.25zm15.5 7.5a1.25 1.25 0 1 0 0 2.5h14.5a1.25 1.25 0 1 0 0-2.5h-14.5zM27 35.25c0-.69.56-1.25 1.25-1.25h14.5a1.25 1.25 0 1 1 0 2.5h-14.5c-.69 0-1.25-.56-1.25-1.25zM35.5 32a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm2 8.75a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM4.366 29.134a1.25 1.25 0 0 1 1.768-1.768l6.366 6.366l6.366-6.366a1.25 1.25 0 0 1 1.768 1.768L14.268 35.5l6.366 6.366a1.25 1.25 0 0 1-1.768 1.768L12.5 37.268l-6.366 6.366a1.25 1.25 0 0 1-1.768-1.768l6.366-6.366l-6.366-6.366z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})