@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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: 'MathFormula32Filled',
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: 'M16.659 4.839c-1.437-.875-3.294.054-3.455 1.729l-.244 2.527H17a1.25 1.25 0 0 1 0 2.5h-4.28l-1.43 14.83c-.346 3.578-4.538 5.328-7.324 3.056l-.506-.413a1.25 1.25 0 0 1 1.58-1.938l.506.413c1.238 1.01 3.101.232 3.255-1.358l1.406-14.59H8.13a1.25 1.25 0 0 1 0-2.5h2.32l.266-2.767c.339-3.511 4.232-5.46 7.244-3.625l.94.573A1.25 1.25 0 0 1 17.6 5.412l-.941-.573zM27.634 16.23a1.25 1.25 0 0 0-1.768-1.768l-4.39 4.392l-1.374-2.897a3.204 3.204 0 0 0-4.8-1.203l-.795.587a1.25 1.25 0 0 0 1.486 2.01l.795-.587a.704.704 0 0 1 1.055.265L19.6 20.73l-5.233 5.234a1.25 1.25 0 0 0 1.768 1.768l4.602-4.603l1.503 3.17a3.204 3.204 0 0 0 5.054.995l.299-.272a1.25 1.25 0 0 0-1.684-1.848l-.299.272a.705.705 0 0 1-1.11-.219l-1.886-3.976l5.02-5.022z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})