@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.96 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MathFormatLinear24Regular',
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: 'M10.988 4.18a.75.75 0 0 0-.976 0l-1.75 1.5a.75.75 0 1 0 .976 1.14L10.5 5.737l1.262 1.081a.75.75 0 0 0 .976-1.138l-1.75-1.5zm2.572 5.363a.75.75 0 0 1 1.152.22l1.195 2.27l-3.687 3.687a.75.75 0 1 0 1.06 1.06l3.358-3.357l1.322 2.512a2.25 2.25 0 0 0 3.456.66l.322-.276a.75.75 0 1 0-.976-1.138l-.322.276a.75.75 0 0 1-1.152-.22l-1.54-2.925L20.78 9.28a.75.75 0 0 0-1.06-1.06l-2.703 2.702l-.977-1.857a2.25 2.25 0 0 0-3.456-.66l-.322.276a.75.75 0 1 0 .976 1.138l.322-.276zM3.586 13.47c.926-.013 1.892-.064 2.76-.252c1.05-.226 2.087-.678 2.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5.016 5.016 0 0 0-2.075 1.01c-.825.67-1.628 1.732-2.153 3.409c-.39 1.244-.387 2.33-.007 3.199c.387.883 1.12 1.437 1.968 1.67c1.65.456 3.727-.274 5.054-1.95a.75.75 0 0 0-1.176-.93c-1.019 1.286-2.505 1.704-3.479 1.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.627zm4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356 1.283-1.702a3.515 3.515 0 0 1 1.462-.712c.591-.134.903.074 1.033.262z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})