@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 kB
JavaScript
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: 'MathSymbols32Regular',
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: '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 */
)
])
)
)
}
})